jirik0201 Posted October 22, 2011 Share Posted October 22, 2011 čáu, potřeboval bych změnit velikost zobrazovaných barev v atributech a ještě aby se při najetí na barvu nezobrazil rámeček kolem té barvy. prosím tedy o pomoc. Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted October 22, 2011 Share Posted October 22, 2011 Lupni sem odkaz na shop. Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted October 22, 2011 Share Posted October 22, 2011 Jinak z základní šablony v product.css řádek 58: #primary_block a.color_pick { display: block; width: 20px; height: 20px; border: 1px solid #666; cursor: pointer } Link to comment Share on other sites More sharing options...
jirik0201 Posted October 23, 2011 Author Share Posted October 23, 2011 jo, supr, to pomohlo, ale ještě bych potřeboval změnit velikost obrázků barev. toto je jen pro barvy bez přiřazených obrázků. to jsem našel v global.css v a img, ale to změní všechny obrázky. nevíš? Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted October 23, 2011 Share Posted October 23, 2011 Nevim o čem je řeč. Hoď screen. Link to comment Share on other sites More sharing options...
jirik0201 Posted October 24, 2011 Author Share Posted October 24, 2011 ty malé z obr. 1 jsou obrázky vložené obrázky k atributům (obr. 2). ty velké jsou barvy v atributech v html kódu (obr. 3), ty se změnily v #primary_block a.color_pick. a já potřebuji zvětšit i ty obrázky. Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted October 24, 2011 Share Posted October 24, 2011 Aha, už jsem to našel, v product.tpl je natvrdo nastaveno 20x20, tak si to přepiš jak potřebuješ <li><a id="color_{$id_attribute|intval}" class="color_pick" style="background: {$color.value};" onclick="updateColorSelect({$id_attribute|intval});$('#wrapResetImages').show('slow');" title="{$color.name}">{if file_exists($col_img_dir|cat:$id_attribute|cat:'.jpg')}<img src="{$img_col_dir}{$id_attribute}.jpg" alt="{$color.name}" width="20" height="20" />{/if}</a></li> Link to comment Share on other sites More sharing options...
jirik0201 Posted October 25, 2011 Author Share Posted October 25, 2011 jo, super, funguje. jak na téma mám lupnout vyřešeno? Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted October 25, 2011 Share Posted October 25, 2011 jo, super, funguje. jak na téma mám lupnout vyřešeno? Edituj první příspěvek 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