@countdownsales Please download the update in version 4.2.4. This version should solve your problems.
Please confirm if everything is working properly.
Hi, I solved with the function:
Pass Thru (without rewrites in .htaccess files or Nginx configuration)
Then after the conversion I upgraded to the new version. now should I change with htaccess option or would I have problems?
I have another problem, I can no longer set the logo that has become invisible on the page. you can see on the link.
http://www.herrejewels.it
it’s a big mistake for me, I can’t have the site like that for my company. what can I do?
@countdownsales Please update the plugin to the latest version and use via .htaccess loading mode. This mode guarantees the highest performance for your website.
Are the server configuration problems disappeared in the mode via .htaccess?
@mateuszgbiorczyk
Thanks,
Via htaccess keeps getting error.
@countdownsales Please add the following code to the functions.php file in your theme directory:
add_filter( 'webpc_htaccess_mod_rewrite', function ( $content ) {
return str_replace( '%{DOCUMENT_ROOT}/', ABSPATH, $content );
} );
And then activate the mode via .htaccess. Did that solve your problem?
@mateuszgbiorczyk
ok, Thanks a lot,
now it’s fixed.
will I have to redo the reconversion of the photos,
or do I leave everything like this?
@countdownsales You don’t need to do anything else – already converted images don’t need to be converted again.