Suggestions CSS/Features
-
Hi,
first of all, great plugin, just what I needed ??
I have added some custom css to the plugin, that you might want to update to the next version.
Because I was seeing bullet points next to my slider
.flexslider ul {
list-style: none;
}And I just upped the margin-right, because the images were too close together in the carousel. Though for future reference this might be an option in the settings?
.carousel li {
margin-right: 1em;
}One other thing I believe would be a possibility you might want to look into. Now the carousel is based on the taxonomy, but say if I want to show a carousel based on a post type, then at the moment I can only show this if they all have the same the same category.
So maybe these features would be interesting?
– Make a carousel based on Post Type
– Make a carousel with posts from 2 or more categories
– Make a carousel based on ID’s (this is more if you don’t have many products but want a custom order of them being shown)
- The topic ‘Suggestions CSS/Features’ is closed to new replies.