kojaa
Forum Replies Created
-
Hello,
Is there a workaround to this? I’m pretty sure this has worked in prev versions, meta was being displayed. What are your suggestions?The default WordPress still gave the same results without taxonomy.
Yes it is a custom taxonomyAnd yes AJAX search is configured
Hey, this is not about translation of the language it is about placeholders for functions are not being converted to proper output.
The problem here is lays in the string “Minimum quantity should %s of “%s”” – In this case it should change %s placeholders to “Minimum quantity should 3m2 of “Komon petrol green k11 tiles” ”. And the plugin is not converting placeholders to proper output.Thanks for the fix! Cheers!
I’m using latest 5.25.0 version
I don’t want to open new ticket, but there is still fatal errors caused by plugin
[29-Dec-2020 07:37:51 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_title() on bool in wp-content/plugins/webappick-product-feed-for-woocommerce/includes/helper.php:3454 Stack trace: #0 wp-includes/class-wp-hook.php(287): woo_feed_addtocart('') #1 wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #2 wp-includes/plugin.php(484): WP_Hook->do_action(Array) #3 wp-includes/general-template.php(3005): do_action('wp_head') #4 wp-content/themes/storefront-custom/header.php(49): wp_head() #5 wp-includes/template.php(730): require_once('/www/htdocs/w01...') #6 wp-includes/template.php(676): load_template('/www/htdocs/w01...', true, Array) #7 wp-includes/general-template.php(48): locate_template(Array, true, true, Array) #8 /www/htdocs/w in wp-content/plugins/webappick-product-feed-for-woocommerce/includes/helper.php on line 3454 [29-Dec-2020 07:43:50 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_title() on bool in wp-content/plugins/webappick-product-feed-for-woocommerce/includes/helper.php:3454 Stack trace: #0 wp-includes/class-wp-hook.php(287): woo_feed_addtocart('') #1 wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #2 wp-includes/plugin.php(484): WP_Hook->do_action(Array) #3 wp-includes/general-template.php(3005): do_action('wp_head') #4 wp-content/themes/storefront-custom/header.php(49): wp_head() #5 wp-includes/template.php(730): require_once('/www/htdocs/w01...') #6 wp-includes/template.php(676): load_template('/www/htdocs/w01...', true, Array) #7 wp-includes/general-template.php(48): locate_template(Array, true, true, Array) #8 /www/htdocs/w in wp-content/plugins/webappick-product-feed-for-woocommerce/includes/helper.php on line 3454
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] Fatal error & debug log spamHello,
Thanks for the quick fix and quick response, issues are resolved.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] PHP Notice flooding debug.logHello,
I managed to install development version and everything seems fine. Thanks for the quick response and fix.
Forum: Plugins
In reply to: [Yoast SEO] Changing “availability” in schema output on ceratin productsHello, thanks for the answer, i have found the solution here: https://github.com/woocommerce/woocommerce/wiki/Structured-data-for-products#customizing-structured-data-using-woocommerce-filters
The code i needed to change availability is:
add_filter('woocommerce_structured_data_product_offer', function(){ $markup['availability'] = 'https://schema.org/InStock'; return $markup; });
Forum: Plugins
In reply to: [AMP] Loading different header and footer in woocommerce templatesI managed to fix this problem. The issue was that woocommerce was loading
page.php
and not my custom template.Forum: Plugins
In reply to: [AMP] Loading different header and footer in woocommerce templatesThe problem is also that i can’t find where original
header.php
is being loaded, there is noget_header()
in any of templates that are in/mytheme/amp/woocommerce/myaccount/
Forum: Plugins
In reply to: [AMP] Loading different header and footer in woocommerce templatesHello,
I’ve already tried this, the problem is, if I put
get_header('amp')
orget_template_part('amp/header', 'amp');
in/mytheme/amp/woocommerce/myaccount/my-account.php
, it will load it without problems, but it will also load the originalheader.php
from/mytheme/
directory which breaks the website. Also I don’t use child theme anymore i now use my own version of storefront theme since I had to do a lot of modifications (nothing really changed i just reduced number of folders and files i have to go through).Forum: Plugins
In reply to: [AMP] Loading different header and footer in woocommerce templatesNo problem, thanks.
Forum: Plugins
In reply to: [AMP] Loading different header and footer in woocommerce templatesHello,
It’s been few days, i still didn’t manage to get this working, i would really like to get this working and would appreciate any help.
Forum: Plugins
In reply to: [AMP] Loading different header and footer in woocommerce templatesI’ve tried putting header and footer in
/mytheme/amp/woocommerce/auth
but that didn’t work.