- Posts: 19
- Thank you received: 0
No toprow! Every Site like the starting site.
-
Lackytom
Inactive member - Topic Author
- New Member
Less
More
11 years 1 month ago #34740
by Lackytom
No toprow! Every Site like the starting site. was created by Lackytom
One problem solved with ur kind help, another one is coming around
I wanna make each site similar to the sHome site. Which means i´m having a full carousel on every menuitem. And just like on the Home site, i dont want to have that toprow that appears when i click on another menuitem except the Home site. The carousel should be at the top.
I hope you know how i mean that.
Thank u again.
I wanna make each site similar to the sHome site. Which means i´m having a full carousel on every menuitem. And just like on the Home site, i dont want to have that toprow that appears when i click on another menuitem except the Home site. The carousel should be at the top.
I hope you know how i mean that.
Thank u again.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34754
by ivan.milic
Replied by ivan.milic on topic No toprow! Every Site like the starting site.
You cant to show carousel on all pages? - In module settings under Menu Assignment select "On All Pages"
Please Log in to join the conversation.
-
Lackytom
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
11 years 1 month ago #34781
by Lackytom
Replied by Lackytom on topic No toprow! Every Site like the starting site.
i know that. but i making a different carousel for each page. an when a carousel is shown on every page except home its not at the very top. because theres another toprow before.
www.schwarzenbacher.org/2014 --> Plz have a look here. and click on the menuitem Appartments. there u can see what i mean
THANK U!
www.schwarzenbacher.org/2014 --> Plz have a look here. and click on the menuitem Appartments. there u can see what i mean
THANK U!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34788
by ivan.milic
Replied by ivan.milic on topic No toprow! Every Site like the starting site.
aha ok, in template_css.css you have this:
.sparky_home .toprow {
position: absolute;
}
change that to:
.toprow {
position: absolute;
}
.sparky_home .toprow {
position: absolute;
}
change that to:
.toprow {
position: absolute;
}
The following user(s) said Thank You: Lackytom
Please Log in to join the conversation.
-
Lackytom
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
11 years 1 month ago #34792
by Lackytom
Replied by Lackytom on topic No toprow! Every Site like the starting site.
Basically it worked, but would plz have another short look at the site. the background is still there
Thank u!
Thank u!
Please Log in to join the conversation.
-
Lackytom
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
11 years 1 month ago #34794
by Lackytom
Replied by Lackytom on topic No toprow! Every Site like the starting site.
i found it in the template.css:
.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg1.jpg) no-repeat;
background-size: cover;
}
but when i delete the 2 lines, nothing happens. to see if its the right class i tried to set the z-index to -10 which worked. but as isaid, when i delete the backkground lines. nothing happens.
.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg1.jpg) no-repeat;
background-size: cover;
}
but when i delete the 2 lines, nothing happens. to see if its the right class i tried to set the z-index to -10 which worked. but as isaid, when i delete the backkground lines. nothing happens.
Please Log in to join the conversation.
Time to create page: 0.155 seconds