One page design scrolls not quiet to the spot

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Wed Jan 22, 2014 12:16 pm
Hello again,
And other thing that getting my attention is that on the on page design is while clicking on the menu the page doesn't quiet get to the exact position of the different sections ( gk-bottom1, gk-mainboy-bottom, gk-bottom2, etc)...
Any idea what went wrong and how I can correct this:

Have a look: http://www.formamobles.com

Thanks in advance for your help

Cheers

Marc
User avatar
Fresh Boarder

GK User
Thu Jan 23, 2014 8:25 am
Hi,

I have checked the top menu and seems to be ok, gk-bottom1-3, gk-mainbody-bottom go to the proper sections, could you give me more details about this issue?
User avatar
Moderator

GK User
Thu Jan 23, 2014 9:50 am
screenshot1.jpg
screenshot1.jpg
Hi,
As you can see at the screen shots, the titles are not visible in some sections, or only part of it. It looks like its not quit scrolling to the right spot. It get worse once clicked on a page (i.e one of the images) on go back to any other section...

Thanks for your help
User avatar
Fresh Boarder

GK User
Thu Jan 23, 2014 2:46 pm
Which browser exactly? because I checked the newest Chrome and Firefox and seems to be ok:
User avatar
Moderator

GK User
Fri Jan 24, 2014 10:32 am
Hi Piotr,
We use the latest Safari, Chrome, Firefox. Please do the following:
1. Go to www.formamobles.com
2. Go to "PROYECTOS" (all fine there...)
3. Go to "SELECCION" (all fine there...)
4. Click on on of the images ( gallery page opens...fine)
5. Go to "PROYECTOS" or any other section: Now, the pages do not align properly anymore, unless I go back to the homepage and start over

I hope you understand now my point.

Thank you
User avatar
Fresh Boarder

GK User
Fri Jan 24, 2014 1:56 pm
Ok, now I understand, you have to notice that on original version of the theme, this kind of menu/layout is used only on the frontpage:
http://demo.gavick.com/wordpress/creativity/

and there's additional css class added for homepage, if you have enabled "onepage" layout option, so on other pages elements like, bottom1, bottom2 etc. have different top/bottom padding - that's the soruce of your problem.

Try to add this code to override.css file (first enable this option from template option -> Advanced tab)
Code: Select all
#gk-header .box,
#gk-bottom1 .box,
#gk-bottom2 .box,
#gk-page-content .box {
   margin: 0!important;
   padding: 102px 0!important;
}
User avatar
Moderator


cron