Hi,
I am working on the PlatformPro theme and I would like to have two different feature sliders on two different pages. The thing is that one of them should be higher than the other.
I.e. The height of the slider on the home page is 330px. But the height of another slider on the default pages should have 200px.
Is this possible?
Thank you in advance.
Two differentes heights for two different feature sliders?
Started by
amforh
, Oct 21 2010 05:33 AM
4 replies to this topic
#1
Posted 21 October 2010 - 05:33 AM
#2
Posted 21 October 2010 - 06:50 AM
Anything is possible when you're part of the PageLines community.
We'll help you get it... have live links for us?
#3
Posted 21 October 2010 - 05:09 PM
Hi Andrew,
No yet, I am working on local right now.
#4
Posted 21 October 2010 - 08:21 PM
if you view the source code. You can precede each selector with a unique page id provided by wordpress.
More explanation here
http://www.pagelines...pic.php?id=2946
#5
Posted 22 October 2010 - 09:26 PM
Thank you.
I have used the custom code:
.page-id-xxx #feature_slider {height:200px;}
My concern is that this method cut off the feature navigation menu. I guess that I also have to create a custom code to move the position of this menu, right?
So, is it not an easiest way to solve it?










