johnwai
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Category ColorThanks for the reply Angelo,
I am getting this result straight from the core file outside the theme folder.
Yes I am using custom template and I will double check on this and get back to you.
Thanks,
JohnForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Category ColorThanks for reply.
Yes the saving is working fine.
I am on Version 5.5.5
Cheers,
JohnSorry my bad guys, forgot to hit update…. solved =)
Hi, have the same issue too. Wondering are there any news on the fix?
Cheers,
JohnHi Caimin,
Thanks for your advice.
Hi,
After upgrade to version 5.5.4. I can confirm searching for “Peter’s Cat” is now working as expected.
Thanks for the hard works Marcus & Caimin =)
Forum: Plugins
In reply to: [Custom Content Type Manager] Image custom field bug after WP 4.0You’re welcome guys. Still no news for fix from this awesome plugin’s owner I guess.
Forum: Plugins
In reply to: [Custom Content Type Manager] Image custom field bug after WP 4.0Quick fix to manager.css and add this seems doing the trick for now!
body.modal-open { overflow: visible; }Thanks for this wonderful plugin!
Cheers,
JohnThanks for looking into it. Much appreciated.
It was on 1.1, upgraded to 1.2. Makes no difference I am afraid.
Can you show me a demo that work if possible?
Cheers,
JohnSure.
Try this url for event listing
Seems like other punctuation such as “#,-,!” also work but not “‘” for me.
It is on latest wp 4.0, no other plugins, theme 2014 no modify.
Thanks for looking into it. Much appreciated.
Cheers,
JohnTested on
1) a brand new installed latest WP with no other plugin, theme 2014
2) a latest WP with custom theme I build which basically with strip down to bare-bone codesBoth failed unfortunately.
I wonder if it is also work on http://demo.wp-events-plugin.com if you have this event title scenario. I am sure it is the ‘ or ” that cause problem, but it is a big concern for my client sadly.
Other thing I notice is if I click search again from “Peter\’s”
It return “Peter\\\’s” -> Click -> “Peter\\\\\\\’s”Cheers,
JohnHi Calmin,
Thanks for reply.
Tested on version 5.5.3.1.
For input strings eg “Peter’s Dog”
Seems like it return back to text field as “Peter\’s Dog” with no result. (Added the “\”?)Cheers,
JohnThanks for the explanation!
Just curious to understand this because it seems like the default WP search will get the result (eg ?s=gat+lin) compare to this plugin search so it must be using different search engine?
Cheers.
Hi Marcus,
Spot on, works like a dream!
Thanks very much for the quick reply and time.I hope this help too, since we are on search form listing output…
The pagination always not “active” for page 1 when on page 1, and I work out by adding an IF statement in “events-list.php” after this line will fix it.//do some custom pagination (if needed/requested) if( !empty($args['limit']) && $events_count > $args['limit'] ){ //Add code here ---- Make page 1 button become active if(empty($args['pno'])){ $args['pno'] = 1; }Thanks for the update!