Hi,
Which version of Events Manager and WordPress are you using?
Can you post a link to your site? Thanks.
Thread Starter
Ro Ro
(@ro-ro)
Hello,
thanks for answer. WordPress version 4.2.2 Events Manager Version 5.5.7.1
It should be easy to replicate the issue.
I installed a new WordPress site and just added the events manager plugin.
Then in Settings -> Common Settings I selected Default.
I created a new page My Events, and I set this page as Edit events page in Events Manager settings.
If I go in My Events page, and I click Search, I go in website homepage.
I think it depends on events.php file, line 16. The actions parameter is empty, this means the submit will be redirect to same page. But the page is specified as url parameter to homepage ( {websiteaddress}/?p=123 ) not as a url ( {websiteaddress}/2015/06/11/sample-post/ ) this is why I think the form redirect to homepage.
Thanks
I haven’t been able to replicate this. Can you post a link to where this is happening?
Thread Starter
Ro Ro
(@ro-ro)
Hello,
this is the link to my events page: http://dev-suflori.rhcloud.com/?page_id=9
user: admin
password: devpassword
You can do any test, I created this WordPress environment to test this issue, and I will destroy it when we solve it.
Thanks.
Can you add at least one test event?
Thread Starter
Ro Ro
(@ro-ro)
Ok, now I added one test event, anyway you have that behaviour even without any event.
Thanks
just to narrow down the problem and help us debug the issue is it possible to try the following temporarily:
– deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the default theme to rule out any theme-specific problems
Thread Starter
Ro Ro
(@ro-ro)
Hello,
I installed a new WordPress site, and I installed only Events Manager. So there isn’t any other plugin conflict. I used the default WordPress theme.
You can make any test you want in my environment, I created only to show you the issue.
Thanks
Thread Starter
Ro Ro
(@ro-ro)
Hello,
in the meanwhile I solved using Permalink Settings = Post Name instead of Default. Anyway it could be useful for you to see if it works even with Permalink Settings = Default.
Bye
we’ve tried this in our test sites and it seems to be working fine both on the default and custom permalinks; maybe you can ask your hosting provider to make sure that all setup is okay ?
Thread Starter
Ro Ro
(@ro-ro)
Hello,
ok I will, at the moment I switch to Permalink Settings = Post Name.
Thanks