Title: Suggestions CSS/Features
Last modified: October 31, 2016

---

# Suggestions CSS/Features

 *  [kirke1989](https://wordpress.org/support/users/kirke1989/)
 * (@kirke1989)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/suggestions-cssfeatures/)
 * 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)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [rameez_iqbal](https://wordpress.org/support/users/rameez_iqbal/)
 * (@rameez_iqbal)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/suggestions-cssfeatures/#post-8375440)
 * Hi, thanks for your suggestions
 * I will add these features in next version soon
 * Regards
 *  Thread Starter [kirke1989](https://wordpress.org/support/users/kirke1989/)
 * (@kirke1989)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/suggestions-cssfeatures/#post-8379385)
 * Hi, I’ve added this code to the settings (plugin.class.php), so I can select 
   the post type. Though now I’m not sure how I can display the data?
 * <tr>
    <td><?php _e( ‘Select Post Type’, ‘wcp-carousel’ ); ?> <td> <select class
   =”wcp-post-type widefat”> <option value=””><?php echo esc_attr(__(‘Select Post
   Type’)); ?></option> <?php $postt = get_post_types(array(‘public’ => true));
 *  foreach ($postt as $pt) {
    $option = ‘<option value=”‘.$tax.'” ‘.selected( $
   data[‘post_type’], $pt ).’>’; $option .= $pt; $option .= ‘</option>’; echo $option;}?
   > </select> </td> <td> <p class=”description”><?php _e( ‘Select Post Type’, ‘
   wcp-carousel’ ); ?>.</p> </td> </tr>
 *  Thread Starter [kirke1989](https://wordpress.org/support/users/kirke1989/)
 * (@kirke1989)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/suggestions-cssfeatures/#post-8379663)
 * Hi I’ve added code to the plugin which makes it able to select the post type.
   But now I cant figure out how to display the posts? I get a ‘404 – No posts found’
   error.
 *  Thread Starter [kirke1989](https://wordpress.org/support/users/kirke1989/)
 * (@kirke1989)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/suggestions-cssfeatures/#post-8384514)
 * Send you a message

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Suggestions CSS/Features’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-posts-carousel_94979c.
   svg)
 * [Responsive Posts Carousel](https://wordpress.org/plugins/responsive-posts-carousel/)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-posts-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-posts-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-posts-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-posts-carousel/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [kirke1989](https://wordpress.org/support/users/kirke1989/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/suggestions-cssfeatures/#post-8384514)
 * Status: not a support question