Search the Community
Showing results for tags 'Home text editor'.
-
Hi guys, Is it possible to create a mobile version of Home Text Editor? I am using some pictures in Home Text Editor module. As you know that on Mobile Site, the picture size is not changing. Is there any way to make it responsive to the screen sizes? I thank you in advance
- 2 replies
-
- home text editor
- home text editor module
- (and 1 more)
-
Hi Im trying to make some 3d divs with this code: <!DOCTYPE html> <html> <head> <title>Flipcard</title> <meta charset="UTF-8"> <!--<link href="main.css" type="text/css" rel="stylesheet" />--> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <style type="text/css"> </head> <body> <div class="flip3d"> <div class="back" onclick="flipit(this.parentNode, false);"><p align="center">Box 1 - BACK</p></div> <div class="front" onclick="flipit(this.parentNode, true);"><p align="center">Box 1 - FRONT</p></div> </div> <div class="flip3d"> <div class="back" onclick="flipit(this.parentNode, false);"><p align="center">Box 2 - BACK</p></div> <div class="front" onclick="flipit(this.parentNode, true);"><p align="center">Box 2 - FRONT</p></div> </div> <div class="flip3d"> <div class="back" onclick="flipit(this.parentNode, false);"><p align="center">Box 3 - BACK</p></div> <div class="front" onclick="flipit(this.parentNode, true);"><p align="center">Box 3 - FRONT</p></div> </div> </body> </html> .flip3d { width:200px; height:300px; margin:25px; float:left; } .flip3d > .front { position:absolute; -webkit-transform: perspective(600px) rotateY(0deg); transform: perspective(600px) rotateY(0deg); background: #FC0; width: 240px; height:200px; border-radius: 17px; -webkit-backface-visibility:hidden; backface-visibility:hidden; transition: webkit-transform .5s linear 0s; transition: transform .5s linear 0s; } .flip3d > .back { position:absolute; -webkit-transform: perspective(600px) rotateY(180deg); transform: perspective(600px) rotateY(180deg); background: #80BFFF; width: 240px; height:200px; border-radius: 17px; -webkit-backface-visibility:hidden; backface-visibility:hidden; transition: -webkit-transform .5s linear 0s; transition: transform .5s linear 0s; } .flip3d:hover > .front { web-kit-transform: perspective(600px) rotateY(-180deg); transform: perspective(600px) rotateY(-180deg); } .flip3d:hover > .back { -webkit-transform: perspective(600px) rotateY(0deg); transform: perspective(600px) rotateY(0deg); } <script> function flipit(el, boo) { if(boo == true){ el.children[1].style.webkitTransform = "perspective(600px) rotateY(-180deg)"; el.children[0].style.webkitTransform = "perspective(600px) rotateY(0deg)"; el.children[1].style.transition = "all .5s linear 0s"; el.children[0].style.transition = "all .5s linear 0s"; el.children[1].style.transform = "perspective(600px) rotateY(-180deg)"; el.children[0].style.transform = "perspective(600px) rotateY(0deg)"; el.children[1].style.webkitTransition = "all .5s linear 0s"; el.children[0].style.webkitTransition = "all .5s linear 0s"; } if(boo == false){ el.children[1].style.webkitTransform = "perspective(600px) rotateY(0deg)"; el.children[0].style.webkitTransform = "perspective(600px) rotateY(180deg)"; el.children[1].style.transition = "all .5s linear 0s"; el.children[0].style.transition = "all .5s linear 0s"; el.children[1].style.transform = "perspective(600px) rotateY(0deg)"; el.children[0].style.transform = "perspective(600px) rotateY(180deg)"; el.children[1].style.webkitTransition = "all .5s linear 0s"; el.children[0].style.webkitTransition = "all .5s linear 0s"; } } </script>
-
- Home text editor
- responsive design
- (and 3 more)
-
Hi, I have the home text editor module installed. In the introductory section of the module. I want to have the text in italics. I have saved it in the editor, and it never changes. I went into the html, and added the code, and it did not work. I then read on the forums than I needed to take out the "strip tags" in the .tpl file for the module. However, when I go into the .tpl file, there is no strip tags to strip. Any one have a solution or ideas as to how to attack this? pb4sc
- 6 replies
-
- italics
- home text editor
-
(and 1 more)
Tagged with:
-
Hi, I'd like to place the Home Text Editor at the top of the page under the menu. I found this thread http://www.prestashop.com/forums/topic/244935-solved-home-text-editor-how-to-display-it-only-on-homepage/?hl=%2Bdisplay+%2Bhome+%2Btext+%2Beditor+%2Btop+%2Bpage&do=findComment&comment=1213609 and in it there are two suggestions. Which is the best solution and which file and where in the file do I put the code. Thank you.
-
Bonjour, J'ai mis à jour le module de gestion de texte d'acceuil... et voici le probleme que je rencontre Premierement celui est passé en anglais "Home Text Editor", deuxiement lorsque je l'active il fait buger ma page d'acceuil et la rend inaccessible, si je désactive ce module la page d'acceuil revient mais sans le module qui est très utile... Merci d'avance pour votre aide !!
-
I am using PS 1.5.6.1 and when I try to press the html button on the home text editor input screen it doesn't show the source code but shows only a discontinued page. I need to put the proper markup on the text so I can soon launch my new site. So please tell me how to fix this problem. I have error_reporting turned on but nothing is showing on the screen. Also, I have update the Home Text Editor but there is no change. Thanks, Randal
- 2 replies
-
- home text editor
- source
-
(and 2 more)
Tagged with:
-
Bonjour à tous, Cherchant à mettre un texte en page d'accueil, j'installe le module Editeur Page d'Accueil, là, bouton mettre à jour, je clique. En parallèle, je vais sur mon front office, et là, page blanche sur l'accueil. Dans le BO, je désactive ou désinstalle (je me souviens plus) le module. Impossible ensuite de le retrouver dans la liste, je tombe juste sur Home text editor, est-ce le même module non traduit que Editeur page d'accueil ? Merci à vous
- 8 replies
-
- Home Text editor
- Editeur page daccueil
-
(and 1 more)
Tagged with:
-
Hello I am transfer domain.it will transfer succesfful simply copy & paste all things wordking good. Orignal site :http://kickstartman.com/ After Transfer : http://kickstartman.com.sg but 'Home Page' content not come After Transfer domain.Module "Home Text editor" Version.2.1 In Orignal site 'Home page' content come from Module "Home Text editor" Version.2.0. Help me. Thank You.
-
Witam, Mam taki problem: chciałbym zmienić zdjęcia,które wyświetlają się u mnie na głównej stronie w sliderze. Zaznaczam, że jestem zielony w temacie i nie jestem twórcą sklepu tylko jego właścicielem, więc mogę używać języka laika. Z tego co zdążyłem odkryć, zdjęcia wyświetlają się za pomocą modułu Home Text Editor Ale wchodząc w konfigurację HTE nie wiem co dalej. Tak wygląda moduł HTE Mógłby mi ktoś z Was pomóc?
-
Hi You would have thought that removing and editing lorem Ipsum using the Home Text Editor would do the job, but I keep getting lorem ipsum back. I've turned off the cache in BO and checked recompile, but still lorem ipsum returns. When I view the editor, my own text is showing. Is there anything else I should do to get rid once and for all. URL is http://shop.welshspitfire.org NB - Problem being, only those who speak the language will understand it ( only joking!). Thanks
-
hi there, I want to create a pop up window by using the home text editor, but got the the following message when I save the setting : " the field description (English (English)) is invalid" I must have missing something or what, btw, there is no # sign in my file name, I am using 1.4.11 thx!
- 16 replies
-
- home text editor
- pop up
-
(and 2 more)
Tagged with:
-
I have the Home Text Editor installed on my homepage and have figured out how to upload a video. However the video loads up within the player screen and requires the user to click on the play button to start the video. I would like the video to start automatically on page load. On the advanced tab the "Autoplay" box is ticked, but the video does not autoplay and waits for the user to click play. What settings do I need please? Or is there a better module to use?
-
- home text editor
- video
-
(and 1 more)
Tagged with:
-
Hey again, Need one more help from you guys... Well i just wont to move picture in module home text editor down after title... So to be first title text and then picture then discription... I think its probably easy just to change some lines in editorial.tpl or some of those files but i cant figure it how... Im using prestashop 1.5.4. and defoult theme
-
Browers : IE8,9 and Chrome, Firefox all lastest Versions Version: Presatshop: 1.5.2.0 to 1.5.3.1 Home Text Editor Version : Version : 2.0 When you go into the Home Text Editor and try to add an image and then try to go to the image options and swap the image with a mouse over and save it, You get an error in all versions or the system hangs this is with a default install or prestashop with no themes. I already read the forum and tried to reinstall it, reset it, and checked the permissions of the editorial module and files but nothing works. Video of problem http://screencast.com/t/QNaLSwJs you get White page on 1.5.2.0 and 1.5.3.0 versions...and lastest SVN code ___________________________________________________________ Any other questions let us know.. Charleston WebDesign
-
Hello guys and thanks in advance. I have a simple plain question: Why every time I paste a Youtube code on Home text editor (it comes with many options to do that) always send me to an error page? No matter what browser I use. It means I got to buy a $100 dollar addon? I´m pretty sure is not necessary to buy an extra feauture to paste a simple code on Prestashop. Thank again, let me know if you have another option to paste Youtube Video on my Prestashop homepage.
-
Temen-temen, saya pendatang baru niiih.... mhon pencerahanya, bagaimana sih cara ngedit tampilan utama dari defaulnya prestashoop... kan biasanya kalau pas kita install pertama di menu utama / front end nya da gambar ipod prestashop dan text di bawahnya... denger2 sih nama modulnya home text editor, tpi permasalhannya q ndak bisa ngedit/ganti gambar+text dibawahnya... MOHON BANTUANNYA YA TEMEN2... :wub:
- 5 replies
-
- home editor
- halaman_depan
-
(and 3 more)
Tagged with:
-
Dupa cum mentionez si in titlu am aceste 3 probleme, imi cer scuze daca s-au mai deschis threaduri pe temele acestea, dar din ce am gasit nu prea am inteles mai nimic ,unele probleme fiind nerezolvate, cu intentia asta deschid , pentru a le rezolva. Sunt nou intre-ale prestashopului , dar e usor cat de cat de folosit , usor de inteles. Incepem cu modulul HTE Incarc poza , scriu ce vreau etc, este in regula ,incarca ok , in hooks sau administrare carlige l-am pus si in homepage content si in headers of page, si aici vine problema , pe prima pagina modulul este sub produse.Ideea este ca l-am scos din headers of page pentru ca banuiesc carligul asta ar transpune HTE pe fiecare pagina a oricarui produs , asa ca am nevoie de el doar pe homepage.(in poza , unde se poate vedea ca este sub produse , HTE este introdus in ambele carlige , atat in headers of page cat si homepage content) Atasez si o poza (nr.1) sa intelegeti despre ce vb. Rog cei care cunosc vreo rezolvare sa impartaseasca . Homepage Slideshow - Aceeasi problema o am si aici , e ok slideul , doar ca il pune pe prima pagina jos , ca si HTE. Banuiesc ca rezolvarea ar fii comuna ca si la punctul de sus. Eroare autentificare clienti , am mai citit pe threaduri dar tot nu gasesc solutionare. Eroare cea cu requires state... judetele sunt adaugate ok , se poate vedea in poza 3. In cea de a doua poza se poate observa eroarea. Multumesc anticipat celor care vor impartasi sfaturile.
- 3 replies
-
- Home text editor
- homepage slideshow
- (and 1 more)
-
for the home text editor, you can upload an image, edit the main site content.. however what file does it edit? i want to remove my current picture and where it would show have that spot for a slide box video display.
-
Hi Have been trying to update my home text editor module but now something has happened to it and it not accepting updates, resetting or disabling. I have deleted it from my server and reinstalled an "untouched" version but same problem. I can enter text and the BO says "setting updated successfully" but they don't show. Also, I cannot hook it into my "home page content" hook it throws the error up "module cannot be loaded". I have applied the herfix.php following the security scare even though my site wasn't affected. Any help much appreciated. Marronne www.selleriestpierre.com