Alex Rollin
Forum Replies Created
-
AuthorPosts
-
It is not possible to disable the invoice creation, but we are working on an option for that, we just have some other things to finish first, but we have started on it.
We will post here when there is an update available.
Yes, you will need to open up the plugin files and customize the functions as described here:
https://wpgeodirectory.com/docs-v2/faq/customizing/
If you need more help you can inquire of GD Experts here:
This reply has been marked as private.Did you try searching for the slug across the whole database?
There will be a duplicate somewhere. It isn’t possible to just replace category-1 with category.
For example ‘cabinetry’ – if you search for that you will find a tag or something else with that slug.
One strategy is to add more words tot he category like ‘cabinetry-experts’ – something like that.
Hello,
you need to edit the GD Archive Item template
Inside that template, add a shortcode for the GD Event Schedules.
Use the shortcode builder and you will find instructions and options for displaying just one event date.
https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/
https://wpgeodirectory.com/docs-v2/templates/archive-item/Another way to do this is to open the CPT Settings for the Events CPT. Find the Event Dates field and the option “Show in Extra Output Locations” -> Choose “Listings” – that will show an event date, too. However, if you want to change the formatting, you should use GD Event Schedules as mentioned above.
This reply has been marked as private.Hello,
where do you want to show the address?
Any time you use GD Post Address you can use a new template.
You can add GD Post Address to the details page sidebar as a widget, or as a shortcoode place it into the GD Archive Item template:
You can try something like this:
It looks like you have removed gd_post_distance from the Archive item.
Search results are always sorted by relevance. It it is a near search like what you show then results are sorted by distance, which disregards featured status. Changing that would require your own customization.
That means there must be duplicate slugs in the database, for tags or listing slugs or pages or even categories from another post type.
https://wpgeodirectory.com/docs/better-search-replace-plugin/
Thanks for letting us know. The developers are aware of this and looking into it.
Thanks
March 20, 2020 at 4:10 pm in reply to: This plugin failed to load properly and is paused during recovery mode. #535868Yes, and let us know if you still see an error.
I have checked your site and nothing is setup.
That said, what you are asking about is how to take something out of the Supreme theme and place is on your site.
I take it you do not want to use Supreme theme? Why not just install it and use it?
If that is not a solution for you, then you will need to recreate it yourself.
Once thing you can do is examining the styles used on our demo site, and apply them to your site:
https://wpgeo.directory/supreme-directory/
You can find the css in
\supreme-directory.2.0.0.11\supreme-directory\assets\css\style.scss
get Supreme here: https://wordpress.org/themes/supreme-directory/
For other readers, you can use %%custom_meta_desc%% tag on Yoast meta fields with this snippet
function _my_custom_meta_description_var_replace(){ global $post; return $post->geodir_meta_desc; } add_action( 'wpseo_register_extra_replacements', function() { wpseo_register_var_replacement( '%%custom_meta_desc%%', '_my_custom_meta_description_var_replace', 'advanced', 'Some help text' ); } );
March 19, 2020 at 11:38 pm in reply to: Problem displaying listings, favorites and comments on the UserWP user page amon #535774Strange!
Please post to the UsersWP support forum where we can help you with that:
Thanks
-
AuthorPosts