saokim
Forum Replies Created
-
Forum: Plugins
In reply to: [Jcarousel Post Slider] Conflicts with genesis layoutSorry but i’ve never used genesis layouts
Forum: Plugins
In reply to: [Jcarousel Post Slider] Use but not in a widgetWhy you don’t create new sidebar called “Top category”
Goto wp-content/themes/your_theme/
1/ Open functions.php and paste this code
register_sidebar( array( 'name' => __( 'Top Category', 'default' ), 'before_widget' => '', 'after_widget' => "", 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) );2/ Open category files (usually it is archive.php) and goto the place you want to show this widget and paste this code
<?php if ( ! dynamic_sidebar( 'Top Category' ) ) : ?> <?php endif;?>3/ Goto Widget and drag widget “jcarousel-post-slider” to Top Category.
Done!
Forum: Plugins
In reply to: [Jcarousel Post Slider] Unable to set withYou can create new skin to solve it. Following this steps:
Goto wp-content/plugins/jcarousel-post-slider/js/skins/ –> Create new_skin folder and create skin.css in this folder.Forum: Plugins
In reply to: [Jcarousel Post Slider] Link to post doesnt work with featured imageWith version 2.0 allow you set the displayed image using: Featured image, if not set featured image, the displayed image will be using the first image uploaded, if you not upload any image, the displayed image will be using the first image in post content, otherwise it will be show no-image.
Please give comment on http://wordpress4u.net/jcarousel-post-slider-plugin/