Jump to content

sershio

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by sershio

  1. Hi Nemo1 and prestashopers, I have finally been able to activate the function, but I have had to force from the if from the blockcategories.tpl in default-theme and I forced the dynamized class. Thus leaving the code: <ul class="tree {if $isDhtml}dynamized{/if}"> Al least i added this code in blockcategories.css from my theme: /shop/themes/theme/css/modules/blockcategories/blockcategories.css #categories_block_left li { position: relative; } #categories_block_left li a { font-weight: normal; display: block; font-size: 13px; line-height: 30px; padding: 0 0px 0 0px; } #categories_block_left li a:before { content: "\f105"; display: inline; font-family: "FontAwesome"; font-size: 12px; padding-right: 5px; } #categories_block_left li span.grower { display: block; position: absolute; right: 0; top: 0; cursor: pointer; font-family: "FontAwesome"; font-size: 10px; } #categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before { content: "\f068"; display: block; vertical-align: middle; width: 30px; height: 30px; line-height: 30px; text-align: center; } #categories_block_left li span.grower.CLOSE:before { content: "\f067"; } #categories_block_left li li { margin-left: 10px; } #categories_block_left li li a { font-weight: normal; } Maybe that is a bug from mi installation... I don't know... Many thanks Nemo1 for your time. +1
  2. I disabled and clear the cache and no difference on the block.
  3. Yes, i think that my configuration it's ok, maybe it's a JS problem? Not turn my tree dhtml to dynamized... Thanks Nemo1.
  4. My error has ocurred when i charge the page with <body id=category"> only. (SCREENSHOT)
  5. In my module config i have selected a home category where category root config. the problem it's only in a page "category" displayed. in a home and a product page i can see the tree dynamized.
  6. Alguna sugerencia? he revisado los archvos JS pero no veo nada raro, ni niguna función que me anule el bloque dinámico en las páginas de categorías...
  7. Please, any suggestion? Ii'm crazy with this problem... I see the JS files but i think that this files are correctly. Thanks.
  8. Many thanks Nemo1. http://www.dieteticaeconatural.com/tienda/es/ In this page my block categories is ok. I have the class "tree dynamized" in block categories. http://www.dieteticaeconatural.com/tienda/es/13-deporte In this page, has changed and not dinamyed because i have the class "tree dhtml"
  9. Hi, I have a problem, in my store i have the category tree block dynamized in a home page (<div id="page">) but, when i change of page to category or subcategory pages (<div id="category">), my tree branch its cponvert to dhtml and their style has changed. In my module configuration, i have activated dinamic tree and the level is 0 (infinite), and in themes configuration my column left is activated in all pages. I need the same categories block at all pages. Many thanks.
  10. Hola, necesito ayuda con el módulo de bloque de categorías en vertical. El módulo en la página principal se ve muy bien, es dinámico y aparecen todas las categorías escondidas pero cuando cambio a una página de alguna categoría o de alguna subcategoría, el bloque tiene otro estilo. Me he dado cuenta y en el codigo fuente de la página tipo categoría (<body id=""category">), sale la clase "Tree dhtml" y en la página de la home (<div id="page">), sale "Tree Dinamyzed", En la configuración del modulo lo tengo activado con la categoría padre "home", dinámico activado y con un nivel de profundidad de 0 (Aunque lo ponga a 10 me hace el mismo efecto...) En resumidas cuentas, quiero que me mantenga dinámico el bloque en todo el sitio. ¿Alguna sugerencia de porqué me pasa esto y de cómo solucionarlo?
  11. Ostras Ana!! ¿Te puedes creer que había estado indagando por el módulo pero lo había pasado por alto!? Ya estaba tocando los .tpl y los .js... Gracias!
  12. A mi me ha pasado lo mismo, supongo que es cosa del 1.6... De momento he tenido que dejar mi tienda tan solo en español... Estaré atento a este hilo. Salu2!
  13. prueba con el inspector de elementos de Chrome o de Firefox para encontrar la clase correcta que te crea el Hover. Seguramente lo tengas que buscar en el global.css. procura no tener activada la funcion de smart (CCC) ni de compilación de archivos css en el menu de Parámetros avanzados - Rendimiento. Salu2!
  14. Try save your document to .xms, next try convert your file extension with a something tool in the web for convert .xms to .csv. I work with this metodology. Other, your name fields have a () try deleting this characters... Good luck!
  15. Hola, Tengo instalada la plantilla default de PS 1.6, tengo el bloque de categorías (categoria_index.gif) activado en casi todas las pàginas (al menos en aquellas que me interesa) el problema es que al acceder a una categoria mediante el dicho bloque, se me cambia y pasa a ser el bloque de la categoría (categoria_otros.gif), lo que a mi me interesa hacer es que se mantenga el mismo que en la pagina index (categoria_index.gif). ya que así el usuario verá en todo momento las categorias "padre" y podra acceder con un simple clic. ¿Alguna solucion al respecto? Gracias!
×
×
  • Create New...