kokimo1
Forum Replies Created
-
I realised I forgot to mention the search don’t work at all. Even when I enter the name of one the words of the title of one event that was created on the same subsite, i get the message ” no result found”.
I have the same issue as you. You’re right, it’s not searching the title field. On your site, it returns zero results if you search for “Atelier bases de la géomancie” or even just “atelier”.
That is excellent news. Thank you so much, Nikola.
Great plugin, by the way. I’m showing a few staff members how to use it, and they are very happy with it.
Thanks
Kurt
Forum: Plugins
In reply to: [MaxGalleria] drag thumbnail to reorder not workingDid you install the latest version, v3.1.3? I had the same reordering problem with the previous version, but it looks like 3.1.3 fixed it. At least it did for me.
Hi Angelo,
Yes, both logged-in and guest users see the same booking form. When logged in users click “Submit booking,” nothing happens. It’s really bizarre. We also have Events Manager Pro, if that helps.
Forum: Plugins
In reply to: [MaxGalleria] Unable to add images, possible code fixJust a heads up: that was for an older version of MaxGalleria. For the current version (2.2.2), this line here
define('MAXGALLERIA_PLUGIN_URL', WP_PLUGIN_URL . '/' . MAXGALLERIA_PLUGIN_NAME);has to be changed to this
define('MAXGALLERIA_PLUGIN_URL', plugin_dir_url() . '/' . MAXGALLERIA_PLUGIN_NAME);