Paolo
Forum Replies Created
-
AuthorPosts
-
Hi Frederik,
that happens because you are not following documentation.
Updates will always wipe out your translations if you don’t save them in the correct path.
The translated mo file should be saved like this /wp-content/languages/geodirectory/geodirectory-en_US.mo
Please read this 2 short pages:
https://wpgeodirectory.com/docs/translate-core/
https://wpgeodirectory.com/docs/translating-addons/Thanks
Hi,
we changed the login page from a “virtual page” to a normal page to avoid conflicts with few themes.
Before it was:
mysite.com/?geodir_signup=true
Now it is
mysite.com/gd-login
As a conseuquence the function has changed:
add_filter('geodir_login_url','change_geodir_login_url',10,3); function change_geodir_login_url($login_url,$args,$gd_page_id){ //change the url to whatever you want. $login_url = 'http://your-site.com/my-login-page'; return $login_url;}You should never delete GD Pages. You can recreate them using GD Tools.
Thanks
p.s. documentation has been edited.
October 1, 2015 at 6:22 pm in reply to: New custom post types not showing on left sidebar in dashboard #55399This reply has been marked as private.Hi,
credentials are not correct.
I’m getting : FEL: Felaktigt användarnamn. Glömt ditt lösenord?
Let us know,
Thanks
This has been fixed today and it will be in the next version of Whoop (coming early next week).
Thanks for the heads up! 🙂
Hi,
for the 1st request, I’m not sure I’m following you. If I visit this URL : http://wptry.it/wordpress-directory-theme-whoop/events/?e_index=true I see nothing, both logged in and logged out.
Can you please clarify?
For the css request to hide time, please provide a link. Images can’t be inspected.
Let us know,
Thanks
Hi,
I don’t think there is a hook to do that. I need to ask to the developer, but this will probably require a customization of the widget.
Thanks
Hi,
they should also see the edit link in the sidebar of their listings detail page.
Let us know if that’s not the case.
Thanks
Hi Giuseppe,
make sure you are activating GeoDirectory for each subsite individually. GeoDirectory doesn’t work if network activated.
Let us know if that was the problem,
Thanks
Hi Adrien,
I’ve flagged this for the developers to improve asap.
Thanks for spotting this.
This reply has been marked as private.Try this in GeoDirectory >> Design >> Scripts >> Custom CSS
.page-id-225 .header, .page-id-225 .footer { display: none; }Let us know,
Thank you
Are you having any problem with our import tool? We just speed it up to be 8X faster than it was, now there should be no longer any problems with it and I know users that where waiting this imporvement to do massive imports are very happy with it.
I have never tested wp all import, however we created our own tool, not to reinvent the wheel, but to make sure our users could import without having to buy an extra add-on from a 3rd party developer.
That would be unfair.
Thank you
Hi,
with this theme you cannot have the Map Full width and the rest of the page boxed. It would require a customization.
The white links are also coming from Theme CSS.
You can fix with this:
#geodir-wrapper a { color: #333; }Thanks
-
AuthorPosts