Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] Shifting of Menu Bar Button (http://forum.bytesforall.com/showthread.php?t=6899)

ChrisPanimation Apr 27, 2010 02:39 PM

[SOLVED] Shifting of Menu Bar Button
 
Hi,

I added a page, but I don't want it to link to a page within my blog. Rather link to my other website (when you click it). So, in the Edit Page I typed this into the text field where your supposed to put the name of the page <a href="http://animcareerpro.com">Training</a>

Please check out this unusual shifting result with the link below, any insight on how to fix it? I've tried and tried with no luck....http://animcareerpro.com/blog/

juggledad Apr 27, 2010 03:01 PM

that's because it is now an <a...> inside another <a...>
HTML Code:

<div class="horbar2">&nbsp;</div> <div id="menu1"><ul id="rmenu2" class="clearfix rMenu-hor rMenu">
<li class="page_item current_page_item"><a href="http://animcareerpro.com/blog/" title="Animation Career Pro">Home</a></li>
<li class="page_item page-item-696"><a href="http://animcareerpro.com/blog/about-the-author/" >About The Author</a></li>
<li class="page_item page-item-702"><a href="http://animcareerpro.com/blog/about-this-blog/" >About This Blog</a></li>
<li class="page_item page-item-845"><a href="http://animcareerpro.com/blog/animmonth-archives/" >Quick Review/Archives</a></li>
<li class="page_item page-item-1015"><a href="http://animcareerpro.com/blog/training/" ><a href="http://animcareerpro.com">Training</a></a></li>
<li class="page_item page-item-705"><a href="http://animcareerpro.com/blog/contact/" >Contact</a></li>
</ul></div>

try the plugin 'redirector' (http://wordpress.org/extend/plugins/redirection/)

ChrisPanimation Apr 27, 2010 07:44 PM

Hi Juggledad,

I understand...Is there any way to fix that in the pages options without editing the PHP? Just want the menu button itself to be a link to my other site.

juggledad Apr 28, 2010 03:22 AM

The only way would be to hard code the menu in the header config. You could do this by viewing the source of a page and grabbing the HTML and putting it inlace of the %pages, then you could put what ever link you want in

ChrisPanimation Apr 28, 2010 08:15 AM

OK, I'll try it. Thankyou


All times are GMT -6. The time now is 09:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.