Paolo
Forum Replies Created
-
AuthorPosts
-
June 12, 2019 at 11:54 am in reply to: Single Site Licence? I bought the Unlimited Yearly Membership #492487
Hi,
did you have problems activating the licenses on more than 1 domain?
You should not. In case you do, please let us know.
Thank you
You are welcome. Just to be 100% clear, this was a bug in your customization that we helped you fix.
It was not a bug in our plugin.June 11, 2019 at 5:59 pm in reply to: Update Copyright and Hide/Remove Export Data and Forums tabs #492341Please check now, I’ve updated the code in the topic too.
Thanks
June 11, 2019 at 5:25 pm in reply to: Unable to add directions to a new listing (region field keeps loading…) #492338Hi Mandy,
your Google Maps API is missing. Go to GeoDirectory > Settings and add one.
Link with instructions can be found next to the field for the API key.
Thanks
Hi Giovanni,
please provide admin credentials and we will check your settings.
Thank you
Thanks, a developer will look into it asap.
We are looking into it and once solved we will let you know.
I would appreciate you reading our support policy to know what and how to expect support: https://wpgeodirectory.com/support-policy/
Thanks
Nothing that is compatible out of the box, as far as I know, we’ll definitely look into improving this for use cases such as yours.
Thanks
In your header or footer. Footer should be the right place, but if placed in the header it will load before the images.
function add_javascript() { ?>
if you decide footer is better.
function add_javascript_footer() { ?>
Both code snippets can be added via code snippets plugin, or in your theme functions.php file.
Otherwise you can use a plugin like this and you won't need the php snippets. You just add Stiofan's code in one of the 2 box.
https://wordpress.org/plugins/insert-headers-and-footers/Thanks
June 11, 2019 at 4:23 pm in reply to: Address and coordinates not being saved after data imported #492326sorry for keeping you waiting. I’ve alerted the developers about your ticket again and they’ll look into it asap.
Thanks for your patience
Hi Jeff,
sorry for the late reply, a developer has been alerted and we’ll let you know his findings asap.
thanks
June 10, 2019 at 6:20 pm in reply to: Is there a reason someone keeps trying to login to CannabisPees.com with failure #492094What is the reason for over 60 login attempts since 06/09/2019.
Why are you assuming it is one of us?
1st thing I would change your password on this forum. 2nd I’d change the password for any account you created for support.
Thanks
I modified the general-functions.php
You should never modify files directly. You’ll lose changes after every update.
I flagged your request for the developers who will give you a better solution.
Thanks
EDITED WITH CORRECT CODE
Hi,
there you go:
add_action('after_setup_theme', '_my_sd_footer_changes',15); function _my_sd_footer_changes(){ remove_action( 'dt_footer_copyright', 'whoop_copyright_text', 10 ); add_action( 'dt_footer_copyright', 'custom_dt_footer_copyright_text', 10 ); } function custom_dt_footer_copyright_text(){ echo 'Copyright © 2019 Yoursite'; }
Thanks
June 10, 2019 at 4:40 pm in reply to: Suggestion: add class "required" to required fields on add listing #492058Ops sorry I missed that part, but STILL…
Change style of required field labels only:
.required_field.geodir_form_row label { /* css here */ } Change style of required field input only: .required_field.geodir_form_row input { /* css here */ }
If you don’t know how to do things…
-
AuthorPosts