Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
You are welcome! 🙂
You are welcome! 🙂
Of what type are the custom fields, what sort of info are you trying to store?
If you explain fully i can give better advice.Stiofan
your user.ini file has uploads restricted to 100 instead of 100M
Stiofan
April 29, 2017 at 1:40 pm in reply to: Change Upload Directory Target for Custom Field File Upload .gpx File Type #376108Hi Ed,
If you can explain what you are trying to achieve maybe i can give better advice?
You can use the hook “geodir_before_save_listing” to grab the info before it is saved, this would allow you to copy the file anywhere you want.
Thanks,
Stiofan
Please check now.
Under GD>Design>Map, you had selected to hide the Places CPT from the maps…Thanks,
Stiofan
Hello,
The system will check your locations and see if there is a city in the distance set, if there is then it will redirect you to that city page, if not then it will redirect you to the near me page.
Stiofan
Hi Suzy,
Thanks for spotting this and reporting it, i have added a fix for this and it will be in the next release, i have added the fix to your site now.
Thanks,
Stiofan
Hi Juan,
I can’t connect to your FTP and i don’t know who your hosting is with so can’t login there either?
Stiofan
April 29, 2017 at 11:22 am in reply to: getting spam, can't find form where it's coming from #376077Please install re-captcha and activate it for all forms.
https://wpgeodirectory.com/docs/gd-recaptcha-add-on-overview/Thanks,
Stiofan
Firstly, you can’t make your original post private, only replies, please change your site password as you just posted it publicly.
Please re-post the details as a PRIVATE REPLY and explain the problem.
Thanks,
Stiofan
April 28, 2017 at 7:10 pm in reply to: Have Certain Categories Not Show Claim Business Option #376021Firstly you would need to add the default cat as a body class
add_filter( 'body_class', '_my_hide_claim' ); function _my_hide_claim( $classes ) { global $post; if ( geodir_is_page('detail') && isset($post->default_category)) { $classes[] = 'gd-cat-'.$post->default_category; } return $classes; }Then you would just use CSS to hide it
body.gd-cat-24 .edit-link{display:none;}Thanks,
Stiofan
April 28, 2017 at 6:56 pm in reply to: Howto enlarge image "geodir_thumbnail" within "gd-bubble" #376017The actual window height is decided by Google maps, if you need to show the whole image you should use:
background-size: contain;Stiofan
Yes by default is has always shown the place default marker, i have made it show the cat marker if there is only 1 cat selected, please replace this file in your core plugin:
https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/map-functions/get_markers.phpThanks,
Stiofan
Hi Al,
Have you tried following the instructions?
Stiofan
-
AuthorPosts