Search the Community
Showing results for tags 'editorial'.
-
Bonjour à la communauté, Je viens d'acheter un nouveau thème sur addons.prestashop.fr et lors de l'installation, il faut activer et configurer le module "editeur de page d'accueil". En allant sur la page des modules, je n'arrive pas à le trouver ou à l'afficher. Jai cherché sur le forum et j'ai déjà exploré des pistes : * Les filtres d'affichage sont corrects.... * j'ai téléchargé une version prestashop puis zipper le module 'homefeatured" et installer mais toujours rien.. Pouvez vous m'aider SVP? Bonne journée Aurélie - débutante sur prestashop 1.6.1.19
-
Hi everyone, I was trying to find out how I can display different images on the Editorial Module, which is included in Black and White Theme, depending on the language the visitor have chosen. In others words, my online store is oriented to Spanish and Portuguese customers. I would like to show 4 different images with promotions in Spanish and 4 different images in Portuguese. Therefore a Spanish visitor would see all the 4 images in Spanish and a Portuguese visitor would see them in Portuguese. At the moment I can only display 4 images and every visitor just is able to see 4 images, no matter the language chosen. I would appreciate if anyone can provide me some tips to solve this issue. Thanks in advance. Abel - http://guillermopeluqueros.com
-
How to add unlimited image upload in "editorial" module?
Andron777 posted a topic in Core developers
Hello, I am using Prestashop 1.5.x and i am playing around with the module EDITORAL. There is a option in it to upload LOGO, well I want to upload image insted of logo, but i want to upload many images. Is there a way to modify it? If there is and it is not very hard please help me. Or another solution, maybe some of you knows any free modules which allows to insert/upload unlimited images, and it has some text fields like title, description etc.... Thanks, to those who will try to help!!! -
Hi everyone, still being a newbie I have almost finished a setup of a prestashop 1.4.6. As I have switched to SSL now I would like to display ALL pages with SSL. Unfortunately some components are still loaded via http instead of https after activation of SSL. In the editorial module the image src is still displayed as http://..... But I couldn't find where the http:// part of the URL should be changed to https:// Does someone know how to achieve this? Thank you for your help.
-
Bonjour, Pour raconter l'histoire de ma marque, je cherche une solution pour intégrer un bloc éditorial (ex.: Lof Custom Module) au sein d'une page catégorie (vide de produit) que j'intitulerai "Marque". L'objectif est d'accrocher ce bloc édito au sein de l'espace du milieu, qui habituellement est réservé à l'affichage des produits de la catégorie. Pour ce faire, existe-t-il une solution qui ne nécessite pas trop de compétences techniques ? D'avance merci pour votre aide. Thomas (thème newatch, version 1.5)
-
Here's a simple guide on how to add fancybox support to the editorial module, aka "Home text editor module": 1. in /modules/editorial/editorial.php , modify the the following: public function hookDisplayHeader() add the following code: /* Adding fancybox support */ $this->context->controller->addJquery(); $this->context->controller->addJQueryPlugin('fancybox'); $this->context->controller->addCSS(_PS_CSS_DIR_.'jquery.fancybox-1.3.4.css', 'screen'); /* end fancybox support */ so that the complete function looks like this: public function hookDisplayHeader() { /* Adding fancybox support */ $this->context->controller->addJquery(); $this->context->controller->addJQueryPlugin('fancybox'); $this->context->controller->addCSS(_PS_CSS_DIR_.'jquery.fancybox-1.3.4.css', 'screen'); /* end fancybox support */ $this->context->controller->addCSS(($this->_path).'editorial.css', 'all'); } 2. copy the file /modules/editorial/editorial.tpl to /themes/%THEME%/modules/editorial/editorial.tpl 3. edit the file /themes/%THEME%/modules/editorial/editorial.tpl, to make it like this: <!-- Module Editorial --> <div id="editorial_block_center" class="editorial_block"> {if $editorial->body_home_logo_link}<a href="{$editorial->body_home_logo_link|escape:'htmlall':'UTF-8'}" title="{$editorial->body_title|escape:'htmlall':'UTF-8'|stripslashes}">{/if} {if $homepage_logo}<img src="{$link->getMediaLink($image_path)|escape:'html'}" alt="{$editorial->body_title|escape:'htmlall':'UTF-8'|stripslashes}" {if $image_width}width="{$image_width}"{/if} {if $image_height}height="{$image_height}" {/if}/>{/if} {if $editorial->body_home_logo_link}</a>{/if} {if $editorial->body_logo_subheading}<p id="editorial_image_legend">{$editorial->body_logo_subheading|stripslashes}</p>{/if} {if $editorial->body_title}<h1>{$editorial->body_title|stripslashes}</h1>{/if} {if $editorial->body_subheading}<h2>{$editorial->body_subheading|stripslashes}</h2>{/if} {if $editorial->body_paragraph}<div class="rte">{$editorial->body_paragraph|stripslashes}</div>{/if} </div> <script type="text/javascript"> $(document).ready(function() { $("a.video").fancybox({ 'type' : 'iframe' }); }); </script> <!-- /Module Editorial --> 4. in BO->Modules-> Home Text Editor ->Configure add the following code to any <a href...> code you want to open with fancybox: class="video" for example: <div id="youtube_video_button"> <a class="video" href="http://www.youtube.com/embed/L9szn1QQfas?autoplay=1" target="_blank"> <img style="vertical-align: bottom;" title="Youtube_link" src="../img/cms/Youtube_button.png" alt="Youtuve button" width="136" height="40" /> </a> </div> Enjoy.
-
I tried reuploading the home text editor module to my homepage, but it made my homepage crash.. I now unactivated the module and my site is working fine, but i need the text on my homepage's frontpage. How can i make the module work again so it's not making my website crash? My website: olivereggertsen.dk
-
Enrechir tinyMCE dans le module Editeur page d'accueil
cizario posted a topic in Discussion générale
Bonjour; Quelqu'un a t il trouvé une solution clean (override ...) pour étendre le tinyMCE du module Editorial (editeur de page d'accueil de Prestashop) ? J'ai essayé cette solution; certe la solution est fonctionnelle (je l'ai testé PS1.5.3.1) avec les pages produits , catégories ... mais apparement n'a aucun impacte sur le module en question; j'ai cru que le fichier form.tpl est appelé par défaut par n'importe quelle instance de tinyMCE ; J'ai essayer dans le fichier /modules/editorial/editorial.php de voir comment étendre tinyMCE; mais j'arrive pas à faire grande chose $this->fields_form[0]['form'] = array( 'tinymce' => true, // y a t il d'autres options ; configurations ... 'legend' => array( 'title' => $this->displayName, 'image' => $this->_path.'logo.gif' ), 'submit' => array( 'name' => 'submitUpdateEditorial', 'title' => $this->l(' Save '), 'class' => 'button' ), 'input' => array( array( 'type' => 'text', 'label' => $this->l('Main title'), 'name' => 'body_title', 'lang' => true, 'size' => 64, 'hint' => $this->l('Appears along top of homepage'), ), array( 'type' => 'text', 'label' => $this->l('Subheading'), 'name' => 'body_subheading', 'lang' => true, 'size' => 64, ), array( 'type' => 'textarea', 'label' => $this->l('Introductory text'), 'name' => 'body_paragraph', 'lang' => true, 'autoload_rte' => true, 'hint' => $this->l('Text of your choice; for example, explain your mission, highlight a new product, or describe a recent event.'), 'cols' => 60, 'rows' => 30 ), array( 'type' => 'file', 'label' => $this->l('Homepage logo'), 'name' => 'body_homepage_logo', 'display_image' => true ), array( 'type' => 'text', 'label' => $this->l('Homepage logo link'), 'name' => 'body_home_logo_link', 'size' => 33, ), array( 'type' => 'text', 'label' => $this->l('Homepage logo subheading'), 'name' => 'body_logo_subheading', 'lang' => true, 'size' => 33, ), ) ); Merci- 1 reply
-
- tinyMCE
- Editeur page daccueil
-
(and 1 more)
Tagged with:
-
Hello everyone, I'd like to insert the HTML5-Tag <canvas> to my Prestashop 1.4.5.1 main site. I was trying to use the Editorial Module. But everytime I´m typing in the following code: <canvas id="button" width="370" height="278"> <a href="#" title="link">Link</a> </canvas> the Editorial Module is converting it to: <p><a title="link" href="#">Link</a></p>. Does anyone know how I can use this HTML5-Tag on the landing page of my website? It would be fine if it would work with the Editorial Module. But other solutions would be also appreciated. Thanks a lot
-
Bonjour à tous, Je poste ce sujet car j'ai un problème étrange dont je n'arrive pas à définir l'origine, voici le site concerné : www.artcraftmen.fr Comme vous pouvez le constater les images de la page d'accueil ne s'affichent pas, ou plus. Pourtant le chemin est correct.. Ca fonctionnait auparavant, j'ai mis à jour le thème hier depuis mon localhost, ensuite tous mes liens renvoyaient une page 404, (un micmac avec les langues qui sont désactivées en local et pas en ligne, je les ai réactivées en ligne et les liens ont fonctionnés à nouveau.) Mais pas les photos, peut être y a t il un problème de htaccess? pouvez vous m'éclairer car je ne sais pas dans quel sens chercher. Merci par avance // J AI RESOLU MON PROBLEME FINALEMENT
-
Selamat pagi brother... mau tanya ni gan cara mengedit caption pada slide show di http://www.tukuniku.com/test/id/ gimana ya, saya coba editdi editorial.tpl tetep saja masih muncul yang seperti awal lagi... mohon pencerahannya agan-agan semua.. (maklum masih newbie, butuh banyak pembelajaran) terima kasih
-
Bonjour, Je travail sur le module editorial car j'ai besoin de l'adapter pour certaines spécificité (page d'accueil multi domaine sur une 1.4 multi domaine). Je sais, il y a la 1.5 qui vien de sortir et qui est nativement multidomaine, ce qui fait que je basculerai dessus en 2013, mais je ne peux pas pour le moment. En gros le soucis, je cherche ou le module editorial et sa classe génèrent les requetes BDD pour récupérer les metas et testes de pages d'accueil. Or j'ai beau fouiller dans tous les sens, impossible de trouver la moindre requete SQL. Auriez vous des pistes à m'indiquer ? Merci d'avance de votre aide. Cordialement.
-
Bonjour, J'aimerais pouvoir afficher le module éditorial dans un sous Menu du Backoffice. Je connaissais la méthode pour les anciennes version de Prestashop Mais depuis la nouvelle version, je suis un peu perdu : Voila ce que j'ai fais : dans le dossier module/editorial/controllers/admin/AdminEditorial.php class AdminEditorialController extends ModuleAdminController { public $module = 'editorial'; public function __construct() { $this->table = 'editorial'; $this->className = 'Editorial'; parent :: __construct(); } public function display() { $module = new Editorial; echo $module->getContent(); } } ?> J'arrive à afficher le contenu du module, mais ça s'affiche sur une page blanche sans le thème de l'administration. Comment faire ? Merci de m'aider !
-
Bonjour à tous, Je débute dans l'utilisation de prestashop, et ça fait deux jours que je bloque sur le meme probleme c'est pourquoi je fais ce topic J'ai installer un theme (matrice), j'ai voulu modifier les images et le texte du slide sur la page d'acceuil. Pour cela il faut modifier un fichier en .tpl , je l'ai donc ouvert et modifier avec le logiciel bloc-notes. Après l'avoir modifier j'ai vu sur des forums qu'il fallait forcer la compilation et desactiver le cache dans "preference/ performance / Smarty". Mais rien y fait, dès que je reactualise le magasin les modifications n'apparaissent pas. Es-ce que j'ai mal procédé ? qu'es ce qu'il faut que je fasse ? De plus sur la page performance prestashop me met comme avertissement "Pour utiliser Memcached, vous devez installer l'extension Memcache PECL sur votre serveur. http://www.php.net/manual/en/memcache.installation.php " c'est peut être lié ? Merci de vos réponses
- 3 replies
-
- tpl
- modification slide
-
(and 6 more)
Tagged with:
-
Hab mir inzwischen einen Wolf gesucht, aber diesen Fehler (und eine Lösung dafür) hatte wohl noch niemand. Wenn ich in den Fließtext des Startseiten Editors ein Bild integrieren will, klicke ich auf "Bild einfügen", dann lade ich ein Bild hoch und das Upload-Fenster zeigt mir den Namen und die Größe der Datei. Im Uploadfenster kann ich dann auch eine Vorschau sehen. Ich füge das Bild dann in den Fließtext ein und sehe das Bild nicht im Editor und nach dem Speichern auch nicht auf der Startseite. Der falsche Pfad den der Editor kreiert ist: dingsbums-domain.de/prestashop/img/cms/Bild.jpg. Der richtige Pfad wäre aber: dingsbums-domain.de/img/cms/Bild.jpg. Wenn ich den Pfad per Hand in der HTML-Ansicht des Editors ändere, zeigen Editor und Frontoffice das Bild. Installiert ist der Shop tatsächlich im Unterordner : "prestashop" des Webspaces (also 2. Ebene) Das funktioniert bisher bei allen Aufrufen einwandfrei, nur nicht bei den durch den Editor erstellten Bildpfaden. Für mich ist das kein Problem, aber für die künftigen Mitarbeiter dieses Shops schon, die können kein HTML. Wie schaffe ich Abhilfe? Kann ich den Editor konfigurieren?
- 7 replies
-
- Editorial
- Startseiten Editor
-
(and 3 more)
Tagged with:
-
Buenas, tengo una duda referente a Prestashop;, estoy creando una librería online y necesito saber como puedo poner el nombre del Autor y la editorial y sobre todo el ISBN, he estado leyendo en foros ingleses que éste último código se puede poner en el apartado de EAN13 o JAN pero no me permite poner todos los números. Muchas gracias M4tik
-
A l'aide ! Je suis toujours et desepérement à la recherche d'une solution pour la trad du texte du module editorial theme matrice... Je ne peux pas le faire via l'interface (Admin/traduction/module/matrice/editorial) car rien de ce que je saisi dans les champs ne s'enregistre. Dans editorial le fichier fr.php ne présente que les lignes de code suivantes : [/b] [b]<?php[/b][/b] [b][b]global $_MODULE;[/b] [b]$_MODULE = array();[/b] [b] Peut-être que le problème vient de là , Il y a-t-il une âme charitable pour regarder dans ce fichier et me dire ce qui doit normalement s'y trouver. Merci d'avance pour votre aide !
-
Hi, I am trying to duplicate Editorial module in 1.4.5.1 and getting errors. Could you give me some tips what exactly is to be changed. I did changed files names to editorial2 (php, tlp,...), name in config.xml and tryed to change strings but it is not simple module so there are a lot of them in .php file. I found Editorial module very usefull to put some content on homepage adn I would like to place some above products and some more just below. Thanks for any help!
-
Sto editando i contenuti del modulo Editorial del tema Matrice tramite il suo file editorial.tpl, quello che non capisco è perchè nei contenuti non accetti l'utilizzo di lettere accentate
-
Bonjour, Je réalise un site en local en ce moment, je suis débutant et j'ai vraiment besoin de votre aide J'essaye de personnaliser le design du site et en général j'arrive à me débrouiller en cherchant sur internet mais là je bloque depuis deux jours, Je cherche à intégrer un javascript à mon module éditorial afin de faire une petite présentation animée d'images, tout marche bien, le script est bien pris en compte et les animations fonctionnent, seul hic mes photos ne sont pas prise en compte (mais tout le reste si) Je présume que le soucis vient du script.js et du code qui va chercher les images, voici les lignes en question, si quelqu'un pouvait m'aider, m'aiguiller vers une solution ce serait top. Merci !! (function($){ // Using a self-executing anonymous function, // so that we do not pollute the global space $(document).ready(function(){ var bigo = $('#bigo'); // Creating the expanding images: var picArr = [ new pic({ top : 100, left : 30, width : 60,height : 100, href:'#', img : { src : 'img/1.jpg', offsetTop : 50, offsetLeft: 10} }), new pic({ top : 55, left : 107, width : 70,height : 115, href:'#', img : { src : 'img/2.jpg', offsetTop : 30, offsetLeft: 46} }), new pic({ top : 188, left : 115, width : 82,height : 69, href:'#', img : { src : 'img/3.jpg', offsetTop : 10, offsetLeft: 36} }), new pic({ top : 90, left : 198, width : 100,height : 62, href:'#', img : { src : 'img/4.jpg', offsetTop : 43, offsetLeft: 73} }), new pic({ top : 52, left : 315, width : 58,height : 90, href:'#', img : { src : 'img/5.jpg', offsetTop : 13, offsetLeft: 42} }), new pic({ top : 167, left : 216, width : 90,height : 58, href:'#', img : { src : 'img/6.jpg', offsetTop : 0, offsetLeft: 13} }), new pic({ top : 159, left : 325, width : 63,height : 93, href:'#', img : { src : 'img/7.jpg', offsetTop : 37, offsetLeft: 9} }), new pic({ top : 148, left : 406, width : 137,height : 74, href:'#', img : { src : 'img/8.jpg', offsetTop : 19, offsetLeft: 56} }), new pic({ top : 69, left : 394, width : 75,height : 63, href:'#', img : { src : 'img/9.jpg', offsetTop : 56, offsetLeft: 54} }), new pic({ top : 30, left : 491, width : 62,height : 93, href:'#', img : { src : 'img/10.jpg', offsetTop : 30, offsetLeft: 37} }), new pic({ top : 72, left : 576, width : 64,height : 107, href:'#', img : { src : 'img/11.jpg', offsetTop : 40, offsetLeft: 50} }) ];
- 4 replies
-
- editorial
- javascript
-
(and 1 more)
Tagged with: