<?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>Themeco Community &#187; All Posts</title>
		<atom:link href="https://theme.co/archive/forums/group/archive/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/group/archive/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 14 Oct 2025 20:38:48 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
		
					
				<item>
					<guid>https://theme.co/archive/forums/topic/x-pro-is-now-pro-what-you-need-to-know-and-do/#post-1442203</guid>
					<title><![CDATA[X Pro is Now Pro &#8211; What You Need To Know &amp; Do]]></title>
					<link>https://theme.co/archive/forums/topic/x-pro-is-now-pro-what-you-need-to-know-and-do/#post-1442203</link>
					<pubDate>Tue, 09 May 2017 16:00:15 +0000</pubDate>
					<dc:creator>Kyle</dc:creator>

					<description>
						<![CDATA[
						<p>As the title suggests, X Pro is being renamed to Pro. There are a couple steps you will need to take <em>if you are currently using any version of X Pro</em>. All downloads and purchases from this point forward are Pro.</p>
<p><strong>Why Are We Doing This?</strong></p>
<p>Regretfully the timing of this decision is outside of our control, and we realize this is not ideal. Our apologies for that. We do feel this will help provide further clarity between our products and thankfully it is a very quick, one-time task.</p>
<p><strong>What Have We Done?</strong></p>
<p>We have created a final version of X Pro (1.1.0) and an exact duplicate under the new Pro name (1.1.0). </p>
<p><strong>What Do You Need To Do?</strong></p>
<p>Because of the name change, you will need to manually activate the new theme. While there is no automated way, this process should take seconds. If you are currently using any version of X Pro between 1.0.0 and 1.1.0 please follow these steps.</p>
<p>Step 1: Download the latest version of Pro from your Themeco dashboard.<br />
Step 2: Upload it via your WordPress dashboard and activate it.<br />
Step 3: (Optional) If you are using a child theme, update the &#8220;Template&#8221; line in your style.css from <em>xpro</em> to <em>pro</em>.<br />
Step 4: Once you are certain everything is working, you can delete X Pro.</p>
<p><em>If you have added custom code to the native code editors, you will need to move that over as well.</em></p>
<p><strong>Please note:</strong> If you are not currently on the final version of X Pro (1.1.0) and are trying to switch to Pro (1.1.0) you may experience some standard issues surrounding any theme update as there have been several bug fix releases since launch. If you are just switching from X Pro 1.1.0 to Pro 1.1.0 nothing is changing besides the name.</p>
<p><strong>Anything Else I Need To Know?</strong></p>
<p>No, this is a one-time change for Pro customers only. It has no effect on X or future development plans for either product. If you run into any issues or have any questions about this process (not general theme support), please post them on this thread so we can keep everything organized in one place. Thanks!</p>
<hr />
<p><strong>Helpful Links</strong></p>
<p><a href="https://theme.co/changelog/" rel="nofollow">Changelog</a> &#8211; Detailed notes on new features and bug fixes.<br />
<a href="https://theme.co/apex/child-theme" rel="nofollow">Child Theme</a> &#8211; Download the official X and Pro child themes.<br />
<a href="https://theme.co/apex/forums/topic/pro-known-issues/" rel="nofollow">Pro Known Issues</a> &#8211; Latest notes on confirmed, global issues.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/permalink-problem-with-cornerstone/#post-1422902</guid>
					<title><![CDATA[Permalink problem with Cornerstone]]></title>
					<link>https://theme.co/archive/forums/topic/permalink-problem-with-cornerstone/#post-1422902</link>
					<pubDate>Tue, 28 Mar 2017 12:10:30 +0000</pubDate>
					<dc:creator>Bowe</dc:creator>

					<description>
						<![CDATA[
						<p>For my website <a href="http://www.gitaarduo.nl" rel="nofollow">http://www.gitaarduo.nl</a> I am working with Cornerstone. Works great on the homepage, but when other pages are published, the cornerstone editing menu disappears and you cannot edit the page.</p>
<p>After some research and forum reading, I found out that the problem is in de permalinks. If I set this to standard, it works again and I can edit the pages. But then I have silly non SEO URL&#8217;s. </p>
<p>I have read some things about this, but until now I have seen no solution that I understand. Could anybody be so kind to tell me as simply as possible what I have to do to solve the problem. Much appreciated! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/navbar-and-dropdown-menus-formatting/#post-1422888</guid>
					<title><![CDATA[navbar and dropdown menus formatting]]></title>
					<link>https://theme.co/archive/forums/topic/navbar-and-dropdown-menus-formatting/#post-1422888</link>
					<pubDate>Tue, 28 Mar 2017 11:58:40 +0000</pubDate>
					<dc:creator>MattHoll</dc:creator>

					<description>
						<![CDATA[
						<p>Hello.</p>
<p>I added this code here to format the navbar.  When on a smaller monitor, the menu wraps to a second line and I want that second line centered.  See first attachment for how that looks.</p>
<p>body .x-navbar .x-nav-wrap.desktop .x-nav li {<br />
     float: none;<br />
     display: inline-block;<br />
}</p>
<p>body .x-navbar .x-nav-wrap.desktop .x-nav {<br />
     width:100%;<br />
     text-align:center;<br />
}</p>
<p>The problem there, though, is that it messed up the formatting on my dropdown menus.  Please see second attachment.</p>
<p>I used the following code earlier in the CSS to format those menus.  I got rid of a frame around them, got rid of those rounded corners, etc.  I would like the menus to go back to looking like the third attachment.  If I delete the code for centering the wrapped menu that is above, that fixes it, but then the menu does not center when it wraps.</p>
<p>Here&#8217;s the menu customization from earlier in the CSS:</p>
<p>.x-navbar .desktop .sub-menu {<br />
    padding:0;<br />
}</p>
<p>/* individual color controls for each nested level of submenu */</p>
<p>/* first level submenu */</p>
<p>.x-navbar .desktop .sub-menu a {<br />
    color: rgb(32, 28, 64);<br />
}</p>
<p>.x-navbar .desktop .sub-menu, .x-navbar .desktop .sub-menu a {<br />
background-color: rgb(224, 219, 194);<br />
font-size: 14px;<br />
}</p>
<p>/* sub menu background color and text color on hover */<br />
.x-navbar .desktop .sub-menu a:hover {<br />
    background-color: rgb(90, 100, 124);<br />
    color: #f2c054;<br />
}</p>
<p>/* second level submenu */<br />
.x-navbar .desktop .sub-menu .sub-menu a {<br />
  color : rgb(32, 28, 64);<br />
}</p>
<p>.x-navbar .desktop .sub-menu .sub-menu, .x-navbar .desktop .sub-menu .sub-menu a {<br />
background-color: rgb(200, 196, 174);<br />
font-size: 14px;<br />
}</p>
<p>/* sub menu background color and text color on hover */<br />
.x-navbar .desktop .sub-menu .sub-menu a:hover {<br />
    background-color: rgb(90, 100, 124);<br />
    color: #f2c054;<br />
}</p>
<p>So, my question is, is there a better way to write that CSS that I posted up top to center the navbar menu when it wraps to a second line?  I do NOT want it wrapping on large monitors, but for smaller monitors it should wrap as it currently does and be centered on both lines.</p>
<p>The site is here:</p>
<p><a href="http://www.hrvatskohomebrewprvenstvo.beer/" rel="nofollow">http://www.hrvatskohomebrewprvenstvo.beer/</a></p>
<p>Any help is greatly appreciated.</p>
<p>-M</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/navbar-transparency-put-it-everywhere/#post-1422887</guid>
					<title><![CDATA[Navbar Transparency &#8211; Put it everywhere !]]></title>
					<link>https://theme.co/archive/forums/topic/navbar-transparency-put-it-everywhere/#post-1422887</link>
					<pubDate>Tue, 28 Mar 2017 11:57:19 +0000</pubDate>
					<dc:creator>pierrejdt</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, </p>
<p>I&#8217;ve put a transparent navbar in my home page, on <a href="http://www.traiteur-paca.com" rel="nofollow">http://www.traiteur-paca.com</a> but I would like to put the same everywhere.<br />
Can you help me ? Do I have just to replace &#8220;.home&#8221; by the name of my page like &#8220;.gallerie&#8221; ?</p>
<p>Thanks a lot</p>
<p>The code that I put : </p>
<p>.home .x-navbar {<br />
    background-color: rgba(242, 242, 242, 0.80) !important;<br />
}<br />
.home .x-navbar.x-navbar-fixed-top {<br />
    background-color: rgba(242, 242, 242, 0.90) !important;<br />
}<br />
}<br />
.home .x-navbar .x-nav-wrap .x-nav &gt; li &gt; a {<br />
    color: #b0bdc5;<br />
}<br />
.home .x-navbar.x-navbar-fixed-top .x-nav-wrap .x-nav &gt; li &gt; a {<br />
    color: ##b0bdc5;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-get-rid-of-all-this-empty-space/#post-1422881</guid>
					<title><![CDATA[How to get rid of all this empty space]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-get-rid-of-all-this-empty-space/#post-1422881</link>
					<pubDate>Tue, 28 Mar 2017 11:49:26 +0000</pubDate>
					<dc:creator>themouthygorilla</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, Im using ethos and I love it but there is so much empty space. Could you tell me how I can adjust the empty space between</p>
<p>a) The title and the featured image<br />
b) The featured image and the first header or first line of text<br />
c) the space between paragraphs in the body</p>
<p>also on this page <a href="https://www.themouthygorilla.com/mowanifesto-mouthy-gorilla/" rel="nofollow">https://www.themouthygorilla.com/mowanifesto-mouthy-gorilla/</a><br />
I have several information images near the top of the page that I would like to have inline with the text they are associated with. But they are floating well above the text and it looks very odd.</p>
<p>Thanks very much! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/warning-implementing-register-form/#post-1422860</guid>
					<title><![CDATA[Warning implementing Register Form]]></title>
					<link>https://theme.co/archive/forums/topic/warning-implementing-register-form/#post-1422860</link>
					<pubDate>Tue, 28 Mar 2017 11:32:21 +0000</pubDate>
					<dc:creator>rdbeli</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there</p>
<p>I tryed to implement the &#8220;Subscription Form&#8221; Widget into the Main Sidebar but the system gives me a warning</p>
<p>Warning: Invalid argument supplied for foreach() in ./wp-content/plugins/x-email-mailchimp/email-integration/functions/shortcodes/subscribe.php on line 148</p>
<p>Any idea?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/any-threads-on-getting-a-logo-into-the-responsive-uber-menu/#post-1422850</guid>
					<title><![CDATA[Any threads on getting a logo into the responsive Uber Menu?]]></title>
					<link>https://theme.co/archive/forums/topic/any-threads-on-getting-a-logo-into-the-responsive-uber-menu/#post-1422850</link>
					<pubDate>Tue, 28 Mar 2017 11:14:07 +0000</pubDate>
					<dc:creator>azzacoward</dc:creator>

					<description>
						<![CDATA[
						<p>Hi guys.</p>
<p>I&#8217;d like to get my logo into the ubermenu when in responsive mode.</p>
<p>Is there any threads regarding this that could point me in the right direction. Can&#8217;t seem to find anything in the forum.</p>
<p>Cheers</p>
<p>Aaron</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/megamenu-9/#post-1422832</guid>
					<title><![CDATA[megamenu]]></title>
					<link>https://theme.co/archive/forums/topic/megamenu-9/#post-1422832</link>
					<pubDate>Tue, 28 Mar 2017 10:43:51 +0000</pubDate>
					<dc:creator>imokweb</dc:creator>

					<description>
						<![CDATA[
						<p>Hello<br />
I have a question about the megamenu<br />
I think I did it correct:) but it isn&#8217;t showing like <a href="https://community.theme.co/kb/how-to-setup-megamenus/" rel="nofollow">https://community.theme.co/kb/how-to-setup-megamenus/</a> here.<br />
its dev.imok.ro/swcool<br />
can you help me out?<br />
thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/jerky-bottom-to-top-fixed-menu-on-mobile/#post-1422830</guid>
					<title><![CDATA[Jerky bottom to top fixed menu on mobile]]></title>
					<link>https://theme.co/archive/forums/topic/jerky-bottom-to-top-fixed-menu-on-mobile/#post-1422830</link>
					<pubDate>Tue, 28 Mar 2017 10:41:15 +0000</pubDate>
					<dc:creator>https://coinno.no</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I have an above the masthead slider (revolution) and a sticky menu. This works fine on desktop, but there is a jerk in the transition on my iphone. When the menu is at the bottom and scrolls up and out of sight it takes a while until it pops back in on the top. On desktop this is smooth. If I just keep my finger on the screen after scrolling down it never pops back. Until I lift the finger.</p>
<p>I want the menu to still be sticky on all pages, and on mobile.</p>
<p>Everything is updated and I am using the Renew stack. All customization is in the custom / edit global css menu under appearance / customize. There is a child theme, but nothing changed there.</p>
<p><a href="https://coinno.no/energibygg" rel="nofollow">https://coinno.no/energibygg</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/about-seo-h1-aspects-pages-with-more-than-one-h1-tag/#post-1422828</guid>
					<title><![CDATA[About SEO H1 Aspects (pages with more than one H1 tag)]]></title>
					<link>https://theme.co/archive/forums/topic/about-seo-h1-aspects-pages-with-more-than-one-h1-tag/#post-1422828</link>
					<pubDate>Tue, 28 Mar 2017 10:37:36 +0000</pubDate>
					<dc:creator>Gnomo Bàgnolo</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there</p>
<p>I&#8217;d like to better understand H1 behavior in X Theme</p>
<p>Some site analyzer alert me in order to:</p>
<p>28 Errors: pages with more than one H1 tag<br />
some examples:<br />
<a href="https://www.ilsentierodeglignomi.it/" rel="nofollow">https://www.ilsentierodeglignomi.it/</a><br />
<a href="https://www.ilsentierodeglignomi.it/blog/" rel="nofollow">https://www.ilsentierodeglignomi.it/blog/</a><br />
<a href="https://www.ilsentierodeglignomi.it/la-magica-favola-di-gnomo-bagnolo/" rel="nofollow">https://www.ilsentierodeglignomi.it/la-magica-favola-di-gnomo-bagnolo/</a></p>
<p>Could you help me in order to resolve this issue?</p>
<p>Thank You</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

