Forum Replies Created
-
AuthorPosts
-
I removed:
/*.av-main-nav li:nth-child(3) {
margin-right: 160px !important;
}*/And the logo is centered again, but it’s still not correct.
The very top header should be dark blue with the navigation links on the bottom on the light blue strip.
After the update the logo is no longer centered:
No that didn’t work :/
I’ve been able to get it to look correct in all browsers.
However, the bottom light blue part of the header is not fixed when you scroll. Can you please advise?
Awesome. Mine is not looking right in Firefox browser. The navigation still wraps below.
Sorry. Please see log-in credentials
Thank you!
I just have a problem now with the navigation.. please see link
THANK YOU!!!!!
Please see below
Can I just give you my log-in credentials for you to do it?
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='#303030' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
[av_textblock size='' font_color='' color='']
<center></center>
<div id=”social-footer”></div>
[/av_textblock]
[/av_section]Thank you Ismael!
Can you show me how I would add this short code:
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='#303030' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
[av_textblock size='' font_color='' color='']<center></center>
<div id=”social-footer”></div>
[/av_textblock]
[/av_section]To the do_shortcode:
function do_shortcode( $content, $ignore_html = false ) {
global $shortcode_tags;if ( false === strpos( $content, ‘[‘ ) ) {
return $content;
}if (empty($shortcode_tags) || !is_array($shortcode_tags))
return $content;$tagnames = array_keys($shortcode_tags);
$tagregexp = join( ‘|’, array_map(‘preg_quote’, $tagnames) );
$pattern = “/\\[($tagregexp)/s”;if ( 1 !== preg_match( $pattern, $content ) ) {
// Avoids parsing HTML when there are no shortcodes or embeds anyway.
return $content;
}$content = do_shortcodes_in_html_tags( $content, $ignore_html );
$pattern = get_shortcode_regex();
$content = preg_replace_callback( “/$pattern/s”, ‘do_shortcode_tag’, $content );// Always restore square braces so we don’t break things like <!–[if IE ]>
$content = unescape_invalid_shortcodes( $content );return $content;
}The main goal is to have the full width color section right above the footer. Please see homepage example:
I’m sorry I don’t understand.
I just need to know how to keep my side bar on the pages the same they are now, while adding a full width color section to the bottom of the page without it pushing the sidebar content below it.
Please see link attached
hello?
I feel like modifying the footer.php would be the best option.
What’s a way I can add a new full width widget area above the footer from footer.php? Then I could just style that new widget area.
On the homepage (see private link) I have a full width color section with social media links right above the footer. I would like this to be universal throughout the site. Since the theme does not have a full width widget area above the footer, I have to add the social media full width section to each page manually. When I add the full width social media section to pages with a side bar, it pushes the side bar links below the full width section, even though I add it to the bottom of the page. See image here: http://i68.tinypic.com/11jox8j.png It pushes all the sidebar links and widgets below it.
How do I add this full width section above the footer on pages with a side bar?
Can you explain how to use the custom Widget area for the full width color section with social links above the footer?
See homepage example:
I would still like to have the color section stretch the full width, but at the bottom, not in the middle of the page. I need it right above the footer.
I used a full width section at the top of the page that works, just need to repeat that on the bottom right above the footer.
Perfect, thank you!
Is there a way for the mobile menu items to be all centered?
No, I need the parent menu items Clickable for mobile menu. They are clickable for desktop but not mobile.
Thank you!
They don’t want the image hover Pinterest button :/
The Pinit button works perfectly on http://ericcohler.com/wordpress/installations/ gallery, just not on http://ericcohler.com/wordpress/living/
Hmmm okay. We switched to “show all images” here: http://ericcohler.com/wordpress/living/
BUT the Pinterest Pinit button will not populate all the images. Any thoughts?Yes was able to figure out. Thank you!
There seems to be an issue with the galleries http://ericcohler.com/wordpress/portfolio/
– When you click page 2 of the gallery, it changes all the galleries. And when you click on the next picture from lightbox, it only scrolls through the ones visible, not all the pages of photos.It could be because the sub-menu under “About” is very large. Is there a way I can scale that down so it matches the main navigation?
Yes notice how the navigation menu’s height get’s way too large when you resize the browser window to tablet size. In my previous post I attached a screen shot. ericcohler.com/wordpress is the site
Is there a way we can fix the size of the navigation? Seems to only get this big on tablet size.
Awesome! Thanks so much.
Any way to change the mobile menu icon out with the text, MENU?
Perfect!
Only thing is the logo isn’t center, it’s still off to the left
-
AuthorPosts