adispiac
Forum Replies Created
-
Hi,
Extra user fields like Headlines are available starting from Profile Builder Hobbyist version.What role do the users registered with Profile Builder receive?
From what I see on PHP Code widgets plugin description page:
“users without admin or editor permissions will not be able to use this to execute code, even if they have widget editing permissions.”You probably need to make them admins or editors.
Hi,
Multiple registration forms with different fields is a deeply requested feature that will be implemented as an add-on in the upcoming Profile Builder 2.0 version.
With the current version this is a little bit complicated, but you can follow the steps from here in order to make it work.
Hi,
First of all make sure you allow users to sign up and register for your site.For adding more users consider creating a front-end registration form and an edit-profile page where users can view their personal info.
The steps needed to achieve this are described in detail here.
Yes, it works.
However, you’ll have to install Profile Builder on each sub-site. You can not install PB on the network level, make all changes in one place and then have all those settings apply to all sub-sites.
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] error during installHi,
This message is most probably due to the maximum path length in windows, which is limited to 260 characters. You can find out more details here.A potential solution would be to move your htdocs file to a shorter path on your local machine.
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Where do I find templatesHi Michelle,
This is not quite related to WCK, as WCK it doesn’t affect any of the existing templates.
Even Swift Templates from WCK Pro only builds on top of the existing templates. Are you using the pro version by any chance?If you templates were custom coded, the template files should be located in your theme folder, and their naming normally starts with tpl (e.g. tpl_full-width-page.php).
Hope this helps!Forum: Plugins
In reply to: Member Directory Plugin Recommendation needed!For creating a flexible members directory you might want to look into Profile Builder.
Hi KeonD,
You just need to increase a little bit the widget width on the home page in order for the login form and text to fit on one line.As you see on the sidebar widget on the other pages, because it has a slightly bigger width it displays just fine.
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] PostHi Mark,
That’s actually how it should happen. By default, WordPress will show the singular view of your custom post types without the custom fields or taxonomies attached to it. That’s why you only see the post title.You will need to edit or create the CPT template to make sure it displays custom fields data as well. Here’s our documentation link for displaying custom fields in your theme.
If you’re not comfortable writing code, you can have a look into WCK Swift Templates module. This allows you to easily display registered custom post types with attached custom fields and taxonomies without writing any PHP code.
You’ll be able to build your front-end templates directly from the WP admin UI, in a couple of clicks.Let me know if this helps,
AdrianForum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Custom template filesRigth now it only works with custom fields and CPTs created with WCK. We’re planning to add compatibility with other plugins in the near future, ACF included.
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Custom template filesYes, it should definitely work.
Since creating the custom templates is the usual step after creating the CPTs, custom fields and taxonomies, we took it further and added the Swift Templates modulein PRO, which allows you to create the front-end templates directly from the WP admin UI, no coding required. Maybe it will be of use in the future.Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Custom template filesThis shouldn’t happen. WCK works out of the box with WordPress custom post and archive templates.
If the custom post types were created correctly and appear in the WP back-end menu, the only thing that comes to my mind is to make sure you’ve set the Has Archive argument to “True“.Not sure I follow, but that is the normal behavior of the category archive.
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Enhancement RequestHi, thanks for detailing this. We’ll add this to our feature development list and will issue an update in a week or so.