- This topic is empty.
-
AuthorPosts
-
16th June 2018 at 12:54 am #2796bmackintoshMember
We’re running on version Church Admin Plugin v1.3940 and I had to update our shortcodes to remove the login requirement. The new published shortcode is:
[church_admin type=address-list member_type_id=2 map=1 photo=1 loggedin=FALSE]
The page is displaying, but only the first entry displays. When I choose the PDF download all entries appear.
Public site is allnationscrc.org/new2014/new-public-directory
PW is ‘####’ (password removed by moderator)
16th June 2018 at 10:08 am #3998Andy MoyleKeymasterHi there,
I’ve removed your password in the post to protect personal data!
Your theme is inserting tags in to the javascript that controls the directory swapping people and therefore killing it.
There’s a post elsewhere on this type of issue
https://wordpress.stackexchange.com/questions/101368/wordspress-add-p-into-my-javascriptsI’ll remove the white spaces in the javascript and update to 1.3950 later today.
You also need to add a Google map api key – which is free. A tutorial is here – https://www.churchadminplugin.com/tutorials/google-map-api/17th June 2018 at 2:34 pm #3999bmackintoshMember@andymoyle said:
Hi there,
I’ve removed your password in the post to protect personal data!
Your theme is inserting tags in to the javascript that controls the directory swapping people and therefore killing it.
There’s a post elsewhere on this type of issue
https://wordpress.stackexchange.com/questions/101368/wordspress-add-p-into-my-javascriptsI’ll remove the white spaces in the javascript and update to 1.3950 later today.
You also need to add a Google map api key – which is free. A tutorial is here – https://www.churchadminplugin.com/tutorials/google-map-api/Thanks for the reply. I will see if I can get the Theme updated/corrected.
We had an API for Google Maps at one point…looks like Google is starting to charge for map usage.
17th June 2018 at 5:29 pm #4000Andy MoyleKeymasterI’ve updated the plugin, so it shouldn’t go wrong anymore.
You can get the theme author to addremove_filter( ‘the_content’, ‘wpautop’ );
remove_filter( ‘the_excerpt’, ‘wpautop’ );
To the functions.php file to stop it adding paragraph tagsGoogle maps – you now need a credit card on the account
https://cloud.google.com/maps-platform/user-guideFrom July 16th Google will be charging for maps – https://cloud.google.com/maps-platform/pricing/sheet/ but giving $200 free credit per month! So it will effectively still be free for up to 28,000 monthly views.
12th October 2019 at 7:23 pm #4347bmackintoshMemberHi Andy – I’m running into a similar issue as I described above. On my page with the directory published the alphabetical listing is showing but you cannot click on any of the letters. Again the PDF and search options both work – so I am not sure if its an issue with our theme or something else. The link to the published directory is http://allnationscrc.org/new2014/new-public-directory/ (I can re-share the PW as needed). Please advise
12th October 2019 at 7:50 pm #4348Andy MoyleKeymasterCan you message me the password please. Thanks
14th October 2019 at 3:49 pm #4360Andy MoyleKeymasterBrian in your case WordPress changed a line break into a paragraph tag in the middle of some JavaScript that should make changing letters possible, breaking it. I’ve removed all line breaks in the code, so all should be good from the next update later today (14th Oct 2019)
16th October 2019 at 6:57 pm #4367bmackintoshMemberThanks Andy – I will take a look today!
-
AuthorPosts
- You must be logged in to reply to this topic.