andyjimmy
Forum Replies Created
-
I’ve having a similar issue to what has been described here (and have tried the various fixes suggested here and in other related threads).
I have 4 events listed on my website, yet on the admin side, when set to future events, no event displays. Same thing happens when I switch to past events (or which there are many) none are shown.
Any suggestions @netweblogic ? Thanks!
- This reply was modified 5 years, 6 months ago by andyjimmy.
Forum: Plugins
In reply to: [Sermon Manager] wpfc_preacher not displaying on pageOne of my plugins “Anything Order” was, for some reason, causing the problem. I removed it and used another instead and everything is back to normal
Forum: Plugins
In reply to: [Sermon Manager] 2.0 Has Breaking Changes@antgiant – turns out it was one of my plugins “Anything Order” that was causing the issue. Thanks for reminding me think outside of the physical code that I was working with ??
Forum: Plugins
In reply to: [Sermon Manager] 2.0 Has Breaking ChangesPerhaps you are able to help me out @antgiant.
For the past couple of versions the preachers name hasn’t shown on the pages where it should. Also, when I go into edit a sermon there is no preacher name, series, bible book shown even through its all put in and appears in the database.
Forum: Plugins
In reply to: [Sermon Manager] wpfc_preacher not displaying on pageThanks for the link @antgiant. Glad to know there is a solution to the feed issue. I’ve rolled back to a previous version because there was other things things that broke related to the update. I’ll wait for the next version and hopefully it fixes the feed issue and the other issues.
Forum: Plugins
In reply to: [Sermon Manager] wpfc_preacher not displaying on page@esbon – Does your podcast feed work in 2.0.0? Mine just timesout ??
Forum: Plugins
In reply to: [Sermon Manager] wpfc_preacher not displaying on pageHi James,
Thanks for pushing out another update. Unfortunately the issue isn’t solved for me when I update. When I go to edit a sermon some of the meta data is missing (Speaker, Series, book of the bible and service) It’s present when I view the sermon (except for speaker–as previously mentioned).
I have since rolled back to 1.9.6 because I have some custom code that replies on wpfc_sermon_meta() and the podcast feed would timeout (504) even when I dropped the number of items to display.
Not sure where to go from here. Happy to provide a log in if you would like to look around.
Forum: Plugins
In reply to: [Sermon Manager] Podcast problems with validatingJust as an experiment I changed it to ‘http’ from ‘https’ and all is well. Seems odd, but that solved that.
Second issue with validation is this…
In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.
line 48, column 4: item contains more than one enclosure (70 occurrences) [help]When I look at the feed source I can see that for every item there is two enclosure tags. There is only one that I can find in podcast-functions.php and removing that solves the issue.
However, I would like to modify the other enclosure to include a tracking url prefix to the audio url. Where do I find the enclosure code?
Below is the one that I have removed from podcast-functions.php
<?php if ( $audio !== '' ) : ?> <enclosure url="<?php echo $audio; ?>" length="0" type="audio/mpeg"/> <?php endif; ?>
But where is the other one that still comes through in the xml file?
Forum: Plugins
In reply to: [Sermon Manager] Podcast problems with validatingI too am having issues with feed validation ??
Error message is
Sorry
This feed does not validate.
line 43, column 1: url must be a full URL: https://mbmsermons.s3.amazonaws.com/Church-161225-WhyPerformanceDoesntCount.mp3 (62 occurrences) [help]
I’ve tried a number of different validation services and they all say the same thing… which doesn’t make a whole lot of sense.
This is my feed https://mbm.org.au/bible-talks/feed/
And I’ve been using https://www.feedvalidator.org/
Forum: Plugins
In reply to: [Sermon Manager] wpfc_preacher not displaying on pagePS, also not showing up in the meta box when I go to edit sermon ??
Forum: Plugins
In reply to: [Sermon Manager] Audio File and Enclosure Meta DifferentAppreciate you saying that, wpforchruch_allen!
Thanks for the ideas you presented. I ended up just changing the entries in the database for the most recent talks (which would be displayed in the feed). Only look an hour or so, which I figured would have been quicker than looking for a global solution. Worked a treat.
Thanks for all the work you and the team put into this robust plugin!
Forum: Plugins
In reply to: [Sermon Manager] [list_sermons] Shortcode order/orderby not workingI am also having the same drama. none of the ordering works on the list_sermons short code.
Thanks
Forum: Plugins
In reply to: [Church Content - Sermons, Events and More] Multiple servicesWhat was in my mind was having another box on the right side like book, series, speaker etc.
Forum: Themes and Templates
In reply to: [Serene] video not in headerI am also having the same issue
Forum: Plugins
In reply to: [Responsive Slider] Using shortcode on front page – no imagesI originally had:
<?php do_shortcode( '[responsive_slider]' ); ?>
And then all of a sudden no images would display, and there wasn’t any markup for the slider when i viewed source. Just as you described.
But this morning I added in echo like this:
<?php echo do_shortcode( '[responsive_slider]' ); ?>
And it worked again. I don’t know what changed, but as long as its working ??