-
AuthorPosts
-
April 10, 2021 at 11:39 am #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?April 12, 2021 at 12:02 pm #1293916Hey 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,
RikardApril 12, 2021 at 1:49 pm #1293939No problem, admin details in private section.
April 12, 2021 at 2:22 pm #1293945Hi,
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,
YigitApril 13, 2021 at 10:20 am #1294056Hi 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.
April 13, 2021 at 12:04 pm #1294084Hi,
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,
YigitApril 13, 2021 at 1:36 pm #1294108Thanks Yigit, you’re a superhero.
April 13, 2021 at 1:43 pm #1294109Hi 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?
April 13, 2021 at 2:01 pm #1294118This reply has been marked as private.April 13, 2021 at 2:10 pm #1294120Hi,
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,
YigitApril 13, 2021 at 2:12 pm #1294121Thanks 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.
April 13, 2021 at 2:30 pm #1294125Hi Yigit, sorry to keep adding things.
2 things I’ve noted:
- This reply was modified 3 years, 7 months ago by chartinboy. Reason: Resolved the homepage header issue
April 13, 2021 at 2:53 pm #1294135Hi,
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,
YigitApril 13, 2021 at 2:57 pm #1294139Thanks 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?
April 13, 2021 at 3:24 pm #1294146 -
AuthorPosts
- You must be logged in to reply to this topic.