Accordeon category module configuration

  • Posts: 119
  • Thank you received: 6
8 years 3 weeks ago #251952

-- url of the page with the problem -- : newtricotin.matexa.com/tmcr-boutique
-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.2
-- PHP version -- : 5.5.38

Hi

I come back with hikashop and I don't undersatand this issue

I have in these 2 web sites (test) logically the same configuration for accordeom categorie module

site 1) ok in my point of view
www.tricotin.matexa.com/index.php/boutique
with <div class="accordion" id="category_panel_130"> as intro of the accordeon

Site 2) not ok
newtricotin.matexa.com/tmcr-boutique
with <div id="category_panel_132" class="pane-sliders"> as intro of the accordeon

i did not found the trick to change the format of pane slider view of the not ok accordeon menu

thanks for your precious help

take care

Bertrand

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

  • Posts: 82683
  • Thank you received: 13337
  • MODERATOR
8 years 3 weeks ago #252014

Hi,

It must be that you use different versions of Joomla.
The slider system is based on Joomla's. On Joomla 3, it uses bootstrap's if the "use bootstrap design" setting of the HikaShop configuration is activated. On Joomla 2.5, or Joomla 3 with the "user boostrap design" deactivated, it uses the "sliders" library of Joomla.
And on Joomla 1.5 it uses the "pane" library of Joomla.
If you edit the file "listing_list" of the view "category" via the menu Display>Views, you can add the code:

$this->tabs->mode = "sliders";
or
$this->tabs->mode = "boostrap";
after the line:
$this->tabs = hikashop_get('helper.sliders');
To switch to force the mode. like you want.

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

  • Posts: 119
  • Thank you received: 6
8 years 3 weeks ago #252081

Grrr .........
it was a problem of configuration, both websites are in Joomla 3.6.2 but one website was not "bootstrap design" enable in hk config

sorry

Thanks

Bertrand

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

Time to create page: 0.057 seconds
Powered by Kunena Forum