Zuke
Forum Replies Created
-
Hmm, seems like some podcast clients don’t like that extra info in the URL. So, I set up a subdomain (http://podcast.stolendroids.com) and set it to redirect to that URL instead. Boom! They are working again. Made sure to tell all cache accelerators and caching plugins to ignore any and all subdomains.
@amandato I’d disabled Cloudflare for 10 days now and nothing has changed. Is there a way to simply reinstall PowerPress to restore the RSS and XML functions to stock? I’d uninstall the plugin and reinstall it, but I’m worried about losing settings or episodes (we have a lot of them).
Good to know.
I’ve disabled Cloudflare for our site now to test. We shall see what this does to it.
If this works, I may create a subdomain for all our podcasts and publish them off of that, telling it to bypass Cloudflare while normal blog posts will still be served up from it.
FYI, this is another one of our feeds that has been having issues.
OK, W3 has been uninstalled (causing problems, always have, I hate it). Cloudflare has been purged and put into dev mode. CDN has been purged as well.
Try now?
Update: I see the feed now updating iTunes, however it still hasn’t gone to other podcatchers.
- This reply was modified 8 years, 11 months ago by Zuke.
OK, done.
Can you try now? I haven’t changed anything, but now I can access the rss XML.
Everything is up to date.
URL for the post is here: http://www.stolendroids.com/podcast-episode-322-those-wacky-chinese/
URL for the file is here: http://www.stolendroids.com/podcasts/SD-322-Those-Wacky-Chinese.mp3The post is published just fine, but so far it hasn’t gone out to iTunes or any other podcast catcher (like RSS isn’t updating).
Forum: Themes and Templates
In reply to: [Sunspot] Did WP3.8.1 break SunSpot 1.1?OK, in case anyone else is interested in how I fixed it for me (still not entirely sure what happened).
I use Cloudflare to provide a backup site of sorts when my site has a glitch. Doesn’t happen often but when it does it’s weird. It also acts as a cache for people to increase site performance and help my sever out.
Some combination of what my host was doing, in combination with my ISP and Cloudflare caused all sorts of issues. And was only doing it to that ONE theme. Weird.
Restarted my VSP and purged my Cloudflare cache, and voila it worked. Again, NO idea why it was only happening to me.
Forum: Themes and Templates
In reply to: [Sunspot] Did WP3.8.1 break SunSpot 1.1?That’s really weird. I just ran a request on browsershots.org and it looks fine there as well.
Something is up with my ISP then and just happened to occur at the exact same time as I upgraded to 3.8.1
Forum: Themes and Templates
In reply to: [Sunspot] Did WP3.8.1 break SunSpot 1.1?http://www.stolendroids.com/wp-content/uploads/2014/01/screen.png
This is how it looks to me right now. This is not how it’s supposed to look. Is this not how it looks to you?
I have now tried this on multiple browsers on multiple computers. If it’s a caching issue, it’s higher up than my personal network here.
Forum: Themes and Templates
In reply to: [Sunspot] Did WP3.8.1 break SunSpot 1.1?It looks fine to you? I don’t THINK it’s just my browser, but I’m seeing everything on the left, running down the entire length (instead of being in a left sidebar and right content area). The background is gone, and most my formatting is missing too. All I’m left with is a gray background.
Forum: Themes and Templates
In reply to: Trying to make a home page for just a categoryNot quite the same; I need the custom header and style for each one.
I’m going to be doing this a lot for different shows we have, so I need something I can do repeatedly. There’s a plugin that even allows me a different theme per category, but I’m still left with the funky “Archive” text.
Forum: Fixing WordPress
In reply to: want to get all post from all category with paginationI’m having a slightly different problem with mine. I’m trying to show a page with just one category, but in doing so I loose out on the “Read More” (which I know is another issue entirely), the pagination, and the ability to click on headlines to read posts.
Here is the code I’m using.
<?php /** * Template Name: Main Podcast, no sidebar(s) */ ?> <?php include(TEMPLATEPATH . '/SDP-header.php'); ?> <div id="main-fullwidth" class="span-24"> <div class="content"> <img src="/wp-content/uploads/2013/10/podbotmed.jpg" width=25% height=25%> <?php query_posts('cat=993&showposts='.get_option('posts_per_page')); ?> <?php get_template_part('loop', 'page'); ?> </div><!-- .content --> </div><!-- #main-fullwidth--> <?php get_footer(); ?>You can see what happens to it here
http://www.stolendroids.com/sdpodcastForum: Fixing WordPress
In reply to: Category links acting strangelyClosing this thread