SamAshford
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Woocommerce bypass Reviews EnabledOr I was thinking of something like this but it’s not working…
function return_custom_price($reviews_allowed, $product) {
global $post, $blog_id;
$product = wc_get_product( $post_id );
$post_id = $post->ID;
$reviews_allowed = true;
return $reviews_allowed;
}
add_filter(‘woocommerce_get_price’, ‘return_custom_price’, 10, 2);Forum: Fixing WordPress
In reply to: How do you stop minor WordPress updates?Thanks MarkRH, I have made the changes suggested. Hopefully that should have resolved it then I will check it again tommorow 🙂
Forum: Fixing WordPress
In reply to: WC_Frontend_Scripts error messageI know its frustrasting
Forum: Fixing WordPress
In reply to: WC_Frontend_Scripts error messagewp_debug is currently set to FALSE in my wp-config file, and the error still shows up
Forum: Plugins
In reply to: Woocommerce – alt tags missing from imagesIts okay I found it inside…
content-product.php (woocommerce/content-product.php)There wasn’t even an alt tag within the img tag, how strange
Forum: Fixing WordPress
In reply to: Manually* combine JavaScriptJust to be sure I added <script src=”http://timothyperkins.co.uk/wp-content/themes/blanco/js/custom.js”></script> in the head.
Its definitely in the script when the page loads just can’t understand what going wrong.
Forum: Fixing WordPress
In reply to: Manually* combine JavaScriptThemeForest I think, they are not very helpful
Forum: Fixing WordPress
In reply to: Manually* combine JavaScriptI just tried that its definitely there, its there in the code and the link to it works.