Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
November 25, 2019 at 9:22 am in reply to: Display random locations in Polpular Locations widget #518583
There is an option to add paging to it but random order is never a good idea, its much more expensive SQL queries and if you use any sort of caching it just removes the randomness. Random is not an option i would like to see here but we will look into some better sorting options.
Thanks,
Stiofan
Hi Jonathan,
We don’t specifically have a requirement for CURL, we never directly call it, we use the standard WP functions which then check for CURL and use it or an alternative.
Thanks,
Stiofan
WPI is SCA ready, you can see it in the change log 2 versions ago https://wpinvoicing.com/downloads/stripe-payment-gateway/
They can be run together.
Stiofan
Hello,
We do not require anything about auto updates, i think you have the wrong plugin “Easy Updates Manager” this is not our pluign, our plugin is “WP Easy Updates” https://wpeasyupdates.com/
Thanks,
Stiofan
I have tested on my local and even did the exact same on the same listing on ur site but i could not re-create.
If you can find a way to re-create this consistently then we will certainly look at this.
Thanks,
Stiofan
Hello,
There are several ways to do what you want but it depends on if you are using multiple CPTs etc.
There is a General way to get a select of users listings per CPT
GeoDir_User::show_listings( $current_user->data->ID, 'select' );
Of you can use our function like
geodir_user_post_listing_count($user_id = null,$unpublished = false)
and to get add listing link
geodir_get_addlisting_link( 'gd_place' );
Thanks,
Stiofan
Hi Francis,
Can you also provide wp-admin details and a link to your site.
Thanks,
Stiofan
Hi Tony,
That should work, it looks like on ur example u have a extra space after the &, try
/add-listing/?listing_type=gd_place&package_id=3
Stiofan
This reply has been marked as private.Hello,
Somehow your shortcode in gutenberg got wraped in a strong tag which is somehow limited on your site to a small width… I edited the profile page and removed the shortcode and replaced it with a gutenberg block and it now seems to work as expected, please check.
Thanks,
Stiofan
P.S. I could not log into your staging site, i did changes on live site.
This reply has been marked as private.It looks like you managed this? I see your site on v2 and all addons updated?
Stiofan
It should be in beta next week.
Stiofan
Hi Jay,
I see you have two memberships, one is expired and one is live, these have different licences. If this was a mistake i can remove the new one but it looks like you already have started activating most of them. You should find all the correct licences in your account area, if you have any issue with a specific licence key please post it in a private reply and i will double check it for you.
Thanks,
Stiofan
There is a new tabs system for UWP, you can add the GD Listings tab (if it has not already been added) under UWP > Form builder > Profile tabs. Then you can set what CPTs to show under UWP > Addons > GeoDirectory.
Thanks,
Stiofan
-
AuthorPosts