I am hoping you can help. I have activated your plugin and although the infinite scroll function works, it will not load the image of products with only one image, instead just the title/price. Products with 2+ images work fine showing all the correct content. I have deactivated all plugins and made sure lazy load is deactivated and still the same results.
Theme: Shopisle
I have currently deactivated the plugin.
]]>Secondly while mentioning the top banner picture, is there a way to reduce it’s height so that it doesn’t take up as much space on the page.
If anyone can help me with this I’d be super appreciative.
Thanks!
]]>It does not work properly. The images cannot load.
Please help.
]]>I am using the ThemeIsle ShopIsle theme and cannot get the Related Products to display in a row horizontally across. It displays vertically down in one column. If you scroll down in the link you can see that Related Products does not display horizontally but it displays vertically.
To combat this issue I added this code to my functions.php
function woo_related_products_limit() {
global $product;
$args[‘posts_per_page’] = 6;
return $args;
}
add_filter( ‘woocommerce_output_related_products_args’, ‘jk_related_products_args’, 20 );
function jk_related_products_args( $args ) {
$args[‘columns’] = 4; // arranged in 4 columns
$args[‘posts_per_page’] = 4; // 4 related products
return $args;
}
When I change the post_per_page amount it displays accordingly the correct number of related products but doesn’t display them across in one a row. Instead it’s in one column going down vertically. If I change the columns amount it still only displays in 1 column.
Please help me resolve this issue.
Thank you
The site uses WooCommerce and Elementor with the ShopIsle theme.
The issue is that when a user hovers over a woocommerce product image it changes to the gallery image (one of the additional pictures you can view on the items page). This obviously doesnt happen if only the Product Image is selected and no Gallery Images are present in the listing, when no gallery images are present for an item the usual opacity hover is used, which is fine. But when a gallery image is included on the product listing it causes the image to swap to that when you hover. The owner wants this feature removed.
I can find no options within woocommerce to change this and I have checked and the creator didnt use any image flipping plugins etc. And I can’t find any custom js or css which may be causing it. I started a thread in woocommerce support and they said this is definitely caused by the theme. Any help would be much appreciated.
The image swap effect is similar to the one shown here: https://kriesi.at/themes/enfold-shop/shop/
(hover over an item)
I have a free version of ShopIsle theme and I installed Polylang. The Main Page is in Polish and I created the English version. I am able to translate each page (creating a page for each) and I also set up the English version of the Main Page
BUT
I cannot translate the sections in the main page (Big Title Section text, Banners Section text, etc.)
I would be really grateful if anyone could help me – how can I do it?
Those sections do not appear for me in string translations.
Kind regards,
Anna Pierz