Search the Community
Showing results for tags 'custom block'.
-
Salut. Pour faire simple, en front-office le custom block, c'est ça : Et en back-office, ça se règle comme ça. Du moins, son contenu. Et moi, je voudrais que ça ressemble à ça : La question est de savoir comment atteindre ce résultat ? Que devrais-je "retailler" en css ou en template pour y parvenir ? Merci d'avance pour vos conseils avisés. Pour info : - Version exacte du prestashop : 1.6.1.15 - Date d'installation : Octobre 2018 - Mises à jour bloquées pour que cette version reste une 1.6.1.15 100% d'origine. - Ajout et adaptation visuelle du thème zKid de Zerocarts - Aucune modification sur le thème default-bootstrap - Mon prestashop est hébergé en localhost. Mais je peux fournir des captures d'écran si besoin. No problem ! - Plateforme de travail : Linux Debian 9 64 bits - Geany - Xampp - Firefox 61.0.2 - Contenu exact du code utilisé par le "custom block" : <table style="height: 220px;" width="973"> <tbody> <tr> <td style="text-align: center;"></td> <td colspan="2" style="text-align: center;"><br /> <h4><strong><span style="color: #ffffff;">Extraits d'Instragram</span></strong></h4> </td> <td style="text-align: center;"></td> </tr> <tr> <td style="text-align: center;"><img src="http://localhost/img/cms/insta1.gif" alt="" width="190" height="190" /></td> <td style="text-align: center;"><img src="http://localhost/img/cms/insta2.gif" alt="" width="190" height="190" /></td> <td style="text-align: center;"><img src="http://localhost/img/cms/insta3.gif" alt="" width="190" height="190" /></td> <td style="text-align: center;"><img src="http://localhost/img/cms/insta4.gif" alt="" width="190" height="190" /></td> <td style="text-align: center;"><img src="http://localhost/img/cms/insta5.gif" alt="" width="190" height="190" /></td> </tr> </tbody> </table> NB : J'ai naturellement essayé sans le tableau, mais cela n'a apporté aucun résultat. :-(
-
- block custol
- custom block
-
(and 6 more)
Tagged with:
-
hi there, i've purchased this Presto theme from addon.prestashop. however the drop down menu is different from what i see in demo shop. In the demo shop, it's able to display custom block and a very neat sub-menu. Somehow, there is no documentation or help whatsoever to teach user to do that (been asking for months and not getting any support demo page: http://addons.prestashop.com/demo/FO7592.html my page: www.prettydeal.com (attached picture as well) customblock.jpg- it' what i would like to achieve customblock2..jpg - it's what im having now thank you for all the help in advance, really needed your help because a lousy menu will scare customer away PL
- 5 replies
-
- custom block
- html block
-
(and 1 more)
Tagged with:
-
Title block of every block can be chnage via eiting the global.css div.block h4 { text-transform: uppercase; font-family: Helvetica, Sans-Serif; font-weight: bold; font-size: 1.2em; padding-left: 0.5em; border-bottom: 1px solid #595A5E; padding-top: 2px; line-height: 1.3em; color: #374853; height: 19px; background: transparent url('../img/block_header.gif') no-repeat top left } but say I want a block in some specific color then what to do like - CATEGORIES in blue and Contact us in say green then what need to change? i tried making inline color for them in the tpl file but it doesn't work even tried to change the class div.block tilte_green h4 { text-transform: uppercase; font-family: Helvetica, Sans-Serif; font-weight: bold; font-size: 1.2em; padding-left: 0.5em; border-bottom: 1px solid #595A5E; padding-top: 2px; line-height: 1.3em; color: #374853; height: 19px; background: transparent url('../img/block_header.gif') no-repeat top left } and call the class="tilte_green " but it doesn't make any changes
- 1 reply
-
- background color
- custom block
-
(and 1 more)
Tagged with:
-
Bonjour, Existe-t-il un module pour le front office dans lequel on pourrait simplement injecter du code (html, javascript..) pour afficher un badge sur sa homepage ? Merci !