Scott West
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Downloads redirecting to Home pageThere is a setting to stop hot linking from external sites. Perhaps this is what is tripping you up?
Downloads > Settings > Prevent hotlinking.
Forum: Plugins
In reply to: [Download Monitor] Adding external filew URLs – possible?Yes you can link to a file hosted on an external site or a file from the media library.
If you list multiple URLs Download Monitor will direct the user to a random link each time so you can mirror the download in multiple locations if required.
Forum: Plugins
In reply to: [Download Monitor] Display Custom Fields associated with a downloadFantastic! It worked Barry. Thanks very much.
Forum: Plugins
In reply to: [Download Monitor] Display Custom Fields associated with a downloadHello Barry,
Here is my code:
<?php /** * Output for songs via the [download] shortcode */ global $dlm_download; ?> <span class="title"><?php $dlm_download->the_title(); ?></span> <span class="key"><?php echo get_post_meta(get_the_ID(), 'key', true); ?></span><br /><span class="writer"><?php echo get_post_meta(get_the_ID(), 'writer', true); ?></span> <ul><li><a href="<?php $dlm_download->the_download_link(); ?>" rel="nofollow">Chords & Lyrics</a></li> <?php if ($recording = get_post_meta(get_the_ID(), 'mp3', true) !== "#") { echo ("<li><a href='" . get_post_meta(get_the_ID(), 'mp3', true) . "'>Recording</a></li>"); } ?> <Br/> </ul>Hi Jeremy,
I all the images were inserted individually (but might sometimes be called in by theme elements) not using jetpacks gallery.
All images are uploaded using the built in wordless media manager even if used by he theme or a plugin.
Applying the patch (by saying a copy of the original file and replacing its content with the linked version) did remove the error but photon is now requesting an image that is 1px x 1px with the string:
?fit=305%2C1
when what it should be
?fit=305%2C171I have now replaced the image with an updated one due to updated content and that new image works fine, so it might just have been bad meta data on that image, interesting that it worked before the update and not after though.
Another image that wasn’t loading is now lading fine.
Thank you for your assistance.
Or you could do the much less drastic action of disabling Photon within jetpack, until they hopefully update the plugin to fix this bug.
I am also getting the “Please specify what days of the week this event should occur on.” error.
I can create recurring events on other days, but can’t move them to Sunday or create new recurring events on a Sunday. I am also unable to edit existing recurring events that are already set on a Sunday.
As a Church this is a major problem for one of my clients!
Running:
WP 4.0.1
Events Manager 5.5.4
Events Manager pro 2.3.9