• Resolved mutantkeyboard

    (@mutantkeyboard)


    Hi guys.
    I have recently been assigned to work as a new administrator of the webpage where they have installed Book Your Travel theme by themeenergy.
    I have fully customised theme to have a red appearance, but for some reason half of the people see the theme in red colour, while half of them see the theme in a blue colour.
    I’m really confused and I don’t know what to do to fix this.

Viewing 14 replies - 1 through 14 (of 14 total)
  • CypressWebs

    (@jmeyer2485)

    What is your URL?

    Also I would contact the theme developer for help also, when you purchase a theme you are also purchasing direct support.

    http://themeforest.net/item/book-your-travel

    Thread Starter mutantkeyboard

    (@mutantkeyboard)

    http://www.summer-blues.com

    Hey thank you for the link to the support page. I didn’t even know they have one. I just came on the project 3 days ago.

    CypressWebs

    (@jmeyer2485)

    I have just check on FireFox, Explorer, and Chrome.

    The color is red on all of them.

    Thread Starter mutantkeyboard

    (@mutantkeyboard)

    Thank you. It should be red.

    CypressWebs

    (@jmeyer2485)

    For the red ribbon on top right corner of the size. How did you edit the color?

    Thread Starter mutantkeyboard

    (@mutantkeyboard)

    They use static images in the theme folder. I simply used Photoshop and “repainted” the original images.

    CypressWebs

    (@jmeyer2485)

    I think I see the issue with that.

    You have the code:

    header .ribbon {
        background-image: url("../images/themes/blue/bgr/ribbon-long.png");
    }

    But the code should be:

    header .ribbon {
        background: url("../images/themes/blue/bgr/ribbon-long.png");
    }

    It’s like background-image and background css are conflicting.

    Thread Starter mutantkeyboard

    (@mutantkeyboard)

    Aha … excellent notice. I didn’t even see that one.
    Will fix the CSS right now.

    CypressWebs

    (@jmeyer2485)

    Also I would look for more images because for the ‘Proceed To Results’ button:

    background: transparent url("../images/bgr/search-button.png"

    When I hover it with FireBug it still shows it as a blue image.

    CypressWebs

    (@jmeyer2485)

    It looks like that one has the same issue with background-image vs. background

    So I would just go through the CSS and adjust them accordingly.

    Also look for the images that might be blue still in the theme directory.

    Thread Starter mutantkeyboard

    (@mutantkeyboard)

    You seem to be right about this one. Thank you so much
    I’m working on the fix.

    CypressWebs

    (@jmeyer2485)

    OK, but the images are now blue to me also.

    Thread Starter mutantkeyboard

    (@mutantkeyboard)

    I know … I’m working on the fix 🙂

    CypressWebs

    (@jmeyer2485)

    OK, you do have a WP Super Cache plugin so I would turn it off and clear it when done if you haven’t already done so.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘BookYourTravel problem’ is closed to new replies.