mirsasha
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I get external jquery scripts working??So that worked for you? I’m going bonkers trying to figure this out. I *think* I have it right…`<?php wp_enqueue_script(‘jquery’);
wp_head(); ?>
<script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/js/scrollable.js”></script>
<script type=”text/javascript”>
jQuery(document).ready(function(){
// initialize scrollable
jQuery(“div.scrollable”).scrollable({
vertical:true,
size: 3
});
</script>`This doesn’t work. If, however, I use a version of the scrollable jQuery Tool library that includes jQuery itself, it does work.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Revision 264695 breaks .htaccessW3TC doesn’t overwrite it appends only. If you can demonstrate a case to the contrary, let me know how to duplicate.
I don’t know how to demonstrate other than to say that’s exactly what happened to me.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Revision 264695 breaks .htaccessSorry – it wrote over the existing file so that all my re-write rules for permalinks, etc were lost. And…oops about the 3.0! Good thing I’m working in a test environment.
Thanks for the speedy reply.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Revision 264695 breaks .htaccessHello, I installed version 0.8.5.2 on a development site (running WP3.0) and it nuked my existing .htaccess file. I had to rebuild it – thankfully I could remember many of the special re-write rules I had in there. Did I miss something in the install about a way to preserve your existing .htaccess file?
Thanks!
Forum: Fixing WordPress
In reply to: Google News RSS Feed bug?Just as some added info, I’ve looked at the database entry for the widget/feed and the url parameters are properly encoded there. So the problem exists somewhere between database pull and display.
Forum: Fixing WordPress
In reply to: How to add Google News feed to blog?I guess no one else is having this problem. I think it’s because the url being passed to google news isn’t url encoded. I’m seeing this:
http://news.google.com/news/url?fd=R&sa=T&url=http://yadda instead of:http://news.google.com/news/url?fd=R&sa=T&url=http%3A%2F%2FManually editing the url parameter to be url encoded makes it work.
Now to try and figure out a work around.
Forum: Fixing WordPress
In reply to: How to add Google News feed to blog?I used to be able to do a search on Google and then copy the resulting RSS url and put it into the RSS Feed widget. Now, when I do that, the titles and links show up, but nothing happens when I click on the link. I copied the link and put it into a new browser window…same thing. Has Google done something to change their feeds?
here’s an example of a link in the feed:Link