befree22
Forum Replies Created
-
Forum: Themes and Templates
In reply to: List subpages in WordPress navigation menuFixed by author. Although I had set the Primary Menu in WP Admin > Appearance, I forgot to uncheck the “Add top level menus automatically” in the menu options. Now the 2 pages aren’t displaying in the Primary/Top menu.
Thanks for your time.
Forum: Themes and Templates
In reply to: List subpages in WordPress navigation menuI’m having the author of this 2012 child theme look into this issue.
Forum: Themes and Templates
In reply to: List subpages in WordPress navigation menuI’m quite familiar using WP admin to add menus via WP admin > Menus > Theme location (see thread above). My issue is that ALL pages, and not just pages added to the top menu, are displaying on the site, namely the Privacy and Thank you pages.
If you viewed the site, you’ll see those 2 pages are included in the top menu but they don’t appear in the WP admin > Menu > Theme location for the top/primary menu. This is why I wanted to resort to hardcoding the menu in the header.php.
The related issue is that whenever I add this code to exclude the 2 pages from the top menu, I get a list of ALL pages displaying belowing the top menu:
<?php wp_list_pages('exclude=69,75' ); ?>Forum: Themes and Templates
In reply to: remove space between masthead & main contentCould you tell me which css rule this is? I have the style.css and I have a custom css in WP admin > Appearance > Theme Options. I make all of my changes in the custom css in WP admin.
Forum: Themes and Templates
In reply to: List subpages in WordPress navigation menuIt’s here.
WP admin interface permits you to specify the order in the WP admin > Appearance > Theme locations but I’m thinking that I also have to specify the order by editing the page details, ie. Pages > Page attributes which I’m working on.
Still, I want to exclude the 2 pages mentioned above.
Forum: Themes and Templates
In reply to: Help fixing social media icons, date display in headerThe site was upgraded to a 2012 child theme using native WordPress code. See http://wordpress.org/support/topic/align-social-media-icons-in-header?replies=7
Forum: Themes and Templates
In reply to: Blog page not populating contentI upgraded the site to a 2012 child theme.
Forum: Themes and Templates
In reply to: List subpages in WordPress navigation menu<?php wp_list_pages('include=497,10,21,24,15,43,295,500,13&title_li=&depth=1&exclude=69,75'); ?>I’m trying the code above but it’s still not registering. Two pages that I want to exclude from the top nav menu are Pages and Thank You. The Credits page should be listed before the Contact page. The page id’s show the sort order for the pages. What am I missing?
The pages are all sorted in WP admin > Menu > Theme locations several days ago.
Forum: Themes and Templates
In reply to: List subpages in WordPress navigation menuI’m using this 2012 child theme at this site and I have the latest WordPress update. I want to hardcode the top navigation menu links in header.php because the top nav menu keeps displaying ALL pages on the site whenever I make changes to the custom css. I added the menu pages in WP admin > Menu > Theme locations. I’m only using the top menu and the footer menu. The child theme came with the top menu and the lower menu (below the top menu) but I added the footer menu code from WP Codex.
The code I added is this …
</nav><!-- #site-navigation --> <?php wp_list_pages('title_li=&depth=1&sort_column=menu_order&exclude=497,10,21,24,15,43,295,500,13'); ?>…but it’s not registering on the site yet. Is this code correct and I’m I adding it to the right spot in the header.php? The complete header.php code is http://pastebin.com/Le8KQJC3
Forum: Fixing WordPress
In reply to: format text on pageOK, I just added the halfwidth class to the css and all of the lyrics are in 2 columns. 🙂
Now, the current font is 10px and I changed it to 16px, so it’s quite readable now. Thanks again.
Forum: Fixing WordPress
In reply to: format text on pageUmm…
FYI: The help WPyogi offered above was for a commercial theme but the current theme is permanently switched to a 2012 child theme on this site.
I’m having the same issue with the 2 column layout on this 2012 child theme, namely, the lyrics aren’t appearing in 2 columns. I adjusted the font size but the lyrics still aren’t appearing in 2 columns (view page).
Since I’m using a 2012 child theme, do I have to continue using halfwidth div? What css will work with the child theme to align the lyrics into 2 columns?
Forum: Themes and Templates
In reply to: move top nav bar downIt works when I adjust the #header-logo css. Thanks for your precious time. 🙂
Forum: Themes and Templates
In reply to: move top nav bar down.main-navigation { position: absolute; margin-top: 200px; width: 100%; }The above css works but the logo is still cut off so I’ll remove the height on #header-logo.
Forum: Themes and Templates
In reply to: display footer menu links inlineThanks!
Forum: Themes and Templates
In reply to: display footer menu links inlineIt works! God, I love you!