gore.m
Forum Replies Created
-
Forum: Plugins
In reply to: [Bulk Change Media Author] Error log: OPPER LALA??Yes, it is strange. It happened tomorrow and today after your plugin was automatically updated. And it is only in PHP error log, without any other info.
I have temporarily deleted your plugin (for security reasons) and I will see / I will let you know what will happen next.
- This reply was modified 1 year, 2 months ago by gore.m.
Forum: Plugins
In reply to: [WooCommerce] Product addons CSS classesHI @beautyofcode,
yes, you are right.
I don’t have any ticket number etc. … after ticket submission nothing happened (I have tried that 2 times) and I didn’t get any copy of ticket to my email etc….
Forum: Plugins
In reply to: [Error Log Monitor] The log file does not exist or is inaccessibleThanks you, Ill check it again with my hosting provider.
Hi @jhosagid,
yes, it is gone!
Thanks you
TomForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Manage cookies button shortcodeI found out solution https://complianz.io/add-a-link-to-show-the-cookie-banner/
I have same problem, excluded categories are synced to FB anyway.
Forum: Plugins
In reply to: [WPS Hide Login] Log out URL is revealing login URLI see, thanks you. If it is possible I would consider to change it in future .-)
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Missing Invoice numberOK thanks
Forum: Plugins
In reply to: [Autoptimize] Woo Cart and Checkout optimized everytimeIt works ,-) thanks you
Forum: Plugins
In reply to: [Autoptimize] Woo Cart and Checkout optimized everytimeAaaaaggrr! Yes, you are right.
I’m using this code to exclude one page (but it is affecting cart and checkout too). It worked until update, what is wrong with it?
add_filter('autoptimize_filter_noptimize','noptimize_quiz',10,0); function noptimize_quiz() { if (strpos($_SERVER['REQUEST_URI'],'/doporucene-produkty')!==false) { return true; } else { return false; } }
Thanks you
TomForum: Plugins
In reply to: [Autoptimize] Woo Cart and Checkout optimized everytime1) Yes. Checking / unchecking works as I would expect. (Additionally – there is not any error in DevTools Console).
2) As I know it shouldn’t.
3) kvetiny-floris.czThanks you
TomThanks you @rankmath
Thanks you for your reply.
you are trying to attach ImageGallery to the Article Schema, which is not a valid field
So it means that if I test my page with Google Schema test tool and result is 2 items (Article and ImageGallery) it is OK?
I thought that if gallery is part of article, they could be one item.Thanks you
Forum: Plugins
In reply to: [SEO for WooCommerce] One Google error and 4 noticesWell it can be fixed like this:
– Uninstall this plugin and (migrate completely from Yoast – in my case) install Rank Math plugin (you don’t need this plugin if you have Rank Math).
– (Import Yoast settings into Rank Math) and set up Rank Math.
– Follow this instructions to fix the rest https://www.ads-software.com/support/topic/schema-rich-snippet-product-error/Forum: Plugins
In reply to: [SEO for WooCommerce] PHP ErrorsIt seems that it is happening if Rank Math SEO plugin is not installed. Am I right?