Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Hello Joy,
the extent of possible re-ordering is determined by the custom fields drag and drop within the CPT settings.
Anything else would be a customization of the add-listing template.
Thanks for writing in today
Hello Joy,
Use following code to get an upgrade listing url by using listing ID & package ID.
$post_ID = '47'; // REPLACE POST ID $package_ID = '5'; // REPLACE PACAKAGE ID $upgrade_url = geodir_getlink( get_permalink( geodir_add_listing_page_id() ), array( 'pid' => $post_ID, 'package_id' => $package_ID ), false );
The variable $upgrade_url will retrieve upgrade url like https://MYSITE.com/add-listing/?pid=47&package_id=5
This reply has been marked as private.Hello Ana,
tans for joining us in the forum. Your site is looking nice!
The simplest way to do what you are asking is to add an Admin Only field that contains the HTML you want to display. You would then style the link as a button. You can then display it in the sidebar. Adding it to the header is more complicated and requires customization.
I assume you are aware of the Send Enquiry function already. You could set the same email address for each?
You can change the stars to have a background like your site, see here:
https://wpgeodirectory.com/support/topic/rating-stars-background/Related Links
https://wpgeodirectory.com/custom-fields-custom-places/
https://wpgeodirectory.com/docs/core-design/#detail
https://wpgeodirectory.com/support/topic/supreme-social-media/#post-393916
https://wpgeodirectory.com/docs/layout/#directory
https://wpgeodirectory.com/docs/core-place-settings/#customPS Consider adding yourself to the GD Experts site:
https://geodirectoryexperts.comHello,
Consider setup of a child theme to preserve changes during updates of the parent theme:
Hello!
It would be a customization, but you could install a redirection plugin, and load in the upgrade URLs as the destination for the link structure you mentioned.
January 20, 2018 at 12:13 am in reply to: How to translate the selected value (location) of the nearby search field #413526Hello,
please take a look here and let us know if you have more questions:
https://wpgeodirectory.com/docs/translating-countries-and-map-directions/
Hello!
Please take a look here at the instructions to make sure you have placed the files into the correct directory:
https://wpgeodirectory.com/docs/translate-core/
Are you working with GD Core, or translating addons? Themes?
Please share the following info:
WordPress Credentials:
WP Admin URL:
WP Admin Username:
WP Admin Password:FTP Credentials
FTP Host:
FTP User:
FTP Password:
FTP Port:Hello!
Thanks for writing in today!
The functionality included with GeoDirectory can be found in the Loginbox widget
https://wpgeodirectory.com/docs/widgets/#loginbox
For advanced profile features, please use UsersWP:
https://userswp.io
https://wpgeodirectory.com/wordpress-user-profile-plugin-userswp/Hello!
For support with premium plugins, please renew your membership.
Thanks
Hello,
please make a post to the WP Invoicing support forum for issues related to WP Invoicing:
https://wpinvoicing.com/support/
Thank you
Hello Jim!
Thanks for writing in with your question.
Hmm…that url doesn’t seem quite right.
Please see this post to read about latitude and longitude for listings
https://wpgeodirectory.com/support/topic/json-api-to-search-near-by-venues/#post-382051
Hello!
We just had a question about backup yesterday, here:
https://wpgeodirectory.com/support/topic/backup-and-version-controls/To do a tuneup, you could create a test site as a clone and then remove everything except the plugins you really need, and proceed from there to do things like clean your DB
http://www.wpbeginner.com/plugins/how-to-clean-up-your-wordpress-database-for-improved-performance/
Export and Import should work, for your directory entries, yes. You can try that, and see what moving your media/images to another site might entail. But with a clone, you wouldn’t need to do an import export. Perhaps you could just add in your most recent listings, once your tuneup is complete.
Tanks for writing in today with your question
Hello Amy,
The Related Listings widget doesn’t include options to specify which CPT, because it will only show the same CPT, because it relates based on tags and categories, which can only come from the same CPT.
You will need to look at using a different widget like the Popular Posts widget, and then augmenting the display with Widget Logic. You could add a widget and then configure it to only show one CPT type, and then use widget logic to only show that widget on the detail page of the other CPT type.
If you need help setting that up, you can contact a GD Expert at https://geodirectoryexperts.com
In the future, please make a new topic for new questions.
Thanks for writing in with your questions!
Related links
https://wpgeodirectory.com/docs/widgets/#popular-post
https://wpgeodirectory.com/docs/useful-plugins/#logicHello!
Here’s a sample; customize to meet your needs:
h3.widget-title { border-bottom: 2px solid #f49224; font-size: 18px; margin-bottom: 15px; padding-bottom: 0; background-color: #f49224; color: #fff; padding: 6px 12px; display: inline-block; }
-
AuthorPosts