Shape 5

Joomla Templates => Eventfull - Club => : cspgsl October 18, 2016, 01:23:53 PM



: links on scroller not working
: cspgsl October 18, 2016, 01:23:53 PM
At http://stillcpa.ca/ I am having a problem getting the links on the read more icons to scroll down to the linked position on the home page.  I have inserted the following for the three links

:
<a href="#s5_below_body" class="readon">See My 4 Step Process</a> 
:
<a href="#s5_middle_bottom1" class="readon">View My Services</a>  
:
<a href="#s5_below_columns" class="readon">Choose a Plan Right For You</a> 

Nothing happens when I click on them

Please let me know what I should insert for the position references.


Also, I have a lot of white space between the below_body_1 and the middle_bottom_1 positions. Can I alter the space so the positions are not so far apart?

Thanks


: Re: links on scroller not working
: jonahh October 19, 2016, 01:53:45 PM
Its because the IDs aren't correct. You actually have one of them correct here in this post, the:

:
<a href="#s5_below_body" class="readon">See My 4 Step Process</a> 

is an actual ID in the index.php file. But on your site you have it as the following with the 1 which is messing it up as it doesn't exist in the index.php file:

:
<a href="#s5_below_body1" class="readon">See My 4 Step Process</a> 

The other two also aren't correct. Just search for them in the index.php file or scroll through to find the IDs in there and then it should work once you get the proper ones.


: Re: links on scroller not working
: cspgsl October 20, 2016, 11:52:03 AM
If this is correct, it isn't working
:
<a href="#s5_below_body" class="readon">See My 4 Step Process</a>

I also tried to determine what I should use for the 2nd link on the slider,  View My Services and none of the choices I saw in the index.php file were right - see screen shot


: Re: links on scroller not working
: jonahh October 20, 2016, 12:47:21 PM
Strange the scroll to IDs in Firefox it work for me and I also don't get a scroll to top arrow but in Chrome I do.

I think there is some sort of conflict between the full page scroll and the scroll to top arrow and or the overlay menu. On our demo we have the overlay menu enabled but no full page scroll for the "athletic" demo. But for the business demo we have the standard flex menu with full page scroll and no scroll to top arrow. All the register now buttons work fine with the demo settings like this. Can you try to setup like either the athletic or business style as I just described and see if that changes anything and makes it work?


: Re: links on scroller not working
: cspgsl October 20, 2016, 01:02:48 PM
I will reload the site shaper and play with it for a bit to see what I find.


: Re: links on scroller not working
: cspgsl November 03, 2016, 09:47:40 AM
OK, I have managed to fix two of the links however, the third escapes me.

:
<a href="#s5_below_columns" class="readon">Choose a Plan Right For You</a>  
will not trigger the link.

Also, the other two links move the page down below the header / title for the position. Is there a way to alter the extent of the slide distance?


: Re: links on scroller not working
: jonahh November 03, 2016, 01:55:16 PM
Its because s5_below_columns doesn't exist by itself its suffixed with the below. If you choose one of these it will work:

s5_below_columns_wrap1
s5_below_columns_wrap2
s5_below_columns_inner
s5_below_columns_1

It looks like the floating menu is covering the titles. You would have to hide the titles and then add in manually with custom HTML and then add a bunch of
's to create some white space. Or just disable the floating menu. I would recommend going that route as on mobile the white space would look strange.


: Re: links on scroller not working
: cspgsl November 03, 2016, 03:01:57 PM
unfortunately, those positions return a 404 page not found

Thanks for the suggestion on the floating menu.


: Re: links on scroller not working
: jonahh November 04, 2016, 11:51:06 AM
You tried like this?

:
<a href="#s5_below_columns_wrap1" class="readon">Choose a Plan Right For You</a>  


: Re: links on scroller not working
: cspgsl November 05, 2016, 05:50:04 AM
Thanks, I missed the #   :-[