Dave Smith
Forum Replies Created
-
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Displayif that works, I’ve got an updated module I’d like you to test on your site and see if it looks ok without your custom fixes. (if you’re ok with that!)
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker DisplayFound it (I’m pretty sure now)
Add the following next to the other CSS you added:
.ui-datepicker table tr th {
padding: 1px;
}Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker DisplayWould you be able to publish the page again, I’d like to see what other changes we need.
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker DisplayTry adding the following to your site’s custom CSS:
.ui-datepicker table tr td {
border: 0;
padding: 1px;
}If that fixes it, I think we can work on a better solution on our side.
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker DisplayHi, it looks like the same thing. There is a padding presented on your page that’s over riding the padding on the picker:
I will look at the other solution and see if I can adjust it to fit you.
Forum: Plugins
In reply to: [Bible Reading Plans] Error after upgrading to PHP 8Mike, We have resolved this issue in 3.0.4.
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorI have seen the issue – came to me in a flash ?? The dbp_versions array is only used when using the DBP source, not the ESV source. So I added a check around it and released it as 3.0.4. Please try the new version and let me know if that fixes it.
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorI don’t suspect that as an issue. I would recommend you try to switch it on, but I’m not hopeful.
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorI’m still concerned that the php 8.0 doesn’t have a particular php module enabled. Can you check the 7.4 and 8.0 configs to make sure they have the same modules enabled?
Forum: Plugins
In reply to: [Bible Reading Plans] Create Custom Bible Reading Plan Plugin not workingApologies for that. I must have built it wrong. Glad it’s working. I expect there to be another conflict when we do build it next time too (switching back to the original instance)
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorWhat language are you using? and what is the shortcode on the page?
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorApologies, no. We’ve been having snow days and kids at home days… :-/ We’re working on it
Forum: Plugins
In reply to: [Bible Reading Plans] Create Custom Bible Reading Plan Plugin not workingCan you try this version, we’re testing a new method.
https://brp.sophoservices.com/create-bible-reading-plans.zip
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out Errorthanks for bringing this to our attention. It’s possible that the plug-in fails due to a missing php module. Can you check the web server logs?
Forum: Plugins
In reply to: [Bible Reading Plans] Error after upgrading to PHP 8It’s also possible that if you switched off the date picker, it would probably work in PHP 8, but as Dr Mike said, it does work in 8 with the picker switched on.