Search the Community
Showing results for tags 'Block'.
-
Hello there, I've been searching for a solution the whole afternoon and can't find any fast solution. I removed (commented) the navbar from the displayNav hook, and placed my own navbar, using only html and css. However I want the blocklanguages block to be in my navbar, and I can't seem to find a way to insert it easily. Is there any way I can do that which doesn't involve module/hook creation ? Thanks a lot ! Arthur.
-
Hello, Note: This is regarding Block layered Navigation module in prestashop 1.6.3 well i want to include a custom filter "discount" into layered navigation block that should take value dynamically from uploaded value from CSV.(CSV IMPORT PRO -module) I want to display it in "%" and "amount" format. It would be same like as "Price range" feature where we need to move slider in order to get price variant from min to max. only thing is i need this feature in check box or radio button features so that a particular discounted product will be visible when we check the box. i also don't wont this feature to be manually added through "Product feature" or "combinations". also i need this feature on product category page.(Left Column) please help me as the matter is very urgent for me and my company and also for my job. if iam unable to resolve this issue i can lose my job. my company website is: http://www.shelltag.com
-
Hello, I'm looking for a module like this: I want to promote in home page a block with a product picture (preferably a big banner, not one of the standard product images) with a text to explain a story about the product (not the product description or short description) and a link to the product page. If it has a "Buy" button it would be perfect, but not required. This one is near but is not actually what I need: http://addons.prestashop.com/en/blocks-tabs-banners/17341-promotion-blocks.html?pab=1& Do you know any one that could do the job? Thank you
-
Ce module vous permet d'afficher le bloc mon compte avec l'option de connexion pour les utilisateurs enregistrés et lien pour vous inscrire. Avec ce module, les utilisateurs peuvent se connecter directement à partir du bloc dans la colonne de droite/gauche. Caractéristiques: Traverser le navigateur Multilingue Multistore Réactif Visitez notre site pour la dernière version de ce module Video blockmyaccountl.zip blockmyaccountl.zip v1.3
-
After changing theme this block(box marked in the image) is automatically showing, tried a lot to remove it but can't. I dont know the name of this block also. Please help me if you know how to solve this issue, I am new to prestashop. Thank you in advance.
- 1 reply
-
- categories
- block
-
(and 3 more)
Tagged with:
-
Hallo zusammen, wir verwenden die Presta Version 1.6.1.1. Ich habe ausversehen den "Block Schnellsuche" deaktiviert. Nach Aktivierung ist die Schnellsuche jedoch nicht mehr an der Stelle wo Sie davor war bzw. erscheint sie auf der homepage gar nicht mehr. Die Suche soll zwischen dem Logo links und dem Warenkorb erscheinen. Also mittig ... Siehe Bild anbei. Zu meinen backoffice Einstellungen: Unter Module -> Positionen ist "Block Schnellsuche" im Header hinterlegt. Habe das an zweiter Stelle eingeordnet. Siehe Datei anbei ... Kann jemand helfen?
-
this is the code of my superfish-modified.css there is no word called thumbnails in my code how do i get thumbnails to be shown in the block top horizontal menu? /*** ESSENTIAL STYLES ***/ .sf-contener { clear: both; } .sf-right { margin-right: 14px; float: right; width: 7px; } .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; } .sf-menu { margin: 10px 0; padding:0; width:980px;/* 980 */ background: #383838; } .sf-menu ul { position: absolute; top: -999em; width: 10em; /* left offset of submenus need to match (see below) */ } .sf-menu ul li { width: 100%; } .sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ } .sf-menu li { float: left; position: relative; border-right: 1px solid #777; } .sf-menu a { display: block; position: relative; color:#fff; text-shadow:0 1px 0 #333; } .sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0; top: 34px; /* match top ul list item height */ z-index: 99; width:auto } ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; } ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 200px; /* match ul width */ top: 0; } ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; } ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 200px; /* match ul width */ top: 0; } /*** DEMO SKIN ***/ .sf-menu { float: left; margin-bottom: 1em; } .sf-menu a { display:block; margin-right:2px; padding: 0 22px 0 20px; line-height:34px; border: 0; text-decoration:none; } .sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/ color: #fff; white-space:nowrap; } .sf-menu li li { background: rgba(113, 113, 113, 0.9); } .sf-menu li li li { background: rgba(113, 113, 113, 0.9); } .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: #4E4E4E; } .sf-menu ul li:hover, .sf-menu ul li.sfHover, .sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active { background: #4e4e4e; outline: 0; } /*** arrows **/ .sf-menu a.sf-with-ul { padding-right: 2.25em; min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */ } .sf-sub-indicator { position: absolute; display: block; right: 10px; top: 1.05em; /* IE6 only */ width: 10px; height: 10px; text-indent: -999em; overflow: hidden; background: url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ } a > .sf-sub-indicator { /* give all except IE6 the correct values */ top: 11px; background-position: 0 -100px; /* use translucent arrow for modern browsers*/ } /* apply hovers to modern browsers */ a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position: -10px -100px; /* arrow hovers for modern browsers*/ } /* point right for anchors in subs */ .sf-menu ul .sf-sub-indicator { background-position: -10px 0; } .sf-menu ul a > .sf-sub-indicator { background-position: 0 0; } /* apply hovers to modern browsers */ .sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; /* arrow hovers for modern browsers*/ } /*** shadows for all but IE6 ***/ .sf-shadow ul { background: url('../img/shadow.png') no-repeat bottom right; padding: 0 8px 9px 0; -moz-border-bottom-left-radius: 17px; -moz-border-top-right-radius: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px; } .sf-shadow ul.sf-shadow-off { background: transparent; } li.sf-search { background: inherit; float: right; line-height: 25px; } li.sf-search input { -moz-border-radius: 0 5px 5px 0; padding: 3px 0; padding-left: 20px; margin: 6px 6px 0 0; background: #fff url('../img/search.gif') no-repeat left center; border:1px solid #777 } /* hack IE7 */ .sf-menu a, .sf-menu a:visited {height:34px !IE;} .sf-menu li li { width:200px; background:#726f72 !IE; }
-
/themes/default-bootstrap/css/modules/blocktopmenu this entire folder got deleted... How can I get it back? this folder has 2 css files ....I need the entire folder lastest blocktopmenu module 1.6* Somebody please upload all the files of this folder or advise where to download it from Thanks
-
top horizontal menu is missing a few subcategories The main category and 1st depth subcategory is visible only a few 1st depth subcategories have the 2nd depth subcategories. for the other 1st depth subcategories the 2nd depth subcategory is missing example-look for pantone category in the blocktopmenu this has two subcategories the first ( fashion + home ) shows more subcategories but the second ( cmyk pastels.... ) shows no further subcategories. I have obviously created the subcategories and have enabled them Even the thumbnails of the categories is invisible . I have obviously given each category a thumbnail image/ It was visible before but now it is not. I even downloaded and reinstalled the old top horizontal menu but no change www.designinfo.in
- 1 reply
-
- subcategory
- missing
-
(and 3 more)
Tagged with:
-
Hello, I received an email from Google saying that some of my web pages are NOT mobile-friendly. I checked the mentioned pages and tested them. It turns out that robots block some JavaScript and CSS files. As a result, Google can't see my pages properly. For example, Google sees those addresses as blocked by robots: http://www.nizoralshop.com/themes/…f4_all.css http://www.nizoralshop.com/themes/…4b6ca68.js The problem is I don't know which line in the robot.txt file is blocking the javascript and CSS files. Could you please help me find what lines are blocking Google from seeing JavaScript and CSS? Thank you. P.S: below is my robot.txt list # robots.txt automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums # This file is to prevent the crawling and indexing of certain parts # of your site by web crawlers and spiders run by sites like Yahoo! # and Google. By telling these "robots" where not to go on your site, # you save bandwidth and server resources. # For more information about the robots.txt standard, see: # http://www.robotstxt.org/wc/robots.html User-agent: * Disallow: /*fr/ Disallow: /*es/ Disallow: /*de/ Disallow: /*ru/ User-agent: * # Private pages Disallow: /*orderby= Disallow: /*orderway= Disallow: /*tag= Disallow: /*id_currency= Disallow: /*search_query= Disallow: /*back= Disallow: /*utm_source= Disallow: /*utm_medium= Disallow: /*utm_campaign= Disallow: /*n= Disallow: /*controller=addresses Disallow: /*controller=address Disallow: /*controller=authentication Disallow: /*controller=cart Disallow: /*controller=discount Disallow: /*controller=footer Disallow: /*controller=get-file Disallow: /*controller=header Disallow: /*controller=history Disallow: /*controller=identity Disallow: /*controller=images.inc Disallow: /*controller=init Disallow: /*controller=my-account Disallow: /*controller=order Disallow: /*controller=order-opc Disallow: /*controller=order-slip Disallow: /*controller=order-detail Disallow: /*controller=order-follow Disallow: /*controller=order-return Disallow: /*controller=order-confirmation Disallow: /*controller=pagination Disallow: /*controller=password Disallow: /*controller=pdf-invoice Disallow: /*controller=pdf-order-return Disallow: /*controller=pdf-order-slip Disallow: /*controller=product-sort Disallow: /*controller=search Disallow: /*controller=statistics Disallow: /*controller=attachment Disallow: /*controller=guest-tracking # Directories Disallow: /*fr/ Disallow: /*es/ Disallow: /*de/ Disallow: /*ru/ Disallow: /*classes/ Disallow: /*config/ Disallow: /*download/ Disallow: /*mails/ Disallow: /*modules/ Disallow: /*translations/ Disallow: /*tools/ # Files Disallow: /*en/password-recovery Disallow: /*en/address Disallow: /*en/addresses Disallow: /*en/authentication Disallow: /*en/cart Disallow: /*en/discount Disallow: /*en/order-history Disallow: /*en/identity Disallow: /*en/my-account Disallow: /*en/order-follow Disallow: /*en/order-slip Disallow: /*en/order Disallow: /*en/search Disallow: /*en/quick-order Disallow: /*en/guest-tracking Disallow: /*en/order-confirmation Disallow: /*fr/search Disallow: /*es/search Disallow: /*de/search Disallow: /*ru/search # Sitemap Sitemap: https://www.nizoralshop.com/sitemap.xml
- 11 replies
-
Hello, It seems a newbie's question, but I've been looking everywhere on adding a top header bar kind of style to my website, which would let people know important messages like Free Shipping, but I didn't find the block or module to add that. So, I'd like to know how to add a bar on the very top of the website. Thanks in advance.
- 4 replies
-
- bar
- top header
-
(and 2 more)
Tagged with:
-
Offer of the Week on the Home Page - by Rolige Le module Offer of the Week montrent un bloc sur la page d'accueil avec l'offre la plus importante de la semaine. Version: 1.0.1 Compatibilité prestashop: 1.4.x à 1.5.x FEATURES Attirer plus de clients Afficher un bloc sur la page d'accueil avec l'offre la plus importante de la semaine Afficher un joli petit compte à rebours Afficher un bloc sur la colonne de gauche ou de droite avec l'offre la plus importante de la semaine Créer une offre différente chaque semaine Définissez la plage à afficher uniquement pendant 1 semaine Inclure les 5 thèmes de couleurs DEMO Démo du module prestashop pour PS 1.5 Démo du module prestashop pour PS 1.4 SCREENSHOTS Capture d'écran du module PLUS D'INFORMATIONS ET TÉLÉCHARGER PrestaCheap.com INSTALLATION You can upload the module automatically from your Back Office, go to: Tab "Modules" Click on “Add a module from my computer” Locate the file, click “Browse” Click on “Upload this module” Once uploaded, click on "Install" Click on "Configure" Alternatively, you can do manually as follows: Unzip the zip file. Copy the folder "ctk_weeklydeal" to /public_html/modules Set your configuration. Enjoy. PLUS DE TÉLÉCHARGEMENTS modules prestashop, addons prestashop, themes prestashop UPDATES v0.5 -- 25 March 2012 ADD -- First version v0.6.0 -- 19 November 2012 ADD -- Compatibility for PS 1.5 ADD -- Block on left and right colum v1.0 -- 29 Août 2013 FIX -- Error in type of images ADD -- New design ADD -- Mini countdown timer v1.0.1 -- 29 Octobre 2013 FIX -- Erreur dans le mini compte à rebours à l'ancienne version de php
-
Hi Using PS 1.6.0.9 I have scratched my head for hours...... I'm getting crazy. I'm developing a site (caching is OFF). The positions of my categories do no match to what I see in the front-end. PLEASE GUYS HELP (See below) I have a category with id 27 In that category I have multiple subcategories where positions are defined (drag and drop works). The DnD works but it doesn't seem to update values in the database??? Where is this stored? This is a view of the database table ps_raphilflocategory of categories where parent id is 27 This is how it looks in the front-end. The "blouses & t-shirts" category is below.... but i needs to be on top under 2 other categories like you can see in the back-end and in the database view. How is this possible? I simply don't get it. I can't figure it out. 1) If I update the positions in the backend I don't see those changes in the database view and front view although the back-end seems to remember the positions? Eh? 2) If I update the positions in the database directly the front view doesn't get updated. WHAT AM I MISSING????? Also have similar issues with product attributes. When I reorder them it seems updated and saved in the backend but does not reflect the changes in the front end. Please help me. Regards Christophe
- 2 replies
-
- category
- positioning
-
(and 4 more)
Tagged with:
-
Hello, I did some modification on the blockcart module. In fact I was working on a solution for the "free shipping" issue. That issue I found, it is all about translations. At the ftp server, module/blockcart/translations there is only 1 translation (in my case nl for dutch) When you modify the language file you should be released of the "free shipping" in the Ajax popup block cart. Then you have to write and make a new language file for other languages your are using. Now, at the backoffice at the module blockcart there is written "vertalen" (translate) I thought That would be the way to make the other language files. I hit that button and... BLANK PAGE... After trying everything (that I know) I'm calling for help. When I go to the backoffice, I only get a blank page. No errors at all. Have changed define('_PS_MODE_DEV_', false); to define('_PS_MODE_DEV_', true); Webshop is still online : http://www.coastalscents.nl Cleared cache, deleted cookies. I'm using V 1.6.0.9
- 2 replies
-
- block cart
- blank
-
(and 8 more)
Tagged with:
-
Hello, I want to add another email address block in footer. How should I do? attached picture below: Sincerely,
-
Witam, Chciałbym zrobić na mojej stronce http://bmwoutlet.pl 2 oddzielne menu, jedno u góry jak jest, a 2 z lewej strony po boku tak jak tutaj : http://www.bmw-sklep.com.pl/ Ma ktoś jakiś pomysł jak to można zrobić ? Dziękuje za pomoc i pozdrawiam.
-
The prestashop e-mail is fine but one thing is not always clear. I wanted something like : Name: ... Surname... Vat Number:... to be more readable. Any solutions?
- 7 replies
-
- prestashop
- delivery
-
(and 2 more)
Tagged with:
-
Anyone had issues with the reinsurance block disappearing when changing the text? Each time I try to change the text in the back office it saves correctly. Then go to the front end to check the layout and it disappears. I have checked in the source code and on multiple browsers and it disappears from there too Only way for me to get it back is to reset it and it goes back to default No big deal, if it dont work properly I will just disable it
-
Hi guys, I am new to Prestashop. I have added all the products and catergories and setting up the rest of the stuff.. But 2 days back i started recieving this error on my website, all of a sudden,. I dont knw if its a bug or i have triggered it somewhr. But i am not able to remove it. The problem is Apart from the default newsletter block there has appeared 2 more newsletter blocks in unexpected places which i am not able to remove. One in the header and one in the footer. The newsletter block marked green is the correct one. I am not much of a coding guy. So any help would be appreciated. Thanx in advance.
- 9 replies
-
- prestashop
- newsletter
-
(and 3 more)
Tagged with:
-
Hi! I'm working on my shop for sheet music right now. http://summit-noten.de/prestashop/ I have six main categories like for example "grade of difficulty" and "music style". I would like to be able to filter difficulty=easy and be able to filter the music stlyles=Latin music afterwards. If you create a new "filter-template" there is a so called subcategories filter but I want to filter horizontally. I don't need stuff like "Shoe Size". Instead I need my own like my main categories. Even after creating this filter template you are only able to filter by manufacturer and price. Sorry for my bad English. Would be awesome if someone could help me, because I'm getting crazy on this for a couple of weeks now:( cheers, Summit
- 3 replies
-
- categories
- module
-
(and 4 more)
Tagged with:
-
As you can see at the attachment, the "box" which is the product placed inside is not at the same size It depends on the length of the product name, any idea to make it come in the same shape regardless of the product's name length Thanks