Search the Community
Showing results for tags '.css'.
-
Hi, I try to override blocktags.css from module blocktags, it is an .css file in the module's root directory. I try to override this in /themes/mytheme/modules/blocktags/blocktags.css, but it doesnt work. Also tried in /css/blocktags.css etc. but no success. It works only in /themes/mytheme/assets/css/custom.css (changed css) ?
-
Hello there, First of all, I must congratulate this community because I have learned a lot here with all of you. I'm having a problem with my website (Prestashop 1.6.1.17) with Template Theme1421 (TemplateMonster) after changing a tpl or css file, the deconfigured my 5 steps bars in the cart. You can check my situation in the link: 'http://teste.centroortopedicodosul.com/index.php?controller=order' I'v enoticed that my correct code should be: <!-- Steps --> <ul class="step clearfix" id="order_step"> <li class="step_current first"> <span><em>01.</em> Resumo</span> </li> <li class="step_todo second"> <span><em>02.</em> Entrar</span> </li> <li class="step_todo third"> <span><em>03.</em> Morada</span> </li> <li class="step_todo four"> <span><em>04.</em> Expedição</span> </li> <li id="step_end" class="step_todo last"> <span><em>05.</em> Pagamento</span> </li> </ul> <!-- /Steps --> and actually it is <!--Steps--> <div class="row"> ::before <div class="mystep mystepflat"> <a class="active " href="http://teste.centroortopedicodosul.com/index.php?controller=order"> Summary </a> <a class=" " href="http://teste.centroortopedicodosul.com/index.php?controller=order&step=1&multi-shipping="> Sign in </a> <a class=" " href="http://teste.centroortopedicodosul.com/index.php?controller=order&step=1&multi-shipping="> Address </a> <a class=" " href="http://teste.centroortopedicodosul.com/index.php?controller=order&step=2&multi-shipping="> Shipping </a> <span class="last_step">Payment</span> </div> ::after </div> <!--/steps--> It seems to me that I made some chenge somewhere that changed my code here, but I con't find the path of the file that I need to change to correct the thing. Or is it from some setup in the bakoffice? I confess this is a mess for me now... Thanks in advance for reading me. Kind regards, Luís
-
Hello, I am new to Prestashop and I have a issue related to design and development. I have a html file with Javascript and .css files. Html file contains two javascript functions() which works over with if else rule like a CALC. Now i tried to call this html file in my product.tpl page using the "include" function. I used the below code to call my html file in product.tpl : <div> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> <script type="text/javascript"> $("document").ready(function() { $('#container').load('/.../Calc.html'); }); </script> <div id="container"></div> </div> Using this code my html file function works fine BUT in product page the product Image ZOOM and Select Color product changes images will not works in PrestaShop™ 1.6.0.6 I use another method using CONTENT BOX module and HOOK this module to DISPLAY Product page (TAB CONTENT). Now ZOOM and Select color image changes worked fine. BUT now the JAVASCRIPT function () not worked of html file. first i tried to call CSS file under the html file using <link href="/..../calc.css" rel="stylesheet" type="text/css" /> but this not worked so i write the whole CSS in same CONTENT BOX. But After save the module JAVASCRIPT function not works. it converts to like below code. <script>// <![CDATA[ function check() {....} // ]]></script> Please suggest me how i can use my custom HTML file in product.tpl page so all function will work. Thanks.
- 2 replies
-
- html
- content box
-
(and 5 more)
Tagged with:
-
Hi! I have a prestashop 1.5 with nice&clean customizable default theme skin from this post (http://www.prestashop.com/forums/topic/236264-free-theme-niceclean-customizable-default-theme-skin-updated-0608/). Still there is quite few things i need to change. Im using firebug for firefox to check and change the attributes in .css files but this time im stuck. My temp prestashop is here if u want to have a look http://www.krzych.hol.es The problem is in colour of the font in shopping-cart summary there is a WHITE background with a WHITE font. Now the problem is the attribute (white) defines other font colours on the website, so when i change it to a diffrent colour all the rest are changed as well. The same is in next window Hope i describe it well. I hope u aren't mad for posting this kind of basics problem.
- 2 replies
-
- .css
- font colour
-
(and 2 more)
Tagged with:
-
Bonjour, Je change de version prestashop, je passe de 1.3.5 à 1.4.6.2 donc la j'essai d'adapter mon thème 1.3.5.0 pour qu'il soit le thème natif dans ma nouvelle installe " jusqu'ici normalement tout va bien " J'ai fouillé le forum et le net , j'ai trouvé un tuto pour pouvoir adapter le thème à la nouvelle version ' sur my-theme-shop ' j'ai tout fait Mais le problème est là, malgré tous les ajouts et modifications, il y'a que mon header et footer qui apparaissent + ou - normalement. Je suis pas programmeur , mais je m'ensor un peu et j'ai l'impression que mon global.css n'est pas exécuter, que la liste de fichier php ( blockaverst , blockcart , ... ) qu'il faut modifier pour qu'il repointe sur mon global.css ne repointe pas du tout, même la barre recherche ne se trouve pas où elle doit être. Donc je me dis soit mon global.css n'est pas bon , soit y'a un problème niveau code. Je suis en local , et mes scripts ( java ) non plus ne s'enclanche pas Voici mon global.css J'attend de vos nouvelles. Merci global.css
- 2 replies
-
- thème prestashop
- global
-
(and 1 more)
Tagged with: