Slider y las imágenes de cabecera desaparecen al seleccionar filtros o paginar
-
En el grid de productos cuando seleccionas los filtros y la página se refresca desaparecen los slider y la imagen principal de cabecera. Si vuelves a refrescar la página en el navegador vuelven a aparecer.
¿A que puede deberse?
Hi,
Please, describe to us your problems in a bit more details. Attach some screenshots and provide us with a list of steps on how to reproduce it on your website.
Thank you in advance.
Adjunto dos imágenes, en la imagen home_img1.JPG la página está recien cargada y se muestra el slider, en la imagen home_img2.jpg se ha pulsado la opción para cambiar el número de columnas de el grid y ha desaparecido el slider.
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the Custom JS area in Theme Settings to fix this issue.
jQuery(document).on('pjax:complete', function () {
woodmartThemeModule.owlCarouselInit();
woodmartThemeModule.woodSliderLazyLoad();
});
Perfecto funciona! Pero ocurre que cuando estás dentro de una categoría y modificas los filtros te lleva a la portada.
When you reload the content the slider have to be reinited and that is why you see this little “flash” effect.
I refer, for instance, if you are in a category page and you select a filter this takes you to the home.
For example http://www.mydomain.com/product-category/ropa-de-cama/ –> home http://www.mydomain.com/?per_row=4&shop_view=grid
We see that your shop page is set as your home page in Dashboard -> Settings -> Reading. Try to create two separate pages for the home page and shop page.
Finally I modified woodmart_shop_page_link function. Thanks!!
The topic ‘Slider y las imágenes de cabecera desaparecen al seleccionar filtros o paginar’ is closed to new replies.