Chris
Forum Replies Created
-
Forum: Plugins
In reply to: [Reduce Unused CSS Solution with Critical CSS For WP] Plug-in doesnt work/wp-admin/admin.php?page=critical-css-for-wp
What is happening:
It says all is cached
but when i check the the directory: /public_html/wp-content/cache/critical-css-for-wp/
The cache files are present accept they are all the same which is not normal because the pages are different with css
Also this directory is never been created: excluded-js
- This reply was modified 2 years, 2 months ago by Chris.
Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] Price is undefinedWould it be an option to implement this in your future releases?
Forum: Plugins
In reply to: [Facebook for WooCommerce] Facebook 2.6.26 fatal errorSorry so bussy. But yes it was fixed in v2.6.27. Thanks for your effort
Forum: Plugins
In reply to: [Facebook for WooCommerce] Facebook 2.6.26 fatal error@kader will do tommorrow
Forum: Plugins
In reply to: [Facebook for WooCommerce] Facebook 2.6.26 fatal error@sophie sorry i see this to late. but before we update we always make a backup first so we can copy the old plugin back if something goes wrong
Forum: Plugins
In reply to: [Facebook for WooCommerce] Facebook 2.6.26 fatal errorbytheway the quickfix is: rollback to 2.6.24
I have the same problem.
getting also this error code when i try to refresh my invalid token.
data: {message: 'Unable to find user property in JWT.', errorCode: 30}
The token is correctly. if i decode it i get this:
{
typ: “JWT”,
alg: “HS256”
}.
{
iat: 1659890454,
exp: 1659890514,
email: “[email protected]”,
id: 1,
site: “http:\/\/localhost:8888”,
username: “admin”
}.
[signature]Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Horizontal scrollbar visibleI fixed it. i am using generatepress and the first sibling after the “header” tag needs the following;
#page.grid-container { width: 100%; overflow: hidden; margin-left: unset; margin-right: unset; max-width: inherit; }
- This reply was modified 3 years, 6 months ago by Chris.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Horizontal scrollbar visibleI ment on every page.
Weird part is, in the back end it shows all 5 but in the front-end it only shows the first marker. While in the javacode all markers are declared. i even used https://www.latlong.net/ to fill in the long and lats also tried just bi typing the name in the location. google finds the address but not always it fils in the long and the lat
Forum: Plugins
In reply to: [Premmerce Permalink Manager for WooCommerce] Not working well with WPMLi always get 404 when i add or change the “Menu language switcher” in /wp-admin/admin.php?page=sitepress-multilingual-cms%2Fmenu%2Flanguages.php
Forum: Plugins
In reply to: [LiteSpeed Cache] Woocommerce Inventory Stock not Updatingi already did. Thanks for your effort to help me ??
Forum: Plugins
In reply to: [LiteSpeed Cache] Woocommerce Inventory Stock not Updatingi reset everything to default. didnt touch any of the settings and tried again. still not purging the product page
Forum: Plugins
In reply to: [LiteSpeed Cache] Woocommerce Inventory Stock not UpdatingReport nr: 902249
ON the purge page everything should be the default settings.section “Purge All On Upgrade” > On
section “Auto Purge Rules For Publish/Update”
everything is checked except:
– All pages
– Yearly Archive
– Daily ArchiveSection “Server Stale” > Off
Section “Scheduled Purge URLs” > Empty
Section “Purge All Hooks” contains all Recommended values;
switch_theme
wp_create_nav_menu
wp_update_nav_menu
wp_delete_nav_menu
create_term
edit_terms
delete_term
add_link
edit_link
delete_linkbut when i read and understand it correct;
When a stock amount is set in the product and it gets bought. when it passes the checkout the cache returns the post id(s) and only these productpages gets purged.
This behaviour is see when i use my own created custom esi block.i gues i am probally missing something in the settings, but what?
Forum: Plugins
In reply to: [LiteSpeed Cache] Woocommerce Inventory Stock not UpdatingI put it on advanced debug but the only thing LS is purging are:
cart
widget
comments
Feedsit doesnt purge the specific product page(s) where is set a quantity stock amount.
I created a custom esi block as dirty fix but that is not what i want because of the following;
I need to edit the WC template files the blank out the product stock display so i can inject mine esi version in to a hook.
With the variation template there is no hook but Java, which i dont know how to replace the avaibility with mine custom esi block.i test this problem on 3 websites that are running on LS Enterprise and to my suprise on none of these 3 websites the stock quantity gets updated (purged) after i buy that specific product???