Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
if you click on the LAUNCH DEMO link in the top tool bar, a sandbox will be created for you where as an admin you can change (almost) any settings you want.
Thanks
Glad you solved and to see that you are defintely more skilled than me 🙂
Hi,
the Best Of Widget entirely revolves around categories.
It would have to be rewritten to accomodate tags.
Thanks
Hi Vicki,
currently there is no such report. You can only keep track of paid listings in GeoDirectory >> Prices and Payments >> Invoices.
If you’d like to see it added, please submit your request here: https://wpgeodirectory.com/requests/
Currently this isn’t in the development plans.
Thanks
Hi,
you should try increasing PHP timeout settings?
Let us know,
Thanks
Hi,
if I visit this url yoursite.com/location/ I see the location page. The location page is the GD home page. If that’s what you mean, than it is totally normal.
Hope it helps.
Thanks
Please avoid posting the same problem twice. I will close this post and we can continue on this one https://wpgeodirectory.com/support/topic/theme-compatibility/#post-45995
Thanks
Hi,
Please provide a URL and possibly admin credentials in a private reply and we will have a look.
Thanks
Hi,
there was this custom code in your functions.php :
add_filter( 'wp_nav_menu_items', 'my_nav_menu_my_event' ); function my_nav_menu_my_event($menu) { global $wpdb,$current_user; get_currentuserinfo(); $username= $current_user->user_login; if (!is_user_logged_in()) return $menu; else $menuextra = '<li><a href="/new/author/' . $username . '/?geodir_dashbord=true&stype=gd_event">' . __('My Events') . '</a></li>'; $menuextra2 = '<li><a href="/author/' . $username . '/?geodir_dashbord=true&stype=gd_place">' . __('My Listings') . '</a></li>'; $menu = $menu . $menuextra . $menuextra2; return $menu; }I commented it and now the problem is gone. I’m not sure how that code got in there though, because the theme doesn’t include it.
Thanks
July 16, 2015 at 8:58 pm in reply to: /%gd_taxonomy%/ in url and directs to 400 Bad Request page #45993Hi,
wp admin username and password are incorrect.
However, it looks like the theme is adding a second breadcrumb and it doesn’t really know where the link should go.
I would simply remove/hide the theme breadcrumb on all GD pages.
Let us know,
Thanks
Hi,
nothing is supposed to be there, so I’d need to have a look.
Would you mind sharing URL and admin credentials in a private reply so that I can have a look?
Let me know,
1) Thank you!
2) Default fields can only be displayed in the sidebar or the more info tab. The option is within each custom field in GeoDirectory >> Places settings. Showing them in an extra tab would require some custom coding.
3) That must be an Enfold setting, normally the title appears on the same line of the breadcrumb: http://dropct.com/enfold/places/united-states/illinois/chicago/attractions/art-institute-of-chicago/
Let us know,
Thanks
Hi Chris,
because we never tested that theme and we don’t know how the themify builder works, we would need to have a look.
Would you please share a url and admin credentials in a private reply?
Let us know,
Thanks
Hi,
you just needed to re-save wordpress permalinks.
Thanks
Hi,
those are normally appearing for logged in users, in the loginbox widget only.
They can also be removed from the same option page:GeoDirectory >> design >> navigation >> User Dashboard Post Type Navigation Settings >> Show listing link in user dashboard
Thanks
-
AuthorPosts