- Posts: 1
- Thank you received: 0
Problem with categories descriptions - OT DigitalBox for Prestashop
- Jeremie Courtois
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
9 years 3 weeks ago #8563
by Jeremie Courtois
Hello everybody,
First thank you for your futur help !
We are developping a prestashop website (it's a migration from a Joomla website, using the same theme) with omegatheme (OT DigitalBox for Prestashop) and we have a problem in displaying categories.
When categories descriptions exceed 292 characters, the page appear without css and with only the description we wrote. We also have an error message (dev mode activated on prestashop) :
Missing argument 1 for OmegaThemeOptions::cssGenerator(), called in XXX/modules/omegathemeoptions/omegathemeoptions.php on line 180 and defined in XXX/modules/omegathemeoptions/omegathemeoptions.php on line 790
Maybe the error message is not linked with the category issue (it appears even if the category page works correctly).
We can specify that we don't notice this issue with the default theme of prestashop.
Thank you for your help !
First thank you for your futur help !
We are developping a prestashop website (it's a migration from a Joomla website, using the same theme) with omegatheme (OT DigitalBox for Prestashop) and we have a problem in displaying categories.
When categories descriptions exceed 292 characters, the page appear without css and with only the description we wrote. We also have an error message (dev mode activated on prestashop) :
Missing argument 1 for OmegaThemeOptions::cssGenerator(), called in XXX/modules/omegathemeoptions/omegathemeoptions.php on line 180 and defined in XXX/modules/omegathemeoptions/omegathemeoptions.php on line 790
Maybe the error message is not linked with the category issue (it appears even if the category page works correctly).
We can specify that we don't notice this issue with the default theme of prestashop.
Thank you for your help !
Please Log in or Create an account to join the conversation.
9 years 3 weeks ago #8564
by Kiên
Replied by Kiên on topic Problem with categories descriptions - OT DigitalBox for Prestashop
Hello eplastifieuse!
Thanks for using our theme!
Could you please send info access (admin, ftp) to email support: contact(at)omegatheme(dot)com I'll check it.
Regards,
Kien
Thanks for using our theme!
Could you please send info access (admin, ftp) to email support: contact(at)omegatheme(dot)com I'll check it.
Regards,
Kien
Please Log in or Create an account to join the conversation.
9 years 2 weeks ago #8597
by Kiên
Replied by Kiên on topic Problem with categories descriptions - OT DigitalBox for Prestashop
Please replace
with
the path file XXX/modules/omegathemeoptions/omegathemeoptions.php on line 180
Code:
$this->cssGenerator()
Code:
$this->cssGenerator('btn')
Please Log in or Create an account to join the conversation.
Time to create page: 0.185 seconds