Slides don't stop at the right place.

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Feb 18, 2015 4:46 pm
Reply with quote
Report this post
Hi again,
sorry to be so active on this forum but the very moment one problem is solved, another comes. :blush:
When I use slide effects (using url like #gkBottom for example), the scroll doesn't stop at the right position.
The title of the module in the position is partly masked by the mainmenu.
I don't know why and how to fix that.
An idea ?
Thanks (again)
User avatar
Gold Boarder

GK User
Fri Feb 20, 2015 12:11 pm
Reply with quote
Report this post
I've fixed that using firebug and adding some margin-top values, but not sure this was the right thing to do.
User avatar
Gold Boarder

GK User
Sat Feb 21, 2015 8:21 am
Reply with quote
Report this post
Hi Repitol, I have similar problems, but not related to the template's default modules. Problems happened with a 3rd part component. It's Flexicontent 's flexibreak. The anchor point stops at a place hidden by the main menu.

@Repitol, may you share with me how do you add the CSS margin? I also think that it is not a proper way to solve the problem. May be it is related to Css z-index, but not sure.

Hopfully, someone here can help us solve this problem logically.

Many thanks.

Seth
User avatar
Junior Boarder

GK User
Sat Feb 21, 2015 8:39 am
Reply with quote
Report this post
Just tried adding margin-top. It works, however, it brings out extra margin. Looking bad :(
User avatar
Junior Boarder

GK User
Mon Feb 23, 2015 5:05 pm
Reply with quote
Report this post
Hi King...
well, depending on the parts you want to display using that slides :
edit the module (for example the one in Header position)
choose "show title" YES
in advanced parameters, look if you have something in "Module Class Suffix" it tells you what CSS is used to display the title
(example : mediumtitle)
find it in template.css and add a padding-top value or a margin-top value according to the result you expect
in my case I added padding-top: 40px for ".box.mediumtitle .header"

sometimes it didn't work as I wanted, so I created a new Module class suffix with the name of my choice
and add a special rule in template.css for this suffix
The module class suffix is applied to the module title. it is there the problem occurs - The title is very often masked because the slide goes too up. Adding a padding or a margin to the title can fix it.
Hope it will help
User avatar
Gold Boarder

GK User
Tue Feb 24, 2015 8:40 am
Reply with quote
Report this post
Thank you.
User avatar
Junior Boarder


cron