gregywordpress
Forum Replies Created
-
Hello!
I just would like to ask if you plan to release update considering the problem above.
Looking forward to hearing from you.
Regards,
Greg
Hi!
Thank you!
I think such option would be great, especially that my WP installation uses featured images in 1024×356 px size. So it will solve the problem with the image size.
Don’t know if it will solve the problem described above but I will test it and let you know as soon as you release plugin update.
Greg
Hello!
Since last plugin update I get the same problem – “Failed to create/update post: Could not detect post image file size. Make sure the image file/url is accessible remotely.”
My last post from 31/12/2020 was published on GMB perfectly. Now, every time I try to publish new post to GMB the error occures.
I installed Really Simple SSL as mentioned above but it did not help.
My site (leasing.sos.pl) is installed on https from the beginning.
Can you please help with this problem?
Best regards,
Greg
In addition: I checked that pop-ups appear only for one call – on one page. On next pages they are no longer called.
Although “Trigger once per session” is set to off and visibility is set to “Do not show this pop-up on this post/page” pop-ups appear only once on the whole site. When they appear on one page, they are not called on next page.
My settings are correct (I think) but they don’t want to work as expected.Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Migration problemThank you!
The update solved the problem!
Kind regards,
GregForum: Plugins
In reply to: [LiteSpeed Cache] Localization Settings Tab vs GA & FB pixelDon’t know what happened. I can only respond to e-mails which I did.
I placed my emails to you about ID302358 in the https://ww.wp.xz.cn/support/topic/redis-is-on-but-the-plugin-do-not-recognize-it/ to keep the order:)Forum: Plugins
In reply to: [LiteSpeed Cache] Redis is on but the plugin do not recognize itIf you could not find my e-mails, here is what I wrote the other day:
Hello Ruikai!
I haven’t hear from you since 2 days.
As I wrote before my server support team made the error done ->
[klcoltd@ssd10:SSD-WP: ~ ] $ redis-cli -p 6599
127.0.0.1:6599> auth d7c54cf1180f237b7dcaecbbb32e04589
OK
127.0.0.1:6599>But the connection to Redis is still down.
Will you be able to deal with that case?
Best regards,
Greg
2020-09-24 / 17:09
> Hi!
>
> If you would test my site with the changes made by my support team (below) please turn the maintenance mode on when debugging.
>
> Best regards,
>
> Greg> 2020-09-24 / 11:04
>>
>> Hello!
>>
>> I got message from server support that it should be ok now.
>>
>> They send that:
>>
>>
>> [klcoltd@ssd10:SSD-WP: ~ ] $ redis-cli -p 6599
>> 127.0.0.1:6599> auth d7c54cf1180f237b7dcaecbbb32e04589
>> OK
>> 127.0.0.1:6599>
>>
>> Can you check this as connection is still failed:(
>>
>> Best regards,
>>
>> GregForum: Plugins
In reply to: [LiteSpeed Cache] Localization Settings Tab vs GA & FB pixelThank you, I will…
But as far as the Ticked ID 302358 is concerned I’ve written 3 emails since 23rd Sep. to you.
Can you check?
GregForum: Plugins
In reply to: [LiteSpeed Cache] Localization Settings Tab vs GA & FB pixelHi,
I’ve tested “Load Inline JS” to DEFAULT as well as “Load JS Deferred” to OFF and still both – GA nad FBPixel – do not fire. (Actually they fire but do not work as should and Tag Assistant (by Google) as well as Facebook Pixel Helper says that something is wrong)…so I needed to ereased this links from the Localization Resources List:
https://www.google-analytics.com/analytics.js
https://www.googletagmanager.com/gtag/js
https://www.googletagmanager.com/gtm.js
https://www.googletagservices.com/tag/js/gpt.js
https://connect.facebook.net/en_US/fbevents.js
https://connect.facebook.net/signals/config/
…and that’s why you can see everything is ok.For testing purposes I just insert them for a short period of time to try combinations and then erease them.
Can I ask for additional help?
I’ve got an open Ticket ID: 302358 with other, still unsolved problem. There are credentials to enter the site. Will you be so kind to check this out?
Kind regards,
Greg
Forum: Plugins
In reply to: [LiteSpeed Cache] Redis is on but the plugin do not recognize itThank you very much!
I’ve just created Ticket #302358.
🙂Forum: Plugins
In reply to: [LiteSpeed Cache] Redis is on but the plugin do not recognize itDone!
But it did not change the situation. Still:
Redis Extension: Enabled
Connection Test: Failed
🙁Forum: Plugins
In reply to: [LiteSpeed Cache] Redis is on but the plugin do not recognize itMy server support team modyfied this code to:
<?php$redis = new Redis();
//Connecting to Redis
$redis->connect(‘127.0.0.1’, 6599);
$redis->auth(‘d7c54cf1180f237b7dcaecbbb32e04589’);if ($redis) {
echo “PONG”;
}
?>
and PONG is returned when you enter https://leasing.sos.pl/test.php.It means that Redis is activated but plugin is saying that there is no connection.
Is there a chance you would enter my site to check this on your own? I think my case would be a small contribution to improve the LSC plugin.
Forum: Plugins
In reply to: [LiteSpeed Cache] Redis is on but the plugin do not recognize itHere is the functions.php file https://drive.google.com/file/d/1kVcF_rypX9DoZWJNuyyV-Nxrzeg-WSzI/view?usp=sharing after inserting the code. Can you tell what’s wrong?
🙂Forum: Plugins
In reply to: [LiteSpeed Cache] Redis is on but the plugin do not recognize itHello, thank you.
I’ve inserted this piece of code at the end to the functions.php file in my child theme folder but it ruin my website -> I couldn’t even log in to my site. I had to back to previous functions.php.
Would you like to get credentials to my site so you could check this out?
Regards,
GregHello, aftre updating I got somethin similar:
Fatal error: Uncaught Error: Class ‘Rollbar\Response’ not found in /home/klcoltd/domains/leasing.sos.pl/public_html/wp-content/plugins/seo-by-rank-math/vendor/rollbar/rollbar/src/RollbarLogger.php:141 Stack trace: #0 /home/klcoltd/domains/leasing.sos.pl/public_html/wp-content/plugins/seo-by-rank-math/vendor/rollbar/rollbar/src/RollbarLogger.php(146): Rollbar\RollbarLogger->flush() #1 /home/klcoltd/domains/leasing.sos.pl/public_html/wp-content/plugins/seo-by-rank-math/vendor/rollbar/rollbar/src/Rollbar.php(179): Rollbar\RollbarLogger->flushAndWait() #2 [internal function]: Rollbar\Rollbar::flushAndWait() #3 {main} thrown in /home/klcoltd/domains/leasing.sos.pl/public_html/wp-content/plugins/seo-by-rank-math/vendor/rollbar/rollbar/src/RollbarLogger.php on line 141
Hope fore help.
Regards,
Greg