Accordion in Prestashop not working

info1938
72 Posts
info1938 posted this 15 March 2017

Hello!

I've a site (currently in maintenance mode) that doesn't show accordion menu in product tabs on a mobile device. It shows the content from the first tab only. Attached are photos.

Hello! I've a site (currently in maintenance mode) that doesn't show accordion menu in product tabs on a mobile device. It shows the content from the first tab only. Attached are photos.
Vote to pay developers attention to this features or issue.
5 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 15 March 2017

Hi,

We're aware about this issue. It should be fixed in the future Themler updates.
In the meantime please try disable Product Tabs responsiveness:

product-tabs-resp.png

Thank you,
Olivia

Hi, We're aware about this issue. It should be fixed in the future Themler updates. In the meantime please try disable Product Tabs responsiveness: !product-tabs-resp.png! Thank you, Olivia
info1938
72 Posts
info1938 posted this 16 March 2017

OK, I've disabled the responsive option, currently the tabs are tabs on mobile also (no accordion).
Also for the update I remind that reviews stars are not working :)

Thank you!

OK, I've disabled the responsive option, currently the tabs are tabs on mobile also (no accordion). Also for the update I remind that reviews stars are not working :) Thank you!
Support Team
Support Team posted this 16 March 2017

Hi,

Also for the update I remind that reviews stars are not working :)

Could you please check the last beta update:
http://answers.themler.com/questions/122312/themler-v-358-beta-update-2-march-2017
The issue with rating should be fixed either in this or the next update.

Thank you,
Olivia

Hi, > Also for the update I remind that reviews stars are not working :) Could you please check the last beta update: http://answers.themler.com/questions/122312/themler-v-358-beta-update-2-march-2017 The issue with rating should be fixed either in this or the next update. Thank you, Olivia
engels
55 Posts
engels posted this 27 October 2017

Hi,

what about the issue with accordion in product tabs in responsive mode for mobiles?
Any solution meanwhile?

Another question/issue:
Tables in product tabs always have a background in the regular rows (alternate rows background works fine).
Alternate rows no background, table no background, no background anywhere.
But I can't remove colour of each second row.
Can you reproduce that?

Thanks
Koepi

Hi, what about the issue with accordion in product tabs in responsive mode for mobiles? Any solution meanwhile? Another question/issue: Tables in product tabs always have a background in the regular rows (alternate rows background works fine). Alternate rows no background, table no background, no background anywhere. But I can't remove colour of each second row. Can you reproduce that? Thanks Koepi
Support Team
Support Team posted this 29 October 2017

Hi,

what about the issue with accordion in product tabs in responsive mode for mobiles?
Any solution meanwhile?

No, unfortunately.
But you can disable responsive options of the Product Tabs control and use it as tabs.

Tables in product tabs always have a background in the regular rows (alternate rows background works fine).
Alternate rows no background, table no background, no background anywhere.
But I can't remove colour of each second row.
Can you reproduce that?

Most probably the table uses bootstrap table style. If so please try adding the following code to the Themler Settings >> Additional CSS:

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
background-color: none;
}

Or change table configuration under the Themler Design tab >> More Styles.

Thank you,
Olivia

Hi, > what about the issue with accordion in product tabs in responsive mode for mobiles? Any solution meanwhile? No, unfortunately. But you can disable responsive options of the Product Tabs control and use it as tabs. > Tables in product tabs always have a background in the regular rows (alternate rows background works fine). Alternate rows no background, table no background, no background anywhere. But I can't remove colour of each second row. Can you reproduce that? Most probably the table uses bootstrap table style. If so please try adding the following code to the Themler Settings >> Additional CSS: `.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { background-color: none; }` Or change table configuration under the Themler Design tab >> More Styles. Thank you, Olivia
You must log in or register to leave comments