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

Viewing 15 posts - 16 through 30 (of 37 total)
  • Posted in: Dante
  • #115612
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m afraid that’s not possible sorry, as there is no Row ID for the top of the page

    – Kyle

    #115621
    altious
    Member
    Post count: 180

    I see ๐Ÿ™

    #115689
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to use this custom js code at Admin -> Theme Options -> Custom JS :-

    <script>
    jQuery( document ).ready(function() {
    jQuery('ul#menu-mainmenu li.menu-item-103  a').click(function(e) {
      e.preventDefault();
    jQuery('html, body').animate({scrollTop : 0},800);
    });
    });
    </script>

    Thanks
    Mohammad

    #115704
    altious
    Member
    Post count: 180

    Mohammad,

    It works!
    thanks for this

    However, when I was in other page when I click the menu it’s not working. Any idea for this to work on other pages?

    #115710
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last one code and use this new one 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>

    Thanks
    Mohammad

    #115957
    altious
    Member
    Post count: 180

    Hi only the home menu works
    the rest of the menu if I click from other pages doesn’t
    is it possible for other links to work as well?

    #116022
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    May i have other page url to check the issue?
    Thanks

    #116385
    altious
    Member
    Post count: 180

    for example kastilweb.com/blog

    #116676
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please follow given below steps.
    1- Create a new menu.

    2- Now create links for this menu.
    a). http://www.kastilweb.com/ – Home
    b). http://www.kastilweb.com/#blog – Blog
    c). http://www.kastilweb.com/#portfolio – Portfolio
    d). http://www.kastilweb.com/#pricing – Pricing
    e). http://www.kastilweb.com/#contact – Contact.

    3- Edit blog page -> Page Meta options -> Misc Options -> Page Menu -> Choose this newly created menu for this page.

    Hope you will understand.

    Thanks
    With Regards
    Mohammad

    #116681
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

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

    #116719
    altious
    Member
    Post count: 180

    Thanks Mohammad it work great now

    #116727
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great ๐Ÿ™‚

    – Kyle

    #119150
    altious
    Member
    Post count: 180

    Guys,

    When I put #services above content
    I can click the menu services to go to that content however there seem to be a spacing before the content
    how do I remove the spacing?

    #119155
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide a screenshot of the extra space?
    Thanks.

    -Rui

    #119679
    altious
    Member
    Post count: 180
    This reply has been marked as private.
Viewing 15 posts - 16 through 30 (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