Dave Chimny
Forum Replies Created
-
Forum: Plugins
In reply to: [Safe Redirect Manager] 410 for deleted content?I changed the permalink structure of a WordPress website months ago from example.com/category/post-title to example.com/post-title. I have a 301 redirection active (
/category/*
->/*
), I disallowed the “folders” via robots.txt and Google still shows the “old” links, so I’ve got duplicate content since then.I’d really like to have an option for 410s in the plugin, too – that would be much simpler than hacking around in the .htaccess file. ??
Forum: Plugins
In reply to: [Default Featured Image] Wrong Image SizeYes, it’s fixed. ??
Forum: Plugins
In reply to: [Default Featured Image] Wrong Image SizeHi Jan,
it’s a self-made theme. Maybe not the best webwork in the world, but it works for me. ??
For testing, I switched the lazy loading off, to eliminate this as a cause. Then I compared version 1.4 with 1.5 and found out that the lines 204 to 206 cause the problem:
if ( is_array($size)) { $size = 'size-' . implode( 'x', $size); }
After deleting this part, all was shown as before. I don’t know why this overwrites WordPress’ settings – it doesn’t look that harmful.
Next I changed the code of my single.php to
the_post_thumbnail(thumbnail);
, but I had to resize it with CSS to fit into the non-responsive div. That’s what I went around with the size array.You can see the default image in action in this article.
For me this is resolved, but I’d really like to know why this little code snippet makes such a mess. O.o
Forum: Plugins
In reply to: [Seriously Simple Podcasting] URL feed not working, redirecting to downloadChrome Developer Tools say:
Resource interpreted as Document but transferred with MIME type application/octet-stream: “…”.
Hope that helps a bit?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] URL feed not working, redirecting to downloadSeems to be a WordPress 4.5 related problem: I downgraded back to 4.4.2 and the error disappears.
But it’s only a visual flaw: Feedreaders still seem able to access the podcast xml data.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Episode lengths all dropped to 1Via FTP: Go to /wp-content/plugins/seriously-simple-podcasting and overwrite all files with those from inside the ZIP file.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Episode lengths all dropped to 1Forum: Plugins
In reply to: [Seriously Simple Podcasting] Cover Image not showing on feed pageSame on my feed.
The development tools of Chrome tell me the image URL for the src argument has gone. It now reads:
<img src title="...">
Fortunately it’s just a visual thing – it doesn’t affect iTunes or other services using the XML part of the feed.
Can you access the .htaccess file of your WordPress installation? Open it and search for
Enable the hide backend feature
. In the next line you should find what you’re looking for. ??Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast TitleApple launched a new manager for podcasts, where you can start a manual refresh of the content. In most cases, it just takes 5 minutes to have the updated info on iTunes. ??
podcastsconnect.apple.com
Use the same username/password you used when submitting your podcast.Forum: Plugins
In reply to: [Seriously Simple Podcasting] Tags in layout don't link to anythingJust a guess: Have you tried going to Settings > Permalink Settings in WordPress and just save that?
It’s the normal procedure in another scenario (adding categories to episodes) but maybe that helps in your case, too.
I couldn’t trigger a lockout from the temporarily whitelisted IP with 5.3.3. I also cross checked that lockouts for other IPs work as expected. They do, so this one is resolved from my side. ??
@ css31: iThemes Security already has this feature: It’s called “Hide Backend” in the settings. ??
It seems some weird configuration on your server opens files that are named similar to the requested ones:
https://www.100son.net/license shows the content of license.txt. https://www.100son.net/readme opens readme.html instead.
That’s why /wp-login works for you, because it calls for /wp-login.php.
I can’t reproduce your “Cannot modify header information” – seems not to be related with this. I just get
<h3>Locked out by iThemes Security.</h3>
That’s what I told the plugin to display.