Creativity suffix "onepage" menu in sidebar incorrect
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Fri Dec 02, 2016 12:18 pm
- Reply with quote
- Report this post
Hi!
I am using Creativity (V.3.21.1), in standard mode.
There is a regular Joomla onboard module typ „menu" in the „sidebar“ area.
As soon as I add „onepage“ as a suffix the menu is displayed incorrectly. Padding top and bottom is huge. Padding-left is zero.
How can I avoid that?
Thx
Andre
I unistallend and reinstalled the template, override is off … no effect.
I am using Creativity (V.3.21.1), in standard mode.
There is a regular Joomla onboard module typ „menu" in the „sidebar“ area.
As soon as I add „onepage“ as a suffix the menu is displayed incorrectly. Padding top and bottom is huge. Padding-left is zero.
How can I avoid that?
Thx
Andre
I unistallend and reinstalled the template, override is off … no effect.
-
- Fresh Boarder
- GK User
- Fri Dec 02, 2016 5:21 pm
- Reply with quote
- Report this post
Found the reason in file "/templates/gk_creativity/css/template.css" in line 472.
Solution:
Line 470 to 476
- Code: Select all
.onepage #gkPageContent .box
Solution:
Line 470 to 476
- Code: Select all
.onepage #gkHeader .box,
.onepage #gkBottom1 .box,
.rubbish-onepage #gkPageContent .box {
margin: 0!important;
padding: 102px 0!important;
width: 100%!important;
}
-
- Fresh Boarder
- teitbite
- Wed Dec 07, 2016 12:18 pm
- Reply with quote
- Report this post
Hi
Thank You for this correction, but "onepage" suffix is designed to a specific page style, where every module is displaying one under the other, so using a sidebar on that page was not intended, so the acctuall bug in this case is that template should hide sidebar while this page class suffix is selected. Reported to programmers.
Thank You for this correction, but "onepage" suffix is designed to a specific page style, where every module is displaying one under the other, so using a sidebar on that page was not intended, so the acctuall bug in this case is that template should hide sidebar while this page class suffix is selected. Reported to programmers.
-
- Moderator
3 posts
• Page 1 of 1