Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Great! 🙂
Sounds like caching, please clear any caching and check.
Stiofan
Hi Markus,
No, the lat/lon is returned from a google geocode not the DB, if you click the autocomplete it will set it to include all of the locations and you can use the sort options.
Maybe if those exact coordinates are in the url you could do a redirect to the coordinates you want?
Stiofan
I added this code snippet:
function _my_remove_zero_values($html,$location,$cf){ global $post; if (isset($post->{$cf['htmlvar_name']}) && $post->{$cf['htmlvar_name']} == '0' ){ $html = "<!-- zero value removed -->"; } return $html; } add_filter('geodir_custom_field_output_text_key_text','_my_remove_zero_values',10,3);Please check now.
Stiofan
You are welcome 🙂
You can just use the generalized settings for most, they will take over from the GD title settings.
I don’t think there are any special settings recommended but i have flagged it for paolo to confirm.
Thanks,
Stiofan
Hello,
We have a tutorial here: https://wpgeodirectory.com/docs/geotheme-to-geodirectory-conversion-tutorial/
I would suggest you try it out on a dev site first, if you have any problems just let us know 🙂
Stiofan
August 11, 2017 at 9:57 am in reply to: Social importer error importing events "Something went wrong[12]" #390686You are welcome Loan 🙂
Feel free to leave us a review if you have not already, it helps us grow! 🙂
https://wordpress.org/support/plugin/geodirectory/reviews/?rate=5#new-postThanks,
Stiofan
OK the plugin “latest-post-shortcode” is causing formatting/JS problems on your site, you should disable it.
The white space i will assume u mean at the sides, it does not look bad for me but u could add somethnig like
@media (min-width: 1200px) .container, .geodir-common, .geodir-breadcrumb, .geodir_full_page .widget { width: 96%; }(you need to flush the godaddy cache from the admin bar to see changes)
Stiofan
I still am not sure where you think there is extra space, please be more specific, there is many places you might mean.
On the homepage i see “
Uncaught SyntaxError: Unexpected token <” in the console.
it is related to this line (it starts here, there is lots of html in the JS
var loading = jQuery('.geodir-sclisting-loading', container);</p>(see the end p )
Stiofan
OK i found your account, you had changed email address.
You have no active purchases, you would need to buy before we can help with a paid addon.The refunds should be with you any day now, they might not show as new transactions it might be the old ones just disappear.
Thanks,
Stiofan
I don’t really understand what you mean.
Also you have a JS error on the homepage as u have HTML mixed in with some JS code.Stiofan
OK that was a strainge one, i assume it was some sort of godaddy caching because all i did was change theme to 2015 and then back to supreme and it started working ok.
FYI you should either make ur logo smaller or in customizer change the “Header Min Height” value to match your logo.
Thanks,
Stiofan
You might be able to do it via CSS, i would need to see your site.
If not i can provide a code snippet example.
Please provide wp-admin details in a private reply and i will take a look.Thanks,
Stiofan
I believe the hooks are already in place to do it (not tested) and if not then we would happily add them. A UI for it might be done in future but i would be happy to implement a dev hooks solution now. If you need pointers let me know what one item you want to weight and i will make an example.
Thanks,
Stiofan
-
AuthorPosts