robalan
Forum Replies Created
-
Forum: Plugins
In reply to: [ActiveCampaign - Forms, Site Tracking, Live Chat] Fatal errorI ended up reverting to the prior version of the plugin to fix the error and have not tried updating it again.
Forum: Fixing WordPress
In reply to: Scheduled posts publishing early/erraticallyDoes the interval matter, as long as it’s being run through the plugin? Also, MT’s kb article for cron jobs says “The cron will use the PST time zone.” —?does that matter, since the intended post times are in EST?
Forum: Fixing WordPress
In reply to: Scheduled posts publishing early/erraticallyMedia Temple. Has been for a year, but the issue just began. Support techs didn’t have any answers as to why it would start doing that.
Forum: Plugins
In reply to: [Simple Fields] Problem with repeatable fieldsThat did it! Thank you!
Forum: Plugins
In reply to: [Simple Fields] Problem with repeatable fieldsSo was this not fixed in the update? C’mon…
Forum: Plugins
In reply to: [FitVids for WordPress] Is this plugin still maintained?This plugin needs an update, stat. All it needs is an update to fv.js 1.1…
Forum: Plugins
In reply to: [Hammy] Images blank in IEHaving this issue as well; this topic doesn’t seem resolved in any sense of the word… It looks like yotis disabled the plugin.
Marking as resolved.
Fixed. Here’s what worked:
<ul class="slides"> <?php $slideshow_repeat = simple_fields_get_post_group_values( get_the_id(), "Slideshow", true, 2 ); print_r( $slideshow_repeat ); foreach ( $slideshow_repeat as $slide ) { // This is the important bit $image_src = wp_get_attachment_image_src( $slide['Slide'], 'full' ); ?> <li> <img src="<?php echo $image_src[0]; ?>" alt="<?php echo $slide['Title']; ?>"/> <h2><?php echo $slide['Title']; ?></h2> <p><?php echo $slide['Caption']; ?></p> <p><?php echo $slide['Image Credit']; ?></p> </li> <?php } ?> </ul>
$slide[‘Slide’] was returning the attachment ID, so we didn’t need to go any deeper in the array to assign the size. Hope that makes sense!
Michael,
That was it—thank you! And it was pointed out on StackExchange that term_args is part of the plugin’s functionality: https://www.ads-software.com/extend/plugins/taxonomy-images/ – which I had missed.
Cheers!
Forum: Plugins
In reply to: [MailChimp Widget] [Plugin: MailChimp Widget] Fatal error in 3.3.1Must have been an issue with my installation—I wiped everything and re-installed and it activated just fine. Thanks!
Forum: Everything else WordPress
In reply to: 403 error on first-time svn commit to trunkI’m having trouble with my first commit also:
Commit failed (details follow):
MKACTIVITY of ‘/!svn/act/3c75b966-33f4-43b8-9a8d-650ceabb5b35’: authorization failed (https://svn.wp-plugins.org)Is this the same sort of thing or am I doing something wrong? I’m using Versions on Mac – maybe that doesn’t work with wp-plugins’ svn?
Forum: Plugins
In reply to: When submitting a plugin: when is the subversion repository created?Have you had any help with this? I’ve been waiting for days…