Paulina H. (a11n)
Forum Replies Created
-
Hey @manek43509,
Classic Block isn’t working for me at all, so that’s no good either. I may have to find another gallery plugin to use, then.
Could you check that you have Tiled Galleries activated? This is not required by the Tiled Gallery?block but needs to be activated if you want to use tiled galleries with the Classic block.
You can check that at https://www.manek.org.uk/wp-admin/admin.php?page=jetpack_modules
See the screenshot: https://d.pr/i/h8yupR
I have also reported your feature request in the Jetpack GitHub repository.Forum: Plugins
In reply to: [WP Super Cache] WPCACHEHOME hard-wiredHey @richtwebguy,
I’ve asked our development for some help on how to accomplish this, when someone has a chance we’ll pass along an update.
Forum: Plugins
In reply to: [Jetpack Search] Multi-language support?Hey Rolf,
Would it at all be possible to let a multi-language plugin, like Polylang or others, make Jetpack Search return results in only one language?
Great question! This should be possible with the
jetpack_instant_search_options
filter. The code snippet from this comment in our GitHub repo should be helpful:add_filter( 'jetpack_instant_search_options', function($options) { $lang = pll_current_language(); $options['adminQueryFilter'] = array( 'bool' => array( 'must' => array( array( 'term' => array( 'taxonomy.language.slug' => $lang ) ), ) ) ); return $options; } );
Hey @evilcrusher2,
Thank you, I will close this thread at this point.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Correct stats for websiteHey @mikehermary,
I reconnected JetPack and everything looks to working correctly now.Thanks for your assistance!
We’re glad to hear that! Thank you for letting us know.
Forum: Reviews
In reply to: [WP Super Cache] Where is the Persistent Object Cache option ?Hey @bphdesigns,
Sounds like a plan! Thank you!
Hey @sayeed88,
Paulina again from Jetpack support.
Could you contact us via this contact form? Please make sure to mention thread.
Thank you!
Hey @sayeed88,
Apologies for the delay in getting back to you.?
the second link you shared, there clearly mentioned that site using?CBD?can use jetpack and other plugins.
That’s correct. However, these are very recent changes in Jetpack’s policy. Please also note, that you still won’t be able to use the WooCommerce Payments gateway.
I have contacted our dedicated team for more insights on how to best handle your site’s case. As soon as we’ve heard back from them, we’ll post an update. Thank you for your patience!Forum: Plugins
In reply to: [WooCommerce] I want to export GTINsHey there,
thank you for reaching out to our support.
If the GTINs are added as custom meta fields on the product, they can be exported via the default built-in export function available in Products > All Products.
You will need to select to export custom meta before exporting:
Export”>
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Custom Date Range not workingHey there,
Thank you for reporting this! Our developers are aware of this issue and are currently working on getting this fixed.?
This bug has been reported on GitHub here:* https://github.com/woocommerce/woocommerce/issues/35470
?I would suggest subscribing to the report to keep posted for updates.
- This reply was modified 1 year, 12 months ago by Paulina H. (a11n).
Forum: Plugins
In reply to: [WooCommerce] WooCommerce pluginHi there @amirmahmoud
From the error logs that you shared, it appears that this was an issue recently reported here: https://github.com/woocommerce/woocommerce/issues/34777
It seems to be due to a misconfiguration of the remote inbox notifications feed that is sent to WooCommerce installations.
As you can find in this comment from the GitHub thread:
Existing stores will receive the updated feed within a day or so (a store checks every 24 hours for an updated feed).
I’d suggest waiting for a day or two and seeing if the error resolves.
If it doesn’t, please reply back to us on this thread. We’ll be happy to help you further.
Forum: Plugins
In reply to: [WooCommerce] Regenerate the .woocommerce-uk-wc-admin-app.jsonHey there @iwpress,
The translation
json
files are responsible for translations of content found in JavaScript files, as opposed to.po
,.mo
files that manage translations for strings found in PHP files.Please have a look at this guide.
Hope that the above helps.
Forum: Plugins
In reply to: [WooCommerce] BUG: product attributes disappearedHey @ivarb ??
What you gave us is your System Status Report. You can find logs in another tab under WooCommerce > Status > Logs. Can you see any fatal errors or any other error that may be related?
Thank you!
Forum: Themes and Templates
In reply to: [Storefront] Font Awesome Icon Breaks upon loadHi @dzire2dzine,
If it’s not consistent it looks more like a loading issue. Would you mind sharing your site URL so that we can check that with the browser dev tools?
Thanks!
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Does this plugin integrate Google Ads?Hey @megunticook,
Thank you for letting us know. I’ll go ahead and close this thread now, but feel free to open a new one if you have questions about Google Ads & Marketing by Kliken.
Have a great day ahead ??