Home › Forums › Weaver Xtreme Theme › Issues after applying version 5.0.1
- This topic has 16 replies, 3 voices, and was last updated 7 months, 1 week ago by
Weaver.
-
AuthorPosts
-
December 31, 2021 at 01:34 UTC - Views: 95 #69976
laura
ParticipantHi,
After applying version 5.0.1, I am still having an issue with a weaver site.
There’s a couple of lines of css code that is appearing above the header section. Is there a way to get rid of that?
Also, there is the site background image which is showing normally, but there is also a site background color that is supposed to show through it, but it is not.
Here is a link to the site:
clientswebdesigns.com/blogThere is a link a copy of the site before V5 was applied. It is not an exact copy, but it will show you how it should look:
clientswebdesigns.com/blog13Thank you so much.
December 31, 2021 at 04:52 UTC - Views: 89 #69981Weaver
KeymasterI’m a bit puzzled. The CSS you see at the top.
It is coming from some Custom CSS box somewhere, but I can’t figure out where. It is possible it is a setting from several versions ago of Weaver Xtreme. The CSS is actually found in the page source as:
<!-- Add your own CSS snippets between the style tags. --> #colophon { padding-top: 15px; padding-bottom: 15px; text-align: center; font-style: normal; font-size: 11px; } .entry-content {padding-top: 10px;}
Note that there is NOT <style>…</style> now being added. And I can’t find anywhere in the theme, theme support, or Weaver Plus that has the phrase about adding the CSS between the <style> brackets. I do seem to remember having that somewhere at some point, but it isn’t found anywhere now. Do you know where that is coming from? Which option?
There is some chance that V5.0.2 may fix that, but I just don’t know.
December 31, 2021 at 05:53 UTC - Views: 84 #69982laura
ParticipantIt seems to relate to the footer styling.
December 31, 2021 at 17:06 UTC - Views: 81 #69991scrambler
Moderator@weaver, I see the error below in the console, and am wondering if it could be contributing to the issue
Failed to load resource: the server responded with a status of 404 ()
@laura, given there were a few hiccups in the v5 update, you may want to tray the following.- Revert back to 4.4.8
- Update the Xtreme Theme support plugin to its latest version.
- Redo the v5 update to the latest version.
- Clear ALL your caches (plugin, cloudflare, browser….)
- Go in Appearance > Xtreme Admin > main Options and click “Save Settings” to refresh everything.
December 31, 2021 at 17:40 UTC - Views: 77 #69998This reply has been marked as private.December 31, 2021 at 18:00 UTC - Views: 73 #70003This reply has been marked as private.December 31, 2021 at 18:04 UTC - Views: 72 #70004scrambler
ModeratorThe error was in edge, but is no longer there.
I still see it in Chrome, and it seems to just be about the favicon
/favicon.ico:1 Failed to load resource: the server responded with a status of 404 ()
December 31, 2021 at 18:25 UTC - Views: 66 #70007Weaver
KeymasterI can see this, too, and note that there is no favicon shown on any site. This is like an issue with the site not properly have the favicon set with the somewhat new WP built-in options.
January 1, 2022 at 02:45 UTC - Views: 56 #70024This reply has been marked as private.January 1, 2022 at 22:32 UTC - Views: 43 #70062Weaver
KeymasterOK, I seem to have found the issues.
- The CSS. That was incorrectly placed in the Advanced Options : Head Section box. I believe at one point, it would have been allowed by the Theme to add that CSS there, but HTML standards say that no <style> blocks are allowed in the <head> section, and Weaver Xtreme V5. now enforces that (but not perfectly). What happened is that Weaver Xtreme V5 stripped the <style> … </style> tags that were there, and thus the CSS shows up. I moved those rules to the Custom CSS block where it actually belongs, and that fixed it, plus the custom CSS now works.
- The dim background image is the result of another change in V5 that in the pre-V5.0.4 versions improperly tried to ignore the WP core default background color setting, which has been removed from WP official support. That got fixed in the as yet un-released V 5.0.4 version. I did upload it to your /blog site, and that fixed the issue. (Use of that option seems to date back to older websites. I see your site was actuall converted from Weaver Xtreme II. I also discovered a similar issue with that option on one of the older sites I have which led to the fix just earlier today!)
At his point, you might want to revisit the Customizer settings as they now include a ‘Where” view that closely follows the organization of the old Legacy interface. Due to improvements in the WP Customizer implementation, it has gotten MUCH faster that it was a couple of years ago, and is quite usable, especially in how it shows the effects of the changes either immediately, or after a fast refresh of the page/post being edited.
January 1, 2022 at 23:55 UTC - Views: 31 #70068This reply has been marked as private.January 1, 2022 at 23:58 UTC - Views: 26 #70069scrambler
ModeratorWeaver said you had put the CSS in Advanced options > Head section.
Normally when you do that, you have to include the CSS within Style tags, which apparently get stripped with the new release, only leaving the CSS which is invalid in that section.
If so, go there, cut the CSS and put it in the theme Global Custom CSS Rule box
January 2, 2022 at 00:50 UTC - Views: 24 #70070laura
ParticipantThank you so much. I got it working.
At first, I got confused – I went to the css in advanced options > head section, but I didn’t see the code there at first because the window was so narrow that it didn’t look like there was anything there except where it says, “<— Add your own css snippets between the style tags—>” but then I grabbed the lower right corner of the section and dragged it down revealing the code. So I cut and pasted it into the Global Custom CSS Rule Box. So everything is ok now.
So now I’m just waiting for the release of V5.0.4 to resolve the background color issue.
January 2, 2022 at 00:52 UTC - Views: 22 #70071scrambler
ModeratorBelow is a post from someone who fixed it until then
Lost background color upon recent update – Weaver Support Forum (weavertheme.com)
January 2, 2022 at 01:05 UTC - Views: 15 #70072Weaver
KeymasterI updated your site to 5.0.4 already.
January 2, 2022 at 21:40 UTC - Views: 12 #70090laura
ParticipantI had a couple of other sites where I had lost the background color and I was able to get them back by creating a CSS rule in the Global Custom CSS rule box:
body.custom-background {
background-color: #087ea8 !important;
}This worked but, should this only be considered a temporary fix until V5.0.4 comes out?
-
AuthorPosts
- You must be logged in to reply to this topic.