Daniel
Forum Replies Created
-
Thanks for the quick reply. I just opened a private ticket.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Maps not loading in 7.10.38Yes, that worked. Thanks for the quick response.
Forum: Plugins
In reply to: [Force use of ImageMagick image library] Resized images not being generatedLooks like I was missing the php-imagick package. Up and running now.
Hi, Julka — It was a curious problem with a curious solution. The AddThis JavaScript wasn’t being inserted into any pages. I finally fixed it by selecting a different theme, and then immediately switching back to the original theme. After that, the JavaScript appeared correctly.
I got this working on another site that’s configured nearly identical to the site that’s not working. The only meaningful difference is that the site that AddThis is not working on is an HTTPS only site. It is only available through a secure session. The other sites I’ve tested primarily use HTTP. Not sure if that’s the issue, but so far that’s the only difference I’ve noticed.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] "full" image size not an optionI added a line 120 above the </select> to the plugin, and then it produces the output I’d like:
<option value="full"<?php echo ($featured_images_in_rss_size == 'full' ? ' selected="selected"' : ''); ?>>full</option>
The ‘full’ image size is supported by get_the_post_thumbnail(). Could you add this to the plugin?
Scans appear to be working now.
This is what my sites are showing:
[Sep 03 02:00:10] Scan terminated with error: We received an error response when trying to contact the Wordfence scanning servers. The HTTP status code was [502] and the curl error number was [0]
[Sep 03 03:19:03] Call to Wordfence API to resolve IPs failed: We received an error response when trying to contact the Wordfence scanning servers. The HTTP status code was [502] and the curl error number was [0]Running into the same issue as @jchum on WP multisite since the update to WPtouch 1.9.8. The newly released 1.9.8.1 doesn’t fix this bug — the network admin area is still unavailable with WPtouch enabled.
Forum: Fixing WordPress
In reply to: Next/Previous Categories on category archivesAny ideas? This is to be used on https://manufacturedfotos.com/
Each category is a separate photo gallery. And so on the category/gallery pages there would be links to the next/previous galleries. Any suggestions would be appreciated.
Forum: Installing WordPress
In reply to: importing from Movable Type 4.0It looks like the problem was more of a MT formatting issue. There is an extra line of space between the divider and the header for the comment. It appeared as such:
----- COMMENT:
When it really should have been like this:
----- COMMENT:
I did a search and replace on the file and took out that extra line of space, and then the comments imported fine with the rest of the blog entries.