<?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>Customize submenu &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/customize-submenu/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/customize-submenu/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 15 Oct 2025 17:03:44 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-submenu/#post-240273</guid>
					<title><![CDATA[Customize submenu]]></title>
					<link>https://theme.co/archive/forums/topic/customize-submenu/#post-240273</link>
					<pubDate>Wed, 01 Apr 2015 22:21:14 +0000</pubDate>
					<dc:creator>unjourjirai</dc:creator>

					<description>
						<![CDATA[
						<p>Hello ! First, thank you for your theme, it&#8217;s amazing all the things we can do with it !</p>
<p>I&#8217;m facing difficulties with my submenu. Actually, I&#8217;m developping a website focused on travel. So I need to list the different places in the world.<br />
So i have parent categories such as Europe, and a lot of child categories linked to Europe (for example). But when I place my mouse over the category link &#8220;Europe&#8221;, i can&#8217;t see all the subcategories (which are all the countries of Europe).<br />
I&#8217;d like to be able to see all of them. How can I do that ? Or better, how can i Split them in two columns ? </p>
<p>Here is the link of my website (look at &#8220;Europe&#8221; on the right in the nav bar):<br />
<a href="http://unjourjirai.fr/" rel="nofollow">http://unjourjirai.fr/</a></p>
<p>Thank you so much !</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-submenu/#post-240376</guid>
					<title><![CDATA[Reply To: Customize submenu]]></title>
					<link>https://theme.co/archive/forums/topic/customize-submenu/#post-240376</link>
					<pubDate>Thu, 02 Apr 2015 01:30:21 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>Please add the code in your <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong>.</p>
<pre><code>.masthead-inline .x-navbar.x-navbar-fixed-right .desktop .sub-menu {
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
}</code></pre>
<p>Support for column-count property is from IE10 upwards only however. If you need support for IE9, you will need other solutions that would fall beyond the scope of our support. You might want to contact our trusted partners who caters X setup and customization needs. Please see <a href="https://theme.co/x/member/custom-development/" rel="nofollow">https://theme.co/x/member/custom-development/</a>.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-submenu/#post-240568</guid>
					<title><![CDATA[Reply To: Customize submenu]]></title>
					<link>https://theme.co/archive/forums/topic/customize-submenu/#post-240568</link>
					<pubDate>Thu, 02 Apr 2015 07:57:21 +0000</pubDate>
					<dc:creator>unjourjirai</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you so much for your reply ! It perfectly works ! 🙂</p>
<p>Could you also possibly help me with this question (I know that it&#8217;s not entirely a question related to the Xtheme I use but anyway, maybe you will be able to help me) :<br />
I&#8217;d like to display a dropdown list, actually two dropdown lists in the menu : one for the parent categories, and one for the child categories.<br />
For example, first list :<br />
-Europe<br />
-South America<br />
-North America<br />
-Africa</p>
<p>If I select Europe, the second list will display only countries of Europe, and on click it will launch the corresponding category page. (let&#8217;s say for example France). </p>
<p>Do you have any suggestion ? 🙂 </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-submenu/#post-240574</guid>
					<title><![CDATA[Reply To: Customize submenu]]></title>
					<link>https://theme.co/archive/forums/topic/customize-submenu/#post-240574</link>
					<pubDate>Thu, 02 Apr 2015 08:11:48 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>To do so, go to Appearance &gt; Menus in the WordPress admin panel. Once you are on this page, look for the screen options and toggle this button. Check &#8216;categories&#8217; so that all your categories will be available for you to add as a menu item. Once the categories is already displaying, you can start dragging the categories and adding it as your menu items. You can shuffle them, drag around as a parent or sub category of a menu item. </p>
<p>Please check the screenshot <a href="http://prntscr.com/6ohpr1" target="_blank" rel="nofollow">http://prntscr.com/6ohpr1</a> so that you will have the idea of what the menu management page looks like in your WordPress dashboard.</p>
<p>Kindly let us know how it goes.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-submenu/#post-240585</guid>
					<title><![CDATA[Reply To: Customize submenu]]></title>
					<link>https://theme.co/archive/forums/topic/customize-submenu/#post-240585</link>
					<pubDate>Thu, 02 Apr 2015 08:30:05 +0000</pubDate>
					<dc:creator>unjourjirai</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for your reply. I think i was not clear in my precedent post, but I think you can&#8217;t give me a support on that question as it does not depend on the theme but on HTML,PHP and AJAX code.. </p>
<p>I&#8217;d like to create a first list with my different categories, and if i select one of the categories, the second list will show only the child categories corresponding to the parent carategory selected in the first list ^^</p>
<p>Quite difficult to explain with my english ^^<br />
But thank you anyway 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-submenu/#post-240586</guid>
					<title><![CDATA[Reply To: Customize submenu]]></title>
					<link>https://theme.co/archive/forums/topic/customize-submenu/#post-240586</link>
					<pubDate>Thu, 02 Apr 2015 08:35:12 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>What you are trying to accomplish requires a template customization, we would like to suggest that you use a <a href="https://theme.co/x/member/kb/how-to-setup-child-themes/" target="_blank" rel="nofollow">child theme</a>. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in  <a href="https://theme.co/x/member/kb/customization-best-practices/" target="_blank" rel="nofollow">Customization Best Practices</a>.</p>
<p>Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. </p>
<p>For more assistance, you might want to contact our trusted partners who caters X setup and customization needs. Please see <a href="https://theme.co/x/member/custom-development/" target="_blank" rel="nofollow">Our Trusted Customization Partners</a>.</p>
<p>Thanks for understanding.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-submenu/#post-240647</guid>
					<title><![CDATA[Reply To: Customize submenu]]></title>
					<link>https://theme.co/archive/forums/topic/customize-submenu/#post-240647</link>
					<pubDate>Thu, 02 Apr 2015 11:13:09 +0000</pubDate>
					<dc:creator>unjourjirai</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for your answer !</p>
<p>I finally succeed to develop my linked lists. I&#8217;d like to put it in the navbar. Which file do I have to edit ? </p>
<p>Thanks. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-submenu/#post-240690</guid>
					<title><![CDATA[Reply To: Customize submenu]]></title>
					<link>https://theme.co/archive/forums/topic/customize-submenu/#post-240690</link>
					<pubDate>Thu, 02 Apr 2015 12:43:33 +0000</pubDate>
					<dc:creator>unjourjirai</dc:creator>

					<description>
						<![CDATA[
						<p>It&#8217;s okay I&#8217;ve found how to edit the navbar. </p>
<p>However, I&#8217;d like to edit categories content ! They display last posts of categories, I&#8217;d like to change that and do something more professional ! Which file do I have to edit ? </p>
<p>Thanks 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-submenu/#post-240725</guid>
					<title><![CDATA[Reply To: Customize submenu]]></title>
					<link>https://theme.co/archive/forums/topic/customize-submenu/#post-240725</link>
					<pubDate>Thu, 02 Apr 2015 13:54:11 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>For that, you&#8217;ll need to edit the file <strong>wp-content/themes/x/framework/views/renew/wp-index.php</strong>. You can simply copy it in your child theme&#8217;s folder <strong>/framework/views/renew/</strong>. In order to change the order, you&#8217;ll need to use wordpress <a href="http://codex.wordpress.org/Conditional_Tags" rel="nofollow">Conditional Tags</a>. This will require custom development, while that is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here. </p>
<p>You can use following code to change the order of your posts in all of the categories:</p>
<pre><code>&lt;?php if (is_category()): ?&gt;
  &lt;?php query_posts($query_string . &#039;&amp;orderby=title&amp;order=DECS&#039;); ?&gt;
&lt;?php endif; ?&gt;
</code></pre>
<p>Change <strong>orderby</strong> and <strong>order</strong> attributes to your desired value. Review this to see all available options: <a href="http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters" rel="nofollow">http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters</a></p>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customize-submenu/#post-240766</guid>
					<title><![CDATA[Reply To: Customize submenu]]></title>
					<link>https://theme.co/archive/forums/topic/customize-submenu/#post-240766</link>
					<pubDate>Thu, 02 Apr 2015 14:53:51 +0000</pubDate>
					<dc:creator>unjourjirai</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for your reply. </p>
<p>I don&#8217;t want to change the order of the articles, but just want to custom my category pages, like I do with visual composer on the Home page ^^ </p>
<p><a href="http://unjourjirai.fr/category/amerique-du-nord/" rel="nofollow">http://unjourjirai.fr/category/amerique-du-nord/</a></p>
<p>Actually, category pages only show articles (see the link), i would like to be able to add texts, to add html code etc&#8230;<br />
Does editing wp-index.php will change my category pages ? Will it also affect other pages ? </p>
<p>Thanks 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

