1) meghanbhGroup: Members Posts: 4Joined: 13 Feb 2008Location: VermontIP: 71.169.--.--
Posted:
Hi Angus,
I'm working on a WordPress site (first time using it) and am trying to insert a FreeStyle menu into the sidebar. It's picking up my fsmenu.html file but doesn't seem to be reading the scripts or style sheets. I have the scripts & stylesheets in the head of my header file. Any suggestions?
http://temp-ggec.gaiahost.net/
Thanks a bunch, Meghan
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 118.92.--.--
Posted:
You're missing half the menu CSS it seems. listmenu_v.css is empty and the menus aren't being positioned/etc correctly.
- Angus.
3) meghanbhGroup: Members Posts: 4Joined: 13 Feb 2008Location: VermontIP: 71.169.--.--
Posted:
The file on the server contains everything it should - path is here:
4) meghanbhGroup: Members Posts: 4Joined: 13 Feb 2008Location: VermontIP: 71.169.--.--
Posted:
Okay, I figured that piece out. Once I copied the URL I thought "duh...." Changed the styles & fs links to absolute URLs for now.
Now the problem is that the submenus are invisible because the main blog content is sitting on top of them. I discovered that when I clicked on a page that didn't have any content. Maybe I'll have another "duh" moment when I submit this post...
5) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.173.--.--
Posted:
Set a position:relative and a high z-index on the sidebar container element, that'll solve it.