Gik000
Forum Replies Created
-
I have had a similar problem I solved.
I wrote down a post on my blog, it is written in Italian, you can easly translate into your native language though, check it out:
Hope it helps
Forum: Plugins
In reply to: [WooCommerce POS - Point of Sale] Can not see /pos page … json string appearsDisabling the ESI Cache of litespeed cache, pos plugin is working normally.
Forum: Plugins
In reply to: [WooCommerce POS - Point of Sale] Can not see /pos page … json string appearsI have temporarily changed the the argument of web wp_create_nonce into a random string (“asd”).
Maybe “wp_rest” was conflicting somehow with litespeed-cache.
Forum: Plugins
In reply to: [WooCommerce POS - Point of Sale] Can not see /pos page … json string appearsThe problem is related with Lite Speed Cache. Disabling this plugin, the POS one, works normally.
I am trying to figure out why.
Forum: Plugins
In reply to: [WooCommerce POS - Point of Sale] Can not see /pos page … json string appearsI have checked out that the problem is very weird,
somehow connected to wp_create_nonce, called in row 120 of includes/Templates/Frontend.phpSome how (check image below) the function broke up the request:
No idea why, but if I comment that line the /pos become visible!
Not yet sure the plugin would work anyway with this line ??- This reply was modified 1 year, 10 months ago by Gik000.
Where should this function be added?
Forum: Fixing WordPress
In reply to: Remove global-styles-inline-cssI got a solution
remove_action( 'wp_enqueue_scripts', 'wp_enqueue_global_styles' ); remove_action( 'wp_footer', 'wp_enqueue_global_styles', 1 );
see
https://developer.www.ads-software.com/reference/hooks/wp_enqueue_scripts/Forum: Fixing WordPress
In reply to: Remove global-styles-inline-cssThis is not solving the problem in my case.
Global inline styles are always there.
I did that in my child theme:
/** * Remove global script */ add_action( 'wp_enqueue_scripts', function() { wp_dequeue_style( 'global-styles' ); wp_deregister_style( 'global-styles' ); }, PHP_INT_MAX );
I also have tried with the inline suffix, but it didn’t work.
You are right,
I’m sorry but I don’t know why sometimes something that is under my nose become invisible!Under “Settings” of specific form there was
“Require user to be logged in to view form?”Amending this settings has solved my problem.
Thank you very much.
That’s my configuration
Advanced Custom Fields by Elliot Condon version 4.4.7, Bad Behavior by Michael Hampton version 2.2.18, Notifica Cookie by dFactory version 1.2.35, Dynamic Widgets by Qurl version 1.5.11, Google Analytics by Kevin Sylvestre version 1.0.6, Image Regenerate & Select Crop by Iulia Cazan version 3.3, Image Watermark by dFactory version 1.5.3, Jetpack by WordPress.com by Automattic version 3.9.6, T(-) Countdown by twinpictures, baden03 version 2.3.11, MWP Best filter by umnw version 1.0, MWP free shipping coupons by Giancarlo Diana version 1.1, MWP price amend by Giancarlo Diana version 1.1, MWP Product category widget by umnw version 1.0, MWP Tag Cloud by Giancarlo Diana version 1.1, MWP users by Giancarlo Diana version 1.1, Newsletter by Stefano Lissa, The Newsletter Team version 4.1.3, Nextend Facebook Connect by Roland Soos version 1.5.9, Ninja Forms by The WP Ninjas version 2.9.42, Regenerate post permalinks by Sandor Kovacs version 1.0.3, SEO Redirection by Fakhri Alsadi version 3.5, Smart Manager by Store Apps version 3.9.15, Taxonomy Metadata by mitcho (Michael Yoshitaka Erlewine), sirzooro version 0.5, Term Management Tools by scribu version 1.1.4, UpdraftPlus - Backup/Restore by UpdraftPlus.Com, DavidAnderson version 1.12.4, WooCommerce Weight Based Shipping by dangoodman version 4.1.1, Widget Clone by 93digital version 1.1, Widget CSS Classes by C.M. Kendrick version 1.3.0, WooCommerce Conversion Tracking by Tareq Hasan version 1.2, Woocommerce CSV Import by Allaerd Mensonides version 3.1.4, WooCommerce Product Categories Selection by PluginForage.com version 2.0, WooCommerce Role Based Price by Varun Sridharan version 2.8.8, WooCommerce by WooThemes version 2.5.5, Yoast SEO by Team Yoast version 3.1.2, WP Instagram Widget by Scott Evans version 1.9.7, WP Maintenance Mode by Designmodo version 2.0.3, WP-Optimize by Ruhani Rabin version 1.8.9.10, XO10 - WooCommerce Categories widget by Walter Lee version 2.0, YITH WooCommerce Ajax Search by Yithemes version 1.3.9, YITH WooCommerce Wishlist by YITHEMES version 2.0.15
can I take part to the testing?
Forum: Plugins
In reply to: [Background Per Page] Background-sizeI’ve just committed the background-size functionality to github…
https://github.com/gik000/background-per-pagethank you!
Forum: Fixing WordPress
In reply to: image upload issue since upgradeIt works to me too…
thank you scionkaushikForum: Fixing WordPress
In reply to: ReferenceError: jQuery is not definedIt works to me too.
ThanksPS
maybe this tip has to be written in all wp-config.php files,
commented by default