New Landing How can we help? Themeforest Theme Support Dante One page menu setup

Viewing 7 posts - 31 through 37 (of 37 total)
  • Posted in: Dante
  • #119856
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue so please check it now.
    Thanks
    Mohammad

    #120068
    altious
    Member
    Post count: 180

    Hi,

    Can you tell me what you did there?
    because the row is gone and also for the contact menu I need that to work as well

    #120099
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have inserted html code in services content like given below:-
    <div id="services" ></div>
    Thanks
    Mohammad

    #120102
    altious
    Member
    Post count: 180

    where to insert those? in editor?

    #120108
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please insert given below code just before this heading text Ready to serve you.
    <div id="contact" ></div>
    Thanks
    Mohammad

    #137757
    altious
    Member
    Post count: 180

    Hi,

    After updating the theme the code doesn’t work anymore
    can you tell me how to fix it??

    i’m using the code

    <script>
    jQuery( document ).ready(function() {
    jQuery('.home ul#menu-mainmenu li.menu-item-103  a').click(function(e) {
      e.preventDefault();
    jQuery('html, body').animate({scrollTop : 0},800);
    });
    });
    </script>
    
    <script>
    jQuery( document ).ready(function() {
    jQuery('ul#menu-mainmenu li a').click(function(e) {
    jQuery('ul#menu-mainmenu li a span.nav-line').css( "width", "0%" );
    jQuery(this).find('span.nav-line').css("width", "99%");
    });
    });
    </script>

    now If I click on the menu there is no underline hovered also home is refreshing back again

    #138087
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last one code and use this one new custom JS code:-

    
    <script>
    jQuery( document ).ready(function() {
    jQuery('.home ul#menu-mainmenu-1 li.menu-item-103  a').click(function(e) {
      e.preventDefault();
    jQuery('html, body').animate({scrollTop : 0},800);
    });
    });
    </script>
    
    <script>
    jQuery( document ).ready(function() {
    jQuery('ul#menu-mainmenu-1 li a').click(function(e) {
    jQuery('ul#menu-mainmenu-1 li a span.nav-line').css( "width", "0%" );
    jQuery(this).find('span.nav-line').css("width", "99%");
    });
    });
    </script>

    Thanks
    Mohammad

Viewing 7 posts - 31 through 37 (of 37 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register