Not sure if this is an external links issue or simplemenu issue but the icon does not show up nor does external links open in a new window when using simplemenus and external links

CommentFileSizeAuthor
#3 external_sm_bug.PNG97.69 KBjwcdyntek
#1 extlink-nice.png55.65 KBquicksketch

Comments

quicksketch’s picture

StatusFileSize
new55.65 KB

That sounds like a bit of an anomaly. SimpleMenu doesn't even include any JavaScript unless you're using IE6. In my testing the two work perfectly fine together. Check the screenshot.

jwcdyntek’s picture

hey thanks for the quick response, I am using firefox. Let me root around and try a couple of things to get more information now that I know it is working for someone

jwcdyntek’s picture

StatusFileSize
new97.69 KB

Ok I still have not gotten this to work and it appears that your screenshot is from Nice Menus module and not the SimpleMenu module.
I have attached a screen shot with firebug enabled. the top portion is the simplemenus screenshot(Not working) and the lower portion is using the drupal menu(working)
Any help would be appreciated.

thanks

quicksketch’s picture

Oh! SimpleMenu, sorry I get those two confused all the time. I'll have another look.

quicksketch’s picture

Okay, I can say the problem now right away. This is because SimpleMenu loads it's menu onto the page *after* the page is done loading. Meaning the whole page loads, External links fires off and adds the icons to all the links. Meanwhile, SimpleMenu is making an AJAX-like request to get the menu on page load, when it get's the result back it adds the menu to the page. However, since this is going to be done after page load, no JavaScript from the original page will affect the new menu.

You shouldn't really be using SimpleMenu as your primary form of navigation (as it looks like you are). It doesn't state clearly on the project home page, other than this:

Very useful for themes that don't have a good place to put the administration menu.

But what it should be saying here is that it's not actually good for anything but using as an administration menu. If you disabled JavaScript or visit the site from a mobile browser for example, you get NO navigation! Not to mention, this isn't indexable by Google since it's not on the page at load time. I'd highly suggest using a solution that places the menu on the page in the theme itself, not adds it to the page after load (nice_menus is a good solution, btw. Such as http://www.cu.edu).

jwcdyntek’s picture

again I appreciate the response and will look into replacing my navigation bar.

jwcdyntek’s picture

Status: Active » Closed (fixed)

works as stated