dex86 Posted December 30, 2014 Share Posted December 30, 2014 Witam. Posiadam wgrany podstawowy szablon Presta 1.6 W każdym produkcie mam miniatury zdjęć jako atrybuty. Jak mogę zrobić aby po najechaniu myszką na kolor pojawiło mi się jego powiększenie? Ewentualnie jak powiększyć miniaturki kolorów? w którym dokłądnie miejscu znajduje się kod CSS odpowiedzialny za rozmiar Link to comment Share on other sites More sharing options...
hatak Posted December 30, 2014 Share Posted December 30, 2014 nie ma czegos takiego jak powiekszenie miniatury kolorow. musialbys napisac sam procedure mozesz za to dodac wlasne zdjecia kolorow jako zwykle zdjecia i bedziesz mial powiekszenie Link to comment Share on other sites More sharing options...
endriu107 Posted December 30, 2014 Share Posted December 30, 2014 Ewentualnie jak powiększyć miniaturki kolorów? w którym dokłądnie miejscu znajduje się kod CSS odpowiedzialny za rozmiar http://prestashopforum.pl/index.php?topic=12496.0 Link to comment Share on other sites More sharing options...
vekia Posted January 2, 2015 Share Posted January 2, 2015 możesz dodać również jakiś on mouse over effect który powiększy miniaturę :-)coś w stylu: $(document).ready(function(){ $("#color_to_pick_list li a").hover(function(){ $(this).animate({height: '+=50', width: '+=50'}); $(this).parent().animate({height: '+=50', width: '+=50'}); }, function(){ $(this).animate({height: '-=50', width: '-=50'}); $(this).parent().animate({height: '-=50', width: '-=50'}); }); }); powinno fajnie i płynnie zmieniać rozmiar miniatury koloru, Link to comment Share on other sites More sharing options...
adrianparis Posted March 11, 2015 Share Posted March 11, 2015 który plik należy edytować, aby uzyskać efekt mouse over? Link to comment Share on other sites More sharing options...
adrianparis Posted March 15, 2015 Share Posted March 15, 2015 mam ten kod wpisany i zero reakcji, ktoś może wie jak to zrobić aby działało ? Link to comment Share on other sites More sharing options...
smiglon Posted October 2, 2015 Share Posted October 2, 2015 Dołączę się do tematu... Również jestem zainteresowany takim rozwiązaniem aby po na jechaniu na atrybut, powiększał się.. Może jest jakiś gotowy moduł ? szukałem ale nie mogę tego nigdzie znaleźć... 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