Home › Forums › Weaver Xtreme Theme › Fatal Error
- This topic has 7 replies, 3 voices, and was last updated 1 year, 1 month ago by
Weaver.
-
AuthorPosts
-
May 12, 2021 at 13:58 UTC - Views: 29 #68667
Yvonne Sarnicka
ParticipantXtreme Plus in the latest version of wordpress 5.7.1 causes a fatal error!!!!
May 12, 2021 at 15:39 UTC - Views: 27 #68668scrambler
ModeratorNo issue here and no report so far, So you have to give us a LOT more details…
- What version of Plus with what version of the Theme?
- What Error message, Where, and When?
- Have you tried deactivating ALL non weaver plugins and see if that changes anything?
- Link to the site?
May 12, 2021 at 16:08 UTC - Views: 25 #68669Yvonne Sarnicka
Participant- What version of Plus with what version of the Theme?
Weaver Xtreme Plus v. 4.0
- What Error message, Where, and When?
A fatal error has occurred on the site. The error appeared after updating wordpress to version 5.7.1. Previously, it was working fine. When disabled, Xtreme Plus also works fine on the new version of wordpress.
- Have you tried deactivating ALL non weaver plugins and see if that changes anything?
Yes. Fatal error only occurs when Xtreme Plus is running
- Link to the site?
May 12, 2021 at 16:17 UTC - Views: 22 #68670Weaver
KeymasterNot sure why it might have worked before, but you seem to have bad HTML in the Weaver Xtreme Plus Post Header injection area.
That code now seems to include a full HTML page – including <doctype>, <html>, and <header>.
You can see this by looking at the HTML output of the link you provided.
May 12, 2021 at 16:31 UTC - Views: 19 #68671Yvonne Sarnicka
ParticipantYes, it is already known. With Xtreme Plus enabled in “Pre-Header” there was a slider shortcode ([smartslider3 slider = “1”]) and it caused a fatal error.
The question is why was it working properly before? Is Pre-Header a bad place to post this type of shortcode?May 12, 2021 at 16:31 UTC - Views: 17 #68672Weaver
KeymasterI would think you could still run the admin side with Weaver Xtreme Plus activated in order to fix the contents of the Post Header insertion area.
May 12, 2021 at 16:43 UTC - Views: 15 #68673Yvonne Sarnicka
ParticipantI removed the slider shortcode from “pre-Header” and everything works. But the slider doesn’t work. hehehe.
I report the bug to the author of the slider. For the moment, thank you very much.May 13, 2021 at 19:12 UTC - Views: 8 #68684Weaver
KeymasterThe pre-header injection simply adds HTML before the WP header area – not the same as the <head> area which where CSS and JavaScript is usually included. There can be only one <head> area.
So, for whatever reason, the shortcode is adding all the normally one-time code sections (<html>, <head>). There actually can be many <header> sections. It is used by convention in WP to create “header” areas such as the header area, and title areas of pages and posts.
-
AuthorPosts
- You must be logged in to reply to this topic.