Hi, I need help, my website uploads images are compressed by default, which affects the quality of the images, I want the original images to be displayed, how do I do it please?
Hi tangmi,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site. Please note that the theme does not compress images by default.
Best regards,
Rikard
Hi betaphase,
We have added a filter in the latest version of the theme. You should be able to suppress the inline code by returning anything which is not false, like so:
function no_inline_svg() {
return true;
}
add_action('avf_no_inline_svg', 'no_inline_svg');
Best regards,
Rikard
Hi prymetymeentertainment,
I have replied in the thread you started, please continue in there.
Best regards,
Rikard
Hi,
1. I uploaded my logo. But there is still the Enfold logo on the website (praxis-herda.de). What should I do?
2. There is written the Logo should be 340px * 156px. Actually the logo is square. Mine is square, too.
Best regards, Susanne
Hi Susanne,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
Rikard