teamadesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 not foundHi Stewart –
What is your site? What are your permalink settings?
Thanks,
ArisForum: Fixing WordPress
In reply to: Upgrade to 3.3 All Pages 404Is there no solution on this? This is not a known issue in the masterlist but I now have been contacted by other folks to try and fix this same issue on their site. I can’t publish the URL for this site as it is a locked down dev server.
Any thoughts?
Forum: Fixing WordPress
In reply to: Upgrade to 3.3 All Pages 404Thanks for getting back – is there something specifically I need to be asking about? In general mod-rewrite is working, Pages specifically are no longer working, which makes me think that Dreamhost is going to see this is as a WordPress error. Is there a known issue I can refer to?
This definitely breaks the next and previous post link functions. Exclude Categories is no longer passed to the function with this plugin working.
I believe you are missing a call to wp_head(); in your <head> tags.
Forum: Plugins
In reply to: [W3 Total Cache] Preview looks great – deploy and CSS is goneThanks – I dropped back to 9.1.3 and it seems to be working well. Still working out the kinks – but no bugs to report.
I’m also having this problem. I was able to get three twitter widgets up and running but – no go for 4 or more. They just no longer appear. I can do without for the moment, I’ll just use the template tags as needed, but this seems like it may be a quick fix.
Thanks for an otherwise excellent plugin.
Forum: Plugins
In reply to: [Mad Mimi for WordPress] [Plugin: Mad Mimi for WordPress] no double opt in?did you ever get an answer to this question, cwerben? I’m wondering the same thing.
thanks!
Also recommended:
1. in featured-content-slider.php the link to jquery is an old version and should be updated to the most current version — download the current release from jquery.com and replace the old version in the “scripts” folder, then update the link as necessary
2. in content-slider.php the last line of php should be modified from: <?php endif; ?>
to: <?php endif; wp_reset_query(); ?>Two quick fixes got this plugin working for me:
1. in featured-content-slider.php the link to jquery is an old version and should be updated to the most current version — download the current release from jquery.com and replace the old version in the “scripts” folder, then update the link as necessary
2. in content-slider.php the last line of php should be modified from: <?php endif; ?>
to: <?php endif; wp_reset_query(); ?>Hope that helps!
Forum: Plugins
In reply to: [Plugin: WP Featured Content Slider] This plug-in doesnt work!This is a great, highly customizable plug in. It did require two important steps to start working properly:
1. in featured-content-slider.php the link to jquery is an old version and should be updated to the most current version
2. in content-slider.php the last line of php should be modified from: <?php endif; ?>
to: <?php endif; wp_reset_query(); ?>Hope that helps!