Jump to content

Search the Community

Showing results for tags 'HTMLBox'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Addons
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 15 results

  1. Salut les dev, Je suis en train de réaliser un carousel 3D pour mon site e-commerce, sur lequel je souhaite intégrer mes produits de façon dynamique. J'ai créé des zones de drag and drop sur chaque éléments de mon carousel via des cases html (en utilisant le code d'une colonne vide), pour recevoir mes "Product Box" La zone se créée bien, mais le drag and drop de mes produits sur les colonnes ne fonctionne pas... Si quelqu'un a la solution , qu'il se manifeste :) Merci ! Voici mon code pour une zone HTML : <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="style.css"> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <title>shopephemere.fr</title> </head> <body> <div id="product-carousel-container"> <ul id="product-carousel"> <!-- ************************************ 1 ***********************************--> <li class="item-1"> <div class="elementor-product-box"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row ui-sortable"><div data-id="jj2f67n" data-element_type="column" class="elementor-element-jj2f67n elementor-column elementor-top-column elementor-element ui-resizable" data-col="100" data-model-cid="c35"> <div class="elementor-element-overlay"> <div class="column-title">100.0%</div> <div class="elementor-editor-element-settings elementor-editor-column-settings"> <ul class="elementor-editor-element-settings-list elementor-editor-column-settings-list"> <li class="elementor-editor-element-setting elementor-editor-element-trigger ui-sortable-handle"> <a href="#" title="Glisser la colonne">Colonne</a> </li> <li class="elementor-editor-element-setting elementor-editor-element-duplicate"> <a href="#" title="Dupliquer"> <span class="elementor-screen-only">Dupliquer</span> <i class="fa fa-files-o"></i> </a> </li> <li class="elementor-editor-element-setting elementor-editor-element-add"> <a href="#" title="Ajouter"> <span class="elementor-screen-only">Ajouter</span> <i class="fa fa-plus"></i> </a> </li> <li class="elementor-editor-element-setting elementor-editor-element-remove"> <a href="#" title="Retirer"> <span class="elementor-screen-only">Retirer</span> <i class="fa fa-times"></i> </a> </li> </ul> <ul class="elementor-editor-element-settings-list elementor-editor-section-settings-list"> <li class="elementor-editor-element-setting elementor-editor-element-trigger"> <a href="#" title="Glisser la section">Section</a> </li> <li class="elementor-editor-element-setting elementor-editor-element-duplicate"> <a href="#" title="Dupliquer"> <span class="elementor-screen-only">Dupliquer</span> <i class="fa fa-files-o"></i> </a> </li> <li class="elementor-editor-element-setting elementor-editor-element-save"> <a href="#" title="Enregistrer"> <span class="elementor-screen-only">Enregistrer</span> <i class="fa fa-floppy-o"></i> </a> </li> <li class="elementor-editor-element-setting elementor-editor-element-remove"> <a href="#" title="Retirer"> <span class="elementor-screen-only">Retirer</span> <i class="fa fa-times"></i> </a> </li> </ul> </div> </div> <div class="elementor-column-wrap elementor-element-empty"> <div class="elementor-background-overlay"></div> <div class="elementor-widget-wrap ui-sortable"><div class="elementor-empty-view"> <div class="elementor-first-add"> <div class="elementor-icon eicon-plus"></div> </div> </div></div> </div> <div class="ui-resizable-handle ui-resizable-e" style="z-index: 90; display: block;"></div></div></div> </div> </div> </li>
  2. Buenas tardes a todos, perdonen por escribir solo cuando tengo problemas. Resulta que he intentado insertar un pixel de Facebook en mi tienda con el modulo HTMLbox que ya me funcionó en su dia pero esta vez ve ha fallado, dejando todo el código visible en la pagina de inicio como podrán ver aquí https://alvilasalo.dx.am/store . He estado buscando en que fichero se encuentran estas líneas pero no está en ningún header.tpl. Espero me puedan ayudar, Muchas gracias
  3. Hello there, I create a CMS block called Our Partners. Go to http://www.buywisecity.com/lingerie and you will see it in footer block. I want to put my Our Partners between My Account block and Store Information block, same row. The name of the content block is custom1. Is anybody here can help me with the code ?? thank you
  4. PS Version - 1.6.0.9 Theme - Default Bootstrap 1.0 Website - www.totalfancydress.com ----- Searched and searched for this but can't seem to find an answer. On the Homepage, I'm already using the Theme Configurator above my Featured/New/Bestsellers product tabs to display 3 boxes. I would also like to use it under my Featured/New/Bestsellers product tabs because it looks a bit odd at the moment. Directly below the products, is the footer. I'd like to place something there to break it up a bit. But I'm unable to place anything there. My 'Theme Configurator' and 'HTMLBox' modules are hooked into the right places but I can't move them in Live Edit to where I want them. I get the dreaded red instead of green! Ideally (if it's possible), I'd like to place content the full width of the page underneath the Featured/New/Bestsellers because I feel if I just place a few more boxes there, it would leave a large white space in the left column. Any ideas?
  5. Witajcie, przenoszę stronę z http://old.hamer.sklep.pl/ na najnowszego prestashopa 1.6. Docelowy url na którym znajduje się nowa strona jest pod http://beta.hamer.sklep.pl/ . Pracuję na razie nad wyglądem, duży problem mi sprawiły te zmieniające się koparki tuż pod menu. Nie pisałem jeszcze skryptów javascript, ale rozumiem że będę musiał taki napisać? Nie umiem znaleźć na stronie http://old.hamer.sklep.pl/ za pomocą firebuga lub chromowej konsoli gdzie znajduje się skrypt który powoduje że te obrazki zmieniają się, moglibyście mi w tym pomóc? Chciałbym dzięki temu mieć chociaż punkt zaczepienia jak się zabrać za pisanie tego skryptu...
  6. Hiya, I've tried a code to disable right button of the mouse in my web (I know is useless) using HTMLBox. The thing is that now the code appears in my homepage (2 in the screenshot) and I'm not able to delete it. Anyone can help? Also I would like to change a little the appearance of the newsletter block (1 in the screenshot) so if someone can tell me in which file(s) are the attributes for this block I would be thankful. Regards
  7. Hi and sorry if my english isn't perfect. I'm using the HTML Box module and I need to display the registration input field from the Prestashop Newsletter Block into it. Here is a picture of a part of my HTML box module : I need to display the newsletter registration's input field into the red part. Here is the code : <div class="homeboxes"> <div id="boxes-first"> <div class="eshop-box"> <div class="homebox-title rougetitle"><a href="../12-eshop">e-shop de l'atelier</a></div> <div class="zigzag"></div> <a href="../12-eshop"><img class="zigimg" src="../img/goshop.jpg" alt="" height="200" width="558" /></a></div> <div class="blog-box"> <div class="homebox-title rougetitle"><a href="#">Le Blog du mâle</a></div> <div class="zigzag"></div> <a class="bwWrapper" href="#"><img class="zigimg" src="../img/goblog.jpg" alt="" height="200" width="558" /></a></div> </div> <div id="box-special"> <div class="homebox-title rougetitle"><a href="#">Lumière sur...</a></div> <div class="zigzag"></div> <div class="vip-box"><img class="zigimg" src="../img/tomdemess.jpg" alt="" height="300" width="1140" /></div> </div> <div id="boxes-second"> <div class="product-box black">produit</div> <div class="newsletter-box rouge"> !!! I NEED THE NEWSLETTER HERE !!! </div> <div class="faq-box black"> <h2 class="titlebox">faq</h2> </div> <div class="social-box rayures"> <ul class="social-icons"> <li><a href="https://twitter.com/"> <img src="../img/twitter-button.png" onmouseover="this.src='/img/twitter-button-hover.png';" onmouseout="this.src='/img/twitter-button.png';" height="75" width="75" /> </a></li> <li><a href="https://plus.google.com/;"> <img src="../img/googleplus-button.png" onmouseover="this.src='/img/googleplus-button-hover.png';" onmouseout="this.src='/img/googleplus-button.png';" height="75" width="75" /> </a></li> <li><a href="https://www.facebook.com/"> <img src="../img/facebook-button.png" onmouseover="this.src='/img/facebook-button-hover.png';" onmouseout="this.src='/img/facebook-button.png';" height="75" width="75" /> </a></li> <li><a href="https://www.linkedin.com/"> <img src="../img/linkedin-button.png" onmouseover="this.src='/img/linkedin-button-hover.png';" onmouseout="this.src='/img/linkedin-button.png';" height="75" width="75" /> </a></li> <li><a href="http://www.youtube.com/"> <img src="../img/youtube-button.png" onmouseover="this.src='/img/youtube-button-hover.png';" onmouseout="this.src='/img/youtube-button.png';" height="75" width="75" /> </a></li> <li><a href="http://www.pinterest.com"> <img src="../img/pinterest-button.png" onmouseover="this.src='/img/pinterest-button-hover.png';" onmouseout="this.src='/img/pinterest-button.png';" height="75" width="75" /> </a></li> <li><a href="http://www.viadeo.com"> <img src="../img/viadeo-button.png" onmouseover="this.src='/img/viadeo-button-hover.png';" onmouseout="this.src='/img/viadeo-button.png';" height="75" width="75" /> </a></li> <li><a href="http://www.instagram.com"> <img src="../img/instagram-button.png" onmouseover="this.src='/img/instagram-button-hover.png';" onmouseout="this.src='/img/instagram-button.png';" height="75" width="75" /> </a></li> </ul> </div> </div> </div> Someone has a solution for me? Thanks...
  8. When visiting my site the HTMLbox module isn't showing my html. There are some images that should be on the left and right side, also two small images next to the navigation bar. Can anyone help? Thanks!!
  9. Hi I have successfully installed the Prestashop HTML Box free module and it displays well on our website: www.cebupc.com it's on the left column under the Newsletter block. What I would like to know is how to duplicate this module so I can add more to display on our site. Thank you, any help would be appreciated.
  10. anyone can help how to use the html box because I do not understand the point, please give an example?
  11. Buenas tardes, El problema es que el modulo de HTMBox, tan solo me permite insertar contenido en un bloque, es decir, en un lateral,header,footer... Y me gustaria insertar contenido, mediante este modulo, en ambos laterales. Agradezco otras soluciones sencillas como con dicho modulo. La version de htmlbox es la estandard y mi versión de prestashop es la ultima. Gracias.
  12. Hello, I download HTMLBOX free module and upload from backoffice. When i try to install it shows error. Pls help me.
  13. Hello, I have just downloaded Prestashop HTML box 1.4.7 module. I have imported it into my modules and installed it, when I click on configure I get a blank screen and it looks like it is connecting but nothing happens... I have waited 5 mins and still nothing. I believe it is compatible with version 1.3.1.1 Can anyone help me? please
  14. Hola a todos! me dirijo a uds para pedirles una manita, arranque hace poco con PS, tengo la versión 1.5.2 y hasta ahora... todo barbaro! sin embargo, la semana pasada instalé un módulo para insertar código html libre: htmlbox y al parecer todo marchaba bien, se veía bien en el home pero al pasarme a la ficha de producto, el módulo se desplaza a la parte inferior justo antes del footer (adjunto imágen y enlace al entorno de desarrollo del sitio: http://dev.colgiras.co ) La verdad... estoy reventado, he tocado todos los estilos y tpl's y no logro dar con la solución, espero me pueda ayudar con este chicharron.... saludos a tod@s
×
×
  • Create New...