Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author patelamit

    (@patelamit)

    Hi 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="http://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

    Plugin Author patelamit

    (@patelamit)

    Hi lizink

    Please give review for my plugin.

    Thanks.

    Thread Starter lizink

    (@lizink)

    So this slider does not link to the posts? It only shows the images?

    When I click on the title it does nothing. Is that what is supposed to happen?

    I have the latest version.

    Plugin Author patelamit

    (@patelamit)

    Yes this slider does not link to post.

    now i am working on this and release new version with link.

    Thanks

    Plugin Author patelamit

    (@patelamit)

    Hi lizink

    please give my plugin rate…..

    Thanks

    Plugin Author patelamit

    (@patelamit)

    Hi lizink

    please download 1.2 version again now i have update my plugin with param link in Title.

    Thanks

    Amit Patel

    Thread Starter lizink

    (@lizink)

    You are absolutely amazing!! Thank you SO much!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No links’ is closed to new replies.