In the file class-gpsc-product-slider-carousel-dynamic-styles.php from your plugin, at the end, there is an echo ‘<style>’.
This code shouldn’t be present because it generates on every page a <style>, but it doesn’t get closed anywhere.
I did a complete search through your plugin but nowhere is a closing </style> to be found for this opening tag.
I like the plugin, but at this moment everytime I update the plugin, I need to remove the <style> manualy because it breaks the source code.
Can you please remove this line from future releases so we don’t have to change the plugin ourselfs.
]]>This plugin brakes my site. After searching for a product the product page is broken. A lot of links are added above the product. The admin bar is completely messed up. If I disable this plugin the problem goes away.
]]>Can this pluing display a stock number (qunatitiy) for each product in the carousel?
Thanks
]]>Products with a visibilty off “Private” are displayed in the carousel. Please add a setting to not include them in the carousel.
]]>hi there,
after a lengthy search i found out that your plugin adds a style tag to the header of every page the slider is active.
our seo experts say that this is not good coding and might effecting seo. since now all meta-tags are within this style tag. some seo inspector plugins and websites even see no meta-tags at all anymore because of this!
below you find the header of the product page with your plugin active and then inactive.
i hope you can change your plugin respectively. otherwise i will have to look for alternatives!
thanks a lot and best wishes, kai
]]>Hello
On the product page, your plugin allows you to make a photo slider for one product (inserted instead of the product icon).
How can I make the same slider appear for each product in categories and on the main page? I understand that this is real.
Maybe in future versions of the plugin there will be such an option?
—
RU:
Как сделать чтобы?слайдер фото отображался для каждого товара в?категориях и?на главной?
Здравствуйте
На странице товара Ваш плагин позволяет сделать слайдер фото одного товара (вставляется вместо иконки товара).
Как сделать, чтобы такой же слайдер отображался для каждого товара в категориях и на главной? Я так понимаю, что это реально.
Может быть в следующих версиях плагина появится такая опция?
]]>A setting for the number of displayed items for mobile devices would be nice. I have added the following javascript in the settings javascript input box to handle mobile devices and displaying a certain number of items in the slider if it is a mobile device. I had added seven items in a slider and on a mobile device that puts items on top of each other.
let details = navigator.userAgent;
/* Creating a regular expression
containing some mobile devices keywords
to search it in details string*/
let regexp = /android|iphone|kindle|ipad/i;
/* Using test() method to search regexp in details
it returns boolean value*/
let isMobileDevice = regexp.test(details);
if (isMobileDevice) {
const myElement = document.getElementById(“gpsc–products-55983”);
myElement.setAttribute(“data-slidesperview”, “3”);
}
do note that the number in gpsc–products-55983 is the id of the slider for my slider and could be something else.
]]>Up sell, Cross sell. Changing button colors does nothing. Adding css code to change background color of button does nothing. Adding javascript code to change background color of button does nothing. I have not been able to find any way that works to change button colors.
]]>Hi,
is it possible to set the plugin to show only products chosen as cross sell to products in the customer cart (the ones I selected in woocommerce linked products)?
]]>hi there,
i would like to remove the underline from the h2 text and tried this:
.gpsc–product-image h2 { font-size: 11px; text-align: left; font-weight: bold; text-decoration: none !important; }
this changes text-size, alignment and weight but has no effect on the text-decoration.
the typography options are all off. i dont want google fonts on the website.
could you please help?
thanks a lot! kai
]]>hi there,
i am not sure if this is the right place to ask. it seems somewhat deserted here. but i try…
when i use the scroll arrows (auto play not activated) the next images slidin in are not loading. just a blank placeholder.
what could be the problem?
thanks a lot! kai
Good plugin, but will be better if tablet and mobile settings can be set.
]]>Your plugin is broken – sliders don’t show – issue is the area in backend where you would usually select products,
Updated the plugin and stripped all my selected products away from all my sliders.
That function is now broken so I cant even add them back in.
So plug-in is now dead,
I installed your latest version on a completely different site and same issue.
]]>Hi,
I have an error in the Head tag where an <style> is opened but not closed
So all tags after are not readed because browser thinks this is style like for example meta robots tag
I found where this problem is, it’s echo '<style>';
into the end of class-gpsc-product-slider-carousel-dynamic-styles.php file, but i don’t understand why.
Could you tell me if this is just a mistake ?
Thank’s
When the program is activated, the edit option with elementor tabs becomes unavailable
]]>Hi,
I like your plugin
Unfortunately it also shoes draft items (which are not supposed to be shown yet !).
How can this be handled ?
Thank you
Mel
Hi Everyone!
I’ve installed this plugin, and am having a strange issue in which on page load everything displays correctly, with 3 products in Related Products. It then within seconds jumps to 1 oversized product box, which it continually scrolls through despite slider autoplay being set to off.
Can anyone help?
I’ve checked for any conflicting plugins, but disabling any possible plugins has not fixed the issue.
Thanks
]]>Hello in my carrousel I loaded 28 products, but only 10 products are shown, where do I configure the quantity?
]]>Hi can anyone tell me how I can show the alt text when hovering over the slider products. My customers need to see the names of the colors they are watching.
Looking forward to a respons.
Rogelio Keijser
]]>Hi,
we have different image-sizes in the shop. This results in “jumping” height of the price and add to cart button in the slider.
Is there a way to have a common height of the buttons, etc. in the slider?
Thanks
]]>Hi,
there is an incompatibility with Yoast plugin.
When your plugin is activated the page <title> on shop page and category shop pages doesn’t show and will be showed only the page url.
How can I avoid this issue?
Thanks for anyone can help!
]]>Hi Grandplugin, love your slider but there’s one problem when I use it for cross-sells: it puts the slider in the middle of the order page.
I moved the woocommerce cross sells after the cart totals with
remove_action( ‘woocommerce_cart_collaterals’, ‘woocommerce_cross_sell_display’ );
add_action( ‘woocommerce_after_cart_totals’, ‘woocommerce_cross_sell_display’ );
but what’s the code for your plugin to replace woocommerce_cross_sell_display by your slider?
]]>Hi thanks for your plugin, overall the plugin works without a hitch, I’m Using a themebuilder Elementor, and GeneratePress as the theme, the product gallery, shows a duplication of the slider buttons. When I turn this setting on. the navigation icons don’t update the only icon that loads is the > icon. However behind this icon is another visible arrow which can’t be removed or changed at all. To see what I mean you can see this is action on my current demo shop on this page only its activated and showing the product gallery. https://peopleofgod.com.au/product/vintage-compass/
]]>Hi,
Good plugin, but will be better if tablet and mobile settings can be set.
Does this plugin responsive-ready?
]]>