erik2
Forum Replies Created
-
Thank you @kimmyx
Ah, I see. I thought this was some ‘internal’ way to define the column type, I didn’t realise this was about changing the type in the database table. (My field is varchar)
Is there no other way to create form-input-field as multi-select, or as checkboxes? Preferably with a few predefined choices?
Thank you Jory, I’ll give that a try!
- This reply was modified 1 year, 4 months ago by erik2.
Thank you Stiofan, that works!
Talking about pagebuilders: I also made a sidebar with “events” with the help of Elementor. (In Elementor, I added GD>Post Meta for adding the link to the event).
I would like to do the same there (apply a filter hook to open events in new tab). However, I am having a hard time finding the right name of the filter to use… Do you have any tips?
Regards,
Erik
Hi Stiofan,
I am still on a test-environment. But we can use the demo site:
https://demos.ayecode.io/elementor-real-estate-directory/
The links to the detail-pages* should open in a seperate browser-tab. I cannot add target=”_blank” as the links are generated by the script…
How do I do that?
Regards,
Erik
- This reply was modified 2 years ago by erik2.
Thank you @keraweb Jory,
I might as well be using a wrong approach.
I’m trying to do something basic (I think), I just can’t seem to figure out how. In short:I have three tables (all ACT with custom table):
BOOKS>>[one-to-many]>>PERSONS>>[one-to-many]>>ROLES
I also added a relation-table for storing the combinations PERSONS>>ROLES
I need to be able to enter a new book, and select records from from the relation-table PERSONS>>ROLES on the same form. However, if the relation field only shows either the person OR the role, I don’t know which combination I am selecting…
Does this make sense? Perhaps I’m on the wrong track altogether. I hope you can advice..
Thanks!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Use Pods with existing tablesThank you Scott, I hope you/Pods will decide to make that add-on, I think it could be a very usefull addition to many (including developers).
I will take a close look at the PMPro add-on. I was also thinking of trying the “Table Storage” add-on, create all the needed extra fields that correspond with my book-collection table, and then import all the records into the newly created table. No idea if that would work though.. I may decide to ask for your help when things are getting too hard for me to accomplish.
I found a solution: I created another archive-item theme in elementor. This then becomes available in the widget GD-listings > design > elementor skin. I’m not sure if this is the proper way to do it, but it works wonderfully ??
This is what we’re after:
Person 1 (author) -> can edit location A
Person 2 (editor) -> can edit location B
Person 3 (author) -> can edit location C
etc.So, regardless of role, access should be granted on a personal level. If I understand well, that can be done simply by making the person in question the listing-owner of the location (post). So that should resolve our issue (for the most part).
Thanks again!I understand. The most important thing is, that we are able to assign at least one WP user to a particular location (and another user to another location). So if we are able to assign edit capabilities of a location to a specific WP user, then we are fine for now. As long as we do not have to allow entire user-groups (other than admins) to be able to edit that location.
Thanks!Thank you Paolo. I’m using AAM – (advanced access manager), I suppose it can be accomplished but I have to look into it.
Btw I don’t need pay-to-register, but I do need to assign one or more user(s) to a particular location/place, so that only these users can edit/modify that place…
In other words: assigning a role (eg editor) to edit a specific place is not enough, I need to be able to assign one or more users..- This reply was modified 2 years, 11 months ago by erik2.
Ah, I just found the link on the website for pre-sales questions, I will use that. Thank you Paolo!
Forum: Fixing WordPress
In reply to: Query media lib by category and tagsYou are right, category/tags are added by one of our plugins that extends media. I managed to query the attachments with the code below.
Thank you!
// WP_Query arguments $args = array( 'post_type' => array( 'attachment' ), 'post_status' => array( 'any' ), 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'slider', ), array( 'taxonomy' => 'post_tag', 'terms' => 'herfst', ), ), ); /* // The Query $query = new WP_Query( $args );
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] Service unavailableHi Eli, I send you an email. Thanks for your help.
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] Service unavailable