Red Deer Web Design
Forum Replies Created
-
Did you also go into the plugin settings and enable it? I’ve used Quick Cache on many sites and love it. Actually replaced WP Super Cache on many sites.
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] ThickboxNot quite working yet:
"NetworkError: 500 Internal Server Error - http://flip-9-development.com/urban_ag/wp-comments-post.php" wp-com...ost.php [WP-Ajaxify-Comments] Comment has not been posted wp-aja...=0.21.0 (line 78) [WP-Ajaxify-Comments] Try to extract error message (selector: 'p:parent')... wp-aja...=0.21.0 (line 78) [WP-Ajaxify-Comments] Error message 'Duplicate comment detected; it looks as though you’ve already said that!' successfully extractedAnd on our template page:
<script> WPAC._Options.commentsEnabled = true; WPAC._Initialized = false; WPAC.Init(); WPAC.AttachForm(); </script>Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] ThickboxAny ideas? :'(
"NetworkError: 500 Internal Server Error - http://flip-9-development.com/urban_ag/wp-comments-post.php" wp-com...ost.php [WP-Ajaxify-Comments] Comment has not been posted wp-aja...=0.21.0 (line 78) [WP-Ajaxify-Comments] Try to extract error message (selector: 'p:parent')... wp-aja...=0.21.0 (line 78) [WP-Ajaxify-Comments] Error message 'Duplicate comment detected; it looks as though you’ve already said that!' successfully extractedForum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Categories?Hello Nitesh,
Is it possible to get an update on this add-on? If it’s available (or beta version I can try) then we are going to purchase the pro plugin. Otherwise we will have to keep on looking.
Thanks
Forum: Fixing WordPress
In reply to: Postname permalinks cause Page Not Found after auto update to 3.8.1The problem is going to be any incoming search engine links. Google will be directing visitors to your old links still until it re-indexes all of them.
:-\
Still no solutions out there eh?
Forum: Fixing WordPress
In reply to: Postname permalinks cause Page Not Found after auto update to 3.8.1That will really suck if it’s been a 3.8.1 bug that really has no fix…
I don’t know how mine works – but it does. That was in the custom post types though. Other pages are fine.Forum: Fixing WordPress
In reply to: Postname permalinks cause Page Not Found after auto update to 3.8.1Has it just been since an update or has it never worked?
Perhaps conflicting redirect code in the .htaccess file?
Tried disabling all plugins?
Forum: Fixing WordPress
In reply to: Postname permalinks cause Page Not Found after auto update to 3.8.1I had set up custom post types in the function.php file. If you haven’t set up any custom post types than this probably isn’t the fix you area looking for.
I don’t see any broken links in your site though either…
Forum: Fixing WordPress
In reply to: Postname permalinks cause Page Not Found after auto update to 3.8.1UPDATE:
This is now working. As of version 3.1 ‘hierarchical’ was added. Seem to do the trick… not totally understanding it yet though.
'rewrite' => array( 'slug' => 'products', 'with_front' => true, 'hierarchical' => true ),Forum: Fixing WordPress
In reply to: Postname permalinks cause Page Not Found after auto update to 3.8.1Current rewrite for custom post type:
'rewrite' => array( 'slug' => 'products/%product-categories%' ),The custom %product-categories% seems to be breaking it, however only since 3.8.1.
Ideas?Update:
It’s not actually that breaking it. It’s the fact it’s more than one level deep…Forum: Fixing WordPress
In reply to: Postname permalinks cause Page Not Found after auto update to 3.8.1Same issues, same lack of results here. :-\
Forum: Themes and Templates
In reply to: CSS help – still learning…Line 47 in style.css, remove the tr rule.
Forum: Plugins
In reply to: [Advanced Custom Fields - Location Field add-on] Map Location WrongI seem to have the exact same issue. Back end it shows the right address in Canada, then the front end it’s suddenly down in the USA randomly…
UPDATE: This issue is ONLY caused when using the search feature. If you manually enter the address using the mouse + map it seems to work.
My only issue now is that it does not centre the map to the coordinates, and instead places the coordinates at the top left corner of the map.
Forum: Themes and Templates
In reply to: Twenty TwelveYou should have control over this by going Appearance –> Menu
Forum: Your WordPress
In reply to: Responsive WP site ReviewHey, looks like a good start. Yea, I noticed the slider wasn’t working properly.