Jump to content

Search the Community

Showing results for tags 'Navigation'.

  • 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


  1. Hello, I would like to hide last text block from breadcrumb navigation on mobile phones. Example (on product page): Notebooky > Adaptéry k notebookům > Adaptéry náhradní > Nabíječka na notebook acer 19v 3.42a (5.5x1.7) Im trying to make it look like this: Notebooky > Adaptéry k notebookům > Adaptéry náhradní I have already tried some CSS, Javascript and editing breadcrumb.tpl but I dont understand how are breadcrumbs made. Could anyone help ? Thanks. Code in breadcrumb.tpl <!-- Breadcrumb --> {if isset($smarty.capture.path)}{assign var='path' value=$smarty.capture.path}{/if} <div class="breadcrumb clearfix {if isset($warehouse_vars.breadcrumb_width) && $warehouse_vars.breadcrumb_width == 0}fullwidth-breadcrumb{/if}"> {if isset($warehouse_vars.breadcrumb_width) && $warehouse_vars.breadcrumb_width == 0}<div class="container">{/if} <a class="home" href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{l s='Return to Home'}"><i class="icon-home"></i></a> {if isset($path) AND $path} <span class="navigation-pipe"{if isset($category) && isset($category->id_category) && $category->id_category == (int)Configuration::get('PS_ROOT_CATEGORY')} style="display:none;"{/if}>{$navigationPipe|escape:'html':'UTF-8'}</span> {if $path|strpos:'span' !== false} <span class="navigation_page">{$path|@replace:'<a ': '<span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" '|@replace:'data-gg="">': '><span itemprop="title">'|@replace:'</a>': '</span></a></span>'}</span> {else} {$path} {/if} {/if} {if $page_name == 'product'} {hook h='productnavs'} {/if} {if isset($warehouse_vars.breadcrumb_width) && $warehouse_vars.breadcrumb_width == 0}</div>{/if} </div> <!-- /Breadcrumb --> Generated HTML code by breadcrumb.tpl <div class="breadcrumb clearfix "> <a class="home" href="https://powerparts.cz/" title="Zpět na hlavní stránku"> <i class="icon-home"></i></a> <span class="navigation-pipe">&gt; </span> <span class="navigation_page"> <span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"> <a itemprop="url" href="https://powerparts.cz/457-notebooky/" title="Notebooky"> <span itemprop="title">Notebooky </span></a> </span> <span class="navigation-pipe">&gt; </span> <span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"> <a itemprop="url" href="https://powerparts.cz/50-adaptery-k-notebookum/" title="Adaptéry k notebookům"> <span itemprop="title">Adaptéry k notebookům </span></a> </span> <span class="navigation-pipe">&gt; </span>Nabíječka na notebook acer 19v 3.42a (5.5x1.7) </span> <div id="productsnavpn" class="pull-right"> </div> </div> Example: https://i.imgur.com/VGbqRqg.png
  2. Advanced Search Filter Pro Advanced Search Filter Pro most powerful and functional filter for PrestaShop so far. With the ability to search by filter, on all pages with the ability to use custom filters. Demo: Demo Backoffice Demo Front Office Login: [email protected] Password: demodemo Features: Ability to search categories and manufacturers. Option to specify custom search fields placeholder. Option to specify custom root category name. Allow excluding categories from product search. Allow specifying category depth limit. WidgetInterface to make possible attaching Presta Search to any hook. New configuration settings for customizing search results preview. More customization options for search results preview. A huge number of options Search by category Search by product Search by manufacturers Result of search on a separate page The ability to sort search results on a separate page. Compatibility: PrestaShop 1.7 We have collected the best of Advanced Presta Search Pro and many wishes of our customers and now provide Advanced Search Filter Pro. Advanced Search Filter Pro: Preset filters. Own search algorithm. Built-in search in the filter, an absolutely unique option that is not found anywhere else. The ability to display the filter on all pages, not just on the main page. Ability to exclude filters on different pages, categories The ability to use custom filters. The ability to use a separate filter type for numeric values. The ability to limit search results. Integration with many other modules created by Prestapro Full support for PrestaShop 1.7.0 and higher. Home Page filter. High speed of work. Mobile version of the filter. Coming soon: the ability to display a datepicker for attributes, like on booking. Levinstein algorithm support. Advanced Search Filter Pro Module is compatible with all modules developed by Prestapro and you can also order development for your store or customization.
  3. Hey everyone! I just published a tut on how to create a simple product to product navigation for the product page, here it is: http://nemops.com/prestashop-previous-next-product-buttons/#.VCqATfna6r0 Cheers! Fabio
  4. Advanced Presta Search Pro Powerful and functional search, supporting the Levenshtein algorithm, allows you to find any products tested with stores that have 50,000 products. Has the ability to customize and fine-tune search algorithms. Buy module via PrestaShop Addons Demo Front Office Demo Back Office Login: [email protected] Password: demodemo Front Office: Ability to display characteristics, attributes, information about product availability, prices, images, description and SKU. Searching results: Categories, product tips. Back Office: Search algorithm: Customisation: Category settings: Preview Search: Show search options:
  5. Hello Prestasians, We are introducing a fantastic module for you. You know that the Customers or visitors cannot go to the next and previous products from one place. This problem gives a bad user experience to your customers, which causes them to lose potential customers from your website. We have created a solution to get rid of this problem. Classy Quick Product Navigation Module for PrestaShop is the best module that helps to navigate and display the next and previous products from the PrestaShop product details page. Customers will quickly find and watch the next and previous product from navigations. Lets see the example of this module You can show products, product titles and both. Visitors will see the product image with title after hovering the navigation icon. KEY FEATURES: Show navigation for All Products 2 Different Layouts Ability to display Image,Text and Both Easy to Navigate Lightweight Module Easy to Use Easy to Customize Custom CSS Color Customization Options UX optimized Lifetime Updates Premium Support Installation Requirements: PHP version 7.2 or greater PrestaShop version 1.7.x or above 👇👇 GET THE MODULE FROM HERE Classy Quick Product Navigation LIVE DEMO Please feel free to leave your feedback. We are waiting for your valuable feedback. 😃 Cheers, ClassyDevs Team
  6. Boutons Précédent et Suivant Précédent Suivant Le module Boutons de la page du produit permet à l’administrateur du magasin de fournir une interface aux clients afin qu’ils puissent accéder aux produits à partir de la page de détails du produit en cliquant simplement sur le bouton suivant. Cela permet au client de gagner du temps, car il peut vérifier les détails du produit de tous les produits énumérés dans une catégorie particulière. Ce module contribue à améliorer l'expérience client. Plus d'infos et acheter ici: Boutons Précédent et Suivant Démo Boutique Démo Back office Caractéristiques des modules Précédent et Suivant du module de page de produit: 1) installation facile. 2) L'administrateur peut activer les paramètres afin que les clients puissent parcourir le prochain produit en cliquant sur le bouton suivant de l'ordinateur portable / de bureau. 3) L’administrateur peut sélectionner les icônes des boutons Précédent / Suivant. Module link: https://addons.prestashop.com/fr/outils-navigation/21493-knowband-boutons-precedent-et-suivant.html
  7. Previous Next Buttons on Product Page Module Previous Next Buttons on Product Page module allows the store admin to provide an interface to the customers so that they can access the products from the product details page by just clicking the next button. It saves the time of the customer as they can check the product details of all the products listed under a particular category. This module helps to improve the customer experience. More info and purchase here: Previous Next Buttons on Product Page FRONT DEMO BACKOFFICE DEMO Features of the Previous and Next Buttons on Product Page Module: 1) Easy installation. 2) Admin can enable the settings so that customers can browse the next product by the click of the next button the laptop/desktop. 3) Admin can select the icons for the Previous/Next buttons. Module link: https://addons.prestashop.com/en/navigation-tools/21493-knowband-previous-next-buttons-on-product-page.html
  8. Hi I have upgraded my store to 1.6 all is well except the blocklayered module it won't index (in the configuration area of the module) also when i try to use it on my website it just loads for ever but nothing happens tried to remove it and install it again no luck, been playing around with it for hours can't seem to find out how to resolve, please help .... thanks
  9. i want to create a collapsable sub menus, because the theme i have doesn't make the sub menus collapsable after certain level. as you can see in the picture attached. the main category is "table scolaire" and the sub categories are "gamme.... " but they don''t appear as sub categories and appear on the same level as "table scolaire".
  10. Bonjour à toutes et tous, Je suis en train de mettre en place un Prestashop en version 1.7.6.7 J'aimerais ajouter deux liens vers des pages, à droite du "contactez-nous" qui est actuellement positionné dans la barre de navigation, tout en haut du site. J'ai parcouru les espaces des modules et positions, mais je suis un peu perdu. Quelqu'un pourrait-il me donner un coup de pouce ? Merci par avance !
  11. Bonjour, j'ai un petit souci avec le bloc navigation à facettes. Lorsque je coche une case de ce filtre, tous mes produits disparaissent de l'écran. Je suis obliger d'appuyer sur "F5" pour que le navigateur se mette à jour et que les produits filtrés apparaissent. Quelqu'un à une idée ? Merci
  12. Witam mam problem z lewą stroną. Otóż po lewe stronie przestała działać nawigacja. W trybie debugowania pokazuje błąd jak na zdjęciu. zamieniłem już pliki w katalogu ftp i dalej nie działa w wersji desktop. W wersji android jest ok cały sklep funkcjonuje Silnik 1.7.2.4
  13. Bonjour, Je rencontre une difficulté concernant l'affichage de mon filtre de navigation à facette. En effet, tout est paramètré mais il y a des petits bugs d'affichage. L'icone pour dérouler les filtres est  et j'ai des doublons entre filtres et titre. Je vous joint un screen du soucis. En vous remerciant par avance, Très bonne journée à vous, Pierre
  14. Hi, I am newbie to prestashop. I try to display subcategories vertically in the main menu when clicking. They are currently displayed horizontally be. So they go out of viewport and a horizontal scroll appears at the bottom. In addition, I would like to change the content of some items, such as MY CART, MY ACCOUNT. Where to find the file responsible for the content on the site?
  15. Czołem, Jestem na etapie tworzenia sklepu. Po wgraniu nowej skórki zabrałem się za navbar. Po najechaniu myszką na poszczególne elemety menu ma pojawić się dropdown. Ze względu na sporą liczbę kategorii w sklepie podkategorie nie mieszczą się w popover. Pop-over wyjeżdża poza viewport i pojawia się poziomy suwak do przewijania na dole ekranu. Myślałem o wyświetleniu subkategorii w bloku po najechaniu myszką na kategorię główną zamiast horyzontalnie. Jak się za to zabrać?
  16. Bonjour, je ne peux filtrer les attributs de la navigation à facettes, j'ai essayé deux thèmes différents et deux versions diffamantes de navigation à facettes. Il y a aucune sélection possible. Je suis sous prestashop 1.7.6.1 Navigation à facette : 3.0.6 Merci d'avance.
  17. Hi all, I added a new language to our webshop and changes some texts and modules, but now the following strange thing is going on: I only see the English text of the footer sometimes, but it is not permanent there in English when I choose the English language in the left uppercorner. For example, when I go to the homepage www.ropachica.com; select English; scroll down to the end; the text (Condiciones de compra; Aviso Legal etc; tienda online") is still in Spanish. But when I for example go to our website; homepage; BLOG; and I scroll then down to the footer when on the BLOG page, all of a sudden the English text (Purchasing conditions, Legal Notice, Online shop") is there. Hope this explains my problem a bit. Does anyone maybe know how to fix this?
  18. Hallo ihr Lieben ! ich habe da ein kleines Problem mit der Navigation! Ein Bild ist im Anhang !!!!! das Fenster mit dem Roten Kreis bekomme ich nicht Weg und ich weiß auch nicht wo ich das Ändern kann. 😞
  19. Ciao a tutti. Sto usando PrestaShop 1.7.5.1. Avrei la necessità di spostare il menu principale dall'header alla colonna sinistra e , se possibile, renderlo fisso e far scorrere solo il contenuto. Ho provato a fare varie modifiche tra cui spostare il main menu nella position DisplayLeftColumn, ma non lo vedo. Qualcuno riuscirebbe ad aiutarmi? Grazie mille in anticipo. Cristian
  20. Hi I have two PrestaShop installs that are both 1.7.5.2. I only have a SuperAdmin user for both installs. Both installs have missing sidebar menu entries in the backend. Under "Shop Parameters" in one I don't have an entry for CMS page... and in the other I don't have an entry for "Contact" Does anyone know how I can please get these to show? Thanks for any help
  21. Hi all, hope someone can help me out. On our website www.ropachica.com, when you select the English language in the upper left corner, the categories at the footer of out homepage don't show in English (while we have translated them in English in the CMS part of the backoffice. For example, we have translated the entire Condiciones de compra, Aviso legal etc). As you can see in the picture below, the headers (CONTACT, SUPPORT, ABOUT, NEWSLETTER) show in English, but all that is below the headers shows still in Spanish. Also, when I click on them, it does not direct me to the correct page. For example, when I click on "avisio legal" it shows the homepage again instead of the Legal Notice page. Does anyone know how to solve this? Kind regards, Maran
  22. Bonjour Quand on crée un catégorie, on a la possibilité d'inclure des images miniatures qui apparaissent ensuite sur le menu de navigation horizontal. J'aimerai transformer ces images en liens html. C'est possible ?
  23. Hi guys, I'm having some trouble trying to find the compare button in the code on the server. I think I have removed all references to the compare button (as I have no use for it on my shop). But the button still remains there. Can anyone let me know where this can be located in the code so I can find and delete? Shop address for reference is: Click here! The button I want removing is highlighted (the red box) in image below. Thanks in advance for your help
  24. I bought the SPICE SHOP theme from TemplateMonster several years ago, it worked fine. But now, I have a navigation problem/question. My website is here: http://sommersunivers.dk I have this problem with the page arrows on the top, when a customer selects page 2-3-4-5... etc. The problem is under KØKKENUDSTYR and DELIKATESSER..... but not under DIVERSE. I noticed the urls are different: This works = http://sommersunivers.dk/75-diverse?p=2 This does not work = http://sommersunivers.dk/3-delikatesser#/ Please help, can I fix this myself? :-)
  25. Hi everyone, I have a ton of attributes and I would like to be able to filter them in blocklayered navigation. I would like to create an input able to autocomple my search - just like this website does : https://www.collinesdeprovence.com/gammes.html Any clue, module or help you could give me on that ? Thanks a lot for your help!
×
×
  • Create New...