Log in

View Full Version : Help! My smoothmenu does not work with domain



dangkhoivt
06-19-2012, 02:37 AM
1) Script Title: Smooth Navigational Menu (v1.5)

2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm

3) Describe problem:
Hi everybody, i'm using Smooth Navigational Menu (v1.5), it working well with my blogspot vungtautruonghai.blogspot.com.vn. But when i using domain truonghaivungtau.com.vn its not work and it look like this image :
http://i282.photobucket.com/albums/kk274/adrammelech2007/Untitled-2.jpg
when i dont use domain, it work again so i think i've done evrything correctly. Anyone've meet the same problem with me? please help me soon, i've tried many way but i cant make it work with my domain. anyone can explain for me? thanks for your help.:(

ddadmin
06-19-2012, 03:20 AM
The CSS references of the menu in the HEAD section of your later page are all broken:

<link href='https://sites.google.com/site/bloggertricksandtoolz/ddsmoothmenu.css' rel='stylesheet' type='text/css'/>
<link href='https://sites.google.com/site/bloggertricksandtoolz/ddsmoothmenu-v.css' rel='stylesheet' type='text/css'/>

For example if you try and load https://sites.google.com/site/bloggertricksandtoolz/ddsmoothmenu.css, it returns a 404 error.

dangkhoivt
06-19-2012, 04:37 AM
The CSS references of the menu in the HEAD section of your later page are all broken:

<link href='https://sites.google.com/site/bloggertricksandtoolz/ddsmoothmenu.css' rel='stylesheet' type='text/css'/>
<link href='https://sites.google.com/site/bloggertricksandtoolz/ddsmoothmenu-v.css' rel='stylesheet' type='text/css'/>

For example if you try and load https://sites.google.com/site/bloggertricksandtoolz/ddsmoothmenu.css, it returns a 404 error.

Thanks for your help, now i use new link
http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.js
http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.css
http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu-v.css
and it work ok exept the arrow image could not show, please view my screenshot :
http://i282.photobucket.com/albums/kk274/adrammelech2007/screen.jpg
Please help me, if the above link still not ok, can u give the the link for these file ddsmoothmenu.js, ddsmoothmenu.css, ddsmoothmenu-v.css.
I dont have a host to edit and host these file for my own.
Thanks alot.

ddadmin
06-19-2012, 05:27 AM
You'll have to upload those files to a server you have access to first, then reference them on your page. You can't reference the files on dynamicdrive.com, as they are disabled for outside references.

dangkhoivt
06-19-2012, 08:18 AM
You'll have to upload those files to a server you have access to first, then reference them on your page. You can't reference the files on dynamicdrive.com, as they are disabled for outside references.

I've hosted my own ddsmoothmenu.js at http://yourjavascript.com/11283756919/ddsmoothmenu.js with my own arrow image at photobucket, and this is the result, at fisrt it work well but after that it still have problem, plese come to my blog and teach me hown to fix:
http://www.truonghaivungtau.com.vn/
My Blog now sometimes work with Chrome but not work with FF, IE, Opera... i dont know why
thanks alot.

ddadmin
06-19-2012, 10:34 PM
You'll also need to upload the .css files of the menu to your own server and reference them in the HEAD section of your page, instead of the current references to dynamicdrive.com:


<link href='http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.css' rel='stylesheet' type='text/css'/>
<link href='http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu-v.css' rel='stylesheet' type='text/css'/>

dangkhoivt
06-20-2012, 03:04 AM
You'll also need to upload the .css files of the menu to your own server and reference them in the HEAD section of your page, instead of the current references to dynamicdrive.com:


<link href='http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.css' rel='stylesheet' type='text/css'/>
<link href='http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu-v.css' rel='stylesheet' type='text/css'/>

I'm very appreciate for your support. Thank alot, now it's work well.

debbers8
06-22-2012, 03:48 AM
:( I can not get the Smooth Navigation Menu to appear correctly in IE7 & IE8. I continue to get an error saying "ddsmoothmenu is undefined".

The Menu does appear correctly in Safari, Chrome, & Firefox (Modzilla).

Here is the website I'm having problems with: http://www.deb-bissett.com/Muse/index2.htm.

I have changed the path to various configurations:
..js/ddsmoothmenu.js
../js/ddsmoothmenu.js
/js/ddsmoothmenu.js &
js/ddsmoothmenu.js

Changing the path did not resolve my problem.

What do I need to do to fix this problem?