samtronic
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta Box] Feature requestThank you very much
I have another styling issue to report: https://imgur.com/a/SSFnOuI
This happens after unchecking the last option.
Thank youThank you for your reply.
I want to report a minor issue: https://imgur.com/a/IYoKRg6 It would be cleaner if the revision alert is hidden when the form is submitted.
Thanks!Forum: Reviews
In reply to: [Powerkit – Supercharge your WordPress Site] AmazingThank you for your reply.
I mean something like this: https://imgur.com/a/wAowLuD For example, GeneratePress includes a content layout called “separate containers” with white background color that makes this kind of design possible.
Please consider adding Photoswipe as an alternative lightbox. It’s so much better than Magnific Popup. Even the author of both scripts recommends Photoswipe nowadays. For example, Justified Image Grid offers multiple lightboxes: https://justifiedgrid.com/lightboxes/ Compare this: https://justifiedgrid.com/lightboxes/photoswipe/ with this: https://justifiedgrid.com/lightboxes/magnific-popup/ on your mobile phone.
Thanks a lot!
Forum: Plugins
In reply to: [MB Relationships] One-to-one relationshipThank you for your help ??
What I meant to say is how to dynamically lock a user to a term. For example to lock the user “john” to the term “johnsmith” so the said term becomes unavailable to the rest of the users, and the said user becomes unavailable to the rest of the terms.
It would be very helpful to have a “relationship_type” parameter with the options “one_to_one”, “one_to_many” and “many_to_many” like this:
add_action( 'mb_relationships_init', function () { MB_Relationships_API::register( array( 'id' => 'users_to_terms', 'relationship_type' => 'one_to_one' 'from' => array( 'object_type' => 'user', 'field' => array( 'name' => 'Manages', ), ), 'to' => array( 'object_type' => 'term', 'taxonomy' => 'category', 'field' => array( 'name' => 'Managed By', ), ), ) ); } );
The relationship_type would take take of the “max_clone” parameter accordingly.
Please consider this suggestion. Thanks a lot!!!!!
Forum: Plugins
In reply to: [MB Relationships] One-to-one relationshipIs there a way to lock the one-to-one relationship so a user can be linked only to an unassigned term and vice versa? Thanks!
Forum: Plugins
In reply to: [MB Relationships] One-to-one relationshipThank you so much!
It stopped working with Woocommerce version 3.6.x. Please fix it ?? It’s a must!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Change comment linkThank you for your reply ??