Tagged: "page sidebar navigation"
-
AuthorPosts
-
March 24, 2015 at 10:10 pm #417429
Hi,
In my Sidebar setting, I’ve set Page Sidebar navigation to display. Then under Appearance > Widgets > Displayed Everywhere I have the Search widget and couple of Text widgets. Right now the sidebar navigation displays above the other widgets. I can’t find a way to move it.
I need to make two modifications:
- Move the Search widget above the Page Sidebar Navigation
- Add a widget title or an H3 title above the sidebar navigation
Could you please tell me what edits I need to make? I prefer not to use a Custom Menu widget if it is possible.
Thanks
P.S. I’m using a child theme with Enfold V3.1.1 and WP 4.1.1.
- This topic was modified 9 years, 9 months ago by akmhou.
March 25, 2015 at 6:02 pm #418015Hey akmhou!
In the sidebar.php file try moving lines 28 – 34.
//Display a subnavigation for pages that is automatically generated, so the users do not need to work with widgets $av_sidebar_menu = avia_sidebar_menu(false); if($av_sidebar_menu) { echo $av_sidebar_menu; $default_sidebar = false; }
So they are right above line 86.
echo "</div>";
Cheers!
ElliottMarch 27, 2015 at 3:46 am #419062This reply has been marked as private.March 27, 2015 at 10:13 am #419164Hi!
No problem, take your time and get back to us when you have a chance to.
Regards,
RikardApril 3, 2015 at 11:11 pm #423296Hi,
Sorry for the long absence.
I made Elliot’s edits to my sidebar.php and put it in my child theme folder.
It moved the page sidebar navigation but put it all the way to the bottom.
What can I do to move it up? What I’m trying to do is:
Search widget
Page Navigation
Text widget1
Text widget2
etc.Thanks
April 5, 2015 at 2:12 pm #423631Hey!
You can’t place the Page Navigation in between the widgets. You can either place it below or on top of every other widgets. Use the Custom Menu widget instead of the default Page Navigation if you want to control the placement of the widget.
Cheers!
IsmaelApril 5, 2015 at 11:03 pm #423729Hi Ismael,
I was hoping there was a solution or a workaround other than using a Custom Menu widget. I would like to avoid manually updating the menu whenever I added or deleted pages, especially if they are not part of the main nav.
Looks like custom menu is my only option if I also want to control the position of the widget.
Thanks for the update. Please mark this as resolved.
Regards,
April 6, 2015 at 8:20 am #423826 -
AuthorPosts
- The topic ‘Page sidebar navigation Mods’ is closed to new replies.