Paolo
Forum Replies Created
-
AuthorPosts
-
Hi Kevin,
there are 2 ways to do this.
1 is to copy the 2 templates widget-listing-listview.php and listing-listview.php in a folder called geodirectory of your child theme (or active theme). You’ll porbably need to create the folder.
At that point you can add your link below the favourite html.
You can get the values with this code:
global $post; $custom_field_value = $post -> geodir_yourcustomfield;and use them to compose your link. (you will need to change geodir_yourcustomfield with your custom fields html variable after geodir_)
Otherwise you can create a function to echo your link and use this hook to add it below the favorites html in both templates: do_action( ‘geodir_after_favorite_html’, $post->ID, ‘widget’ );
You can use this example to understand how to use it: https://wpgeodirectory.com/support/topic/directions-link/#post-197376
Let us know how you went,
Thanks
You are welcome 🙂
Thanks James, I asked to the developers to run some tests and let us know if they find any bottleneck.
They will install query monitor and probably few other plugins, please don’t deactivate anything until they are done.
They’ll let us know asap.
For Number 2) They just told me that at the moment the only way would be via JS or via translation file.
I believe that if you add a single space as translation for those strings it will do the work.
Let us know if that works for you.
Thanks
Hi,
1) we need to see your website to provide any css.
2) I asked to developers to let us know if there is a filter to easily remove them. They’ll advise asap.
Let us know,
Thanks
Hi,
is that an admin account ? After logging in I still see:
Maintenance mode
Sorry for the inconvenience.
Our website is currently undergoing scheduled maintenance.
Thank you for your understanding.I can’t access the dashboard nor see the website.
Let us know,
Thanks
hi,
Events is not loading any listings, because each listings MUST have at least 1 category. None of your events is categorized.
When I click on the other Custom post types of your map, I get this:
TypeError: bounds is null
http://carguysandgals.com/wordpress/wp-content/plugins/geodirectory/geodirectory-functions/map-functions/js/map.min.js?ver=4.5.3
Line 1I’m not sure if fixing the 1st will fix the second too, so I asked to the admins to let us know. Please start adding a catgeory to each listing for all custom post types.
They’ll let us know about the 2nd issue asap.
Thanks
Hi,
you need to change the subtitle custom fields of the Location page.
Let us know if that helped.
Thanks
HI,
that would require a customization, it is not something that you cannot control via your GA account.
Thanks
Hi,
for listings the option is in GeoDirectory >> Design >> Listings >> New listing default status (set to draft).
For reviews it is a WordPress option in Settings >> Discussion >> Before a comment appears >> Comment must be manually approved
Thanks
Hi Roman,
I could verify that on a similar device, I asked to the developers to fix it.
They will let us know once it’s fixed.
Thanks for spotting that.
Hi,
when you add a listing to Sub-category, the system automatically adds it to the parent category too.
The only way it wouldn’t is via CSV upload, and in that case you need to add both the parent and sub-category.
Let me know if I misunderstood your question, in that case please provide links for us to see.
Thanks
Hi again,
please provide a link to your website and admin credentials in a private reply and we will look into it.
We can’t recreate this in our servers.
Let us know,
Thanks
Hi,
they can by clicking the upgrade button. They will have the option to renew for the same package they originally paid for.
The will lose the remaining days of the previous paid listings though. they are not cumulative, Just FYI.
Thanks
Hi,
you will need to create a function to add your new widget area and call it via action like this:
add_action('geodir_details_main_content', 'my_function_to_add_new_wdiget_area', 100);Where “my_function_to_add_new_wdiget_area” is name of your new function.
Let us know if that helped.
Thanks
-
AuthorPosts