candell
Forum Replies Created
-
Actually, on testing, they only have the option to upgrade to the pro version, not set up a feed.
Thank you
Forum: Plugins
In reply to: [WP Job Manager] _job_expires in /wp-json/wp/v2/job-listings/Many thanks, that’s awesome
Forum: Plugins
In reply to: [User Role Editor] User role appear in Author dropdownThank you
That is awesome thank you. It worked great.
Is it possible to ensure Admin and Editors can view all posts, whereas other roles can only see their own?
- This reply was modified 3 years, 5 months ago by candell.
Forum: Developing with WordPress
In reply to: Restrict each user to view only certain postsThanks Janet, I created this post on the members board https://wordpress.org/support/topic/backend-post-access-to-specific-user/ as I could only figure out how to limit access to the entire cpt, not individual posts.
If no-one replies, I’ll research wpfreelancer’s response in more detail.
Forum: Developing with WordPress
In reply to: Restrict each user to view only certain postsThabks, I am trying to make the posts list only show certain posts to each user. Essentially each user has a page they can edit, they can’t edit other pages.
Forum: Developing with WordPress
In reply to: Restrict each user to view only certain postsThank you for the replies, as far as I know User Role Editor will hide/show the entire custom post type, not just certain posts within the post type.
wpfreelancer, is this in the backend?
Thanks Kim
Forum: Fixing WordPress
In reply to: Elementor website from .com to .orgIf anyone has found this, I ended up using a plugin called ‘All in One WP Migration’. The pages, posts, media and site settings all transferred. All I had to do was a find and replace on some of the .com urls that the plugin missed, oh and regenerate thumbnails. It only brought over original images meaning all variations were broken on the site. But a regenerate thumbnail run solved that.
Forum: Fixing WordPress
In reply to: Elementor website from .com to .orgThank you for your reply, Duplicator was my first go to, however it isn’t allowed in wordpress.com
Forum: Fixing WordPress
In reply to: Changing Additional CSS class(es) descriptive textThe theme is all set up and working correctly to the styles, that’s not what I am asking.
Is it possible to change the text circled in this image?
To something like
Forum: Fixing WordPress
In reply to: Changing Additional CSS class(es) descriptive textThanks for the reply, I think you misunderstood however. The classes are all set up in the theme, but despite naming them logically i.e. border-bottom-blue, no-bottom-margin etc, the page editors will forget the classes available to them.
What I wondered if I could do was change the descriptive text beneath the css field that is currently ‘Separate multiple classes with spaces.’ with something more like
You have the following classes available for use;
border-bottom-blue – adds a blue border to the bottom of the item
no-bottom-margin – removes the bottom margin, to place items below it closerForum: Plugins
In reply to: [WP Job Manager] ATS compatible with WP Job ManagerHi @adisj,
We have developed a module that integrates the Bullhorn ATS with WP Job Manager. It’s running perfectly on many websites, let me know if you would like any further information.
Hi @bindlegirl
Thanks for the reply, we are doing exactly that yes. We have a plugin that populates a custom post type (and associated meta and taxonomies) within WordPress from a third party job CRM.
Our process is
- Find new jobs added to job CRM via CRM API
- Grab the job data
- Create a new post in WordPress and populate all required data
We have integrated with WPJM many times with great success, however on this project our cron jobs to synchronise the data errors. They do have many add ons installed, more than any other project we have worked with. Might one of the addons cause this issue?
Thanks