alvarix
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] New Events structured data issues detected by GoogleI’m having a similar problem, but for location.
Can you provide a snippet for always outputting a value for structured data?Forum: Plugins
In reply to: [Read More Without Refresh] After 3.1 update, read more link dissappearedI had no custom settings.
So I guess you’ve changed how it works in this version?
It’s not in the shortcode anymore?
Kind of weird that there is no default…Thanks for the reply.
I’ll try it on the next round of updates.Forum: Localhost Installs
In reply to: can an infected site affect your computer on a local install?FYI my computer is a mac running sierra.
Forum: Plugins
In reply to: [The Events Calendar] No upcoming events – showing today's dateGeoff,
That is the staging site (referenced to illustrate a point).The production site is up to date on WP and all plugins.
Forum: Plugins
In reply to: [The Events Calendar] No upcoming events – showing today's dateHi Caroline,
I am on the latest for both TEC and WP.Deactivated all other plugins, still persists.
Switched to Twenty 15 and it went away.That indicates that there’s something wrong with our theme, but I was hoping you could help me figure out what.
I have a staging version of the site with older wp and TEC where it doesn’t happen:
http://bp1.staging.wpengine.com/events
TEC 3.8.1
WP 4.0.1
No changes were made to the theme since that earlier version other than upgrades.Found answer in previous post:
https://ww.wp.xz.cn/support/topic/show-past-events-in-reverse-order-1?replies=3Forum: Plugins
In reply to: [Contact Form 7] using a [email protected] as from, without a working emailThanks Takayuki
Forum: Plugins
In reply to: [Tweeple] tweet not updating, unless manual clear cacheNow it is display one from October, and clearing the tweeple cache isnt changing it.
You can see it here at the bottom of the page:
http://www.aaionline.org/It is on Hostgator.
FWIW, I have another site on WPengine, and it is working fine there.Forum: Plugins
In reply to: [WP Job Manager] Would like to see other editor's job postingsGot it. Thanks!
Forum: Plugins
In reply to: [WP Job Manager] Would like to see other editor's job postingsI added this code and now I can see Job Listings as an ‘editor’, but I still can’t edit them.
I get this error when I click a listing: You are not allowed to edit this item.This is my code in functions:
// allow editors edit_other_posts function add_theme_caps() { $role = get_role( 'editor' ); $role->add_cap( 'edit_job_listing' ); $role->add_cap( 'edit_job_listings' ); $role->add_cap( 'edit_others_job_listing' ); } add_action( 'admin_init', 'add_theme_caps');I searched the web for all the roles, but all I found were some support forum posts.
I also searched the plugin files.
Is there somewhere specific to look up rolls?Forum: Plugins
In reply to: [WP Job Manager] Would like to see other editor's job postingsEditors cannot access the wp job manager backend pages at all.
It doesn’t appear in the left sidebar.If I try the URL that I use as an Admin (http://tah.local/wp-admin/edit.php?post_type=job_listing) as an editor, I get this cute WordPress error:
Cheatin’ uh?
Does that answer your question? Im not sure if I understood it.
Forum: Plugins
In reply to: [WP Job Manager] Would like to see other editor's job postingsIt seems editors can’t access the plugin backend admin at all.
Giving them the ability to edit_others_posts didn’t help.// allow editors edit_other_posts function add_theme_caps() { $role = get_role( 'editor' ); $role->add_cap( 'edit_others_posts' ); } add_action( 'admin_init', 'add_theme_caps');Do you have any suggestions (short of making them admins) to allow editors (the role) access to edit their own jobs and others’ jobs as well?
thanks.
Forum: Plugins
In reply to: [WP Job Manager] Would like to see other editor's job postingsThanks for the quick response!
Forum: Plugins
In reply to: [WP Job Manager] loop not returning all jobsWow, you rock. I suck 😀
Thanks for fixing me.Forum: Plugins
In reply to: [WP Job Manager] loop not returning all jobsmini feed at bottom of page:
http://tah.staging.wpengine.com/about-us/
main page:
http://tah.staging.wpengine.com/about-us/work-with-us/