jonpbradley
Forum Replies Created
-
Forum: Plugins
In reply to: [ICS Calendar] Daylight savings times resulting in wrong calendar timesThanks, I’ve tried the offset addition and it doesn’t seem to be working. There could be a cache issue as some of my earlier changes took a little while to update but I think it should have updated by now.
I’ll contact the church admin guys to see if they can add the timezone in the feed.
Forum: Plugins
In reply to: [ICS Calendar] Daylight savings times resulting in wrong calendar timesThanks, I’ll try the tzoffset code and see what that does. I guess beyond that I might need to contact the guys who supply the feed (it’s from a Church Admin service) and see if they explicitly specify a timezone in the feed?
Forum: Plugins
In reply to: [ICS Calendar] Daylight savings times resulting in wrong calendar timesSomehow in trying in trying to fix this the current times are now all an hour early! Don’t know if this is a cache thing after adding the fix and then removing it. The times are still wrong at some point though!
Forum: Plugins
In reply to: [Custom Post Type UI] Changing slug / permalinkThat was an easy fix – sorry to bother you, I’d just missed that field. All sorted now, much appreciated.
This issue seems to be back with 1.7.9 and 1.7.10. The page is working fine and then as soon as I click on a heading element and go to ‘Advanced’ I lose all my editing options for all elements.
Great, thanks. 1.7.8 is working for me!
And then I get this error when I try to click on the icon list to edit it…
editor.min.js?ver=1.7.7:2 Uncaught TypeError: Cannot read property ‘fa fa-envelope-open’ of undefined
at editor.min.js?ver=1.7.7:2
at Function.m.each.m.forEach (load-scripts.php?c=1&load[]=underscore,jquery-core,jquery-migrate,backbone,shortcode,utils,wp-util,wp-backbone,media-models,plupload,wp-plupload,jquery-ui-c&load[]=ore,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,mediaelement,wp-mediaelement,media-views,media-editor,media-audiovideo&ver=4.8.2:5)
at n.onBeforeRender (editor.min.js?ver=1.7.7:2)
at Object._triggerMethod (backbone.marionette.min.js?ver=2.4.5:22)
at n.triggerMethod (backbone.marionette.min.js?ver=2.4.5:22)
at n.render (backbone.marionette.min.js?ver=2.4.5:23)
at n.renderChildView (backbone.marionette.min.js?ver=2.4.5:22)
at n._addChildView (backbone.marionette.min.js?ver=2.4.5:22)
at n.addChild (backbone.marionette.min.js?ver=2.4.5:22)
at n.<anonymous> (backbone.marionette.min.js?ver=2.4.5:22)I’m seeing possibly similar issues. I use Elementor on a whole load of sites and those with the most recent versions of basic and pro (some haven’t updated yet) are showing issues. I can actually get the text editor to work but icon lists and some buttons just show a blank gray space where I should see the editable settings. I can see this error in JS console…
Uncaught ReferenceError: butterbean is not defined
It doesn’t seem to be particularly consistent – editing some buttons works, others don’t.
Quick response would be appreciated – also on a deadline!
Forum: Plugins
In reply to: [Sermon Manager] Page not found errorsSure, I’ve created a user. Guessing you can do a password reset to get access? My server is being pretty slow at the moment – just so you know!
Forum: Plugins
In reply to: [Sermon Manager] Video too bigI removed the videos as I was only really just testing to see if it might work. I’ve just tried to add one though and get this error…
Fatal error: Non-static method DateTime::getTimestamp() cannot be called statically in …/wp-content/plugins/sermon-manager-for-wordpress/includes/CMB2/includes/CMB2_Utils.php on line 318
I get that whether I add a YouTube URL in the single line field OR adding a full iframe embed code in the multi-line field above.
So, separate error but I can’t show the original one!
Forum: Plugins
In reply to: [Sermon Manager] Order Bible BooksI’ve updated to 2.0.7 and added that shortcode but I’m still not seeing the books ordered properly…
https://hicinverness.org.uk/bible-message/
Any ideas?
Forum: Plugins
In reply to: [Sermon Manager] Order Bible BooksGreat, thanks!
Forum: Plugins
In reply to: [Sermon Manager] How do I add the filter dropdowns?I’m sorry, you’ve reached the extent of my knowledge. I’ve definitely used the code in my earlier post eg. [list_sermons tax=”wpfc_bible_book” order=”DESC” orderby=”count”] – and it’s working fine for me. I’m aware lots of people are having errors on their setups which I’m not seeing so I’m not sure if I’ve just been lucky. Those lines of code were just copied from the plugin support page…
https://www.wpforchurch.com/knowledgebase/sermon-manager-shortcodes/
Forum: Plugins
In reply to: [Sermon Manager] How do I add the filter dropdowns?Sure, I’ve actually done this page… https://www.chelmsfordpres.org.uk/talks/ – using the Divi theme and page builder. I used the ‘toggle’ element in Divi builder with the titles as shown and then shortcodes within eg…
Bible Book
[list_sermons tax=”wpfc_bible_book” order=”DESC” orderby=”count”]Speaker
[list_sermons tax=”wpfc_preacher” order=”DESC” orderby=”id”]Series
[list_sermons tax=”wpfc_sermon_series” order=”DESC” orderby=”id”]Annoyingly I don’t think you can order the Bible books in actual Bible order. I’ve got a support ticket waiting on that(!).
Does that help?
Forum: Plugins
In reply to: [Sermon Manager] Sorting and filtering?I use a page builder which helps me with the toggles (Elementor at the moment but I’ve used others too). I guess you could find a plugin to add toggles as a widget if you’ve not got a page builder in place. The actual shortcodes I’m using are…
Bible Book
[list_sermons tax=”wpfc_bible_book” order=”DESC” orderby=”count”]Speaker
[list_sermons tax=”wpfc_preacher” order=”DESC” orderby=”id”]Series
[list_sermons tax=”wpfc_sermon_series” order=”DESC” orderby=”id”]Annoyingly I don’t think you can order the Bible books in actual Bible order. I’ve got a support ticket waiting on that(!).
Hope that helps.