Erix Kivuti
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 9.3.3 product export function doesn’t workOk, I figured it out.. (Face Palm)
Free Download Manager intercepts the download and I get a blank CSV.Correction.. it’s showing on all pages that does not have admin bar.. Can I limit it to just showing on admin bar and on WP Error page?
Forum: Plugins
In reply to: [Plugin Load Filter] Plugin causes ‘Maximum function nesting level’ errorAlas.. Spoke too soon..
Forum: Plugins
In reply to: [Plugin Load Filter] Plugin causes ‘Maximum function nesting level’ errorHmm.. Flushing the cache after increasing the nesting level seems to have fixed the issue..
Alas.. Spoke too soon..
- This reply was modified 2 years, 5 months ago by Erix Kivuti.
Forum: Plugins
In reply to: [WRC Pricing Tables – Responsive CSS3 Pricing Tables] Custom TemplateHello Iftekhar,
I want to so more than just switch between colors offered. I want to change structure (caption column and other columns), icons, hover effects, custom colors, etc.. without directly editing the plugin..
Forum: Plugins
In reply to: [LiteSpeed Cache] How to use/replace wp_verify_nonce()Oh, just read esi-for-open-litespeed and realized my mistake. I need to look for another solution for the nonce TTL issue..
Forum: Plugins
In reply to: [LiteSpeed Cache] How to use/replace wp_verify_nonce()I have OLS installed on my server and ESI enabled on WordPress. Is there something else I need?
I’m in the same boat as @pos2012.
I have RankMath installed into a MultiSite, and specific sites have it activated (not network). The network sites that did not have it active can activate without issues, but the sites that have had it already active went down.
Seems there’s a class that the sites that had it already active were using, and the new update has removed it.
Right now the only fix it to delete the update file. Maybe the new update file will include any update from the failed one with consideration of the class conflict?
Alternatively, maybe make available the database fix, so we can understand our own websites better?
- This reply was modified 4 years ago by Erix Kivuti.
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Excerpt length function written wrongSorry, move to line 957.
I want to put the post in footer with a short excerpt length. In line 925,
$excerpt
is set, and is not affected byif ( mb_strlen( $excerpt ) > $this->customs[ 'excerpt_length' ] )
in line 938.Hello Vidya,
I disabled all my other plugins and it worked!
Seems like the plugin plugin load filter together with WP Rocket cause the issue. If I turn either on, I don’t get an issue. Only when I turn them both on.
I’ll see if a different cache plugin will give same result when plugin load filter is working.
Hello Vidya,
I have WooCommerce also installed. With plain selected, WooCommerce permalink is:
https://wimssylimited.co.ke/?product=sample-productI have selected ‘Post name’ and WooCommerce permalink is:
https://wimssylimited.co.ke/product/sample-product/However when I hover over the job on the page:
https://wimssylimited.co.ke/jobs/
the permalink remains:
https://wimssylimited.co.ke/?awsm_job_openings=assistant-electrician
yet all WooCommerce links have the correct permalink build.I have also tried deleting and reinstalling the plugin. Any other suggestions?
Forum: Plugins
In reply to: [Range Slider For Contact Form 7] Numbers not showingI managed to get it working by adding
wp_deregister_script( 'jquery-ui-widget' );
to the functionOCCF7RS_load_script_style()
It seems that WordPress’ native jquery-ui conflicts with this plugin.
I have a theme that creates range sliders with WordPress’ native jquery-ui, maybe you could consider using the native jquery-ui?
Forum: Plugins
In reply to: [Range Slider For Contact Form 7] Numbers not showing+1
jquery error:
jquery.js?ver=1.12.4-wp:2 Uncaught Error: no such method 'pips' for slider widget instance at Function.error (jquery.js?ver=1.12.4-wp:2) at HTMLDivElement.<anonymous> (widget.min.js?ver=1.11.4:11) at Function.each (jquery.js?ver=1.12.4-wp:2) at a.fn.init.each (jquery.js?ver=1.12.4-wp:2) at a.fn.init.h.fn.<computed> [as slider] (widget.min.js?ver=1.11.4:11) at HTMLDivElement.<anonymous> (front.js?ver=2.0.0:92) at Function.each (jquery.js?ver=1.12.4-wp:2) at a.fn.init.each (jquery.js?ver=1.12.4-wp:2) at HTMLDocument.<anonymous> (front.js?ver=2.0.0:2) at i (jquery.js?ver=1.12.4-wp:2)
Forum: Plugins
In reply to: [Contact Form 7] Javascript error in Contact form 7?Was having the same issue. Turning off Aggregate JS-files in Autoptimize Settings fixed my issue too, Thanks.
Forum: Plugins
In reply to: [User Role Editor] ure_main.role_change is not a functiondowngraded to v4.52.2
All is well.