denisedesign
Forum Replies Created
-
Forum: Plugins
In reply to: [VS Event List] single event – page not foundUse the links in the sidebar on that page, to test. I’m using the page listings elsewhere on the live site and needed to edit the settings to remove the links to the single event page since it’s not working. Thanks!
Forum: Plugins
In reply to: [Contact Form 7] align the recaptcha to centerYes! <center></center>. I doubted it… and it worked!
Forum: Plugins
In reply to: [Genesis Subpages as Secondary Menu] plugin updated – secondary menu goneThank you! Done and Done!
How can I use settings like speed when implementing the slider in my functions.php file? I’m currently using:
<?
if (function_exists (Ihrss)) Ihrss();
?>PS – I commented out the “remove_meta_box( ‘genesis-theme-settings-nav” in the functions.php file, which brings back the main navigation settings, but the secondary navigation settings still do not display.
Nevermind. Totally found it in the Plugin’s FAQ. Handy Dandy.
I knew there was something simple that I was missing. I can order them by the page order number in the admin, without your code. It was there all along! Sorry for the run around. Thanks for all you do.
The subpages are ordered alphabetically by name still. How dose this code change that? How should they be ordered once this code is added? I guess I’m not clear on that. Thanks much for your assistance!
Bill Erickson, you are a genius. Putting the secondary navigation in the sidebar is an integral part of 75% of my sites. Your plugin works perfectly! Trouble is, it’s ordering the pages alphabetically. I added the above code to the functions.php file of my child theme and nothing is broken, but pages are still ordered alphabetically. Any chance you can help with a solution that orders them according to something in my control? Thanks in advance for your help.