Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Alex,
We have tried several times but it does not look like FB want to allow these permissions very easily, we are already testing other solutions: https://wpgeodirectory.com/social-importer-v2-beta-released/
Thanks,
Stiofan
That is pretty much the message we received, the problem is its not very specific so anything i tell you will be me guessing. I think they want to see the whole process of activating the app (connecting) and then the import posting function.
Stiofan
Hello,
Regions are a required field.
If there are truly no regions there then we can just make it add the country name as the region or you can add regions yourself like north,east,south ,west and let users pick.Stiofan
Not tested but u want something like:
add_action('geodir_after_badge_on_image','_my_image_city'); function _my_image_city($post){ $post_city = isset($post->post_city) ? $post->post_city : geodir_get_post_meta($post->ID,'post_city',true); echo "<div class='my-city-name'>$post_city</div>"; }
Stiofan
Thanks for the info, i did need it, i have fixed this now and applied your footer changes.
Thanks,
Stiofan
This reply has been marked as private.Can i have FTP details also please, i want to activate the snippets plugin but it it still has things in the DB it might lock me out, if i have FTP i can resolve it.
Thanks,
Stiofan
Great 🙂
This reply has been marked as private.You can use this:
$post_type = get_post_type($_REQUEST['pid']);
You could use that to add a body class if u wanted or pretty much anything else.
Stiofan
We use the wp function to get the base url for the media directory, filtering this value will let you move the pics anywhere else as long as the folder structure is kept.
https://developer.wordpress.org/reference/functions/wp_upload_dir/Stiofan
I’m not sure how feasible it would be to add the payment details to the add listing page, in GDv2 you can disable the preview page if you with though.
Stiofan
This reply has been marked as private.August 10, 2018 at 12:52 pm in reply to: When GD Booster Enabled, Cannot Reply in BBPress Comment Field #441955Great! 🙂
It seems to be a server sessions issue, can u confirm they are working?
If u provide FTP i can test.U should be able to set the distance and then refresh the page and it retain the same value.
Stiofan
-
AuthorPosts