Leanne
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Staff List] Post Nominal FieldTHANK YOU!! That worked beautifully.
Forum: Plugins
In reply to: [Simple Staff List] Post Nominal FieldI’ll try that out! Thanks for the help Brett. I’m wishing I took better notes when I set this up years ago.
Forum: Plugins
In reply to: [Simple Staff List] Post Nominal FieldIt would have been probably in late 2014 when I first installed the plugin.
I’m using this in single-staff-member.php
global $post;
$custom = get_post_custom();
$name = get_the_title();
$name_slug = basename(get_permalink());
$title = $custom[“_staff_member_title”][0];
$postnominal = $custom[“_staff_member_postnominal”][0];
$email = $custom[“_staff_member_email”][0];
$phone = $custom[“_staff_member_phone”][0];
$fax = $custom[“_staff_member_fax”][0];
$bio = $custom[“_staff_member_bio”][0];
$prof = $custom[“_staff_member_prof”][0];
$fb_url = $custom[“_staff_member_fb”][0];
$tw_url = ‘https://www.twitter.com/’ . $custom[“_staff_member_tw”][0];
$li_url = $custom[“_staff_member_li”][0];It’s being used here: https://www.jonesins.com/staff-members/jordan-zuke/
In the grey box, the BA, B.Ed next to his name.That worked beautifully! I would have never thought to re-create all the thumbnails. All the images were added ages ago using the old v1.9.13 for the most part and then updated now to the latest version.
Thank you for the help!
No. I’ve checked and played around with columns in the Add Gallery button within the page.
Here’s the links to the 4 galleries:
https://chantal.norlink.net/make-up/
https://chantal.norlink.net/make-up/face-painting/
https://chantal.norlink.net/portfolio/
https://chantal.norlink.net/art-work/You can see it’s just 1 row per page that seems to be messed up. Depending on the width of the change, the ‘orphaned’ image seems to change so I don’t think it’s even image-related.
Forum: Plugins
In reply to: [NextGEN Custom Fields] Gallery ID not loading into Custom TemplateThanks for posting about this! I was having issues getting my field information. the $gid and extra code worked beautifully!
I have 10,342 emails of admin lockouts over the last 5 days. This is getting ridiculous. This is from about 30 different WordPress websites.
At least I can do a quick filter messages for : ‘and a user, admin’ to delete them all.
It’s filling up my log files on all these domains
Forum: Plugins
In reply to: [This Day In History] Show events by MonthIf anyone wants to list events by current month. This is what I did.
Set up Event Types by month name (ie: January, February, etc). Select which month (event type) each entry is in
Since I’m only showing these on my home page, I put this code in my page.php file
<?php echo do_shortcode( "[tdih show_types=0 filter_type='".strtolower(date('F'))."' show_all=1]" ); ?>
the strtolower is used to show the month as january rather than January to match the slug.
Forum: Plugins
In reply to: [This Day In History] Shortcode filter_typeFigures, I finally figured it out after I post in here.
It’s the commas in the shortcode! Once I removed those and put the month in lowercase (to match the slug) they’re working.
I got the shortcode from the help menu and it shows the commas in there. Just an FYI for anyone else having that problem.
Forum: Plugins
In reply to: [This Day In History] Show events by MonthThat’s kind of what I figured. I was thinking maybe I could use Groups and group them by month. Then add a bit of php in my template file (these are only showing on the home page rather than a widget) to extract the current month and use that month within the shortcode to display the current month’s events.
Php isn’t my strongest skill but I think it should be relatively easy to figure out.
I would love if the daily digest emails were more useful too.
A list of what users have been locked out and a list of the files that have changed, same as we see in the non-digest version.
Right now the digest email is useless as it doesn’t really tell you anything so I’ve had to turn off the digest email and now my inbox is flooded with emails with site lockout notifications and file change notifications for 30+ sites that I monitor.
I haven’t made any changes to the templates or customized the plugin at all. I’m just doing the initial set up of adding in a few businesses.
I’ve sent you the info through your website.
I ended up just searching through the photo descriptions and eliminating the tags. We’re using the powertags plugin to display photos on the website using the tags but not searching with them. Luckily for us it’s working as our tags have all the keywords in it that most people will need to search by.
I’m really disappointed by the lack of functionality of the tags in nextgen. There’s so much potential with them.
I got the thumbnails showing up. I forgot I had played around with the lib/tags.php. I reverted the file back and the thumbnails now show up.. but doubled.
So I’ll see my results and then underneath it’s the results again.
Forum: Plugins
In reply to: Overwriting existing PDF files on websiteOh perfect! I figured there had to be a plugin, I just wasn’t searching for the right terms.