Forum Replies Created
-
AuthorPosts
-
Jamaluddin RahmatMember
@Victor Font
Yes, I want make using jQuery.
I look some themes can make it via Customizer.For second alternative, I also found one theme with that option.
Maybe I will buy that theme and learn that code 🙂Thank for your advices...
Jamaluddin RahmatMemberPlease check Altitude Pro documentation 🙂
Jamaluddin RahmatMemberDone.
Trial and error.
Fuih...Jamaluddin RahmatMemberAdd new custom body class for your current page.
Then you can use the new custom body class + native genesis css.
Eg:
.name-your-current-page .genesis-nav-menu
Jamaluddin RahmatMemberIf you want to make like Brian Gardner site, you have to build your own front-page.php
Add classes .front-page in your front-page.php or anything name you like.And add CSS code.
.front-page .site-inner {
max-width: 100%;
padding: 0;
}The BG Bold master just for example.
I think that is a STARTER THEME.
You can't have exactly like briangardner.com if don't tweak it.Jamaluddin RahmatMemberOctober 26, 2015 at 12:47 pm in reply to: Whitespace Pro – Change Hyperlink Colors? Defaulting to Theme's accent Color. #169089Jamaluddin RahmatMemberThe simple thing you can customize via WordPress Customize.
Themes > CustomizeChange your accent color with your color.
Jamaluddin RahmatMemberDid you have been read the documentation?
October 24, 2015 at 11:32 am in reply to: How to Make Portfolio Carousel in Homepage Parallax Pro #168902Jamaluddin RahmatMemberSolved...
I will make plugin with owl carousel jquery.
Jamaluddin RahmatMemberYeah sure...
First you must enqueue dashicons in your function.php
Then, just add class on your HTML e.g. in your widget.
Last, customize your class with CSS.
For dashicons reference:
Jamaluddin RahmatMemberYou can setting it via function.php
First you must enqueue script to your responsive-menu.js with array.
Second, you must localize for output.Just teory. No, sample.
Sorry...Jamaluddin RahmatMemberYour image header not readable just in break point (I mean for tablet and mobile).
So, you must change the css code in media queries.If you want make readable image in your header, you must change this css...
Example:
.header-image .site-title > a { background-position: center top; min-height: 80px; }
You can change 80px, dependent your header image height.
Jamaluddin RahmatMemberJust add this CSS code to your stylesheet
.home-top { background-color: #f5f5f5; }
September 21, 2015 at 8:13 pm in reply to: Smooth transitions between different widgets (Altitude theme) #166287Jamaluddin RahmatMemberI think something wrong with your link.
You can try fix the link in the menu...Your link like this..
http://www.medilaar.be//wordpress/#front-page-2
You should remove double ' // ' to only one ' / '
I think it's the problem because in browser it's mean new page.
So, the browser will reload your page.Jamaluddin RahmatMemberWhy you don't try use media query in CSS?
Eg:
- Desktop use 20px / 20rem
- Mobile 480px use 14px / 14remSomething like that.
I use this trick for any project 🙂Jamaluddin RahmatMemberYeah...
It's use jQuery backstretch.
I don't want use backstrecth just use CSS and WP built-in like this code.<div class="background" style="background-image: url('<?php $src = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'full', false, ''); echo esc_url($src[0]); ?>');"></div>
Jamaluddin RahmatMemberYeah, something like that.
But, I want to learn to 'hook' in genesis.Again stuck -_-
-
AuthorPosts