Warren
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] php 7 compatibilityI am unable stop WP Super Cache caching the sitemap_index.xml since upgrading to PHP 7.0
WP Super Cache ignores requests to “not” cache xml files.
This is what I have in the strings bit:
wp-.*\.php
index\.php
*\.xmlBut this is how the sitemap looks :
http://frodsham.gov.uk/sitemap_index.xmlIf I disable caching everything is fine.
I have selected Hide out of stock items from the catalog in the Product Inventory.
I now have empty spaces in the Related Products which just looks wrong, like something is broken.
Suuuuurely there’s a work around for this, like only pulling in-stock items out of the database, come on folks!
Cheers
Warren (UK)Forum: Plugins
In reply to: [WooCommerce] Show More than 10 Variations Per Page In WooCommerce AdminHi Mike,
This worked perfectly thank you so much! I increased it to 25 :
function custom_wc_admin_variations_per_page( $qty ) { return 25; } add_filter( 'woocommerce_admin_meta_boxes_variations_per_page', 'custom_wc_admin_variations_per_page' );Hi Sona,
Yes thanks I figured that out after I wrote the review above, so I’d up it to 4 stars if I could.
Sorry if I seemed negative, I was having a bad day and accidentally deleting all the images twice made it worse. Being able to use the media library to manage images or automatically creating folders each time you create a new gallery would be nice though in future, if possible!
Having said all that it’s still the best gallery plugin out there so keep up the great work.
Forum: Plugins
In reply to: [Meta Box] WYSIWYG Not WorkingI used another plugin in the end.
Forum: Plugins
In reply to: [WooCommerce] SKU being put in inventoryI have a client who isn’t happy about this too!
Is there a custom function the will override this and move the SKU input field back to General?
Thanks
WarrenForum: Plugins
In reply to: [WooCommerce] Product List with Add to Basket in Product TabHi Caleb,
Thats great thanks, I will take a look at that.
Best regards
WarrenForum: Plugins
In reply to: [Custom Field Suite] How to remove WPAUTOP in WYSIWYGHi Matt,
Thanks for getting back to me 🙂
Perfect, I just tried the “Source Code” option/button <> and it does the trick. Sorry I completely missed that, I was having one of those days last week!
Cheers
WarrenHi Teodor,
Thank you for your reply and link. I ended up using Custom Field Suite instead which seems to work fine for what I need.
Thanks again and kind regards
WarrenForum: Plugins
In reply to: Hide tax price suffix on some products?Hi OPTB,
I’m afraid the only way I could do was with CSS like this :.postid-61 .woocommerce-price-suffix,
.postid-63 .woocommerce-price-suffix,
.postid-65 .woocommerce-price-suffix {
display: none;
}So yes, its the product code and fortunately there aren’t too many!
Cheers
WarrenForum: Plugins
In reply to: Hide tax price suffix on some products?Hi Joey, I have the same issue!
I have some food products that require VAT and some that are exempt from VAT. So I want to hide the Price display suffix on selected products only.
This is how it looks by default :
Product with VAT – £11.99 £14.39 Inc VAT
Product with no VAT – £9.99 £9.99 Inc VATAs you can see the product with no VAT does not need anything else and should simply look like this :
Product with no VAT – £9.99These are the products with VAT :
http://www.greatfoodaffairs.com/store/product-category/slabsThese are the products without VAT :
http://www.greatfoodaffairs.com/store/product-category/bruschettaAs you can see I’ve used CSS for now to hide Price display suffix but its not ideal :
.term-bruschetta .woocommerce-price-suffix, <!-- Category --> .postid-61 .woocommerce-price-suffix <!-- Product --> { display: none; }A function with custom fields or similar would be brilliant.
Can anyone help please?
Thanks, Warren
Forum: Plugins
In reply to: [TIEexpire Automated Post Expiry] based on dateI couldn’t get Post Expirator to work! 🙁
Hi @drtonyb, any chance you might explain how you did this please?
I’m also trying to find a way to add placeholder text to a Textarea field in Ninja Forms.
Forum: Plugins
In reply to: Woocommerce: Sort by product tags?@tderosier did you find a solution to this?
Forum: Fixing WordPress
In reply to: Title Attribute on Links in Recent Posts WidgetBTW I just noticed my post has been changed somehow, it should read “in functions.php” and NOT “infunctions.php>”
My typing skills are bad but not that bad!!!