• Resolved staceybl

    (@staceybl)


    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 3 replies - 1 through 3 (of 3 total)
  • Plugin Support beatrice12

    (@beatrice12)

    Hi @staceybl,

    Thanks for reaching out to us!

    There is an open ticket with our development team regarding this issue, which will be solved in a future update.

    Apologies for the trouble!

    Warm regards,

    Beatrice.

    Plugin Support beatrice12

    (@beatrice12)

    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.

    Thread Starter staceybl

    (@staceybl)

    Hi Beatrice12,

    Reopening as this has not been resolved in any release yet so is still an issue and 404 are being thrown on quote images references, When will fix for this be released?

    Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.