idesignucreate
Forum Replies Created
-
Forum: Plugins
In reply to: [Sermon Manager] How to remove "About the Author" Field?The theme is called Real Church.
Forum: Plugins
In reply to: [Sermon Manager] How to remove "About the Author" Field?Sure is the link and on the page I don’t want the “about author”
http://victoryhouse.ca/sermons/the-faithful-overcomer/Thanks for your help.
Forum: Plugins
In reply to: [Community Jar] Fatal Error in get_project_date_formatted()Sorry if you’re new to coding and you wanted to know where to find that simply:
1. Go to Plugins tab on left side
2. Click edit under Community Jar
3. Scroll down to “community-jar/lib/Community_Jar_Tokenizer.class.php”
4. Look for the code line 85 (although the lines in WordPress aren’t like in notepad++ so just trust when I say it’s the code given above) and
5. remove the code and update .php file
6. head back to your Community Jar event and updateHopefully this helps someone
Cheers
Forum: Plugins
In reply to: [Community Jar] Fatal Error in get_project_date_formatted()@masedaw and to anyone else who was still wondering how to deal with this code jumble; all I did was remove the code:
case ‘[project-date]’:
$value = $GLOBALS[‘community-jar’]->get_project_date_formatted($project_id);
break;After doing so, I was able to update my wordpress project with no errors and it hasn’t negatively affected the purpose of the plugin.
Cheers all
Forum: Plugins
In reply to: [Community Jar] Fatal Error in get_project_date_formatted()The line in question is as follows:
$value = $GLOBALS[‘community-jar’]->get_project_date_formatted($project_id);Any suggestions from Community Jar or anyone would be greatly appreciated.