Oliver Schwarzenberg Posted April 3, 2011 Share Posted April 3, 2011 I try to add a Attribute called Color. I activate the option Color Group, but if I try to add an attribute i can't add a html color, because ther ist no field and i don't have a jquery color picker. what is wrong? Link to comment Share on other sites More sharing options...
rav.tan Posted April 5, 2011 Share Posted April 5, 2011 Having the same problem too. Link to comment Share on other sites More sharing options...
chup Posted April 8, 2011 Share Posted April 8, 2011 have the same problem in firefox, on chrome this is okpossible a bug in v1.4 Link to comment Share on other sites More sharing options...
Oliver Schwarzenberg Posted April 9, 2011 Author Share Posted April 9, 2011 Yes, it's ok with chrome, in firefox the problem still exists. Link to comment Share on other sites More sharing options...
SteveW1805 Posted April 11, 2011 Share Posted April 11, 2011 Problem is still there in Firefox at least. Link to comment Share on other sites More sharing options...
Oliver Schwarzenberg Posted May 7, 2011 Author Share Posted May 7, 2011 here is the solution:- go to the Admin directory and open AdminAttribute.php- find near line 94 <input type="color" data-hex="true" class="color mColorPickerInput" name="color" value="'.(Tools::getValue('color', $color) ? htmlentities(Tools::getValue('color', $color)) : '#000000').'" /> * '.$this->l('HTML colors only (e.g.,').' "lightblue", "#CC6600") - and change it to <input width="50px" type="color" data-hex="true" class="color mColorPickerInput" name="color" value="'.(Tools::getValue('color', $color) ? htmlentities(Tools::getValue('color', $color)) : '#000000').'" /> * '.$this->l('HTML colors only (e.g.,').' "lightblue", "#CC6600") that's all Link to comment Share on other sites More sharing options...
justdogwalking.com Posted May 7, 2011 Share Posted May 7, 2011 I am using the facility in Ps 1.3.2 no probs it gives a screen to put the colour name and the HTML hex code. Though there are some hex codes it does not like. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now