Forum Replies Created
-
AuthorPosts
-
Cancel.. The test android phone was the issue.
Thank you,
AllenNevermind.. appearently it’s back up. Seems to be not a theme problem. Thank you for the awesome theme 🙂
Thank you for the response. May I ask what that is and who do I go about correcting that. Any help would be very welcome.
Thank you,
AllenLet me try the link again
(http://juliee-aaron.butterfieldsage.com/juliee-aaron/?page_id=113)Good Evening Shri,
I setup a page with screen shots of your demo and of our configured version. Your demo creates a large menu bar and makes text large enough to read. Ours looks like its viewing a pc site on an iphone. Everything is super small and unreadable.http://juliee-aaron.butterfieldsage.com/juliee-aaron/?page_id=113
Thank you for your help,
AllenGood Afternoon,
Any luck on making the responsive feature work? Is there something we can change on our end to make it function again?Thank you,
AllenLooking much better. The text is there now but the responsive is not functioning. What can we do to make it function like the demo. Really dig the theme.
Thank you,
AllenNo change. The responsive isn’t working and no text is showing up on mobile devices only. Looks fine on desktop.
Thank you Shri,
I tested your suggestion and used the following code and all is working great.
jQuery(“.show_hide_header”).css(“display”,”none”);
This made the webpage on the pc just the way I was hoping but on iOS devices the menu disappeared, so I had to go back to standard menu. I’ll email admin details to you.
Thank you again
Good Morning and Thank YOu for the quick reply,
I inserted the code as suggested but the menu is still expanded at start up and with the code in place the collapse function stops working. Below is were I inserted the code:
add_action(‘wp_head’,’hook_custom_javascript’);
function hook_custom_javascript(){?>
<script>
jQuery(document).ready(function() {
jQuery(‘.show_hide_header’).css(‘display’,’none’);
jQuery(“#header-bottom-shape”).click(function(){
if ( jQuery( “.show_hide_header” ).is( “:hidden” ) ) {
jQuery( “.show_hide_header” ).slideDown(“slow”);
} else {
jQuery( “.show_hide_header” ).slideUp(“slow”);
}
jQuery( this ).toggleClass(‘showDown’);
});
jQuery( “#site-nav li:last” ).addClass(“noBottomBorder”);
jQuery( “#site-nav li:parent” ).find(‘ul.sub-menu’).parent().addClass(“haschild”);
});
</script>
Anything else I can try or look at?
Thank you again for your help
http://www.culpeppersteakhouse.com
-
AuthorPosts