• Resolved ventio

    (@ventio)


    The quote svgs were moved to a new directory but it seems the CSS paths were not updated.

    I found below and the correct path is

    ../../assets/public/svg. Other svg may have same problem but the quotes are the ones my site uses.

      .wpmtst-testimonial-content:before {

    left: -56px;

    top: 0;

    -webkit-mask: url('../../public/svg/quote-left-solid.svg') center center no-repeat;

    mask: url('../../public/svg/quote-left-solid.svg') center center no-repeat;

    }

    .wpmtst-testimonial-content:after {

    right: -56px;

    bottom: 0;

    -webkit-mask: url('../../public/svg/quote-right-solid.svg') center center no-repeat;

    mask: url('../../public/svg/quote-right-solid.svg') center center no-repeat;

    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • beatrice12

    (@beatrice12)

    Hello @ventio,

    Thanks for bringing this to our attention!

    I opened a ticket with our development team regarding this issue and we will look closely into it.

    Apologies for the trouble!

    Warm regards,

    Beatrice.

    This topic will be marked as resolved as we have an open ticket on GitHub regarding this. Please keep in mind that the β€˜resolved’ status is only for this support thread, not the issue on GitHub.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error 404, no svg files’ is closed to new replies.