Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Sorry for the delay in this, i missed your replies.
The wp-admin details no longer seem to be working, FTP would also help.Thanks,
Stiofan
Hello,
I am not sure exactly what you are trying to do but you can use hooks like:
add_action('sd_homepage_content','_my_new_homepage_content'); function _my_new_homepage_content(){ echo "this is new!"; }
Thanks,
Stiofan
Only admins and the author can edit listings.
For your other questions, that is not possible at the moment but we are looking at implementing a sort of “wiki” addon in the future.
Thanks,
Stiofan
1. Its possible it might be browser or server cache, i would recommend clearing both.
2. If i try then it works, and i can only fix problems i can see, i would need you to tell me how i can see the problem, like
1. go to page X
2. Click on Y
3. Now try location…I can’t fix problems i can’t see 🙂
Stiofan
February 10, 2018 at 10:02 am in reply to: GD Booster causing issues with payment update field #417027Hello,
How can i replicate the issue, i tried but did not see any problems, i did not even see any cloudflare urls on the site.
Thanks,
Stiofan
i have not tested and am not sure if you are using the right hooks but the GD bit is wrong, it should be
$og_image = geodir_get_images( $post->ID, 'thumbnail' );
The $og_image will be an array for images, i’m not sure how the filter accepts them but to echo them for example you would do
if(!empty($og_image)){ foreach($og_image as $img){ echo $img; } }
Stiofan
This reply has been marked as private.Great! Thanks for letting us know! 🙂
GD has not way to do that, i am not sure if it can be done in general, i have never tried.
Thanks,
Stiofan
Please check now, it seems one of the upgrade scripts failed to run, i cleared all version numbers from GD Tools to force them all to run again and it now seems to save ok.
Thanks,
Stiofan
This reply has been marked as private.Hi Victor,
We don’t have such a thing yet, most of the features are not fully supported by all browsers/devices. Maybe we will revisit it in future.
Thanks,
Stiofan
Hello,
Where can that link be found on your site (where is it linked from)
Stiofan
Hello, Please check now. We made some changes to the licencing page and it was showing your old licences.
Thanks,
Stiofan
When you say “push notifications” what do you mean, email? That usually refers to app push notifications.
We don’t have anything like that but i am interested in knowing what you mean.
Stiofan
-
AuthorPosts