Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #446054

    hi there,

    I have been trying for some time now on creating a one page site, that allows users to click on the menu headers. which will direct them to the section on that one page, however this is proving difficult.

    I have read through all the forum topics relating to this and have tried the hash tag solution in the color section and a number of different ways, but it does not seem to work as when doing live preview and clicking on the menu headers nothing seems to happen so i do not know what else to do

    Here’s hoping you can help me out

    Thanks in advance

    Jai

    #446063

    Hi jaery11!

    Have you checked out this post – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/?
    If that did not help, do you mind creating a temporary admin login and posting it here privately so we can set it for you?

    Best regards,
    Yigit

    #446076
    This reply has been marked as private.
    #446109

    Hey!

    Please review your website now. Here is how i did it – http://imgur.com/a/Fp5Ke
    First screenshot is from Color section element and second is from Appearance > Menus > Custom Link

    Regards,
    Yigit

    #446436
    This reply has been marked as private.
    #447831

    Hey!

    please upgrade to Enfold v3.1.5.
    I tried to login, but could not. Please check login details again. Try to deactivate all plugins, to see if one is causing this issue. Afterwards you can activate them again one by one to see which one is causing this problem.

    Regards,
    Andy

    #449591
    This reply has been marked as private.
    #449820

    Hi!

    You have this code which triggers the jump:

    <script type="text/javascript">
    				jQuery.noConflict();
    				(function( $ ) {
    					$(function() {
    						// More code using $ as alias to jQuery
    						$("area[href*=#],a[href*=#]:not([href=#]):not([href^='#tab']):not([href^='#quicktab']):not([href^='#pane'])").click(function() {
    							if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
    								var target = $(this.hash);
    								target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
    								if (target.length) {
    								$('html,body').animate({
    								scrollTop: target.offset().top - 200  
    								},900 ,'easeInSine');
    								return false;
    								}
    							}
    						});
    					});
    				})(jQuery);	
    			</script>

    Not sure how you added that but you need to remove it.

    Best regards,
    Ismael

    #450321

    Hi,

    Could you tell me which template you found that code in, I cant seem to find it anywhere

    Thanks

    Jai

    #450418

    Hi!

    It’s either hook in a wp_footer function inside the functions.php file or it was added directly in the footer.php file. Or it’s from a third party plugin.

    Regards,
    Ismael

    #450792

    Hi

    Thank you for your help

    It was a plugin that was causing the problem

    Many Thanks

    JAi

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Enfold one page navigation solution ? please help?’ is closed to new replies.