oldmankit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Lightbox preload images?I’ve just tested it a bit better. Actually, it is preloading. I use nextgen which comes automatically with shutter and thickbox. It increases the loading times for my blog quite a lot, but fortunately it loads all the other blog posts’ text first. However, when the page has totally finished loading, it has actually finished preloading all of the images. It is especially quick in shutter. For some reason, thickbox has a delay, even after images have preloaded.
Forum: Fixing WordPress
In reply to: Lightbox preload images?Did you find the answer to this? I have the same question…
Forum: Themes and Templates
In reply to: Quick code question: get the category nicenameThank you both. Both solutions ($category->slug; and $category->category_nicename;) worked.
I can see that the syntax in my original post is wrong. I just copied and pasted from here. Something happened which I don’t understand…
Thank you very much again.
Forum: Plugins
In reply to: A simple question on php – category slugjust remove the ‘echo’ – you are working with string concatenation, and using the echo is wrong in this situation.
That’s great. I can’t believe I didn’t try that. Thank you very much.
Forum: Plugins
In reply to: Show expandable/collapsable categories (default= all categories collapsed)bump-bump
Forum: Fixing WordPress
In reply to: pages residing in a parent directoryIt may make it clear if you can see my site:
http://peaceandtruth.comI have my customised homepage (currently just an experiment in design) at
http://peaceandtruth.com/index.htmlMy blog is in http://peaceandtruth.com/blog/
Here is a page (link found in menu):
http://peaceandtruth.com/blog/reiki/reiki-learn/This is also accessible from
http://peaceandtruth.com/reiki/reiki-learn/This is the link I really want to use. How do I get the menus to cooperate?