acidzero
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Cenote] Woocommerce photo gallery issueIn my case, the problem was caused by the plugin “Asset CleanUp: Page Speed Booster”. After an update (I don’t know when) it started to minify the css wrongly and caused many problems with other plugin, and this “swiper” problem. So I disabled it and never had any problem.
- This reply was modified 2 years, 3 months ago by acidzero.
Forum: Themes and Templates
In reply to: [Cenote] Woocommerce photo gallery issueI’m having a similar problem after the latest wordpress update. “Swiper is not defined” appears at Console (F12) and it’s causing some troubles with other plugins. How can I disable swiper.js? (I don’t use it)
Forum: Plugins
In reply to: [Yoast SEO] Featured image on Twitter not showing anymoreMy ISP was blocking the Ip’s. Thank you.
Forum: Plugins
In reply to: [Yoast Duplicate Post] Featured image on Twitter not showing anymoreOh, i’m really sorry, didn’t see the difference :)))
Thank you for pointing the correct space.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Critical error after upgradeWell done! it worked. Thank you so much!
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Critical error after upgradeI cheked the folder you told me and there’s no misc.php in there.
Can I really go into my wordpress control site, delete the plugin, install it again and have my settings preserved? It’s very important to me, the settings.
Thank you for the answer.
Forum: Reviews
In reply to: [Comments - wpDiscuz] Nice featuresNo. I just wanted a simple “Recent comment” list, a code that I could put in any page and display the N latest comments in the entire blog (NOT the most voted, NOT the most commented, NOT the most active, and NOT confined to a widget menu). It’s so simple, and yet there’s no plugin for that. For WordPress there are a few, but none of them are good or displays parent comments.
Forum: Plugins
In reply to: [GD Rating System] Database error after upgrade to 3.0Now it worked like a charm! Glad to have helped! Thank you!
Forum: Plugins
In reply to: [GD Rating System] Database error after upgrade to 3.0I created the table. Then I tried again. No progress, so I went to recheck and saw this:
Error in database WordPress: [Specified key was too long; max key length is 1000 bytes]
ALTER TABLE wp_gdrts_items_basic CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ciit looks like I’ve found the problem: the charset utf8mb4 with varchar 128. It’s just too long for my table. I changed varchar to 64 and it accepted utf8mb4, but then I go to the plugin and it changes back to varchar(128) utf8_unicode_ci.
Forum: Plugins
In reply to: [GD Rating System] Database error after upgrade to 3.0Thank your for the answer. I’ll try to find someone to create it to me.
Here are my settings in phpmyadmin, to see if you can find why it happened:
Database server
Server: Localhost via UNIX socket
Server type: Percona Server
Server connection: SSL is not being used Documentation
Server version: 5.6.41-84.1 – Percona Server (GPL), Release 84.1, Revision b308619
Protocol version: 10
Server charset: UTF-8 Unicode (utf8)Web server
cpsrvd 11.78.0.49
Database client version: libmysql – 5.1.73
PHP extension: mysqliDocumentation curlDocumentation mbstringDocumentation
PHP version: 7.2.7phpMyAdmin
Version information: 4.8.3Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] lightbox doesnt loadAfter the update I’m having this problem, too, but in random pages! I use Litespeed cache and purged everything twice. Asset Cleanup too. And I disabled both to try. But in that specific page Lightbox doesn’t work:
https://www.saindodamatrix.com.br/planos-vibratorios/when I click the image i get this in dev:
frontend.min.js?ver=2.100:1 Uncaught TypeError: Cannot read property ‘getAttribute’ of null
at frontend.min.js?ver=2.100:1
at NodeList.forEach (<anonymous>)
at parseThumbnailElements (frontend.min.js?ver=2.100:1)
at openPhotoSwipe (frontend.min.js?ver=2.100:1)
at HTMLAnchorElement.<anonymous> (frontend.min.js?ver=2.100:1)In the others it works, but there’s always the message
Uncaught ReferenceError: Swiper is not defined
at body-41e44f0460e34800310d79faba5c2915966b10fc-1.js:294
at body-41e44f0460e34800310d79faba5c2915966b10fc-1.js:294Forum: Plugins
In reply to: [LiteSpeed Cache] V3 broke my entire layoutWOA. THAT was the problem! Thank you very much!
Forum: Plugins
In reply to: [LiteSpeed Cache] V3 broke my entire layoutHi! I tried the new version (of today). Same problem, but this time I checked the Console panel and I saw this:
Mixed Content: The page at ‘https://www.saindodamatrix.com.br/’ was loaded over HTTPS, but requested an insecure stylesheet ‘https://www.saindodamatrix.com.br/sdm_wings/saindodamatrix/wp-content/litespeed/cssjs/29d60.css’. This request has been blocked; the content must be served over HTTPS.
Maybe it’s the problem. How to serve it in https?
Thank youForum: Plugins
In reply to: [LiteSpeed Cache] V3 broke my entire layoutNo luck, qtwrk
Generate Critical CSS was On
I tried Generate Critical CSS on and off, always purging the cache.
Tried Load CSS Asynchronously on and off, too.Tried the solutions in the link you gave. No luck. It worked perfectly before.