Guust
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
That would be in the GD Blog Detail (for posts) and GD Blog Listings (for blog page) at Appearance > Widgets.
This reply has been marked as private.Please give us a URL of the page where we can inspect that code. Thanks
This reply has been marked as private.January 1, 2018 at 10:02 pm in reply to: Places not showing after migration with domain name change #411144There really should not be anything else required than running the Better Search Replace plugin.
That has worked on every other situation without any additional requirements.
I am guessing that you did not run the Better Search Replace plugin on the original database, or that already some changes had been made manually to the database.1. Clone your database and files
2. Run Better Search Replace to replace all old URL references with the new URL
3. DoneIf you run the Better Search Replace plugin, there will be no remnants of the old domain.
Google will slowly come to realize that your old URL is dead, and that there is a new site.Please post your WP admin details, so we will check it out.
Be aware that you now have created a different structure than the standard WordPress structure.
Your listings will still need to be in a category that is added at Place > Place categories. Although you may have called your custom field “categories”, they are NOT categories as required for WordPress to work.
Every listing will still need to be in at least one category.
Custom fields cannot replace categories, they can only be additional to categories.The code to hide the “yes” output is at https://wpgeodirectory.com/docs/custom-field-examples/
.geodir_parking .geodir-i-checkbox { display: none; }Adjust as required.
That would not be that easy, and requires too much customization. I suggest you try to find someone to help at https://geodirectoryexperts.com/ if you cannot manage it yourself.
Hi Tim, have a look at https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/
Hi David, have a look at https://wpgeodirectory.com/docs/common-code-snippets/#icons
Welcome 🙂
I’ll set this to resolved.
If you need a hand with your new plugins, just open a new topic.I suggest you install this plugin: https://wpgeodirectory.com/docs/useful-plugins/#snippets
Then paste the code from https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/ in there.
Copy and paste the first lot of code, that is all you should need.
Read the post to find out how to adjust to what you need.Yes, that is the correct way. Import is only if you did export settings from another site.
I would like url.com/add-listing to allow me to add any CPT
That is not possible, all CPTs have their own Add Listing form like
/add-listing/?listing_type=gd_place
/add-listing/?listing_type=gd_event
etcThere is no need to add the Add Listing to any menu, it is good enough if you allow users to add listings and then give them a link or access to the dashboard widget.
I added the GD Login widget to the sidebar of the Detail page, add it anywhere else you like.
-
AuthorPosts