mrjap1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: nav menu theme with css current page selected – 07.20.12Hello alchymyth,
Thank you for your help… I very much appreciate it.
This is the code in my functions.php that I’m using to power my menus.How would I integrate or use new a php code to get my selected / current page to show? What do you suggest?
//Navigation add_action('init','register_custom_menu'); function register_custom_menu(){ register_nav_menu('custom_menu',__('Custom Menu')); } //Footer Navigation add_action('init','register_custom_menu'); function register_custom_foot_menu(){ register_nav_menu('custom_foot_menu',__('Custom Footer Menu')); }thx
mrjap1Forum: Themes and Templates
In reply to: MAKING CUSTOM HTML PAGES EDITABLE FOR CLIENTSmy apologies
Forum: Themes and Templates
In reply to: WP pages will not show up – editable page content- 06.10.12Hello JarretC,
Thank you sooo very much… I did not have the apache rewrite_module enabled. That helped! No more problems with my navigation functioning properly.
Okay. I do not know where this is coming from… NOW I am getting this css code below above my pages when I now click on the page navigation. The code is displaying on top of my page and pushing the real content much lower. How do I get rid of this?
<em>contact - .recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;} #wpadminbar { display:none; } html { margin-top: 28px !important; } * html body { margin-top: 28px !important; }</em>ANOTHER QUESTION:
Is there a way I can make my content for each of my pages editable in word press?Thx,
mrjap1