Search the Community
Showing results for tags 'OPEN'.
-
Bonjour à tous, J'utilise prestashop 1.5.6 et j'utilise très souvent les descriptions de catégories et le fameux bouton "plus" qui permet d'afficher la suite du contenu. Cet ajout est super utile mais il y a un petit truc qui me gêne quand même... Le fait de ne pas pouvoir refermer l'espace d'affichage avec un bouton "Moins". Je suppose qu'il faut créer un bouton javascript qui ferrais l'inverse du bouton "plus" mais je ne suis pas très doué en javascript... Est-ce que quelqu'un aurait une idée de comment procéder pour apporter cette amélioration ? Merci d'avance pour votre aide !
-
Bonjour à tous! Je suis en 1.6.1.17, et depuis quelques temps, j'obtient beaucoup d'urls introuvables selon la search console. Surtout des urls avec des ?open=1 en fin de ligne, qui converti en code de réponse 404. J'ai quelques modules que j'ai ajouté comme: pretty url - prestaspeed ect .. Peut-être que le problème vient de là mais mon support est expiré alors je me tourne vers ce forum pour essayé la solution. Probablement juste une configuration de module mais je ne sais pas quelle fonction activé pour éliminer les 404. Et si je fait debug j'obtient: Notice: Undefined offset: 0 in /home/--------/public_html/override/classes/Link.php on line 103 Alors si quelqu'un à une suggestion, je suis prenneur!!
- 3 replies
-
- introuvable
- open
-
(and 1 more)
Tagged with:
-
I found a problem on the Prestashop front office demo (and in the default-bootstrap theme included) on an iPhone (I'm using a 5 with iOS7), tapping the categories menu opens and closes it immediately on a single tap. http://demo.prestashop.com/en/?view=front On a tap, the categories menu should stay open and on another tap, it should close. But the behavior is, on one tap, it will open and close immediately. The weird thing is, if you tap and hold for a bit, it stays open, but then the iPhone select menus pop up too. Obviously, this is not intended and makes it almost impossible to navigate on an iPhone. Seems to work fine on any computer though (so don't just use the mobile view option on a pc and claim that it works, because it will work correctly in a pc browser, but not on an actual iPhone). I am not sure the behavior of it on an Android or other smartphones, I haven't tested that. If I figure it out myself, I'll post a solution, but I'm sure someone else must have run into this before. I can't imagine this unintended behavior would go unnoticed in a responsive theme for very long. Thanks
- 11 replies
-
- top
- navigation
- (and 4 more)
-
Is anyone able to provide some information on how to have a link open a page but to a specific area of the page. I know how to create a link (or hyperlink a word to open a page) but what if i want to have the link open the page, to a specific header (or area of information on the page) thank-you in advance
-
Link to chat in the horizontal menu
lixotuka posted a topic in Addons, modules and themes developers
Hi I want to put a link to open the window chat in the horizontal menu. I contacted the guys Offerchat and they told me that it can be done with knowledge of Javascrpit. If anyone knows how to do, I appreciate the help. I'm using Prestashop 1.5.6.1. Regards (SORRY FOR MY ENGLISH) -
Good day, i would like to "close" the store via webservice, is that possible? where? i have found only the shop features, but i'm not using the multishop, but if i request the resource "stores" http://www.storeserv.../B2B/api/stores returns: <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <stores></stores> </prestashop> so, basically, nothing... i have found the "shops" resource on the webservice, but if i set "active" to 0, all the storefront give a 302 temporary redirect error... i guess it is becouse i'm not using shops either if i call shops on webservice, it gives me one in response.... strangem, but by the way...i would like to "close" the store via webservice, where is the resource?
-
Hi everybody, for some reasons I had to change thickbox close and open effects of products. I wanted to have a simple fade effect. To make this (in prestashop 1.5) Edit this file : js\jquery\plugins\fancybox\jquery.fancybox.js . find "transitionIn" and change 'elastic' by 'fade' . find "transitionOut" and change 'elastic' by 'fade' you can also change fade time , - find "speedIn : 300, speedOut : 300" and change by your own value That's done ! Hope it will be useful !
-
Bonjour, J'ai prestashop 1.4.7 Je ne veux pas utiliser le module FAQ qui est une page non cms La fonction don j'ai besoin apparait à l'intérieur d'un cms créé dans la BO Je cherche à faire la chose suivante: créer une page cms dans mon back office et insérer un code adéquate dans le html de tinymce afin de créer un effet OPEN and CLOSE avec des titres en <h3> et des paragraphes <p>. Dans la démo en ligne de prestashop , pour exemple: http://demo-store.prestashop.com/en/content/3-terms-and-conditions-of-use , nous pouvons voir qu'il y a une fonction accordéon au niveau du menu catégorie dans la colonne de gauche. Est-il possible d'utiliser le même procédé pour créer un effet show and hide dans le texte de la page cms, par exemple dans la page termes et conditions-de-utilisation? J'ai découvert dans \themes\prestashop\js\tools le fichier treemanagement.js qui semble avoir tout pour un effet OPEN et CLOSE - Le menu Catégorie utilise cet effet. Y a t il moyen de créer ou de trouver le code à adapter et à insérer dans le html, css et tpl ... Avez vous un code à partager ou des pistes? Merci Voici ce que j'ai essayé de faire sans succès: Dans le html de tinymce d'une page cms <ul class="tree dynamized" style="display: block;"> <li> <span class="grower CLOSE"> </span> <a title="" href="#"><h3>MY TITLE 1</h3></a> <ul style="display: none;"> <li> <p>Alii nullo quaerente vultus severitate adsimulata patrimonia sua in inmensum extollunt, cultorum ut puta feracium multiplicantes annuos fructus, quae a primo ad ultimum solem se abunde</p> </li> </ul> </li> <li> <span class="grower CLOSE"> </span> <a title="" href="#"><h3>MY TITLE 2 </h3></a> <ul style="display: none;"> <li> <p>Alii nullo quaerente vultus severitate adsimulata patrimonia sua in inmensum extollunt, cultorum ut puta feracium multiplicantes annuos fructus, quae a primo ad ultimum solem se abunde</p> </li> </ul> </li> <li> <span class="grower CLOSE"> </span> <a title="" href="#"><h3>MY TITLE 3</h3> </a> <ul style="display: none;"> <li> <p>Alii nullo quaerente vultus severitate adsimulata patrimonia sua in inmensum extollunt, cultorum ut puta feracium multiplicantes annuos fructus, quae a primo ad ultimum solem se abunde</p> </li> </ul> </li> </ul> Avec un css : #center_column span.CLOSE { background-image:url("../img/icon/more.gif"); } #center_column span.OPEN { background-image:url("../img/icon/less.gif"); } #center_column span.grower { background-position:0 3px; background-repeat:no-repeat; display:block; float:left; height:15px; margin:0 0 0 -12px !important; padding:0; width:9px; } Merci pour votre aide. David
- 1 reply
-
- OPEN/CLOSE
- SHOW/HIDE
- (and 5 more)