Carousel effect problem

  • Posts: 252
  • Thank you received: 1
8 years 8 months ago #252302

-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.5
-- PHP version -- : 5.5.12

Hi,
I am using the content module with Carousel options all setting copied from the hikashop demoside HikashopEffect(Three products in a fade).
The effect was good only the description didn't show up when hover.
My url is : www.likeego.com , and the test block is a neglect at the footer of my home page.
Could you direct me what could be the problem?

Best regards
Scott

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 83995
  • Thank you received: 13605
  • MODERATOR
8 years 8 months ago #252332

Hi,

It looks like either you're looking at the description of another product than the one in your carousel, or you have the "listing_fade" file of the "product" view that has been modified to remove the description. You can check that via the menu Display>Views of HikaShop.

The following user(s) said Thank You: twscott

Please Log in or Create an account to join the conversation.

  • Posts: 252
  • Thank you received: 1
8 years 8 months ago #252385

Hi Nicolas,
Thanks, now it can be shown correctly.
I remarked some code, but I think there should be a better way for this, just I don't know how to set "config->get('show_description_listing',0)".
Following is the code that I remarked:
<!-- PRODUCT DESCRIPTION -->
<?php //if($this->config->get('show_description_listing',0)){ ?>
<div class="hikashop_product_description">
<?php
echo preg_replace('#<hr *id="system-readmore" */>.*#is','',$this->row->product_description);
?>
</div>
<?php //} ?>
It must be somewhere in the hikashop configuration, could you point it out for me?
Thanks

Best regards
Scott

Please Log in or Create an account to join the conversation.

  • Posts: 83995
  • Thank you received: 13605
  • MODERATOR
8 years 8 months ago #252389

Hi,

There is no setting to change that.
The description is not displayed with the fade effect because often the description is too big to fit there so it only display the votes/add to cart button, add to wishlist button and custom item fields.
So commenting the code like you did is the way to go in your case.

The following user(s) said Thank You: twscott

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum