unknownmale
Forum Replies Created
-
Great, thank you!
I’ve enabled the plugin again – https://printclublondon.com/shop/print-club-inks-gloss-for-paper/
Forum: Plugins
In reply to: [ReOrder Posts within Categories] Can only see 20 postsResolved, thank you!
- This reply was modified 4 years, 2 months ago by unknownmale.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Greyed out sold out variationsFigured this out.
There are two plugins which are almost the same. This one and the one by RadiusTheme of the same name.
Install the RadiusTheme plugin if you’re having this issue.
Forum: Plugins
In reply to: [ReOrder Posts within Categories] Can only see 20 postsThe post range section Does not appear. I do not have the option to select a range of posts to display
Ok, But you’re on V2.7.5?
Also seeing this issue
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Displaying all faqs under parent categoryThank you for the reply,
Perhaps a work around would be to give each level of hierarchy in the structure a unique class, or ID with with the cat_ID, this way users could remove unwanted instances safely with CSS?
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Displaying all faqs under parent categoryI did try;
[ultimate-faqs include_category='child1, child2, child3']
But this will only display child1
Instead I had to do this;
[ultimate-faqs include_category='child1'] [ultimate-faqs include_category='child2'] [ultimate-faqs include_category='child3']
This would be so much simpler if you could simply do;
[ultimate-faqs include_category='parent']
- This reply was modified 4 years, 3 months ago by unknownmale.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Displaying all faqs under parent categoryI could use CSS to hide the last category group, but it’s not always the last category group, sometimes it’s the first, and of course this could be reordered.
I’d really rather not have to list each subcategory, as this adds way too much admin and would require me to restyle everything.
Has anyone edited this plugin to not display the parent category unless it has FAQs directly applied to it?
Resolved.
You have to have a product option with a differing price
Forum: Plugins
In reply to: [WooCommerce] Add to cart ajaxYes, all resolved!
Forum: Plugins
In reply to: [WooCommerce] Add to cart ajaxAgain, just figured this out.
I was using woocommerce_template_loop_add_to_cart where I should have been using woocommerce_template_single_add_to_cart
Forum: Plugins
In reply to: [WooCommerce] Add to cart ajaxAh, I’ve found the issue. It seems to be because I have moved the add to cart button in functions.php using the following;
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 ); add_action( 'woocommerce_after_single_product_buttons', 'woocommerce_template_loop_add_to_cart', 50 );
Is there anyway to move the add to cart button while retaining the notification function?
Forum: Plugins
In reply to: [WooCommerce] Add to cart ajaxDeleted message
- This reply was modified 6 years, 5 months ago by unknownmale. Reason: Error