daveykj
Forum Replies Created
-
Ticket is on its way!
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Fatal error in 4.6.2Thanks, I made a quickfix myself for now, we will wait for your update!
Forum: Plugins
In reply to: [ActiveCampaign for WooCommerce] Bug in version 2.5.2Can confirm this bug as well. Had to go back to a previous version of the plugin. Please fix this bug asap.
Forum: Plugins
In reply to: [WP-SCSS] Update 3.0 causes critical error. Please revert!Same error here:
Fatal error: Uncaught Error: Class ‘ScssPhp\ScssPhp\Block\MediaBlock’ not found in /home/vnv/public_html/wp-content/plugins/wp-scss/scssphp/src/Parser.php:477
‘Always Recompile’ is turned off by the way.
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumb shows wrong (menu) taxonomy after using WP All ImportThanks for your quick response. I tried above steps, but it doesn’t work. The breadcrumb still shows a (random) term from the menu taxonomy instead of the actual category term.
Forum: Plugins
In reply to: [WP-SCSS] Updating from 2.0.1 -> 2.1.1 breaks CSS completelyv2.1.2 made it even worse. When saving the settings now (with ‘Current theme’ as the base path), the correct path to the compiled CSS is not updating (!!).
It’s loading:
//css/master/master.css?ver=1611914355Instead of:
https://my-website.com/wp-content/themes/mytheme/css/master/master.css?ver=1611914355Forum: Plugins
In reply to: [WP-SCSS] An error occurred due to the version upgrade.Same error here. Fixed for now by setting the compiling mode to ‘Compressed’ instead of ‘Expanded’ (another compiling library is used then I think). Workaround to access the settings menu: rename your sass library temporarily.
Forum: Plugins
In reply to: [LiteSpeed Cache] Critical CSS not generating right image url’sTried debugging it myself. Created a staging environment of the same website en tried to reproduce the issue there. I couldn’t ;-).
I requested a new domain key on the original website. After this, the CCSS rules are generated as it should. Don’t know what it caused, but it seems to be fixed now.
Also worth to mention, the right CSS rules for background images have a quote around the path:
background: url('/wp-content/themes/my-theme/img/v2/header-new.jpg');
The ‘wrong’ url’s didn’t had quotes around the path:
background: url(wp-content/themes/my-theme/img/v2/header-new.jpg);
- This reply was modified 4 years, 3 months ago by daveykj.
Forum: Plugins
In reply to: [LiteSpeed Cache] Images are not shown for logged in usersI’ve seen this issue before, are you using iThemes Security? Please verify if your siteurl and homeurl in the database are set to https as well.
Forum: Plugins
In reply to: [LiteSpeed Cache] Critical CSS not generating right image url’sI’m running 3.3 as well (most recent version).