Title: vinem's Replies | WordPress.org

---

# vinem

  [  ](https://wordpress.org/support/users/vinem/)

 *   [Profile](https://wordpress.org/support/users/vinem/)
 *   [Topics Started](https://wordpress.org/support/users/vinem/topics/)
 *   [Replies Created](https://wordpress.org/support/users/vinem/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/vinem/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/vinem/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/vinem/engagements/)
 *   [Favorites](https://wordpress.org/support/users/vinem/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/vinem/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/vinem/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/vinem/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Better Permalinks] Alphabetical issue with terms hierarchy](https://wordpress.org/support/topic/alphabetical-issue-with-terms-hierarchy/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/alphabetical-issue-with-terms-hierarchy/#post-17208293)
 * Hi,
   Thank you for your response!I tried to deactivate, uninstall and reinstall
   but the issue remains.The only thing I changed in the URL structure is that I
   set it to custom /%category%/%postname%/ in the WordPress settings so that my
   default WP posts have the same structure.Could it be a conflict with the plugin
   URL structure I’m trying to override with yours? If it helps, it’s Events Manager
   and there is a rewrite rule to make the structure static with a default CPT tree/
   event/postname for posts and /event/category-or-tag for archives but in the settings
   you can set your own slug to replace the default ‘event’, ‘category’ and ‘tag’.
   Adding a letter to get around it works fine but it becomes a problem when I want
   to generate an archive page with a title or use the post meta to display its 
   categories because the extra letter is in the name so…Any ideas?Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ivory Search - WordPress Search Plugin] Return Categories and Tags as results](https://wordpress.org/support/topic/return-categories-and-tags-as-results/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/return-categories-and-tags-as-results/#post-15657444)
 * Hi Vinod,
 * Thank you for your return and sorry for the late response.
 * Yes, I enabled the Ajax search in the form settings and I went to your demo site
   but I still don’t see the Categories/Tags as results (I noticed on your demo 
   site it works for Woocommerce products but I’m not using Woocommerce but CPTs).
   
   I must add that I’m using the free version of your plugin. Is this a Premium 
   settings? Because I’d be happy to get the Premium if it works 🙂
 * I think I may be missing something in the Index settings because now it doesn’t
   even display the Posts within the category anymore when I type “Avengers” :/
   
   Thank you for your help!
    -  This reply was modified 4 years, 2 months ago by [vinem](https://wordpress.org/support/users/vinem/).
    -  This reply was modified 4 years, 2 months ago by [vinem](https://wordpress.org/support/users/vinem/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ivory Search - WordPress Search Plugin] Return Categories and Tags as results](https://wordpress.org/support/topic/return-categories-and-tags-as-results/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/return-categories-and-tags-as-results/#post-15637304)
 * Hi,
 * Thank you for your response. I am very well, I hope you are too.
 * No, I’m not using any Ajax plugin, only yours to override to default wordpress
   search.
 * What should I do then?
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cool Tag Cloud] Display Tags of current archive page](https://wordpress.org/support/topic/display-tags-of-current-archive-page/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/display-tags-of-current-archive-page/#post-15383256)
 * EDIT : Ooouuh I tried replacing the whole part including the first `if ( $l_tag_params['
   on_single_display'] == 'local' && ( is_single() || is_singular( array( 'post','
   page' ) ) ) ) {` and it finally worked!
    Thank you again!
 * Hi,
 * Thank you for your response.
 * The line where it starts remains the same but you changed
    `if ( $l_tag_params['
   on_single_display'] == 'local') {` for `if ( $l_tag_params['on_single_display']
   == 'local' && ( is_single() || is_singular( array( 'post', 'page' ) ) ) ) {`
 * So I assume the second part of their code
 *     ```
       }else if ( is_single() || is_singular( array( 'post', 'page' ) ) ) {
       				$tag_ids = wp_get_post_terms( get_the_ID(), $l_tag_params['taxonomy'], array( 'fields' => 'ids' ) );
       				if ( empty( $tag_ids ) ) {
       					$show = false;
       ```
   
 * is no longer needed and I can’t seem to make it work. I don’t know if I’m supposed
   to modify your first line as well or put the parts of their code between yours
   and delete the second part.
 * Thank you for your help 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GeoDirectory - WP Business Directory Plugin and Classified Listings Directory] Any news on Booking system?](https://wordpress.org/support/topic/any-news-on-booking-system/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/any-news-on-booking-system/#post-15348240)
 * Great,
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GeoDirectory - WP Business Directory Plugin and Classified Listings Directory] Any news on Booking system?](https://wordpress.org/support/topic/any-news-on-booking-system/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/any-news-on-booking-system/#post-15347241)
 * Hi there,
 * Well, no, you’re right, I use the booking system of Events Manager in order to
   do that.
    Users buy tickets, technically, but the number of tickets is set to
   1 and the price is set to 0. And since they’re already logged in, there’s no 
   form, only a button to hit that says “I’ll be there” and then they’re added to
   the attendies list displayed on the post and the events they will attend are 
   displayed in an Events tab in their Buddypress profile.
 * That’s the only thing I personally need.
    If I’d have to compare it to your system,
   it’s like if you’d modify your “Are you interested” widget to get the names and
   display the list of the attendies instead of just a count, and a tab in Buddypress
   to display the events a user has been hitting the “are you interested” button
   on.
 * Is it clearer?
 * Thank you,
    Virginie
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GeoDirectory - WP Business Directory Plugin and Classified Listings Directory] Add Listing – Categories Ajax load](https://wordpress.org/support/topic/add-listing-categories-ajax-load/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/add-listing-categories-ajax-load/#post-15347190)
 * Hi,
 * For this particular CPT I have 16 main categories.
    The main categories are Movies,
   Disney, Larp, etc, and the subcategories are the titles so they group all the
   posts posted by the users. Like : Movies – Avengers – Harry Potter – etc
 * Disney
    – Frozen – Mulan -etc
 * And so on for the 16 main categories.
 * Then, with AZ Listing, each main category has a page where I display all the 
   subcategories. But AZ Listing needs the main category to know what subcat to 
   display on the said pages, that’s why I need the users to select both main and
   sub, otherwise their posts won’t be displayed through the AZ list.
 * The system is already in place using WP User Frontend, my question was mainly
   about getting rid of it to use your plugin to replace it to save some space and
   money. But I guess I’m stuck with it!
 * Thank you again Stiofan,
    Virginie
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GeoDirectory - WP Business Directory Plugin and Classified Listings Directory] Add Listing – Categories Ajax load](https://wordpress.org/support/topic/add-listing-categories-ajax-load/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/add-listing-categories-ajax-load/#post-15344557)
 * Hi Stiofan,
 * Unfortunately, as I was saying, with the search system, a lot of mistakes can
   happen in the process.
    I need the users to select both the main category and
   the subcategory so I can display all the subcategories from the main category
   on a page using AZ Listing. When people don’t find the subcategory they want,
   they have to select ‘other’, then type the name in a text field so I can add 
   it manually and move their post into it (they’re lists of movies, TV shows, etc
   for Cosplays and other types of costumes so I add them progressively when they’re
   not already created).
 * I’m worried that with the search system they will forget to select both the main
   category and the subcategory or search for ‘other’ and don’t select the one from
   the right main category, etc and it will be a mess in my posts and pages and 
   a waste of time for me if I have to check all the time to correct the errors 
   and modify or move posts here and there.
 * I could add a warning but still, I find it very counter-intuitive for my users
   to proceed that way and not everyone reads carefully…
 * Not really sure what to do here, I will think about it further before deciding
   anything.
 * Thanks for your response,
    Virginie
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GeoDirectory - WP Business Directory Plugin and Classified Listings Directory] Any news on Booking system?](https://wordpress.org/support/topic/any-news-on-booking-system/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/any-news-on-booking-system/#post-15344432)
 * Hi Stiofan,
 * I don’t know what you mean exactly by “tickets”.
 * Right now I need Events Manager so users can notify to the Buddypress community
   that they will attend an event. The list of the attendies is displayed on the
   event post and they have a tab in their profile that displays all the events 
   they will attend + a dashboard page to manage their bookings.
    They don’t pay
   anything, I set the number of ticket to 1 and the price to 0. I basically use
   it just as a “I’ll be at this event” kind of system.
 * Thanks for your response,
    Virginie
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] GeoDirectory search conflict](https://wordpress.org/support/topic/geodirectory-search-conflict/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/geodirectory-search-conflict/#post-15329872)
 * Great, thanks again 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] GeoDirectory search conflict](https://wordpress.org/support/topic/geodirectory-search-conflict/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/geodirectory-search-conflict/#post-15328655)
 * Hi [@aahulsebos](https://wordpress.org/support/users/aahulsebos/),
 * Yep, now it works!
 * Is this a problem? I don’t use ACF to get any sensitive data from my users or
   to display data from other parties but still, I’m not sure to understand how 
   GDPR really work, so…
 * Thank you for your help 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] GeoDirectory search conflict](https://wordpress.org/support/topic/geodirectory-search-conflict/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/geodirectory-search-conflict/#post-15326174)
 * Hi Rogier,
 * Thank you for your response.
    I’m confused about the integration since Complianz
   proposes to enable the plugin in the Add-on settings along with Elementor, ACF
   and Contact Form 7 (which I use also and have no issue with).
 * I already disabled Google Maps in the the Services settings, I use Open Street
   Map, not Google maps.
    But I have no problem with the maps or anything, only 
   with the Search feature. When Complianz is activated, it won’t let me hit the
   Search button, which is very strange considering that it works when I click on
   a suggested result. It’s only the Search button that’s causing the issue.
 * My website is in maintenance mode, I’m still working on it. I’ll deactivate the
   mode tomorrow (today for you, probably, when you’ll read this message) so you
   can take a look.
 * [https://mycostumenetwork.com/agenda-events-liste/](https://mycostumenetwork.com/agenda-events-liste/)
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Youzify – BuddyPress Community, User Profile, Social Network & Membership Plugin for WordPress] Disable Lightbox snippet](https://wordpress.org/support/topic/disable-lightbox-snippet/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/disable-lightbox-snippet/#post-14651029)
 * Hi,
    Thank you for your answer. I’m not sure what your mean by “investing in 
   pro version”. I don’t have the support at the moment but I am a paying user.
 * I didn’t think this was a custom snippet.
    -  This reply was modified 5 years, 1 month ago by [vinem](https://wordpress.org/support/users/vinem/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Display the events a post author is attending on the post](https://wordpress.org/support/topic/display-events-user-is-attending-on-a-page/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/display-events-user-is-attending-on-a-page/#post-14636554)
 * Hi chathuripxl,
 * Thank you for your help.
    It’s still not what I’m looking for though.
 * The events I want to display are not the events a user would create but the events
   they booked and will be attending. My users are not allowed to create events,
   but they can book any of the event I create.
 * What I want is the exact same thing as in the Events tab generated by Events 
   Manager, under My Bookings. There you see the list of the events the user has
   booked, not the ones they created. The difference is that it has to get the author
   ID of a post, not the user ID as in the Buddypress profile.
 * Thank you for time!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Display the events a post author is attending on the post](https://wordpress.org/support/topic/display-events-user-is-attending-on-a-page/)
 *  Thread Starter [vinem](https://wordpress.org/support/users/vinem/)
 * (@vinem)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/display-events-user-is-attending-on-a-page/#post-14603383)
 * Hi Angelo,
 * Thank you for your response.
 * However, the shortcode [my_bookings] displays the events the logged-in user will
   be attending and that’s not what I meant.
 * I need the reader to be able to see the events that the post author will be attending,
   like when you go to another user’s profile and see the list of the events they
   will attend.
 * Thank you again for your help.

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/vinem/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/vinem/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/vinem/replies/page/2/?output_format=md)