Okay
  Public Ticket #2447486
Hamburger menu
Closed

Comments

  • ABDELLAH2009 started the conversation

    Hi thanx for all the support,

    i just need last thing and it how to auto hide the hambruger menu after clicking a link beauce i use one page layout and i have ancherpoints pls let me know thnxx

  •  840
    Jelly replied

    Hello,

    Could you please send us wp-admin login/password as a private message? I need to update the theme in order to fix this.

    Best Regards,
    Jelly Team

  •   Jelly replied privately
  • ABDELLAH2009 replied

    i update it but menu on phone stil not close automatic after clicking on it

  • ABDELLAH2009 replied

    and disabling the prelaoder is also not working

  •  840
    Jelly replied

    The problem is in "Page scroll to id" plugin. Please disable it.

    Unfortunately, "Disable page loader" option was added by mistake. If you want I can remove the loading functionality by editing the code.

    Best Regards,
    Jelly Team

  • ABDELLAH2009 replied

    Thnxxx. plz just show me how to disable the pre loader

  • ABDELLAH2009 replied

    i dont wanna come back always only for diabling the pre loader


  • ABDELLAH2009 replied

    and sir i wanna add an extra button to homepage slider how can i do that?

  •  840
    Jelly replied

    In order to disable theme's loader please go to scripts/main.js and comment lines 6-10. After go to header.php and comment 10-26. Clean your cache and check.

    Please go to theme_folder/page-template-slider.php and add a button after:

    <a href="<?php echo esc_url(get_post_meta( $post->ID, '_murdock_jellythemes_slider_button_link_1', true )); ?>" class="btn btn-invert"><?php echo get_post_meta( $post--->ID, '_murdock_jellythemes_slider_button_1', true ); ?></a>
    

    Best Regards,
    Jelly Team