Want to thank and support me for my work?
Buy my iWebFAQ.org E-Book (15$) (reviews) (sample) or...
iWebFAQ.org is presented by Cédric and hosted by HostExcellence
It is currently Sat May 18, 2013 2:11 pm

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next
tear down or drop down menus in iWeb - issues
Author Message
 Post subject: tear down or drop down menus in iWeb - issues
PostPosted: Wed Dec 16, 2009 6:12 am 
Offline

Joined: Wed Dec 16, 2009 5:57 am
Posts: 4
Location: Iowa, USA
Hi Cédric,

I really like your website. Lots of great information.

I followed your instructions on how to add a drop down menu to my website and All I get is text with the links that I created on cssmenumaker.com, but not the actual nav bar.

The website URL is: http://mumhfc.50webs.com/

I uploaded the menu folder I created to root directory of 50webs.com.

Could you shed some light on what I might be doing wrong and how I can fix it so it works?

Thanks.


Top
 Profile Send private message  
 
tear down or drop down menus in iWeb - issues
Author Message
 Post subject: Re: tear down or drop down menus in iWeb - issues
PostPosted: Wed Dec 16, 2009 6:33 am 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
Hi Soren,

it looks like you didn't upload the menu folder to the right location.

In the code it is referenced as being under

<link rel="stylesheet" href="/menu/menu_style.css" type="text/css" />

hence

http://mumhfc.50webs.com/menu/menu_style.css

but entering this in the browser I get redirected to the "Not found" page. You have to move the folder so that entering the above URL you don't get the Not found page anymore (move it in the "public_html" folder or whatever, you have to put the "menu" folder where the "MUM_Health_%26_Fitness_Center" folder is)

Regards,
Cédric

_________________
Thank you for visiting my websites:
http://iwebfaq.org - http://rapidweaverfaq.org - http://wpfaq.org - http://ebookstoretoday.com
All my websites are hosted by: HostGator


Top
 Profile Send private message  
 
tear down or drop down menus in iWeb - issues
Author Message
 Post subject: Re: tear down or drop down menus in iWeb - issues
PostPosted: Thu Dec 17, 2009 2:42 am 
Offline

Joined: Wed Dec 16, 2009 5:57 am
Posts: 4
Location: Iowa, USA
Hi Cédric,

Thanks for the reply.

I fixed it. Now it shows two nav bars. What do I have to do for it to only show one at the top of each page? I think it has to do with MassReplaceIt. Do I run both Queries when I change the website or what?

Look at the different pages from the new nav bar and you'll see what I'm talking about.

Please advise.

Thanks.


Top
 Profile Send private message  
 
tear down or drop down menus in iWeb - issues
Author Message
 Post subject: Re: tear down or drop down menus in iWeb - issues
PostPosted: Thu Dec 17, 2009 4:01 am 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
When publishing from iWeb choose "Publish all" or "Publish entire site" from File menu instead of using "Publish" only. Otherwise the code is added and re-added again and again where it already is. If you use "Publish all" you can't have duplicate codes.

Also it looks like you didn't follow my instructions where it says to add a TextBox with a code in it where you want the menu to appear. If you would have followed the instructions you wouldn't end up having duplicate menus on a page (once the TextBox code is replaced with the code MRI doesn't add the code again since it doesn't find the code to replace with the html code). Also the code wouldn't be added to HTML Snippets where it's really not needed and is causing troubles making the site look pretty ugly... On your website there are pages with four menus because the menu was added to HTML Snippets as well.

If I write something on the instructions there (usually) is a reason for it. If you would do everything the way I told in the instructions life would be easier. You would not experience any problem and I wouldn't have to fix anything.

If you want to continue adding the menu the way you do it now (without TextBox) then you have to
1. Remove ALL HTML Snippets
2. Build a separate site for pages appearing in an iFrame and not-run MRI on that site

Regards,
Cédric

_________________
Thank you for visiting my websites:
http://iwebfaq.org - http://rapidweaverfaq.org - http://wpfaq.org - http://ebookstoretoday.com
All my websites are hosted by: HostGator


Top
 Profile Send private message  
 
tear down or drop down menus in iWeb - issues
Author Message
 Post subject: Re: tear down or drop down menus in iWeb - issues
PostPosted: Fri Dec 18, 2009 6:25 am 
Offline

Joined: Wed Dec 16, 2009 5:57 am
Posts: 4
Location: Iowa, USA
Hi Cédric,

Thanks for your reply.

I followed your instructions again and this time it worked. I should have followed ALL your instructions the first time.

One last question.

I noticed that when you hover the mouse over the menu and submenus, there are little triangles under them on your page about it. How would I go about adding this on my site?


Top
 Profile Send private message  
 
