Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
November 13, 2018 at 1:40 pm in reply to: Add listing registration form does not log users in all the way #453935
Hi Alex,
I see its not creating a user on your site, i have tried to replicate on my site but it all works ok :/
Have u got any non standard settings going on or can you try disabling a few unneeded plugins to test?
Stiofan
November 13, 2018 at 10:52 am in reply to: Sorting Directory Listings by Featured and Alphabetically #453912Hi John,
by default listings are ordered by featured and then added date not a-z.
In GDv1 to get what you want you would need to use some filters and code, in GDv2 it is drag and drop.
Stiofan
Hi John,
You are right something went wrong with the refund from our system, i had to manually login to paypal to refund it, it should be refunded now, sorry about the delay.
Thanks,
Stiofan
I assume adding a column “post_date” would work (but have not tested)
$post_date = '2018-02-23 18:57:33';
Stiofan
Hi Ricki,
for now u can use this filter:
add_filter('geodir_cf_address_template','_my_new_address_format'); function _my_new_address_format($format){ $format = "%%street_br%% %%neighbourhood_br%% %%city_br%% %%region_br%% %%zip_br%% %%country%%"; // default return $format; }
u can swap the orders and if you remove the _br it will remove the line break, so %%street%% instead of %%street_br%%
Stiofan
Hi Nick,
I assume these rows are missing the lat/lon?
Stiofan
try this CSS
#sd-archive-map { width: 50%; }
Stiofan
Hi Edward,
Do you have any error logs of what the problem was? We test many different version and my usual is 7.2+
Stiofan
Hi Alexander,
I think this is related to your PHP ver, there will be a release tomorrow which should resolve this for you, install the latest ver once released and use that.
Thanks,
Stiofan
If you have price manager installed there is a setting per package for that.
Stiofan
This should be fixed in the next release of DS theme.
Thanks,
Stiofan
I have added a fix for this which will be in the next release of DS.
Thanks,
Stiofan
November 12, 2018 at 12:17 pm in reply to: improvements for gd_locations shortcode, not working correctly #453749Thanks this is also fixed and will be in the next release.
Thanks,
Stiofan
Hi Alex,
Kiran who built this functionality is off today, i’ll flag this for him to see if there is any reason we are not just sending them direct to the checkout.
@kiran ping me when u read this and we can discuss.
Thanks,
Stiofan
November 12, 2018 at 11:30 am in reply to: title and meta tag: how to show number or pages of listings? #453733Hi Marc,
Those both work and also there is the %%page%% one which only shows when not on the first page.
There was a bug where these were no longer showing as available tags but there are all still working
%%page%%%%pagetotal%% %%pagenumber%%Thanks,
Stiofan
-
AuthorPosts