Front page scrolling

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Oct 09, 2013 4:57 pm
Reply with quote
Report this post
Hi,

I have installed a clean version of Joomla 3.x and the Creativity template. I have added several custom HTML modules, one in the header position and three in the bottom1 position (with basic Lorem text). I have linked menu items to #gkHeader and to #gkBottom1, #gkBottom1-2 and #gkBottom1-3. I have checked the order of the modules.

When I click on 'What we do', it scrolls just past the title of the header module. The three bottom modules are shown below that in three column mode. I would like to scroll a page at a time to each of the modules. What am I missing?

Kind regards,
Kees.
User avatar
Fresh Boarder

GK User
Thu Oct 10, 2013 7:54 am
Reply with quote
Report this post
Could you show me your site URL ? It is always easier to check CSS/HTML code on live site.
User avatar
Platinum Boarder

GK User
Thu Oct 10, 2013 1:15 pm
Reply with quote
Report this post
Hi bkrztuk,

The url is: http://www.cumulite.com/test. If you need to login into the backend, please drop me an email. Kind regards, Kees.
User avatar
Fresh Boarder

GK User
Sat Oct 12, 2013 1:23 pm
Reply with quote
Report this post
I don't see 'What we do' link on your site. I see only links to BotoomX positions and there scroll is working fine.
User avatar
Platinum Boarder

GK User
Sat Oct 12, 2013 2:19 pm
Reply with quote
Report this post
Hi!

First sorry for my english. I have the same problem: if i click the main menu item the page dont scroll down, just apperars, and the menu items are not alwasy visible, only if I hover it with the cursor. I used the quickstart package.

Any idea?
User avatar
Fresh Boarder

GK User
Wed Oct 16, 2013 9:38 am
Reply with quote
Report this post
Did you use default quickstart menu or custom one? When you change menu items you need to change the href attributes also to part of website. Could you show me your site URL ? It is always easier to check CSS/HTML code on live site.
User avatar
Platinum Boarder

GK User
Mon Oct 21, 2013 7:28 am
Reply with quote
Report this post
I used the default menu. I checked in many browsers, and only in Chrome is sometimes the menu unvisible. The url is www.educert.hu. Do you need also an admin login?

Thanks!
User avatar
Fresh Boarder

GK User
Mon Oct 21, 2013 9:41 am
Reply with quote
Report this post
I've visited your site on latest chrome and there is no problem with menu and scrolling effect >> screenshot
User avatar
Platinum Boarder

GK User
Mon Oct 21, 2013 9:57 am
Reply with quote
Report this post
If I clik on the button on the big slider than it works, but if I use the menu, there is no scroll, just jumps to the anchor.
User avatar
Fresh Boarder

GK User
Wed Oct 23, 2013 8:07 am
Reply with quote
Report this post
Please try to change anchor point to #gkBottom1-1 instead of #gkBottom, it looks like just the script is not working on your site. I've checked the quickstart package and all is fine there.
User avatar
Platinum Boarder

GK User
Wed Oct 23, 2013 2:05 pm
Reply with quote
Report this post
I found the mistake: I used the whole URL in the menu items, not only the anchor. Now its working!
User avatar
Fresh Boarder

GK User
Fri Oct 25, 2013 12:08 am
Reply with quote
Report this post
I have a question along these lines as well. The button "Get Started" in Intro scrolls smoothly down to gkHeader. I then have another button there "Learn More" that will jump to gkBottom1, but doesn't scroll smoothly. Here is how I have it.

Code: Select all
<a class="border bigbutton" href="/#gkBottom1" data-anim="slidedownbtn">Learn More</a>


My site is www.gobenevolent.org

Thanks for the help.
User avatar
Fresh Boarder

GK User
Fri Oct 25, 2013 8:41 am
Reply with quote
Report this post
Code: Select all
<a class="border bigbutton" href="#gkHeader" data-anim="slidedownbtn">Get Started</a>


Please look - there is no '/' before target in href attribute.
User avatar
Platinum Boarder

GK User
Mon Oct 28, 2013 4:22 am
Reply with quote
Report this post
Thank you!
User avatar
Fresh Boarder


cron