Hi,
the main problem is, that your template or wordpress is adding <code> and <pre> tags.
That’s also why the menu JavaScript can’t get the with of your content wrapper to use for the scrolling menu.
Fix for articles outside the table and menu bar (depending on your template):
Add following code to the plugin admin area (Settings menu):
#spreadshirt-list {
display: inline !important;
}
.spreadshirt-menu {
width: 920px !important;
}
This won’t fix the scrolling menu bar completely, but…
Cheers,
Thimo
Thanks Thimo.
Thanks for the help so far. What is the fix for the bar. Any fix for the scrolling menu bar? I’m using a very commonly used Woothemes theme, so it’s not like i’m using some obscure theme that causes problems. 🙂
Once again thanks for the plugin, it’s getting mroe and more convenient with every update. 🙂
Hm,
the second code is for the menu bar
🙂
Ah cool. Anyway, I implemented it, now the issues are:
The items still display wrong. This is actually only in my European spreadshirt shop (and only in Firefox) at http://www.chillhop.com/gift-shop-europe/ , here they display correctly http://www.chillhop.com/gift-shop-international/ .
The European shop doesn’t get affected by the custom CSS in Firefox somehow it seems… The menu when scrolling on the European shop is still too wide in firefox
For the international shop, the menu floats to the right of the page when scrolling after implementing the code.
So, to summarize
Firefox European:
Items still show outside of wrapper when not scrolled down, menu / basket too wide.
Firefox International:
Menu correct width, items are inside wrapper, Menu floats right when scrolled down.
Chrome European / International:
Menu correct width, items are inside wrapper, Menu floats right when scrolled down.
sorry if I’m making this hard on you. 😀
where did you add the stylesheet i wrote earlier? it doesn’t seem that they are used in the european shop
In the settings Custom CSS tab.