7billionbuddhas
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Applications listing only showing for person who created*bump*
Forum: Plugins
In reply to: [WP Job Manager] Employer role capabilitiesI meant where the custom post type is registered.
Forum: Plugins
In reply to: [WP Job Manager] Employer role capabilitiesOr can you tell me where the user role is registered?
Forum: Plugins
In reply to: [WP Job Manager] Employer role capabilitiesHow about enabling access to All Jobs?
Forum: Plugins
In reply to: [WP Job Manager] Employer role capabilitiesHey thanks. Yeah I don’t want them to admin access.
How can the HR team have access to All Jobs and Settings within the Job Listing custom post type? Is this possible? They need access to be able to manage several job postings. Right now they can only add new job listings and create new job types.
I used WPFrontEnd User Role to restore Admin capabilities back to default.
So, the problem is gone now. All I did was open one of the store custom post and resaved. Now all eleven locations are showing on the map.
Strange, but fixed!Thanks, I can appreciate this is a free plugin and you’re not here to teach users WordPress, but that makes only about 75% sense to me.
If I bought the Pro version, could you provide more detailed customization support?
Thanks!
Hi I’m still looking for a solution for this.
I want to add a filter on the taxonomy-event-category.php template for one category to show all the upcoming classes in one week (Mon, Wed, Fri). Currently, it is only showing the next occurrence.
http://edtrost.ipower.com/events/category/yoga-classes/
I tried adding the same query , to the taxonomy-event-category.php template, but it’s not working. Any help?
Thanks!Thanks for the quick reply!
I used the second option and added the code to my functions.php file. I also added the following to my css and it works perfectly!
img.featured {
max-width: none;
width: 100%;
margin-bottom: 0;
}Forum: Plugins
In reply to: [Event Organiser] Only 5 events showing on event category pageOnce again, I post in the forum for help after hours of going nowhere, and then I solve issue 5 minutes after posting.
Please disregard.Forum: Plugins
In reply to: [Event Organiser] Only 5 events showing on event category pageI tried editing the Reading settings to 12. No luck. I also added this code to the function.php, but that didn’t work either.
add_action( 'pre_get_posts', 'change_number_posts_per_category' ); function change_number_posts_per_category( $query ) { if ( is_category('yoga') ) { $query->set( 'posts_per_page', 12 ); return $query; }}Also, I change the posts_per_page in the theme-defaults.php to 12. No luck.
It’s actually showing 6 posts, not 5. I’m not sure where it’s getting this from as all the Genesis and WP settings are set to 12.
Any ideas? Or is this outside the scope of the plugin?
Forum: Plugins
In reply to: [Event Organiser] Only 5 events showing on event category pagehttp://edtrost.ipower.com/events/category/yoga/
There is the page for reference.
Please disregard… I am working my way through this. Had a tough day yesteerday. 😛
I’m going crazy trying to customize this for my needs. I’m not a PHP expert and I have limited time to try to sort this out. Your documentation is great, but much of it assumes advanced PHP knowledge and patience.
Do you offer customization services? and what is your rate?
My client has the same 11 classes offered every week and 2 or 3 longer events throughout the year. I need a page listing all eleven classes (only yoga class category) with details – similar layout to the event archive page. I tried to use the event archive template, but it is pushing the sidebar down. http://edtrost.ipower.com/events/event/
I tried again with a the event list shortcode on a page (http://edtrost.ipower.com/classes/) but I want more information for each class (time, day, location, description ,image). Again, I’m not an expert in PHP, so am
Secondly, I created a location map, which is great. But I’d also like a listing under the map of the 3 locations. I can’t figure out how to do this either. I can manually add them, but if the client edits, adds or removes locations, this will need to be updated manually as well. I’d like it to be dynamic.
Any help at all would be great. Seriously, pulling my hair out trying to get this to work.
I’d rather pay you at this point to do it.If not, examples of how other users modified this plugin would help immensely. Or sample code for most frequently used set ups.
Thanks!