jmclean
Forum Replies Created
-
Forum: Reviews
In reply to: [The Events Calendar] Tickets Qty not accurate, Horrible SupportEvents Tickets plugin
Forum: Plugins
In reply to: [Sermon Manager] Latest Sermon Date Preached And Not Most Recent UploadedThank you, that worked!
Just to clarify for anyone else with the same issue, I had to change the sermon published date to match the date preached.
Forum: Plugins
In reply to: [Sermon Manager] Single Sermon LayoutI just had an “aha!” moment, compared my local
single-wpfc_sermon.php
to the one in the plugins directory. I had somehow mixed up the functions and had the wrong one insingle-wpfc_sermon.php
my theme directory.<?php render_wpfc_sermon_single(); ?>
doesn’t work properly, however<?php wpfc_sermon_single_v2(); ?>
does!Thank you for your help!
- This reply was modified 6 years ago by jmclean.
Forum: Plugins
In reply to: [Sermon Manager] Single Sermon LayoutYes, it’s technically “working”, however it has the default plugin layout, which I am attempting to change.
I just now found where I can change the layout, but it’s in
sm-deprecated-functions.php
starting on line 193 withinwpfc_sermon_single()
, but that doesn’t seem like the proper place to make the layout changes.Forum: Plugins
In reply to: [Sermon Manager] Single Sermon LayoutI have uploaded the theme to my test server and you can view it here.
Forum: Plugins
In reply to: [Sermon Manager] Single Sermon LayoutHi Mike,
I’m building a 100% custom theme, and this is my first time using this plugin.
I have the exact same file structure as you mentioned, except my folder is named partials, since that’s what the comment at the top of the
content-sermon-single.php
says.This is my file structure
/wp-content /themes /<my_theme> /partials /content-sermon-archive.php /content-sermon-single.php // NOT WORKING /archive-wpfc_sermon.php /single-wpfc_sermon.php
I should add that I have edited
content-sermon-single.php
directly in the plugin folder without any changes as well.- This reply was modified 6 years ago by jmclean.
Forum: Plugins
In reply to: [Sermon Manager] Latest Sermon Image & AudioAh, thank you kind sir! That worked beautifully!
Forum: Plugins
In reply to: [Sermon Manager] Latest Sermon Image & AudioHi Mike,
Thanks, that worked for linking the image to the actual sermon.
I’m still interested in getting the audio player to display there.
Thanks!