Frontend display J30

  • Posts: 272
  • Thank you received: 3
11 years 2 months ago #88584

We have been testing hikashop 2.0.0 with the Rockettheme Fresco responsive template. In the frontend we are unable to get the category product listings to show in columns. We have configured in the backend for 3 columns using div display with $row_fluid = 12. Looking at the file listing_div.php file everything seems to be correct. The span is set to 4 and gives:

<li class="span4 hikashop_product hikashop_product_column_1 hikashop_product_row_1">

However there does not seem to be any css to specify the width of the span4 or remove the bullet point which comes from li tag.

Should this be done in hikashop or does this need to coming from else where?

Thanks

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

  • Posts: 26014
  • Thank you received: 4004
  • MODERATOR
11 years 2 months ago #88600

Hi,

I think that your rockettheme template does not use bootstrap.
With HikaShop 2.1.0 you would be able to deactivate Joomla 3 bootstrap because, some templates don't include it, as required.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 272
  • Thank you received: 3
11 years 2 months ago #88631

Hi Jerome, we downloaded and installed version 2.1.0 and de-actived the bootstrap. Now on a normal screen it displays with the columns. However on hand-held devices we have lost the responsiveness. It keeps the three columns no matter what screen size! We have resolved this problem by hacking the hikashop.php file in the frontend. We have added:

// Add Stylesheets
$doc = JFactory::getDocument();
$doc->addStyleSheet('../media/jui/css/bootstrap.css');
$doc->addStyleSheet('../media/jui/css/bootstrap-extended.css');
$doc->addStyleSheet('../media/jui/css/bootstrap-responsive.css');

In the backend an option for J30+ users could be implemented to turn this off and on. What do you think?

Last edit: 11 years 2 months ago by jameswadsworth.

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

  • Posts: 26014
  • Thank you received: 4004
  • MODERATOR
11 years 2 months ago #88663

Hi,

It's not HikaShop which should include bootstrap, it's the template job.
We have in HikaShop 2.1.0 (released today) an option to use or not the bootstrap html code. So, if your template does not use bootstrap, you can use J2.5 html content and if in a J2.5 website you have bootstrap, you can use it in HikaShop.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: jameswadsworth

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

  • Posts: 272
  • Thank you received: 3
11 years 2 months ago #88667

You are right. We have moved that across in the index.php file of the template. All working correctly now.

Thanks

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

  • Posts: 241
  • Thank you received: 5
11 years 2 months ago #88763

Thank you for the quick release. Can we assume the 2.1.0 is no longer beta and is now "stable"?

I still show: "You have the latest stable version : 2.0.0"

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

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #88768

Yes you can assume that the 2.1.0 is no longer a beta.
You can take it from our website in "Your subscription" part.

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

Time to create page: 0.086 seconds
Powered by Kunena Forum