KASKA
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Admin Search Post Meta] Result displayed multiple times.davidsword’s fix works! Thanks.
Forum: Fixing WordPress
In reply to: Archive and Category Links Not WorkingYour #container div (inside #content_centerpanel_index) is too big, it’s floating above the sidebar, so when you try to click on a link in the sidebar you actually end up clicking on a transparent part of the #container div.
As for the links in the top nav menu, the links are simply wrong.
Your code:
awards“../” just means go back one step in the hierarchy, which isn’t correct. If you’re unsure how to do internal linking, you can always put the absolute URL in the href=”” instead (e.g. owners)
Cheers.
Forum: Fixing WordPress
In reply to: Images on homepage don't show upSeems like your TimThumb plug doesn’t have the proper permissions to create the thumbnails.
Unable to create file ./cache/44e938d2e731d9e2d1061b123add1beb.png because Permission denied in /home/gamesgames/domains/xn--5dblbgcvdbe0gfqg.com/public_html/wp-content/themes/gameclub-theme/gameclub/timthumb.php on line 233
Forum: Fixing WordPress
In reply to: My WordPress site is loading so Slow… Please helpHave you installed any new plugins or in other ways made changes to your WordPress installation?
You should probably call your host and see what’s up, they should be able to answer your question.