stevenbill
Forum Replies Created
-
Forum: Plugins
In reply to: [Staffer] Disable link to Department on Single member pageThe shortcode is this:
[staffer number=”8″ orderby=”date” order=”DES” department=”lead-team”]I’m using the template Panorama Pro.
Take a look: https://grassroots.church/about-us/our-team/lead-team/
Forum: Plugins
In reply to: [Staffer] Disable link to Department on Single member pageHm, I replaced
<?php the_post_thumbnail ( 'medium', array ('class' => 'aligncenter') ); ?>
with
<a href="<?php echo the_permalink() ?>"> <?php the_post_thumbnail ( 'medium', array ('class' => 'aligncenter') ); ?></a>
And it didn’t seem to work. Any suggestions on that?
Forum: Plugins
In reply to: [Staffer] Disable link to Department on Single member pageWow, great. That was easy. Thanks so much Robbo.
So I’ve basically replaced the single-staff.php file with this edited one – but won’t it be replaced if I update the plugin? Or no?
Appreciate your patience and help here!
Cheers,
StevePS – any idea how to get the profile pics to link to the bios? Or to add a “Read more” on this page? https://grassroots.church/about-us/staff/
I imagine it’s fairly complex? If so, no worries. If it’s something easy and you’d be willing to share the process, that’d be fantastic!
Forum: Plugins
In reply to: [Staffer] Disable link to Department on Single member pageHi Robbo870…
Okay, so you’re saying I can copy the PHP in the link you provided there, save it as archive-staff.php, but before doing that, I need to enter:
$terms = strip_tags( $terms );Right above <div class=”staff-content”>
Is this correct?
And in doing so, it should remove the links under the Department?Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] 403 Error when trying to view CalendarHey it did work. Thanks guys. I installed iThemes and then unchecked that and voila. No idea why but hey!
Thanks Ben, et al.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] 403 Error when trying to view CalendarWhat should I do ben if Ithemes isn’t installed? Thoughts?
Forum: Plugins
In reply to: [Staffer] Disable link to Department on Single member pageHi Gringozero – if you’re able to get this to work, would you be willing to help a helpless guy like me? I honestly have no idea how to do this and I’d really appreciate a hand.
If so, let me know. Thanks a bunch!
SteveForum: Plugins
In reply to: [Timely All-in-One Events Calendar] 403 Error when trying to view CalendarHi Ben,
No I do not. In fact I’ve deactivated all plug-ins to see if that would fix it and it did not do anything.I inspected it with the Inspect Element thing and I got this:
GET https://grassroots.church/js/skt_script.js 404 (Not Found)
ping:1 Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App’s settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App’s domains.Not sure if it has something to do with it but thought I’d share.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] 403 Error when trying to view CalendarPlease provide help on this!!! Ive got an identical issue!
Forum: Plugins
In reply to: [Staffer] View Staff Entries on a Page increasehaha actually, this is embarrassing. After struggling for a few hrs on this, I finally realized I had the variable set to 10 in the shortcode. #idiot
So it’s fixed.
Thanks Edward.Forum: Plugins
In reply to: [Staffer] Disable link to Department on Single member pageAny luck on having this resolved? Same issues here.
Forum: Plugins
In reply to: [WP Photo Album Plus] photo of the day by dayActually, I no longer need a shortcode – I’ve changed my graphics and I’m happy with the sidebar. However, I am struggling to get the same thing that embarz is doing above. Please take a look: https://badassjacks.info/welcome/
When will this be incorporated into an updated plugin? It’s a fantastic plugin and does almost exactly what I need it to do!
Any help would be appreciated,
SteveForum: Plugins
In reply to: [WP Photo Album Plus] photo of the day by day…preferably a short code!!!
Forum: Plugins
In reply to: [WP Photo Album Plus] photo of the day by dayHi Jacob,
I’m wondering if there is any way to somehow make this pic of the day thing into some coding I can enter into the main body of a page? This would be a great feature if possible.
Thanks!
SteveForum: Themes and Templates
In reply to: [Attitude] Social Media icons missing?Hm that did the trick I guess. Though I wasn’t sure what I had changed so I just replaced my styles.css in my parent theme with the edited one. I know that’s strictly taboo but I hope it won’t screw anything else up.
Thanks for the help on this Rabin.
Steve