V Allen Dillon

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Mobile Menu not working with Android #191696
    V Allen DillonV Allen Dillon
    Participant
    • Topics: 5
    • Replies: 10
    • Total: 15
    Member since: December 13, 2014

    Cancel.. The test android phone was the issue.

    Thank you,
    Allen

    in reply to: 500 Internal Server Error #92168
    V Allen DillonV Allen Dillon
    Participant
    • Topics: 5
    • Replies: 10
    • Total: 15
    Member since: December 13, 2014

    Nevermind.. appearently it’s back up. Seems to be not a theme problem. Thank you for the awesome theme 🙂

    in reply to: Wedding Theme – Responsive not working #33370
    V Allen DillonV Allen Dillon
    Participant
    • Topics: 5
    • Replies: 10
    • Total: 15
    Member since: December 13, 2014

    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,
    Allen

    in reply to: Wedding Theme – Responsive not working #33150
    V Allen DillonV Allen Dillon
    Participant
    • Topics: 5
    • Replies: 10
    • Total: 15
    Member since: December 13, 2014

    Let me try the link again
    (http://juliee-aaron.butterfieldsage.com/juliee-aaron/?page_id=113)

    in reply to: Wedding Theme – Responsive not working #33149
    V Allen DillonV Allen Dillon
    Participant
    • Topics: 5
    • Replies: 10
    • Total: 15
    Member since: December 13, 2014

    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,
    Allen

    in reply to: Wedding Theme – Responsive not working #32987
    V Allen DillonV Allen Dillon
    Participant
    • Topics: 5
    • Replies: 10
    • Total: 15
    Member since: December 13, 2014

    Good 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,
    Allen

    in reply to: Wedding Theme – Responsive not working #31868
    V Allen DillonV Allen Dillon
    Participant
    • Topics: 5
    • Replies: 10
    • Total: 15
    Member since: December 13, 2014

    Looking 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,
    Allen

    in reply to: Wedding Theme – Responsive not working #31698
    V Allen DillonV Allen Dillon
    Participant
    • Topics: 5
    • Replies: 10
    • Total: 15
    Member since: December 13, 2014

    No change. The responsive isn’t working and no text is showing up on mobile devices only. Looks fine on desktop.

    in reply to: Menu Collapsed Menu by Default #2934
    V Allen DillonV Allen Dillon
    Participant
    • Topics: 5
    • Replies: 10
    • Total: 15
    Member since: December 13, 2014

    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

    in reply to: Menu Collapsed Menu by Default #2926
    V Allen DillonV Allen Dillon
    Participant
    • Topics: 5
    • Replies: 10
    • Total: 15
    Member since: December 13, 2014

    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

Viewing 10 posts - 1 through 10 (of 10 total)