Home › Forums › Archived Forums › Weaver II Theme › Weaver II Pro › Header Gadgets seems to be inserting escaped string…
- This topic has 7 replies, 3 voices, and was last updated 5 years, 11 months ago by
scrambler.
-
AuthorPosts
-
May 28, 2015 at 21:31 UTC - Views: 1 #17819
ExNube
ParticipantI am wanting to insert the following into the header gadget area, but when I do it seems to escape string when saving…
I put the following into the text field: [weaver_show_if_mobile]<h1><a href=”/”><img src=”http://www.sawgrassfriends.com/wp-content/uploads/2015/05/Sawgrass-Friends-Logo-103×77.jpg” alt=”Sawgrass Friends Logo”></a></h1>[/weaver_show_if_mobile]When I hit save it changes to: [weaver_show_if_mobile]<h1><a href=”/”><img src=”http://www.sawgrassfriends.com/wp-content/uploads/2015/05/Sawgrass-Friends-Logo-103×77.jpg” alt=”Sawgrass Friends Logo”></a></h1>[/weaver_show_if_mobile]notice the added to the a href and the img srcIt works perfect with pro weaver 2.1.12 but is breaking with 2.2Both use WordPress version 4.2.2May 30, 2015 at 14:31 UTC #22269ExNube
ParticipantIs anyone else having this problem???
May 30, 2015 at 15:58 UTC #22270Weaver
KeymasterSorry – I am thinking about how to handle this issue. The gadget is not widely used much, I think, as it is inherently non-responsive – as you apparently understand by your use of [weaver_show_if_mobile].
I had missed the note about working on 2.1.12 but not 2.2, which might help diagnose why this is happening now.
This is on my agenda for today.
May 30, 2015 at 17:14 UTC #22271Weaver
KeymasterThis was, in fact, a bug introduced in the update from 2.1.12 to 2.2, and would affect many other options as well. Version 2.2.1 will be available shortly. If all goes well, you should be able to update automatically with the normal WP theme update process (for version 2.2 or later).
May 30, 2015 at 18:10 UTC - Views: 1 #22272ExNube
Participant#MuchLove !!!
I am going to get into the extreme theme soon, but have been busy as hell!Personally… I love the header gadgets. I use them tonzzz for displaying “Login” “Sign Up” “Register” Upgrade” etc to different users…May 30, 2015 at 23:42 UTC - Views: 2 #22273Weaver
KeymasterI know they were uniquely useful for some things, but it is just too hard to generalize them to a nice responsive layout, so they were dropped in Weaver Xtreme.
September 19, 2016 at 21:57 UTC - Views: 9 #22274ExNube
ParticipantSorry to reopen an old thread, but I have a new site coming up that I am considering making the jump to Xtreme now. I use your theme on literally hundreds of websites so the conversion process was not an option… I was doing some research on the theme and ironically my own thread answered part of my question. I use the header gadgets. A LOT… I could use “Insert Pre Header HTML” but have always chose to use header gadgets instead. Is the “Insert Pre Header HTML” option or something similar available in Xtreme???
September 19, 2016 at 23:54 UTC - Views: 8 #22275scrambler
ModeratorYes, have a look at all the insertion areas on the demo site insertion area page.
http://demo.weavertheme.com/insertion-areas/Without Plus, you can use the pre wrapper area, with plus, you also have the “pre header” and “header” areas. Then with a little bit of custom CSS (like position:absolute), you can get the same thing as the gadget.
If using the pre wrapper area which is full browser width, you can easily limit it to the site width using the custom CSS below in the area BG CSS+ box
{max-width:1000px;margin:0 auto;} -
AuthorPosts
- The forum ‘ Weaver II Pro’ is closed to new topics and replies.