-
Posted a reply to Same filter for category and shop all pages, on the site WordPress.org Forums:
It's not unique queries but somehow it doesnt work, strange -
Created a topic, Same filter for category and shop all pages, on the site WordPress.org Forums:
Hello How do I use the same filters for the categor… -
Created a topic, Lots of images not being served, on the site WordPress.org Forums:
There are so many images not served in the converted f… -
Posted a reply to Unselect on category page, on the site WordPress.org Forums:
How do I go about hiding it? -
Created a topic, Unselect on category page, on the site WordPress.org Forums:
Hi When I go to a category page, I cannot unselect… -
Posted a reply to Variation unselected makes duplicate SKU, on the site WordPress.org Forums:
On the video, the SKU duplicates when I unselect a variation. I highlighted the sku… -
Posted a reply to Variation unselected makes duplicate SKU, on the site WordPress.org Forums:
https://www.loom.com/share/64c7e228bba147299d6c0be255423458 -
Posted a reply to Variation unselected makes duplicate SKU, on the site WordPress.org Forums:
Please watch what happens when I unselect a variationhttps://www.loom.com/share/a41c5953f621407ba01ab3a85f969d4a -
Created a topic, Variation unselected makes duplicate SKU, on the site WordPress.org Forums:
When I unselect a variation, the SKU duplicates and it… -
Posted a reply to How can I change the dash after parent product SKU to a forward slash instead?, on the site WordPress.org Forums:
All sorted! If anyone is interested in removing a slug from an attribute, try this… -
Posted a reply to How can I change the dash after parent product SKU to a forward slash instead?, on the site WordPress.org Forums:
function asv_wc_replace_variation_sku_separator( $separator ) { return '/'; } add_filter( 'wc_sku_generator_sku_separator', 'asv_wc_replace_variation_sku_separator' ); This worked! Now… -
Posted a reply to How can I change the dash after parent product SKU to a forward slash instead?, on the site WordPress.org Forums:
Hmmm not working -
Posted a reply to How can I change the dash after parent product SKU to a forward slash instead?, on the site WordPress.org Forums:
I’ll try this tomorrow :) so the hyphen to slash issue is resolved. Now I… -
Posted a reply to How can I change the dash after parent product SKU to a forward slash instead?, on the site WordPress.org Forums:
function sv_wc_sku_generator_sku( $product_sku, $product ) { $product_sku = str_replace( '-', '/', $product_sku ); return $product_sku;… -
Posted a reply to How can I change the dash after parent product SKU to a forward slash instead?, on the site WordPress.org Forums:
Actually, an underscore I have chosen for an attribute LP/24410/RA/R/SL/N-rw/n/_ So you can see from… -
Posted a reply to How can I change the dash after parent product SKU to a forward slash instead?, on the site WordPress.org Forums:
Hmm that didn't work for me. Here's a screenshot of my code, I also use… -
Created a topic, How can I change the dash after parent product SKU to a forward slash instead?, on the site WordPress.org Forums:
At the moment, my SKU with main product and variations… -
Posted a reply to Header is messed up while loading, on the site WordPress.org Forums:
The theme we used was Hello Elementor which is the plain vanilla theme so I… -
Posted a reply to Header is messed up while loading, on the site WordPress.org Forums:
Hi Thanks for your reply. I had hired a developer to put together the website… -
Created a topic, Header is messed up while loading, on the site WordPress.org Forums:
Hi Upon loading my website, the menu is dropped down … -
Created a topic, ‘Reply to’ stretches design, on the site WordPress.org Forums:
Hi Please take a look at the screenshot https://ibb.… -
Posted a reply to Property Management Platform integration, on the site WordPress.org Forums:
I would like listings to be created on the management platform and uploaded directly to… -
Created a topic, Property Management Platform integration, on the site WordPress.org Forums:
Hi I am at the end of a website design project for a … -
Posted a reply to Personal file download area for users, on the site WordPress.org Forums:
Hi Valentine, That's exactly what I'm using! :D I noticed they have their own area… -
Created a topic, Personal file download area for users, on the site WordPress.org Forums:
Hi On my website, I have created a listing website wh… -
Created a topic, User upload file and password protect automatically, on the site WordPress.org Forums:
Hi, I have a website which is designed on MyListing t… -
Created a topic, Message page up when I unlock, on the site WordPress.org Forums:
Type in 'hello' as the password. It messes up the page… -
Created a topic, Expiry date fields, on the site WordPress.org Forums:
Hi I am creating a jobs board where users upload thei… -
Created a topic, Expiry date user notification, on the site WordPress.org Forums:
Hi I have built a listing website where the user can … -
Created a topic, How to create a database search/job site like this, on the site WordPress.org Forums:
I would like to setup a jobs style website where candi… -
Posted a reply to Repeater fields, on the site WordPress.org Forums:
Are you able to make group of fields repeatable yet? -
Posted a reply to Jobs board and database (help!), on the site WordPress.org Forums:
I am aware of themes and plugins but I dont know how to do what… -
Created a topic, Jobs board and database (help!), on the site WordPress.org Forums:
Hi, I need to know how I could put together a website… -
Created a topic, Jobs Board with PDF file upload by members, on the site WordPress.org Forums:
Hi I need to create a jobs board that allows candidat… -
Created a topic, Permalink Blog Problem, on the site WordPress.org Forums:
Hi When I change my post permalink to add 'blog' befo… -
Posted a reply to Thrive Leads Vanished, on the site WordPress.org Forums:
Hi The jquery works but having trouble finding another tool for the css generator. Any… -
Posted a reply to Thrive Leads Vanished, on the site WordPress.org Forums:
Hi Frank, I have just implemented both of your changes but still having the same… -
Created a topic, Thrive Leads Vanished, on the site WordPress.org Forums:
Hi, Since using this plugin I have noticed that my th… -
Posted a reply to How to save form data so users can return, on the site WordPress.org Forums:
Hi Joey, What I mean is, let's say I am typing this comment here. But… -
Created a topic, How to save form data so users can return, on the site WordPress.org Forums:
Hello, I really need a plugin or some code I can impl… -
Created a topic, Can only use website in test mode on homepage, on the site WordPress.org Forums:
Hello, I am logged into the test dashboard. However, … -
Created a topic, 500 error when trying to edit page, on the site WordPress.org Forums:
Hi, I have tested all plugins and discovered it is th…