patelamit
Forum Replies Created
-
Forum: Reviews
In reply to: [Easy Content Slider] not workingHi xenoncz
if you are using slidertype=slick then you need to set limit more then 3.
because there are set 2 default setting like slidesToShow: 3,slidesToScroll:3
so we need more then 3 limit value.i have already share slidertype=slick code. like :
[easy_slider category_id=1 limit=10 slidertype=slick display-dots=’no’ display-arrows=’yes’ slides_to_show=3 slides_to_scroll=3]i hope it will work for your end.
Thanks
Amit Patel
* if it will work then you can change your review…!
Forum: Reviews
In reply to: [Easy Content Slider] not workingHi xenoncz
we are sorry for that!!!!
can you share your short code which one use in your site?also share your wordpress version.
Thanks
Amit PatelForum: Reviews
In reply to: [Easy Content Slider] Awesome PluginThank vivekpandya1211.
Forum: Plugins
In reply to: [Easy Content Slider] doesn’t work on the new versionSorry For late reply
thanks for using for Easy Content Slider Plugin
it is already working fine. please check properly [easy_slider category_id=1 limit=3 listPosition=left intervalDuration=2000 displayControls=true adaptiveDuration=200 transitionDuration=500] code with param.
if have any problem then direct email me on [email protected]
Thanks & Regards
please share your rate for our plugin.
Forum: Plugins
In reply to: [Easy Content Slider] Please add buttons or pagination iconsHi Akhilraj
Thank you for nice suggestion.
now i am working with this or more functionality.
when i completed all feature then i send mail notification.
good day!Thanks
Forum: Plugins
In reply to: [Easy Content Slider] Change size of the sliderHi djaddo
implement in localhost or development server?
If on dev server
please send me demo link?Thanks
Forum: Plugins
In reply to: [Easy Content Slider] No linksHi lizink
please download 1.2 version again now i have update my plugin with param link in Title.
Thanks
Amit Patel
Forum: Plugins
In reply to: [Easy Content Slider] No linksHi lizink
please give my plugin rate…..
Thanks
Forum: Plugins
In reply to: [Easy Content Slider] No linksYes this slider does not link to post.
now i am working on this and release new version with link.
Thanks
Forum: Plugins
In reply to: [Easy Content Slider] No linksHi lizink
Please give review for my plugin.
Thanks.
Forum: Plugins
In reply to: [Easy Content Slider] No linksHi lizink
i have not set any in code file .please check your version i think.
I have update new version with responsive.
<?php $args = array('category'=> $param['category_id'],'post_type'=> 'post','post_status'=> 'publish','posts_per_page' => $param['limit']); ?>
<?php $posts_array = get_posts( $args ); ?>
<ul class="ecslider">
<?php foreach($posts_array as $post_val){?>
<?php if($post_val){?>- <?php if(get_the_post_thumbnail($post_val->ID)){?>
<?php echo get_the_post_thumbnail($post_val->ID,'full'); ?>
<?php }else{?>
<img src="https://placehold.it/600x400"/>
<?php }?>
<span><?php echo $post_val->post_title?></span>
<?php }?>
<?php }?><?php
if(!isset($param['listPosition'])){
if(trim($param['listposition'])=='left'){
$listPosition = 'left';
}
if(trim($param['listposition'])=='right'){
$listPosition = 'right';
}
}else{
$listPosition = 'right';
}
?>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('.ecslider').ecslider({
listPosition:'<?php echo $listPosition?>'
});
});
</script>Thanks
Forum: Plugins
In reply to: [Easy Content Slider] v1.1 effect other slidersHello abouasy
Yes
Now i have update and change effect.now add responsive functionality and you can move thumbnail navigation right to left or left to right…
Thanks
- <?php if(get_the_post_thumbnail($post_val->ID)){?>