Re: Single Menu Page with Bv and PHP
Both menus now appear in the page code, though the top one (A-Z) appears in IE and the left one doesn't.
Please do exactly this:
Go in the LEFT MENU page.
Copy the menu. Paste it in the page (so now you will have two identical menus)
Delete the first one and only leave the one you pasted.
Place this menu in the correct position (Top Left corner of the page)
Save and Publish
Look at your composite page
Single Menu Page with Bv and PHP
Collapse
This topic is closed.
X
This is a sticky topic.
X
X
-
Re: Single Menu Page with Bv and PHP
Please take a look now.
I did copy and paste the left menu and delete the original left menu
and I place top menu on the top right.
Now after publish both left and top menu,
the left menu show at the right side and top menu can show up.
Leave a comment:
-
-
Re: Single Menu Page with Bv and PHP
I can't find the second include in your page. Are you sure you haven't forgotten it ?
And, pls note that is din NOT suggest that you deleted everything and redid from scratch.. I suggested that you went in only ONE of the two menu pages, copy / paste the menu, and then delete the original menu.
This is a different procedure from what you did, and I suggested this so that the objects would have different object IDs.
At this point, I will have to first see the object IDs (when you fix the second include and publish the updated page) in order to suggest what you need to do.
Leave a comment:
-
-
Re: Single Menu Page with Bv and PHP
have tried as suggested.
delete all and redo all over from the begining.
rename az_menu to top_menu.
delete az_menu from ftp.
republish - still failed.
Now, delete top_menu and only publish with left_menu.
Take a look here, please
Leave a comment:
-
-
Re: Single Menu Page with Bv and PHP
Try this:
Go in one of the two menu pages.
Copy the menu, and paste it back in the page.
Delete the original one.
Place the new menu in the same position where the original menu was.
Save and publish the page.
Test your online page, refreshing your browser.
The issue is probably due to the two menus having the same ID which causes Javascript conflicts. If this is true, the above could solve the issue.
Leave a comment:
-
-
Re: Single Menu Page with Bv and PHP
Originally posted by Collectors-info View PostMight be worth a try to right click on the html box that holds the code for the missing menu & bring to the front. Save & republish.
and all of them work fine.
I even have tried to do it on different computer but
I will recheck this again.
Thanks a lot.
Leave a comment:
-
-
Re: Single Menu Page with Bv and PHP
Might be worth a try to right click on the html box that holds the code for the missing menu & bring to the front. Save & republish.
Leave a comment:
-
-
Re: Single Menu Page with Bv and PHP
There are 2 menus (left and az) being used.
At Chrome and FF, show only for a little second and disappear once the second menu show up.
At first, I thought they were overlapped but after I position them far apart from each other still happen the same.
I also don't center the page for the second menu (az_menu) and it is made at separate page.
Leave a comment:
-
-
Re: Single Menu Page with Bv and PHP
Now you see, then you don't.
I use two menus for my site.
first Menu is:
<?php
include
("left_menu.php");
?>
and
second Menu is:
<?php
include
("az_menu.php");
?>
After publish, I go to my site,
I can see the first menu things for just a second but disappeared as soon as the the second menu thing appeared.
This is happening at Chrome and FF AND at
IE I can only can see the first menu but second menu don't show up at all.
But on my other site, I also use 2 menus and they work fine.
I name them:
<?php
include
("left_menu.php");
?>
<?php
include
("right_menu.php");
?>
Anyone can tell what I do wrong, I publish all of them in php extension.
Thank you.
Leave a comment:
-
-
Re: Single Menu Page with Bv and PHP
Naval - you ROCK! this is going to save me SOOO much time! Thank you! :)
Leave a comment:
-
-
Re: Single Menu Page with Bv and PHP
I find this method to be an excellent way to save me time however my source page will show more than one set of headers. Will this confuse search engine robots as descriptive behavior or affect ranking in any way?
I'm trying to gather as much information as I can before I start building my site. Thanks!
Leave a comment:
-
-
Re: Single Menu Page with Bv and PHP
Just to clarify, noindex meta tag in the page <head> or in the robots.txt or both?! I'm just not sure if putting in one over the other or in both will not be fully optimized knowing full well each crawler out there may or may not ignore them. My concern are the big 3 SE.
Thanks!
Leave a comment:
-
Leave a comment: