TOPIC: Color Chooser

Color Chooser 11 years 5 days ago #811

  • maverell
  • maverell's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 3
  • Karma: 0
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.
Last Edit: 11 years 5 days ago by maverell. Reason: work around added
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: Color Chooser 11 years 4 days ago #813

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
hi,
there is a mistake in this template, you have to edit index.php and
remove
<div id="color-chooser">...</div>
or you can change it to:
<?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 administrator has disabled public write access.
The following user(s) said Thank You: makcimka, jorga

Re: Color Chooser 11 years 4 days ago #814

  • maverell
  • maverell's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 3
  • Karma: 0
Done thank you
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka
Time to create page: 0.098 seconds