Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • #1327273

    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?

    #1327405

    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

    #1327640

    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

    #1330715
    This reply has been marked as private.
    #1330787

    Hi prymetymeentertainment,

    I have replied in the thread you started, please continue in there.

    Best regards,
    Rikard

    #1341772

    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

    #1341800

    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

Viewing 7 posts - 31 through 37 (of 37 total)
  • You must be logged in to reply to this topic.