Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Since i don’t know what that is, it’s best to contact stripe direct 🙂
https://support.stripe.com/Thanks,
Stiofan
So its just the claimed listing button not showing that is unresolved?
Stiofan
There is no way to do what u are asking (i checked).
What widget are u trying to get the variables to work in, and what variables?
Stiofan
February 1, 2018 at 7:42 pm in reply to: Allow subscribers to link their listing to gd_place post type #415441sure, first u need to edit the file /geodir_custom_posts/geodir_cpt_link_business.php around line 558
replace this:
$condition .= !current_user_can( 'manage_options' ) ? $wpdb->prepare( "AND post_author=%d" , array( (int)$current_user->ID ) ) : '';
with this:
if(apply_filters('geodir_link_to_restrict_author',true)){ $condition .= !current_user_can( 'manage_options' ) ? $wpdb->prepare( "AND post_author=%d" , array( (int)$current_user->ID ) ) : ''; }
Then basically all u have to do is a one line snippet
add_filter('geodir_link_to_restrict_author','__return_false');
If you have any problems just let me know 🙂
Thanks,
Stiofan
This reply has been marked as private.This reply has been marked as private.February 1, 2018 at 7:14 pm in reply to: ANNOUNCEMENT: Upcoming change to Yelp Fusion API Authentication – What to do? #415436Hi Kent,
This has not been released yet, it will be released very soon.
It will not use the yelp stars or add a yelp logo.
You can replace the rating image yourself in the settings if you want to use a image similar to yelp.Thanks,
Stiofan
This reply has been marked as private.This reply has been marked as private.This message is not from a plugin by us, please contact the author of that plugin.
Thanks,
Stiofan
February 1, 2018 at 11:09 am in reply to: Allow subscribers to link their listing to gd_place post type #415311I have added a filter for this, if you provide wp-admin and FTP details i will apply it to your site.
Thanks,
Stiofan
Hi Jose,
There is not upgrade option between the different membership price points, you would simply have to wait till one expires and then buy the one you want again, the different lengths come with different licence keys.
Thanks,
Stiofan
It needs to be resolved first, even then if this is a customisation we can’t help.
The gap can be caused by a few things, usually a space or error in a file loaded before, u can check if it disappears with changing theme or disabling plugins.
Stiofan
Hi Michael,
I am just finishing for the night, i will check this in the morning.
Thanks,
Stiofan
ok i managed to recreate on a test site, i’ll have a look at the code tomorrow.
Thanks,
Stiofan
-
AuthorPosts