Guust
Forum Replies Created
-
AuthorPosts
-
The reason you get slugs like denver-1 is because your database was already using the slug denver for a tag:
http://reikiconnect.org/reiki-masters/united-states/colorado-1/denver-1/courses/lisa-guyman/Wordpress will create a slug for tags etc, and if there is a requirement for another slug with the same name, it will append “-1”.
You can only solve this by going into your database and changing all denver-1 slugs to denver and vice versa.
And try avoiding in the future to create tags before adding cities.You also seem to need a location cleanup, there are no cities or states called “All”.
More info at https://wpgeodirectory.com/docs/core-permalinks/
Can you post your URL and admin details in a private reply so we can have a look for you.
What are you trying searching for ?Add listing pages are automatically created for each custom post type.
All “Add listing” pages have a sidebar you can add widgets to at Appearance > Widgets > GD Add Listing Right Sidebar.
The Add Listing page will be automatically called “Add <name of custom post type>”.To add Add Listing pages to the menu, go to GD > design > navigation:
https://wpgeodirectory.com/docs/core-design/#navigationSeptember 2, 2015 at 1:53 pm in reply to: Can I show different external link for each location? #51673You can hide the title with CSS.
Hide the “delete” link using CSS?
a.geodir-delete {display:none}This will show you have to get lat and lng in bulk:
https://wpgeodirectory.com/docs/core-export/#batchLet us know how you went.
I don’t think 2 sliders can work on the same page, but I’ll get Paolo to have a look too.
URL please?
You can change the pages at GD > design and by working with the widgets and CSS.
https://wpgeodirectory.com/docs/core-design/#typical
You can also adjust the templates:
https://wpgeodirectory.com/docs/customizing-geodirectory-templates/September 1, 2015 at 9:54 pm in reply to: Can I show different external link for each location? #51631The “near” fields works both ways.
Either you type in your own address and then you’ll get the listings near that address
OR
You start typing a city and choose one from the autocompleter, in that case the search will return listings near the centre of that city AND reset the location to the city you choose.If you do not like the second option, turn it off at
GD > Advanced Search > Enable Near autocompleter:GN Does not require the numeric identifier if you use a News sitemap it says at https://support.google.com/news/answer/68323?hl=en
The plugin is not just a site map generator, it is a news sitemap generator.
You can always add a number to your slugs of your post or pages if you like?
I’ll get Paolo to answer your last question.
Sometimes you got to trick the CSS into prioritizing your new code like this:
.geodir-search input[type=button] {width: 20% !important;}Sounds like a plugin conflict.
Try de-activating the latest new plugins you installed to see if it fixes it.
If you are still stuck, post your URL and admin details in a private message please. -
AuthorPosts