Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
You are very welcome Mike 🙂
Hello,
Please make sure your core and addons are upto date (i see core is out of date)
I think this will fix it, if not let us know.
Thanks,
Stiofan
Hi Ed,
I have made some basic changes to the wrappers for now, please let me know what else is not looking right and i’ll have a go at those, it should be good enough for testing now though 🙂
Thanks,
Stiofan
Hello, i feel your pain, we recently had server problems and lost a lot of images…
The maps are just widgets and can be added back, i have added the map to the listings page right sidebar, if that is not the right place you can move it about in your widget settings page.
Thanks,
Stiofan
I have tested this and it seems to work fine for me?
Stiofan
If you have any problems just let me know.
Stiofan
Hello,
The image message is in core and it seems to work fine for me, please make sure you have a structure like this: /wp-content/languages/geodirectory/geodirectory-en_US.mo
Thanks,
Stiofan
Hi to get updates to work do this…
Find you least alphabetically GD addon, usually Advanced search, edit the gd_updates.php file and change the function from:function gd_prepare_request($action, $args) { global $wp_version; return array( 'body' => array( 'action' => $action, 'request' => serialize($args), 'api-key' => md5(get_bloginfo('url')) ), 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url'), ); }to:
function gd_prepare_request($action, $args) { global $wp_version; return array( 'body' => array( 'action' => $action, 'request' => serialize($args), 'api-key' => md5(get_bloginfo('url')) ), 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url'), 'sslverify' => false // this is needed for old old servers ); }Now go to dashboard>updates and update all apart from advanced search, then update advanced search last (and replace that function again if you want to update in future.
Thanks,
Stiofan
Hello,
You can use the below code as an example:
add_filter('comment_reply_link', 'my_geodir_comment_replaylink',15,1); function my_geodir_comment_replaylink($link) { // add code to check user here and return blank to not show. if(1==1){return '';} return $link; }Thanks,
Stiofan
Hi,
On mobile it does not ajax auto load, there is a searchbox above which when you start to type will ajax search for similar names.
If you only have a few locations you can load theme all by going to GD>Mutilocations>Show all locations in dropdown?
Thanks,
Stiofan
The version of openssl you have on your server is from 2008 and did not have the required setting active by default but needed to have it switched on for the paypal to work so your host could be right. It is still an old version and has problems validating our SSL for our server.
Also your server environment seems old, it barely passes the version of PHP that will run WordPress, you are running 5.3 and wordpress recommends 5.6+
Thanks,
Stiofan
Hi Lee,
You seem to have some non uft8 characters, please save your csv in utf8 and make sure there are no wee black diamonds with questions marks that mean there is a broken character.
Thanks,
Stiofan
Hi Les,
Can you have a look at your site now and let me know if there is anything that is still not right.
Thanks,
Stiofan
This has been fixed and will be in the next version.
Thanks,
Stiofan
I agree that I doubt we will make the app mu ready, but the way we are making it I don’t think it would be too hard (for a 3rd party developer) to add something to add a sort of home page selector but times are early for our app, we have just started researching things so I can give a 100% accurate answer.
Stiofan
-
AuthorPosts