- Posts: 3
- Thank you received: 3
Color Chooser
- John Hickman
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 1 month ago - 13 years 1 month ago #811
by John Hickman
Color Chooser was created by John Hickman
J2.5 - The selector for the color chooser ( enable / disable ) does not seem to work. The chooser is displayed if disabled is selected. Yes I have cleared cache. Also tried other browsers.
I had to edit index.php to remove it but should not have had to.
I had to edit index.php to remove it but should not have had to.
Last edit: 13 years 1 month ago by John Hickman. Reason: work around added
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 1 month ago #813
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Color Chooser
hi,
there is a mistake in this template, you have to edit index.php and
remove
or you can change it to:
Thanks
there is a mistake in this template, you have to edit index.php and
remove
Code:
<div id="color-chooser">...</div>
Code:
<?php if ($this->params->get('template_color_chooser')==1): ?>
<div id="color-chooser">...</div>
<?php endif; ?>
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov, Jorga Wetzel
Please Log in or Create an account to join the conversation.
- John Hickman
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 3
- Thank you received: 3
13 years 1 month ago #814
by John Hickman
Replied by John Hickman on topic Re: Color Chooser
Done thank you
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.190 seconds