background problem

Discussion in 'RoadFighter WordPress Theme' started by smarta, Jul 24, 2015.

Thread Status:
Not open for further replies.
  1. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    hi on my site at http://www.harwoodmarine.com.au the background of all internal pages has turned blue

    previously it was white

    I changed 4 slider images last nite but nothing else - this morning the background is blue - it seems to be using the same image that is the background on the bottom panel of the homepage

    I have even tried uploading a white background image but to no avail

    the Wordpress install was also auto updated to 4.2.3 last nite - so I'm not sure iuf ths may be a consideration
     
  2. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    maybe there is some custom css that could fix this?
     
  3. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    I have email log-in details to enquiry@
     
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    .footer_container {
        background: #FFFFFF url(images/footerbg-lightbluge.png) center repeat-y !important;
    }
    Hope this will resolve your issue.

    Do let me know if you need more assistance,

    I would be glad to assist you further,
    Thanks & Regards!
    Sobhagya Sahu
    InkThemes.com
     
  5. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    this solved the problem of the blue background showing on the internal pages

    however, now, the small area above the footer - which used to have the blue background is now white as well - some of the text in this area is white

    so this solution is not ideal - it was fine up until it was updated to the latest version of Wordpress

    is there another way it can be done to get the site back to the way it was origionally
     
  6. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    Could you please provide some edited screenshots so that I can assist you accordingly. If you are unable to create screenshots then you can use www.screenpresso.com
    that will help you to create screenshots.

    Do let me know.
     
  7. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    ok - 2 screen shots of how it looks now

    please let me know if you need any more info
     

    Attached Files:

  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Smarta,

    Thanks for the screenshots...

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer_container {
        background: #295a92 !important;
    }
    Thanks,
    Praveen
     
  9. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    so now the blue background is now back

    see this page
    http://harwoodmarine.com.au/slipway-facilities/

    I also tried removing the previous advised code but the blue background is still there

    this is what I removed
    .footer_container {
    background: #FFFFFF url(images/footerbg-lightbluge.png) center repeat-y !important;
    }


    this is the full content of the Custom css - maybe there is a conflict there??

    td, th {
    border: none ! important;
    }
    .header_wrapper .logo img {
    width: 830px;
    max-width: 100%;
    max-height: 100%;
    }
    h1, h2, h3, h4, h5, h6 {
    font-family:"Arial Rounded MT Bold" ! important;
    }
    h1, h2, h3, h4, h5, h6 {
    color: #264595;
    }
    .bottom_tagline {
    display: none;
    }
    .feature_testimonial {
    display: none;
    }
    .featurebox {
    display: none;
    }
    .home-content .page_info h1 {
    margin-bottom: 15px;
    }
    #menu .ddsmoothmenu{
    padding-left: 10%;
    }
    .side-by-side { float: center;}
    a {
    color: #0000FF;
    }
    .footer_container {
    background: #295a92 !important;
    }
     
  10. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    We have got your concern, please send us your WordPress dashboard admin login details at [email protected]. so that, we can have a look over the issues in detail and will try to resolve them ASAP.

    Your website Login link:
    WordPress username:
    WordPress password:

    Note: Once your issue get resolved, you can change your password.
     
  11. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    you said in your email

    "It was not the Theme or CSS issue.

    The background issue were created by Facebook Page Like Widget that you have inserted in the Primary Widget Area.
    I have removed that widget from the Primary Widget Area and now everything is displaying well.

    Please check and reply."

    yes this has fixed the problem

    but the Facebook widget has been in place for several months without issue - the FB widget is important to my client

    why is it ball of a sudden an issue ?

    can you suggest an alternative widget that will not interfere?
     
  12. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    I would recommend you to use Facebook Like Box Widget.
    In fact , I have installed and tested this plugin in your website.

    Please check and reply.

    Let me know if need further assistance.

    Thanks,
    Praveen
     
  13. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    that's perfect - thanks again for your great support & service
     
Thread Status:
Not open for further replies.

Share This Page