Search the Community
Showing results for tags 'tinyMCE'.
-
Hey there! While working on my rich text footer module, I discovered where the actual javascript of the underpowered tinyMCE of presta 1.5 is stored, here is a tip on how to re-enable it http://nemops.com/enable-tinymce-commands-prestashop-1-5/ I hope somebody can find it useful! Cheers!
- 2 replies
-
- 1
-
-
- prestashop 1.5
- visual editor
-
(and 1 more)
Tagged with:
-
Bonjour, J'aimerais ajouter du code HTML dans le champ description de la partie Fournisseur afin d'avoir un layout sympa à l'output, mais j'obtiens un message d'erreur m'indiquant que le le contenu est invalide (bref, l'html n'est pas accepté; dommage vu que ce champ est affiché en front-end). Est-ce possible de modifier cela? Merci d'avance,
- 3 replies
-
- admin
- fournisseur
-
(and 2 more)
Tagged with:
-
Hola Amigos, he intentado subir archivos a una página CMS vía editor, pero la ventana emergente da el siguiente error y aparece en blanco, supongo que será por algun módulo o algún permiso. ¿puede ser por el módulo mobile_theme que he instalado? Gracias. You don't have permission to access /prestashop/pagina-no-encuentra&ps_mobile_site=1&mobile_iframe=1&ps_mobile_site=1&mobile_iframe=1&ps_mobile_site=1&mobile_iframe=1&ps_mobile_site=1&mobile_iframe=1&ps_mobile_site=1&mobile_iframe=1&ps_mobile_site=1&mobile_iframe=1&ps_mobile_site=1&mobile_iframe=1&ps_mobile_site=1&mobile_iframe=1 on this server. Y ya puestos, ese mismo módulo "mobile_theme" que es para ver la página en móviles, da error con la última versión de Paypal. Gracias por todo, Saludos!
-
De tinyMCE editor voor de opmaak van CMS pagina's is in PS 1.5 flink beperkt. Waar normaal gesproken 4 rijen met knoppen aanwezig zijn (zoals voor de editor van de productbeschrijvingen) is dit voor CMS pagina's beperkt tot 2 rijen. Ik heb geen flauw idee waarom deze functieset beperkt is in PS 1.5 aangezien dit niet het geval is in PS 1.4 . Maar het lijkt erop dat het vrij simpel is alle knoppen terug te krijgen in de tinyMCE editor van CMS pagina's. Open het bestand form.tpl in de map admin\themes\default\template\helpers\form. Let wel op dat je naar de juiste map gaat omdat er ook form.tpl bestanden zijn in andere mappen. En je admin map kan ook herbenoemd zijn in iets anders. Zoek dan deze regels met code in form.tpl: theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull|cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,undo,redo", theme_advanced_buttons2 : "link,unlink,anchor,image,cleanup,code,|,forecolor,backcolor,|,hr,removeformat,visualaid,|,charmap,media,|,ltr,rtl,|,fullscreen", theme_advanced_buttons3 : "", theme_advanced_buttons4 : "" En vervang die regels door dit: theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect", theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,,|,forecolor,backcolor", theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,media,|,ltr,rtl,|,fullscreen", theme_advanced_buttons4 : "styleprops,|,cite,abbr,acronym,del,ins,attribs,pagebreak", Hierna de wijzigingen opslaan en dit aangepast bestand weer uploaden naar de juiste locatie in je Prestashop installatie. En voilà, je ziet weer alle knoppen voor de opmaak terug in de editor voor CMS pagina's Ik heb dit vlug getest en verwacht geen problemen. Dat lijkt me ook niet waarschijnlijk aangezien nu alleen weer de volledige functieset van tinyMCE wordt aangeroepen dat al aanwezig is in Prestashop. Andreas
- 4 replies
-
- Prestashop 1.5
- editor
-
(and 2 more)
Tagged with:
-
Buen día Foro. De antemano les deseo un muy prospero año a todo el foro y a la gente de prestashop. Este es mi problema. El color de la fuente de la tienda es blanco y cuando intentamos editar algo, no se ve, justamente porque hereda el color de la letra. He editado el global.css de la plantilla usada, pero nada..... Por favor alguien que me ayude con esto, ya que es muy fastidioso editar adivinando. Me imagino que se podra o cambiar el color del fondo a negro o el color de la letra a negro. Como se hace? Por su ayuda, Muchas gracias
- 10 replies
-
- cambiar color
- prestashop
-
(and 2 more)
Tagged with:
-
Bonjour, Mes images n'apparaissent pas dans mes cms, Elles sont bien uploadées dans le répertoire img/cms/IMAGES/ via TinyMCE, elles sont visibles dans l'explorateur du même l'éditeur, je les insèrent dans le texte, elles sont matérialisées par le rectangle avec poignées de redimensionnement, mais seul le texte alternatif apparait. J'ai fait l'essai avec du jpg et png, même résultat. Je suis en version 1.4.8.2. les droits CHMOD sont à 775 sur le répertoire IMAGES Merci pour votre aide. Seb
-
Hi guys! i just noticed a weird thing in the final release. I was playing around with the editorial block, and turned errors ON to debug. i noticed that, even if there are no errors, the tinyMCE editor will not be attached to the textarea if errors are enabled! To be sure of it, i tested with an untouched version of rpesta 1.5, and it's the same. I'm referring to the tinyMCE for the homepage editor content, generated with the form helper. I do't know if this is happening with other forms, too. Anybody had the same issue? p.s. Will we be forced to change all of our module's back office to adapt the new form helper? They don't seem to cope with tinyMCE without it! Cheers! Fabio
-
Hi, I am new to Prestashop. When I installed Prestashop on local server, i.e. xampp, with Matrice theme, everything was working fine. When I was fully satisfied, I installed the same version of Prestashop on godaddy server, with same theme. Now I find that the AJAX cart is not working, even though I have enabled it from backend in modules. Also, the TinyMCE editor that was there during editing the CMS pages is not being shown. Can you please suggest me something so that I get the things worked out? Please do not suggest a fresh install because it is very painful considering the slow internet speed here. My website can be accessed at http://redcuff.com
-
Zdravím, nevěřím, že by se tento problém v minulosti neřešil, každopádně jsem ale jeho řešení nenašla. Mám problém s TinyMCE - nahraju obrázek a když ho chci vložit, tak se mi jako cesta k obrázku zobrazí automaticky absolutní adresa (http://doména.cz/opt/php5/další_složky/obrázek.jpg). Aby se pak obrázek v návrhovém okně TinyMCE zobrazil, musím ručně smazat část cesty, aby byla relativní. Kde změnit, aby se přímo zobrazovala relativní cesta k obrázku? Děkuji za info.
-
Please help, I have installed Prestashop on my XAMPP localhost, all things are working fine, but the trouble is whenever I use the TinyMCE Insert Image Button and then click the Browse button, I keep getting this error message: Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. If you think this is a server error, please contact the webmaster. Error 404 localhost 05/09/12 20:22:10 Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 And then when I click "the reffering page" link which the URL is something like localhost/mystore/admin/index.php%3ftab=AdminCatalog&id_product=1&updateproduct&token=725c3052e704da84fb9802d176d3dc5d, I get another error message like this: Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server. If you think this is a server error, please contact the webmaster. Error 403 localhost 05/09/12 20:23:45 Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 It is strange because I already is the Administrator and thus should've had the most access, and it was supposedly no Permission issue. Can somebody please help this damzel in distress trying to figure out whats wrong with my prestashop? Is it the AjaxFileManager or the TinyMCE problem? I already clear my browser cookies but it doesn't help at all. I really appreciate any answer that could help me solve this problem. Thanks before
-
Hey, After last upgrade of FireFox (11.0) prestashop 1.4.7.0 (don't know about other versions) has some issues with tinymce editor in product edit page. When i enter in edit mode for any product Short Description tinymce field is just blank and can't enter anything, tho when i change language and switch it back to original text inside appear and i can edit it just fine. Also i can edit that tinymce field if i click on html source button. Anyone know if tinymce has to be upgraded or something? I should mention that it only happens to me with short description edit field, but not with long description. I attached jpg file (150KB) to display issue. Any suggestions?
-
Bonjour, Pourrier-vous me dire comment désactiver tinymce svp ? Pourquoi ? Parce que je copie ce code dans la popuphtml : <a href="http://www.monsite.fr/boutique/145-tirages-photographie" class="btn_ah"> <img src="http://www.monsite.fr/boutique/themes/matrice/img/btn_ahh.png" class="btn_ahh" /><h2>Galerie photos</h2> <img src="http://www.monsite.fr/boutique/themes/matrice/img/icon_tirage.png" class="btn_ahi"/> </a> Et il en ressort : <p><a class="btn_ah" href="http://www.monsite.fr/boutique/145-tirages-photographie"> <img class="btn_ahh" src="http://www.monsite.fr/boutique/themes/matrice/img/btn_ahh.png" alt="" /></a></p> <h2><a class="btn_ah" href="http://www.monsite.fr/boutique/145-tirages-photographie">Galerie photos</a></h2> <p><a class="btn_ah" href="http://www.monsite.fr/boutique/145-tirages-photographie"> <img class="btn_ahi" src="http://www.monsite.fr/boutique/themes/matrice/img/icon_tirage.png" alt="" /> </a></p> <p> Désactiver n'est peut-être pas la solution ? J'ai regadé dans le forum sans trouver de réponse ... Merci de votre aide à tous !!! Vincent
-
Gdy chcę wstawić zdjęcie na stronie CMS za pomocą Wklej / edytuj obraz ->URL obrazka -> Przeglądaj to bardzo często zamiast okienka przeglądania obrazków wyskakuje okienko, które przekierowuje na stronę błędu 404. Jedynym rozwiązaniem jest usunięcie plików Cookies. Niestety jest to bardzo uciążliwe, ponieważ taki błąd pojawia się dosyć często. Czy ktoś jest w stanie pomóc? Z góry dzięki za odpowiedź. (hosting na home.pl)
-
Bonjour, suite à la mise en ligne de ma boutique les toolbars type word présentent dans le BO afin de modifier les description des produits ne s'affiche plus. Mes description apparaisse en format avec les balises type html, idem pour le champs résumer. Quelqu’un a-t-il rencontrer se type de problème ? Merci d'avance,
-
Hola, alguien me puede ayudar cómo puedo insertar el teclado TinyMCE en el editor de textos de las categorías y subcategorías??? Tengo instalada la versión Prestashop 1.4.7.0 y aunque he estado buscando antes de pedir socorro, solo he encontrado instrucciones para la versión1.3 y 1.4 pero por lo visto para cada versión varía. Muchas gracias a todos por vuestra ayuda!!!
-
Ciao, uso Prestashop 1.4.7 e ho problemi con l'upload delle immagini nelle pagine CMS tramite TinyMCE. Infatti se provo a caricare delle immagini mi dà errore oppure mi dà pagina non trovata (404). Come posso risolvere?
-
Bonjour, Je début en prestashop, jusque là tout va bien. Cependant je souhaite mettre à jour l'éditeur tinyMCE dans ma version prestashop 1.4.6.2 J'ai cherché sur le forum et sur google mais je n'ai rien trouvé. Avez vous un tuto complet qui puisse me guider à mettre à jour tinyMCE? La dernière version est la TinyMCE 3.4.7 Au pire des instructions pour désinstaller tinyMCE et pour faire une nouvelle installation avec une version plus récente. Merci
-
Hallo, bei einem Kunden wird im Tinymce die Listenansicht wohl (im Frontend) übernommen aber im Tinymce kann er die Listenpunkte nicht sehen. Somit sieht er nie ob die Listenpunkte da sind oder nicht, Ich bin kein Freund von Tinymce, ich gebe es zu - gibt es Alternativen dazu, denn es macht was es will.... Bzw. woran könnte das liegen?
-
un soucis depuis l'install du module de newsletter avec l'editeur tinymce. lorsque j'essaye d'ouvrir en html , ou si j'essaye de coller du texte word, le popup qui s'ouvre m'adresse la page 404 de ma boutique ? j'ai bien essaye de recharger en ftp le dossier tinymce dans js mais rien à faire. Par contre l'install de la nwsletter m'a créé un dossier tiny_mce n'y aurait il pas un conflit ? Le fait est que si je supprime celui-ci, je n'ai plus d'editeur dans mes newsletter, uniquement un cadre blanc. quelqu'un a une idée ? merci ps 1.451
-
Woran liegt es es, wenn im Tinymce Startseiteneditor ein Bild eingefügt werden soll das Fenster sich wohl öffnet aber dann die "Die von dir angeforderte Seite ist nich tmehr verfügbar" kommt"? Gestern habe ich es im Safari getestet, arbeite sonst mit Firefox, da hat es dann funktioniert. Heute funktioniert mit beiden nicht mehr?? Prestashop 1.4.4
- 4 replies
-
- Tinymce
- Bilder einfügen
-
(and 1 more)
Tagged with: