jaromt
Forum Replies Created
-
Forum: Plugins
In reply to: [GoPay for WooCommerce] Potvrdenie o objednávke odoslané dvakrátV objednávkach, kde je odoslané potvrdenie zákazníkovi 2x, je v poznámkach 2x uvedené “Stav objednávky zmenený z Prijatá na Spracováva sa.” v rovnakom čase.
WP 6.8.3
WooCommerce 10.2.2
GoPay gateway 1.0.18
Hi, I changed src url to <?php echo $this->get_template_path(); ?> and fonts is changed also in pdf. Thanks.
I’m using free version 17.4.
Thanks, it works.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Filter Products by Price widget customizationIt looks that I need to edit price_filter_post_clauses function in WC_Query class. But there is no hook. Is it possible to edit this function not directly?
Forum: Plugins
In reply to: [Autoptimize] Inline and defer CSSYes, it still lists Eliminate render-blocking resources but only jquery and 1 other js file.
Forum: Plugins
In reply to: [Autoptimize] Inline and defer CSSYes, there is
<style id="aoatfcss" media="all"> ... critical CSS ... </style><link rel="preload" as="style" media="all" href="https://.../wp-content/cache/autoptimize/1/css/autoptimize_42df23188951651cefef522a6fbdc544.css" onload="this.onload=null;this.rel='stylesheet'" />- This reply was modified 5 years, 11 months ago by jaromt.
Hi,
I contacted Live Chat at https://popup-builder.com/. Problem was with older version of Advanced Custom Fields PRO. I updated it to the latest version and problem with popup settings is resolved.Forum: Plugins
In reply to: [WooCommerce] Woocommerce disappeared from WordPress adminIn my case, Woocommerce disappeared because update failed due to malware. In almost every plugin, theme or uploads folder there were files with names .folder-name.php or .class-wp-cache.php with class WPTemplatesOptions. I had to create new installation of wordpress and link it to copy of database, install all plugins and themes. Also I had to remove all php files (.class-wp-cache.php and index.php) from uploads folder and upload media to new installation. More info is here. Maybe it helps you.
Forum: Plugins
In reply to: [Autoptimize] Javascript optimization set upI finally found where was the problem. jQuery script is deregistered and custom jQuery script is enqueued in functions.php file. I excluded that custom jQuery script from Autoptimize and now exit popup is showing even with exit-poup.js script not excluded.
Thanks for your advice.Forum: Plugins
In reply to: [Autoptimize] Javascript optimization set upI tried it, but it doesn’t work. There is an error Uncaught ReferenceError: jQuery is not defined at <anonymous>:1:1 at CookieControl.Cookie.dequeueNonAsyncScripts (uc.js:1) at HTMLScriptElement.a.onload. I think that this error is not related to that plugin.
js/jquery/jquery.js script is also excluded.