Viewing 3 replies - 1 through 3 (of 3 total)
  • Is there any answer to this?

    Plugin Author Steve Truman

    (@a3rev)

    Hello chardon nicholas and Veraz

    The item expander is the integral feature of the a3 portfolio plugin and the plugin is coded as such – what you are asking for is to completely by pass it?

    I am interested to know why anyone would want such and option? All it does is make navigating your portfolio much more difficult for users. They click straight through to the Item Post – then have to navigate back to the portfolio to see other items – where as with the item expander they can see all the images in that Item gallery and as much of the description as you want them to see. On a mobile phone it would be a nightmare.

    I might be missing something as to why it would be a better solution for your site users?

    Steve

    Hi

    I also want to go directly to the portfolio page on clicking the title.

    I have customized the code little bit. Title show the page url, but still it only opens the expander div.

    My code in content-portfolio.php –

    <div class="a3-portfolio-item-load a3-portfolio-item <?php echo $item_class; ?>" data-index="<?php echo $post->post_name; ?>">
       <div class="a3-portfolio-item-container">
        <div class="post_img">
          <?php the_post_thumbnail();?>
        </div>
        <div class="post_meta">
          <h4 class="text-center"> <?php a3_portfolio_get_categories_meta($portfolio_id);?> </h4>
          <h1 class="text-center"> <strong><a href="<?php the_permalink();?>"><?php the_title(); ?> </a></strong></h1>
          <p><strong><?php echo get_the_date('d.m.y | g.i a');?></strong></p>
        </div>
        </div>
       </div>

    Any help ? or anyway I can stop the script from running and open expander div. Client need it in that way

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Item cards linking to post item’ is closed to new replies.