I'm working with Wordpress plugin Fancy Product Designer v3.9.5 and when I create categories and assign products to categories I get thumbnails of products. What I am trying to achieve is replace those thumbnails with titles of products.
I allready searched for code that I could change but unfortunally no success. I was also looking if there is an option in settings but no such luck..
Found a solution;
posting it here for anyone in future
in file FancyProductDesigner-all-min.js change
{"class":"fpd-item fpd-tooltip "+h,"data-title":e,"data-source":c,html:'<picture data-img="'+c+'"></picture>'}
to this
{"class":"fpd-item fpd-tooltip "+h,"data-title":e,"data-source":c,html:'<p>'+e+'</p>'}
Related
I'm building a WooCommerce site and having an issue with category product filtering. Is there a way that I can show only certain categories? I want to achieve this (see screenshot below) so the "FESTSITZENDE PROSTHETIK" is just a title and not a category which means that I want to show a title then a few categories, then another title and few categories.
Everything I tried so far,didn't work as intended. Does anyone has any suggestions on how can I achieve the same thing like the picture? Also, can you suggest me some free plugins for product category filtering because I tried a few but they didn't work either.
Thanks
p.s im not sure if i have to mentioned that i'm building this website in elementor.
How do I set the category image for WordPress? Specifically, I'm looking to update the woocommerce category images with new ones programmatically. I have the ID of the image already uploaded to WordPress, how do I make the connection and replace the existing category image?
WordPress itself does not implements featured images for categories.
The easiest way to achieve your goal is to use appropriate plugin. If you already can manage category images, we need to know what plugin/template you are using, because category images can be handled in many different ways by 3rd party software.
I've got a woocommerce site with the mayashop theme. I'm trying to make product categories show as their own page without products, then you drill down to see the products. This seems to work for subcategories for me but not on a page with sub-sub-categories. Is there a setting I've missed?
Settings to show just categories
Problem page, the subcategory is Collections>Travel and the sub-sub-categories are the geographic regions. But the test project IN one of those regions is showing...
Any help much appreciated. I'm happy enough with creating simple plugins etc if needed but woocommerce is too big to do this without being pointed at the right parts to change :)
I found the issue; the theme's version of archive-product.php was displaying too much.
I added a condition: if the woocommerce_product_subcategories() method output any categories, it will withold outputting posts (products). Perhaps a bit simplistic but the smallest change to my child theme to get the effect I was after.
archive-product.php diff
Issue is like i used A-Z listing plugin for woocommerce to display the products in alphabetical order and it's work greate but issue is when i uploaded my 10,000 products on it then the page is not loaded obovusily so is there any other plugin or something to help or any link where can i find out the plugin.
So in basically i want a plugin or code which just show a product which alphabet is select.
Thanks
I'm new to wordpress. I've instaled woocommerce plugin in wordpress 3.9.1. And installed the add-on https://github.com/dgrundel/woo-product-importer to import the products. I imported a csv file with 15 products. All those products are belongs to one category. But when I see the frontend that category page, it shows only 5 products. Rest of the products are missing. How can I fix this? Any help will be appreciated.
Thanks
WooCommerce has an easy (I think) solution to this problem if you're still looking for one. Just set-up a page for each of your products and use this shortcode:
[product_category category="appliances"]
Replace appliances with whatever your category name is. It shows all your products of that category and gets you out of the WooCommerce loop so you can add more styling and content to your page.
Try checking Settings > Reading and see what it shows under "Blog pages show at most:" thats setting dictates how posts get shown on a page before pagination. That setting also affects how many products WooCommerce displays.