labio
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Searching in the members listThank you so much for your detailed answer, I wouldn’t have thought to look at the settings.
Thanks again!Forum: Plugins
In reply to: [Eventbrite API] Organizer and details links don't workSo, I did what you said, and turns out: when I make the events page the homepage the links stop working.
It’s all fine if it’s not defined as the homepage, but when it is, it’s screws up the links…Forum: Plugins
In reply to: [Eventbrite API] Organizer and details links don't workSure, please have a look here https://drive.google.com/file/d/0Bxr2RRIrZeLOU1RITEJNNjNNYlE/view?usp=sharing
Forum: Plugins
In reply to: [Eventbrite API] Organizer and details links don't workThank you. Here are the first lines related to eventbrite:
(events-list-2)/organizer/[0-9a-z-]+-(\d+)/?$
rewrite: index.php?pagename=$matches[1]&organizer_id=$matches[2](events-list-2)/organizer/[0-9a-z-]+-(\d+)/page/([0-9]{1,})/?$
rewrite: index.php?pagename=$matches[1]&organizer_id=$matches[2]&paged=$matches[3](events-list-2)/venue/[0-9a-z-]+-(\d+)/?$
rewrite:index.php?pagename=$matches[1]&venue_id=$matches[2](events-list-2)/venue/[0-9a-z-]+-(\d+)/page/([0-9]{1,})/?$
rewrite: index.php?pagename=$matches[1]&venue_id=$matches[2]&paged=$matches[3](events-list-2)/[0-9a-z-]+-(\d{11})/?$
rewrite: index.php?pagename=$matches[1]&eventbrite_id=$matches[2]This is chinese to me. Does that help?
Forum: Plugins
In reply to: [Eventbrite API] Organizer and details links don't workThanks for the reply.
Hitting save again doesn’t resolve the isuue.
I also try deactivating the other plugins but it didn’t correct it neither.Is there anything else I should look into?
Thank you