Hi –
I’ve troubleshooted by deactivating plugins that might conflict and I deactivated all custom CSS codes. I do have thumbnails activated to “show” in the plugin’s settings, so I’m overlooking something because the product category images are not showing. The categories do have thumbnail images loaded.
Can you give me some insight as to where I went off the rails?
Thank you,
]]>I am switching my website prairiewind.ch to Elementor. Unfortunately, I can’t find a description of how to use the Woo cat slider here. Is there a manual somewhere?
]]>Hello.
This string use the?esc_html()?function, it does not have the text domain and is not translated:
Thanks.
]]>Hi – I am currently using the free version and the drag and drop sorting of categories does not seem to work for me.
when I click on a category to drag it, a modal box woth the list of categories opens up and I cannot drag.
Do I need the Prop version for this feature?
Thanks,
Barry
]]>Hi,
Sometimes, when I enter the page for the first time, the CSS code appears (screen). When I refresh the page it’s ok.
How to solve it?
I am using the Neve theme with Elementor
Category slider is placed in the header using a shortcode.
Regards
]]>Dopo aver caricato la slide sul sito, in modalita mobile non mi fa scorrere col dito! Come mai?
After uploading the slide to the site, in mobile mode it doesn’t let me scroll! How come?
]]>Hi,
I have had the category slider set up for a while now and was making some changes to other parts of my site today when I realised that clicking on the links in the slider wasn’t working. Hovering over the image in the slider the link is visible and if you right click and open in a new window it works fine, but just clicking on the link doesnt work? I have tried firefox and chrome and both behave the same, although on a mobile it works fine?
Any help much appreciated.
Thanks
Chris
]]>The Slide displaying half upon initial load, but if you change the size of the window (for example minimize and then maximize the page) then it will display normal. Please explain how I can have it load correctly on the first time.
Thank you.
Hi,
How can I delete the link from the categories, as the categories are still forming, but I don’t want to stop showing the user all the categories?
Thanks
]]>Hi guys,
I’m the developer of OMGF and a client just ran into a compatibility issue with your plugin, so I thought I’d notify you of my findings.
You’re adding unique identifiers to the id
attribute, which is used by plugins, like OMGF and Autoptimize’s Critical CSS addon, to identify stylesheets and check if they need to be optimized. But since you’re generating random unique identifiers on each pageload (it seems?), these plugins will continue to optimize these stylesheets, eventually crashing the site.
Some examples:
I’ve fixed the issue in OMGF, but I suggest you remove the unique identifiers from the id
attribute, since it’s a misuse of the id
attribute’s purpose and because more (CSS optimization) plugins might use the id
attribute for similar purposes.
Hi,
I really liked the plugin, but I have doubts.
I created a slider with the categories. When user clicks on a category, it takes me to a page showing sub-categories.
The problem that none of these pages are editable, how can I customize the backgroud, titles, etc?
Thanks
]]>Hello,
I am using your plugin and want to remove the Google fonts that appear in my source text:
<link rel=’stylesheet’ id=’sp-wcsp-google-fonts-css’ href=’https://fonts.googleapis.com/css?family=Roboto%3A400%2C500&subset=latin%2Clatin-ext&ver=1.4.1′ media=’all’ />
I am not using any Google fonts in my sliders and I deactivated Google fonts in the plugin settings. Can you help me please?
Many thanks in advance!
]]>P.S. Note: For quick support, feature request, and bug reporting, please open a support ticket→.
Thanking you-
Support Team
Showing preloader when i use wp-rocket delay JavaScript please let me know how can i exclude this plugin from wp-rocket delay javascript.
Thanks
]]>I have been running into an issue where any more than 1 slider on the same page results in all but the first slider failing to display more than 1 category. The first slider will work fine, but subsequent sliders will only display 1 category, regardless of the number of categories selected or display limit settings. Clicking the arrows does not move through the categories on the broken sliders. I have tried diagnosing possible issues with the theme or plug-in conflict, but this behavior shows up on the default theme and all other plug-ins deactivated. The behavior also persists when the categories are deleted and re-created, when the sliders are 100% identical to each other, after changing every setting I can, on different pages using different page layouts, and with the plug-in uninstalled and reinstalled. Please let me know if you have any ideas on how to resolve this issue. Thanks in advance.
]]>Hi,
We had a question about this plugin. We want to show category sliders on Archive Pages and Single Product pages.
Question:
1. Can the plugin automatically show Categories based on the Single Product’s category?
For example if Category Tree is: Cat A > B > C, D, E, F. Product has Category C.
Will this plugin show A, B, C, D, E, F?
A, B are parents. C is child of B product category. D,E,F are other Childs of B.
2. Will the same happen on Archives of category pages?
Example: for Cat C archive page, Cat A,B,D,E,F are shown in slider.
Regards;
]]>Hi,
Since few days, option “hide empty categories” in settings don’t work : i have “unclassed” category displayed (with no products). How can i resolve this ? and also option “display title” isn’t functional…
Thanks for your help !
nasta24
]]>Vorrei sapere se possibile mostrare la slider con tutti i prodotti di una categoria specifica, ad esempio ho 10 categorie di prodotti e vorrei fare 10 slider che mostrano i prodotti di quella categoria specifica. Non mostrando la slider delle categorie ma prodotti
]]>Hi (huge fan of your plugin, it’s been really helpful)
Upon loading the page, the title headings don’t show up until it’s been scrolled. https://snipboard.io/uaqHEi.jpg
]]>hi
I have subcategory(store name) from main category(breakfast) in my homepage like below examples
Ex 1) Breakfast>store name>product 1, product 2
Ex 2) Lunch>store name>product 3, product 4
Ex 3) Fried Rice>store name>product 5, product6
fyi – my website is a multivendor store, in homepage when user clicks breakfast they can see list of all store names who sell breakfast, next when clicked store name, its corresponding products of store will be shown
I have enabled product timer plugin to hide breakfast products at lunch and dinner time so after 10am breakfast products is set to hidden
now the issue is when I have enabled hide empty category option in our category plugin the category(breakfast) still getting displayed with stores names inside it(without any products)
so here the product timer is setting all products to hide but not hiding the store name, so breakfast is considered with count of store names and it is not considered as empty and is getting displayed
I have tried below snippet but doesn’t helped
function woo_hide_product_categories_widget( $list_args ){
$list_args[ 'hide_empty' ] = 1;
return $list_args;
}
add_filter( 'woocommerce_product_categories_widget_args', 'woo_hide_product_categories_widget' );
could you please help how to hide subcategory(store names) and category(breakfast) if product count is empty
regards
]]>Hi, thanks for your work.
I need to include a shortcode inside the term description. I tried lots of possible solutions but the only one that worked was modifying a plugin archive.
In public/layout/partials/content.php line 25 I’ve added “do_shortcode( $wcs_term->description )”. This works but I will lose it on the next update.
Is there any way to do it without editing this file? maybe copying the file in my child-theme? or some filter in functions.php? I’ve found on forums this one: add_filter( ‘term_description’, ‘do_shortcode’ ); but it doesn’t work.
Thanks!
]]>hi
please may I know how to hide category slider on loading as the category images are travelling accross webpage with sudden image size changes and then comes to original place only after loading
thanks
]]>Hi,
Is there a way to get the row of pagination dots to move up closer to the row of slider thumbnails?
Thanks
Chris
Source map error: Error: JSON.parse: unexpected character at line 1 column 1 of the JSON data
Resource URL: /wp-content/plugins/woo-category-slider-grid/public/js/swiper.min.js?ver=1.2.10
Source Map URL: swiper.min.js.map
Any ideas whats causing this error?
Thanks
Jason
]]>Hi Team,
Added Shortcode in Elementor, section is just loading in elementor and in front end page view noting is showing up.
]]>Hello.
I am trying to purchase the plugin but the site: https://shapedplugin.com is offline.
Can you help me?
]]>Great plugin but the scroll buttons are negatively affecting our CLS score. How can we improve that?
Score 0.3777
Cumulative Score 0.3777
Had recent input No
Moved fromLocation: [123,400], Size: [908×75]
Moved toLocation: [956,400], Size: [75×38]
Moved fromLocation: [0,0], Size: [0x0]
Moved toLocation: [123,465], Size: [208×352]
Moved fromLocation: [0,0], Size: [0x0]
Moved toLocation: [356,465], Size: [208×368]
Moved fromLocation: [0,0], Size: [0x0]
Moved toLocation: [590,465], Size: [208×368]
Moved fromLocation: [0,0], Size: [0x0]
Moved toLocation: [823,465], Size: [208×368]
Related Node div.sp-wcsp-button
Can I select what categories to show? I want to show slider on homepage and select only some of the categories
]]>I chose not to display empty categories, and I have one category with two products with zero stock and they are not shown by default woocommerce settings. However, your plugin displays that category with zero stock products.
Thanks in advance
]]>The category slider was working fine. After the recent wordpress update, if i activate your Category Slider plugin, the testimonial sliders in the website are not showing up.
I am ready to upgrade to Pro version, but i want to know if it will not conflict with other default sliders.
I am using Themify wordpress theme.
]]>