Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Dan,
I think you are looking for the GD> Near me button widget 🙂
We also did a blog post about adding your own SSL: https://wpgeodirectory.com/adding-a-ssl-certificate-to-your-website/
Thanks,
Stiofan
Hi Mark,
#1 Not by default, there are no settings, it could be done with hooks though.
#2 The main image will be what ever image is put at the start, you can drag drop the order from the add listing page.
Thanks,
Stiofan
I was able to add a field with no problems, what were u having problems doing?
Can you provide DB access like phpMyAdmin and i can check if there is anything going on there?Stiofan
It depends on the field types, the fields must be able to hold the data so we have to assign them a amount, if you have a multiselect with 100 options we have to give that field the ability to hold 100 options which reduces the amount of overall fields you could have.
If you provide wp-admin i will take a look and see if i can see any ways you might save some space.
Stiofan
HI Marc,
Can you post wp-admin details in a private reply (only staff can see private replies) and explain how i can replicate the problem and i will take a look.
Thanks,
Stiofan
Hi Tony,
I read this 3 times and still have no idea what you mean, if you really want them hidden you can make them inactive and then hide them with CSS…
Stiofan
Let’s keep posts in the one place: https://wpgeodirectory.com/support/topic/gt-2-gd-conversion/#post-257028
Looks like a permissions problem, please ask your host to fix.
Thanks,
Stiofan
August 31, 2016 at 5:20 pm in reply to: geodir_review_rating/css/style.css doesn't load when using https #256958Hi Lynne,
This has been fixed and will be in the next release (hopefully tomorrow)
Thanks,
Stiofan
Hi,
The error was due to a JS error, you had added a custom script but failed to check the element existed first, i added a condition check and now it all works.
jQuery(document).ready(function() { if(jQuery( ".single-gd_place .geodir_more_info .geodir-i-email" ).length){ jQuery( ".single-gd_place .geodir_more_info .geodir-i-email" ).html( jQuery( ".single-gd_place .geodir-i-email" ).html().replace( "|", "" ) ); } });Thanks,
Stiofan
Hi Tony,
I am not sure why you are so concerned with not being able to change the htmlvar?
When the place DB is setup these fields are already there so changing them would cause problems.I feel like i am missing something, are you trying to do something and having problems? If so let me know what it is and i’ll let you know the best way to go about it.
Thanks,
Stiofan
Thanks for letting us know! 🙂
the file will actually change in the next ver.
Stiofan
This reply has been marked as private.It was a bug, i have fixed it on your site.
We are changing custom fields a bit in the next release but i have made sure it will also be in that release too.Thanks,
Stiofan
-
AuthorPosts