Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #970162

    When adding elements above the footer the footer background color & pattern vanishes. When the newly added items are then deleted the background goes back to how I have it set.

    #970356

    Hey amanda-mdllc,

    What exactly are you adding when that happens? Please try to be a bit more specific.

    Best regards,
    Rikard

    #971243

    Morning,
    So basically the background vanishes when I add any sort of container on that page.If I have a fresh unedited page the footer background is there but once I add something to the page it vanishes. If I then remove stuff it goes back to working correctly.

    #971583

    Hi,

    Thanks for the clarification. Please try this in Quick CSS:

    #footer {
        background-image: url(//holidaymobile.flywheelsites.com/wp-content/uploads/2018/06/rebel.png) center center repeat fixed !important;
    }

    Best regards,
    Rikard

    #971890

    So I added that code and it seems to only vanish where I have the fullWidth slider. When I delete the slider the page does as it should.

    #972137

    Hi,

    Thanks for the feedback, the old styling is still applying on the front page though. Do you have this in Quick CSS?

    .footer_color {
        background: #2d2d2d url(//holidaymobile.flywheelsites.com/wp-content/uploads/2018/06/spiration-dark.png) center center repeat fixed;
    }

    If so then try to remove it, or try this CSS instead:

    .footer_color {
        background: url(//holidaymobile.flywheelsites.com/wp-content/uploads/2018/06/spiration-dark.png) center center repeat fixed !important;
    }

    Best regards,
    Rikard

    #972315

    Morning,
    I have tried both of those. It’s now glitching on both the home page and the about us page. When you refresh it loads quickly and then vanishes and turns to white. This is for a client so I want it to look good and work properly. Is there anything else you can do to help me out?

    #972667

    Hi,

    It’s displaying fine on my end on both those pages now, did you try to clear your browser cache and reload the page?

    Best regards,
    Rikard

    #972827

    Morning!
    Yes. I just went ahead and used a preprogrammed footer style pattern instead of wasting time fighting with it.

    #973135

    Hi,

    Ok, thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #973352

    Morning,
    I guess with my issue we can close it. Just hope that no one else has the issue since it’s a real pain.

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