• Resolved databell96

    (@databell96)


    Having issues getting my MC posts appearing on the front end. I go add my shortcode, the campaign preview shows me the MC campaign perfectly, but on the site itself, the campaign does not appear. The post itself does with the proper title and a link underneath that is just a link to the same post. No Page Not Found issues. Switching themes and turning off plugins did not work at all. Why isn’t my campaign appearing when I see it on the back end?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter databell96

    (@databell96)

    I should add in Console, this error popped up: The script from “https://mc.us20.list-manage.com/subscribe/form-settings?u=45cff28aeda6ae762b8c57dbd&id=f835fb195e&u=45cff28aeda6ae762b8c57dbd&id=f835fb195e&c=dojo_request_script_callbacks.dojo_request_script0” was loaded even though its MIME type (“application/json”) is not a valid JavaScript MIME type.

    Thread Starter databell96

    (@databell96)

    Solved it! All I had to do was change the iframe style to include not just max-width but width as well. So this worked:

    embed, iframe, object {
        max-width: 100%;
        width: 100%;
    }

    Go to know for anyone who’s having similar issues.

    Plugin Author Matthieu

    (@matthieuscarset-1)

    Glad to know you fixed your issue @databell96

    Thank you for sharing this code too.

    Enjoy!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Campaign not appearing on front end even though it shows on Preview’ is closed to new replies.