pred88
Forum Replies Created
-
Same problem here. Reverting back to an older version did not solve it.
Forum: Fixing WordPress
In reply to: Jquery Ajax in wordpressNevermind, I needed to use absolute link. Works fine now thanks 🙂
Forum: Fixing WordPress
In reply to: Jquery Ajax in wordpressYea that makes sense. I tried including wp-config or wp-header but I get file access is disabled error. Any idea how I can properly include it ?
Forum: Fixing WordPress
In reply to: Sidebar Relocated to BottomLooks like some html elements were not properly closed. Try validating the html through the w3c validator.
Forum: Fixing WordPress
In reply to: Getting the contact form to workPut the shortcode inside a post or page through the wordpress dashboard (where you write your blog posts) and use the loop to get that post or page on youre blog.
Most contact forms also have a readme which might explain it better.
Forum: Fixing WordPress
In reply to: Flash problemoh right im trying diffrent ways to embed it as we speak. What I ment is that using the same method that worked in the html doesn’t work for the sidebar.php
Forum: Fixing WordPress
In reply to: Getting the contact form to workYou need to put that shortcode inside a post or it won’t work. I’m not sure if there is a plugin that let’s you hardcode it in the template file.
Forum: Fixing WordPress
In reply to: Next page within a category templateI just discovered that the problem only exists on my main category page (blog). The other categories work fine. For example the category photos which also has the category blog has working links for previous and next page.
EDIT:
Changed the link from http://mysite.com/blog to http://mysite.com/category/blog
So that fixed it.Forum: Fixing WordPress
In reply to: Next page within a category templateIm using a selfmade theme. It didn’t have any archive templates. I created one but it didn’t solve it. I am not using query_posts within my category template.