Can you share a link to a page where you are having this problem?
Thread Starter
vivaza
(@vivaza)
I solved it by myself, there was something wrong with other plugin. But i have other question: how to change /advert/ in url, e.g. http://mysite.com/advert/abc/ i want translate it in my language.
You can customize the URLs using WordPress API, here is an example code along with comments https://github.com/gwin/wpadverts-snippets/blob/master/custom-slugs/custom-slugs.php, basically you will want to modify lines 35 and 61.
How to use the custom-slugs.php file you will find explained here https://github.com/gwin/wpadverts-snippets
Vivaza, which plugin caused the problem? It happens to me too. I click the ‘Show contact information’ button and it just scrolls to the top of the page and doesn’t reveal the info.
I assume it’s because the script is not working/being interfered with by another plugin and so the /# on the end of the url just makes it scroll to the top.
vivaza what was the problem?
in my project, i have that problem and when i delete one function to see all posts in 24 hours. I delete that function and it’s ok.