I have page tabs on the top of my pages. When I edit the page content the tabs become links in the bottom right of the page. What do I need to do to get them back to the top as tabs?
I have page tabs on the top of my pages. When I edit the page content the tabs become links in the bottom right of the page. What do I need to do to get them back to the top as tabs?
Not enough info for anyone to give you an answer.
How about an example.
This is the problem page. Notice the links in the bottom right corner.
http://fivestar-entertainment.com/wordpress/?page_id=9
This is how it is supposed to look. Tabs at top of page.
http://fivestar-entertainment.com/wordpress/?page_id=17
This occurs when I update the content on the page.
It looks like an issue with your theme and/or with any page templates that you are using. The sidebar has totally different tab bar coding on the working vs. non-working pages.
Working:
<div id=wrapper2>
<ul id="tabmenu">
<li><a href="?page_id=9" style="border-left: 1px solid #959595"> Main</a></li>
Not working:
<div id="sidebar-wrap">
<div id="sidebar-nav">
<h3 style="padding-left: 25px; line-height: 15px; color:#9A9A9A;">Sub-Navigation</h3>
<ul>
<li class="page_item page-item-17"><a href="http://fivestar-entertainment.com/wordpress/?page_id=17" title="Corporate Events">Corporate Events</a></li>When I validate your pages, one has 156 errors and one has 161 errors. Many of them are invalid HTML errors. That is most likely why you are having the problems. Your code has to be cleaned up first.
http://validator.w3.org/check?uri=http://fivestar-entertainment.com/wordpress/?page_id=17
http://validator.w3.org/check?uri=http://fivestar-entertainment.com/wordpress/?page_id=9
So if I change the coding by copy and pasting it will that fix it?
You must log in to post.