Tagged: ,

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1293625

    Hi there,
    I have a website with a transparent header on the homepage, and there is now a white bar appearing above what should be the start of the content, behind the logo area. I can’t see what is suddenly causing it in the CSS?

    #1293916

    Hey chartinboy,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1293939

    No problem, admin details in private section.

    #1293945

    Hi,

    Thanks for contacting us!

    You are currently using an older version of the theme, 4.4 which is not compatible with your WordPress version.
    Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.1.
    Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)

    Regards,
    Yigit

    #1294056

    Hi there,

    I’ve done this, and am now on the latest update, but the white bar across the top is still there.

    And, weirdly, after the update clicking the “edit page” button on the admin bar on the front end of the website always leads to the same, first page, not the page I selected to edit.

    #1294084

    Hi,

    You had many CSS errors in your custom CSS code in Quick CSS field. I corrected them and then went to Enfold theme options > Performance and disable “CSS file merging and compression”, saved theme options, re-enabled the options and saved theme options once again and that helped.

    Please review your website :)

    Best regards,
    Yigit

    #1294108

    Thanks Yigit, you’re a superhero.

    #1294109

    Hi Yigit, I’ve just realised this has broken a lot of other pages on the site! Examples in the private section. Do you have a copy of that code before the changes were made?

    #1294118
    This reply has been marked as private.
    #1294120

    Hi,

    I do not have a copy of the old code but since it was broken, it was not running properly. I attached the part of the code I commented out in private content field.
    Other fixes included missing curly brackets and wrong syntax such as

    .selector { 
       color: orange; !important; 
    }

    while it should be

    .selector { 
       color: orange !important; 
    }

    Please feel free to correct the homepage. I am trying to figure out the reason why footer is not fullwidth on product pages :)

    Best regards,
    Yigit

    #1294121

    Thanks Yigit. Not sure what you mean with the footer – it’s looking fine to me?

    I’ll add the vid back on now. Appreciate your help a huge amount.

    #1294125

    Hi Yigit, sorry to keep adding things.

    2 things I’ve noted:

    • This reply was modified 3 years ago by chartinboy. Reason: Resolved the homepage header issue
    #1294135

    Hi,

    I added following code to top of Quick CSS field

    @media only screen and (max-width: 990px) {
    #header .inner-container {
        width: auto;
    }}

    Please review your website :)

    Best regards,
    Yigit

    #1294139

    Thanks so much Yigit. The site is looking fantastic.

    I don’t suppose you know why the “Edit page” link in the admin bar always go to the same page, not the one you’re on?

    #1294146

    Hi,

    You are welcome!

    Please try de-activating all active plugins and activate them one by one to find the culprit. I think there is a plugin conflict.

    Best regards,
    Yigit

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