• Resolved joehanna

    (@joozef)


    All of my sites run non-standard wp-content paths. When I have PopupMaker installed, the WordPress admin pages generate a lot of 404s since the references to images all point to the default …/wp-content/…

    Please make changes to fix this and prevent unnecessary 404s appearing in the log files.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Maria T

    (@mariatogonon)

    Hello @joozef – thanks for reaching out to us and apologies for this inconvenience.

    We’ll ask our development team to have a look and get back to you.

    Your patience is highly appreciated.

    Plugin Support mark l chaves

    (@mlchaves)

    Hey @joozef,

    Sorry for the delay.

    WordPress admin pages generate a lot of 404s since the references to images all point to the default …/wp-content/…

    Just to be sure, can you tell us which images are throwing 404s? Maybe you can give us one or two of the image paths?

    A screen capture would be helpful too.

    Thanks so much ??

    It’s because plugin path is not default.

    Solution: in file /assets/css/pum-admin-bar.css
    You must change 2 lines (7 and 15)
    background: url(/wp-content/plugins/popup-maker/assets/images/admin/icon-info-21x21.png) center center no-repeat transparent !important;
    to:
    background: url(../images/admin/icon-info-21x21.png) center center no-repeat transparent !important;
    and
    background-image: url(/wp-content/plugins/popup-maker/assets/images/admin/icon-info-21x21.png) !important;
    to
    background-image: url(../images/admin/icon-info-21x21.png) !important;

    Bel

    (@belimperial)

    Hi @agano

    Thank you for your reply.

    I forward this information to our developer, and we’ll get back to you.

    Thank you for your patience, and kind understanding.

    Bel

    (@belimperial)

    Hi @agano

    Thank you for patiently waiting.

    We still haven’t heard from our developers. It seems they are investigating the issue.

    We will keep you posted if there’s a new update.

    Thank you for your kind understanding.

    Plugin Support mark l chaves

    (@mlchaves)

    Thanks so much for helping out @agano.

    For anyone else, we followed up on the original post in our help desk system.

    And, we have an issue for this on GitHub.

    https://github.com/PopupMaker/Popup-Maker/issues/944

    Thanks again for your support ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Popup Maker hard-coded references to wp-content’ is closed to new replies.