• Has been fine for months but no longer showing – but showing in Muffin Setting to show its loaded up and it briefly shows for a nanosecond on loading?!?

    Do I need to change a setting?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    There’s a block of code that seems to be the first parallax image:

    <img src="https://69.195.124.189/~visiopl8/wp-content/uploads/2017/06/Chic-Wedding-Video-Lead-image-v3.jpg" alt="" data-ww="1024px" data-hh="683px" data-no-retina="" style="width: 1024px; height: 683px; transition: none; line-height: 0px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 0px; font-weight: 400; font-size: 13px;">

    but
    https://69.195.124.189/~visiopl8/wp-content/uploads/2017/06/Chic-Wedding-Video-Lead-image-v3.jpg does not return an image.’

    That needs to be changed to https://chicmedia.co.uk/wp-content/uploads/2017/06/Chic-Wedding-Video-Lead-image-v3.jpg

    Try using the plugin ‘better search replace’ to search for https://69.195.124.189/~visiopl8 and replace with https://chicmedia.co.uk

    Moderator bcworkz

    (@bcworkz)

    I had a similar issue with another Muffin Group theme. The DB search and replace failed to find the offending IP addressing scheme because the theme had base64 encoded much of the theme option settings.(!) No idea why, base64 takes up more space than plain text. Ideally, you should find where the image URLs are set in the theme settings and alter it there because finding such data buried in base64 data is painful (but not impossible).

    OTOH, maybe you will have no trouble because they’ve stopped using such a nutty scheme. Good luck!

    Thread Starter ianmullins

    (@ianmullins)

    Hi steve/bcworkz,

    Alas, I have tried changing the image label and uploaded different ones and still nothing showing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header image not showing…’ is closed to new replies.