brightidiots
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing permalinks, redirects for category/subcategory doesn’t workUnfortunately, this doesn’t work.
Forum: Fixing WordPress
In reply to: Changing permalinks, redirects for category/subcategory doesn’t workThanks for your quick reply. I tried multiple things
.htaccess
RewriteEngine On RewriteRule ^category/./(.)$ /$1 [R=301,L] RewriteRule ^category/(.*)$ /$1 [R=301,L]
and
RewriteEngine On # Voor /category/subcategory/slug RewriteRule ^[^/]+/[^/]+/([^/]+)$ /$1 [R=301,L] # Voor /category/slug RewriteRule ^[^/]+/([^/]+)$ /$1 [R=301,L]
In Rankmath I tried some regex
/category/([^/]+)/([^/]+)$ /$2
and
/category/([^/]+)/([^/]+)/([^/]+)$ /$3
Can I share the URL in private?
Forum: Plugins
In reply to: [LiteSpeed Cache] Exclude plugin/file from delayed JS loadingThanks for your replies!
Found the correct inline JS at the end and had to add this to all 3 excludes (no optimize, defer exclude and guest mode).
Thanks again!
Forum: Plugins
In reply to: [LiteSpeed Cache] Exclude plugin/file from delayed JS loadingTo be honest: I’m a bit lost. Don’t know howto get a list of these ‘inline JS’ files to exclude.
Can you provide some guidance on howto make this list?
If needed, I can (privately) share my staging environment for this website?
- This reply was modified 2 years, 8 months ago by brightidiots.
Forum: Plugins
In reply to: [LiteSpeed Cache] Exclude plugin/file from delayed JS loadingThanks for your reply!
To be sure: do you mean I add ‘wp-‘ to the JS exclude box in the Litespeed Settings?
Forum: Plugins
In reply to: [LiteSpeed Cache] Exclude plugin/file from delayed JS loadingAlso added the wp-content en wp-includes, but no result. It seems like the exclusion function just doesn’t work.
Anything else I can try to solve this?
Forum: Plugins
In reply to: [LiteSpeed Cache] Exclude plugin/file from delayed JS loadingAlso added all inline JS to the exclude list (Jquery included) in the Litespeed options, no results, unfortunately.
- This reply was modified 2 years, 8 months ago by brightidiots.
Forum: Plugins
In reply to: [LiteSpeed Cache] Exclude plugin/file from delayed JS loadingYes, we did, like this:
<script data-no-optimize="1"> var brave_popup_data = {}; var bravepop_emailValidation='.json_encode($emailValidator).';</script>
Also the AMP-issue still isn’t resolved, getting the same error with new AMP-checks.
Having the exact same issue, also a rollback doesn’t seem to fix this?
Is there any ETA for the update?
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Giftcard with only numbers + image per amountGreat, this worked, thanks!
Forum: Plugins
In reply to: [Autoptimize] Exclude plugin/scripts – need a little helpSuper quick response, thanks:-)
As mentioned in my first post, the issue is resolved and also excluded Jquery from async, thanks!
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Meta Box ProblemI’m having the same issue, even after a downgrade to the previous version it doesn’t work.
But found a little workaround: click on the ‘score’ in the right top corner and you can edit all the details you want.
Having the issue when enabling file generation in the backend. When disabled, the stylesheet is loaded correct!
Forum: Plugins
In reply to: [W3 Total Cache] Cookie-plugins not compatible with W3 + RedisHi Marko,
Exactly. With heavy peaks of traffic, this is our issue. Are you aware of any workaround or have you heard of similar cases, who I could contact?
Thanks in advance.