tear down or drop down menus in iWeb - issues
Author Message
 Post subject: Re: tear down or drop down menus in iWeb - issues
PostPosted: Fri Dec 18, 2009 11:57 am 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
Hi Soren,

I'm glad it works for you now.

The little triangles are there by default as you can see on this page too:
http://www.cssmenumaker.com/builder/men ... p?menu=057

When you download the source code of the menu you created you also find a folder called "images" in the folder along with the famous menu_style.css and it looks like the "images" folder wasn't uploaded by you since entering
http://mumhfc.50webs.com/menu/images/hover.gif
should bring up the triangle but a 404 Not Found page comes up instead.

You may download the sample menu source code of the page linked above, get the "images" folder out of it and drop it into the "menu" folder on your server.

Regards,
Cédric

_________________
Thank you for visiting my websites:
http://iwebfaq.org - http://rapidweaverfaq.org - http://wpfaq.org - http://ebookstoretoday.com
All my websites are hosted by: HostGator


Top
 Profile Send private message  
 
tear down or drop down menus in iWeb - issues
Author Message
 Post subject: Re: tear down or drop down menus in iWeb - issues
PostPosted: Fri Dec 18, 2009 5:41 pm 
Offline

Joined: Wed Dec 16, 2009 5:57 am
Posts: 4
Location: Iowa, USA
Hi Cédric,

I know what I did wrong and why my nav bar showed up twice before. I went on and did step 10 of the drop down menu section on your site and didn't need to.

Everything works now. Thanks again for your guidance in pointing me in the right direction.

Thanks for creating this website, iwebfaq.org. I have gained a lot of knowledge about iWeb that I didn't know before.

Keep up the great work!


Top
 Profile Send private message  
 
tear down or drop down menus in iWeb - issues
Author Message
 Post subject: Re: tear down or drop down menus in iWeb - issues
PostPosted: Mon May 03, 2010 12:46 pm 
Offline

Joined: Mon May 03, 2010 12:40 pm
Posts: 5
Hi Cédric, I've tried to follow the instructions but the menu fail to show

4. On your iWeb pages where you want the Menu to display add a text (code) like HereGoesTheMenu or something which is unique on your pages (just for the menu).

I found this line rather confusing, what I did was to make a textbox and fill it with the text HereGoesTheMenu

the result after running MRI is that the menu is in plain text (I have put the mnu folder in it's right place as well (I'm using iWeb08)

kindest regards C


Top
 Profile Send private message  
 
tear down or drop down menus in iWeb - issues
Author Message
 Post subject: Re: tear down or drop down menus in iWeb - issues
PostPosted: Mon May 03, 2010 1:28 pm 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
cecilial wrote:
Hi Cédric, I've tried to follow the instructions but the menu fail to show

4. On your iWeb pages where you want the Menu to display add a text (code) like HereGoesTheMenu or something which is unique on your pages (just for the menu).

I found this line rather confusing, what I did was to make a textbox and fill it with the text HereGoesTheMenu

the result after running MRI is that the menu is in plain text (I have put the mnu folder in it's right place as well (I'm using iWeb08)

kindest regards C


Hi C,

maybe I should remove the "(code)" part from the sentence since people could read it as HTML code instead of text code.

Anyway what you did is right. Just type in HereGoesTheMenu in the page, publish, run MassReplaceIt

Search: HereGoesTheMenu
Replace: the code of the menu

The result you get is usually due to the fact that you missed part of the code when you copied it from the HTML file and pasted it into MassReplaceIt. Maybe you missed a "<" somewhere, or a quote, a </div> tag or anything.

Missing only a single "<" while copying or editing the code can cause the code to be read as text instead of code.

Regards,
Cédric

_________________
Thank you for visiting my websites:
http://iwebfaq.org - http://rapidweaverfaq.org - http://wpfaq.org - http://ebookstoretoday.com
All my websites are hosted by: HostGator


Top
 Profile Send private message  
 
tear down or drop down menus in iWeb - issues
Author Message
 Post subject: Re: tear down or drop down menus in iWeb - issues
PostPosted: Mon May 03, 2010 7:51 pm 
Offline

Joined: Mon May 03, 2010 12:40 pm
Posts: 5
Hi thanks for your reply, I have copied everything in the file instillation_instruction

I put up a version of the site here:

http://www.mattiasadolfsson.se/kleyminals/home.html

is it possible to see where the wrong is

all the best C.


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron






Want to support me for my work?

or buy my iWebFAQ.org E-Book (15$)

(reviews) (sample)

Thanks,
Cédric



 

This website is hosted by HostExcellence



© 2008, 2009 Powered by phpBB Group
Macinscott 3 style by Scott Stubblefield