MrMister
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Hide category for pages in search resultsHi esmi and thanks for the quick reply. Interesting approach, never thought of doing it the other way around. I had to split it into two two lines because it didn’t work properly the way you posted it, but it basically works.
Thank you so much! 🙂
Greetings,
MrMisterForum: Plugins
In reply to: [Wordbooker] [Plugin: Wordbooker] Wrong Avatar when importing postsThats too bad. Can you tell when the new version is scheduled to be released?
Thanks for the enlightning answer! 🙂
Forum: Themes and Templates
In reply to: Search results include EVERY articleHi t31os_,
thanks for the hint – seems I had a wrong idea of how have_posts and query_posts worked in my head. Fixed it in no time.
Thank you very much 🙂
Forum: Themes and Templates
In reply to: Search results include EVERY articleSorry, seems posting code directly here is against forum rules, so I added it on pastebin as suggested.
http://wordpress.pastebin.ca/1815502
http://wordpress.pastebin.ca/1815503Anyone got an idea? I would really appreciate it… 🙁
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Dropdown menu shows up behind nextgen galleryOk, I seem to have solved it. As applying the z-indeces did not work I had to think of something else. As you can only apply z-indeces to positioned elements, I set all img in gallerymode to position: static, that did the trick. It might solve your problem too.
Good luck 🙂
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Dropdown menu shows up behind nextgen gallerySame problem here, haven’t found a solution yet either 🙁
I have added position:absolute to the dropdown and the img and a z-index for both, still nothing.
Forum: Themes and Templates
In reply to: No more template images with permalinksOk, before you all waste time with an answer: I just found the solution by accident. When switching from the standard URLs to the permalink structure, file names and paths in the theme’s CSS become CASE SENSITIVE! (which is ok… CSS itself is not case sensitive, URLs might be)
So I guess it was my fault, at least to some extend. Should’ve been more carefull with my file names – but I still don’t get why this was not an issue in standard mode and only becomes one with permalinks. Anyone got an idea?
Greetings,
MrMister