rybarova
Forum Replies Created
-
Forum: Plugins
In reply to: [WebP Express] Replacing or purging originalsThank you for your time!
Forum: Plugins
In reply to: [WebP Express] Replacing or purging originalsI am a little bit newbie. Can you help me with that solution? Where in database I can find these images and how I can bulk replace them etc?
Is a possible to do it with some function in functions.php?
Forum: Plugins
In reply to: [EWWW Image Optimizer] Replace images with webp on uploadIf you add that option (with some warning about this compatibility), it would be nice.
In my case I need to use only .webp because my visitors use only modern browsers (not internet Explorer) and I need only small files on hosting.
At this time if I use any converter to webp, I have on server both files. So if you add that feature in near future your plugin will be a first usefull for that case.If I need only webp (without fallback images) only one choice is convert images before upload. And that is not comfortly :/
In modern browsers have .webp great support https://caniuse.com/?search=webp
Thank you for your time
@vyskoczilova I tried it. It seems that works well – much better than my english.
Probably just a bad coincidence. I finded two websites with same problém and without this plugin.
BTW I tried that with {organizer-website} but that does not work too.
Forum: Plugins
In reply to: [Imsanity] Imsanity 2.7.0 feedbackHello, thank you for your reply.
Here is that printscreen of that original image link https://ctrlv.cz/snRhAfter remove original image is that link to 404 page. Any tip for remove that link will be helpfull.
BTW that will change originál file size too? I need to downsize my website on hosting. My web is to large so I need to bulk downsize all originál photos.
Thanks for your time!
Still not resolved and these support just does not cares. Nobody reply here, nobody reply email, nobody reply forum.. Worst support that i never seen.
Last update was 1 day ago but without Guttenberg fix? Or do I see wrong?
Forum: Plugins
In reply to: [WP Store Locator] Missing translate optionHello I’m sure. I have store locator. Your plugin is used on this theme
https://wedesignthemes.com/themes/kidsworld/store-locator/and here is this https://ctrlv.cz/IVF8
Forum: Fixing WordPress
In reply to: HTTP 500 Error until cookies are deletedI’m still trying to figure out a way. I haven’t tried it without iTheme Security because this is happening on my production site and it’s not immediately replicate-able.
Hello i have new info about this.
Add this code into your functions.php file in your template:
function logged_in( $expirein ) { return 10; //10sec } add_filter( 'auth_cookie_expiration', 'logged_in' );
Your logen in cookie now expire after 15sec and u take this error. That is good for tests, because now you not need waiting for expired long time. Error is now practically intant (after 10 sec).
It seems that problem is really with hide backend feature in wordpress 4.8
Forum: Fixing WordPress
In reply to: HTTP 500 Error until cookies are deletedI have this problem with many websites. I updated more than 7 websites and 3 had not iThemes security. All websites with wordpress 4.8 and iThemes have same problem (500 error). Websites without iThemes security are OK. Websites with iThemes without core 4.8 are OK. I think, only combo WP 4.8 and iThemes make this problem, like you said. Unfortunately, I can’t solve this problem, but I think, you are on right way.
EDIT: I think problem is with “hide backend slug” feature. Something is broken. This iThemes security feature change htaccess and cookie. This change make errors on core 4.8.
- This reply was modified 7 years, 4 months ago by rybarova.
Forum: Fixing WordPress
In reply to: HTTP 500 Error until cookies are deletedI have total same problem. 500 error until cookie is deleted. Do you have any idea how to fix it? I have iThemes security as well. Is that cancer plugin?