Simone
Forum Replies Created
-
AuthorPosts
-
Hello Scott, you will be able to add these features with the Advanced search filters addon (here more info https://wpgeodirectory.com/addons/advanced-search-filters/ )
Hi, are your permalinks set to /%postname%/ ?
Please try to run the GD TOOLS.If the issue will remain, could you post your login details in a private reply please?
Hello, are you using any cache plugin?
Please post login details in a private reply and we will check it out eventually.Hello,
part 1- I don’t know what’s the difference on your client’s membership level, you can take in consideration to add two packages for the same CPT.
part 2- in the popular post view you can select all the category you ant except for the one you do not want, and this will be excluded. Hold down the shift key when selecting the categories
Hi Peter, what you can do is the following:
go to Multilocation/ seo settings tab and fill all the details of the description
then place the widget GD Location description in the listings sidebar section, so each of your text is location-based automatically, when loading the url, for example yourdomain/italy/ will load the filled text for Italy and so on for cities, region neighbourhoods..please post login details in a private reply and we will help you out
Hi Alex, you can use prefixes as long as there is /%postname%/
Hello, this is a dynamic url, the structure is
author/admin/?geodir_dashbord=true&stype=gd_event
for events, and as you can see it changes based on the username (in the example, you can see the admin)
You can do that adding the following 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="/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; }
change gd_place or gd_event if your evnts/listings have a different post type name
You can try with this
geodir_after_detail_page_more_info
rather than
geodir_after_social_sharing_buttons
and it will place after the block with the address (not right after the address)
(PS: when you paste a block of code, please wrap it in the code button, here in the forum)
May 18, 2015 at 11:34 am in reply to: CPT Switch on the Map to cause a Category Switch on the Search? #39788Hi Thomas, im afraid this is not natively possible and requires a custom modification, I think something in Ajax.
ops sorry for the typo 🙂 I’m editing that now
use this
div.geodir-filter-cat { width:20%; margin-left: auto; margin-right: auto; }
it is better than the one I posted before (it includes also title)
for the search button try
div.geodir-advance-search { width:20%; margin-left: auto; margin-right: auto; }
The meta in GD will be only visible in the location page /for country/region/city or neighborhoods) and not on the search page
great! 🙂
Hello, have you checked in the SEO settings inside the multilocation page? see attach
-
AuthorPosts