<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Popup Icon for Header Details setting not saving</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 07:41:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/#post-32750</guid>
					<title><![CDATA[Popup Icon for Header Details setting not saving]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/#post-32750</link>
					<pubDate>Mon, 02 Apr 2018 20:29:13 +0000</pubDate>
					<dc:creator>mossifer</dc:creator>

					<description>
						<![CDATA[
						<p>In THEME OPTIONS On Terra, I’m setting </p>
<p>Use Popup Icon for header Details = NO<br />
Clicking SAVE<br />
but it’s not sticking.  It keeps reverting to YES, and that part is hidden.  I want it to be displayed by default.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/#post-32752</guid>
					<title><![CDATA[Reply To: Popup Icon for Header Details setting not saving]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/#post-32752</link>
					<pubDate>Tue, 03 Apr 2018 06:19:50 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Strange, is that the only option that won&#8217;t update in your theme options?<br />
You can edit your Terra\includes\theme-options.php file and find this: &#8220;use_header_popup&#8221; then about 10 lines below find this:</p>
<p><code>&#039;std&#039;         =&gt; 1,</code></p>
<p>and change to:</p>
<p><code>&#039;std&#039;         =&gt; 0,</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/#post-32760</guid>
					<title><![CDATA[Reply To: Popup Icon for Header Details setting not saving]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/#post-32760</link>
					<pubDate>Tue, 03 Apr 2018 19:27:26 +0000</pubDate>
					<dc:creator>mossifer</dc:creator>

					<description>
						<![CDATA[
						<p>I tested it and the other settings are saving correctly. In that header tab and others. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/#post-32761</guid>
					<title><![CDATA[Reply To: Popup Icon for Header Details setting not saving]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/#post-32761</link>
					<pubDate>Tue, 03 Apr 2018 19:32:19 +0000</pubDate>
					<dc:creator>mossifer</dc:creator>

					<description>
						<![CDATA[
						<p>that line says true</p>
<p>I changed it to false</p>
<p>It still does not work.</p>
<p>Here&#8217;s the code:</p>
<p>	array(<br />
	  &#8216;label&#8217;       =&gt; &#8216;Use Popup Icon for header Details&#8217;,<br />
	  &#8216;id&#8217;          =&gt; &#8216;use_header_popup&#8217;,<br />
	  &#8216;type&#8217;        =&gt; &#8216;select&#8217;,<br />
	  &#8216;desc&#8217;        =&gt; &#8216;By default (Yes) the &#8220;plus&#8221; icon popup in the header is implemented, select &#8220;No&#8221; if you want the header details section (Contact Details, Social Icons &amp; Search) to be displayed by default without a popup.&#8217;,<br />
	  &#8216;choices&#8217;     =&gt; array(<br />
	    array(<br />
	      &#8216;label&#8217;       =&gt; &#8216;Yes&#8217;,<br />
	      &#8216;value&#8217;       =&gt; true<br />
	      ),<br />
	    array(<br />
	      &#8216;label&#8217;       =&gt; &#8216;No&#8217;,<br />
	      &#8216;value&#8217;       =&gt; false<br />
	      )<br />
	    ),<br />
	  &#8216;std&#8217;         =&gt; false,<br />
	  &#8216;rows&#8217;        =&gt; &#8221;,<br />
	  &#8216;post_type&#8217;   =&gt; &#8221;,<br />
	  &#8216;taxonomy&#8217;    =&gt; &#8221;,<br />
	  &#8216;class&#8217;       =&gt; &#8221;,<br />
	  &#8216;section&#8217;     =&gt; &#8216;header&#8217;<br />
	  ),	</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/#post-32762</guid>
					<title><![CDATA[Reply To: Popup Icon for Header Details setting not saving]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/#post-32762</link>
					<pubDate>Tue, 03 Apr 2018 19:35:07 +0000</pubDate>
					<dc:creator>mossifer</dc:creator>

					<description>
						<![CDATA[
						<p>Well anyway, I did it with CSS: </p>
<p>#hidden_header { display:block !important; }<br />
#header_toggler {display:none; }</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/#post-32763</guid>
					<title><![CDATA[Reply To: Popup Icon for Header Details setting not saving]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/popup-icon-for-header-details-setting-not-saving/#post-32763</link>
					<pubDate>Wed, 04 Apr 2018 06:36:41 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, cool. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

