Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Stacey,
The problem with GD Booster and X theme has been reported and will be looked at soon. Sorry for the delay.
Thanks,
Stiofan
Thanks for the info.
The problem was caused by your price packages having a category limit of zero: 0
I only changed 2 price packages please check the rest.
I have also created a tool that fixed this problem for you and i have run it so all your listings should be fixed now.Thanks,
Stiofan
Thanks for your understanding!
Stiofan
There is a JS error, i’m not exactly sure what is causing it but it might be the jquery ui min script as alot of jquery ui is already imported individually.
Stiofan
January 8, 2015 at 7:34 pm in reply to: Clear location saved in PHP session after every page load #26789you were simply using the wrong widget on the homepage widget area, i have added one to show u.
Thanks,
Stiofan
January 8, 2015 at 6:51 pm in reply to: have in listing page the same format map then location page #26785Those missing files are called from the child theme header.php but we did not add that, u can remove the calls if not needed or u should fix the link and add the files if needed.
Thanks,
Stiofan
Not at the moment, one of my tasks for the month is to create it 🙂
Thanks,
Stiofan
Thanks for the info, the custom fields for events had all been deleted somehow, i have added the standard ones back now.
Please check and let us know if there is anything not fixed.
Thanks,
Stiofan
January 8, 2015 at 6:27 pm in reply to: Clear location saved in PHP session after every page load #26779Thanks, you had it commented out, please try now.
Thanks,
Stiofan
January 8, 2015 at 6:18 pm in reply to: have in listing page the same format map then location page #26776ok, thanks i see it now, i have added this as a bug and the avada compatability pack will be re-done soon.
Thanks,
Stiofan
Hi Tom,
Can u post a link and maybe wp-admin details to speed things up.
Thanks,
Stiofan
Hi, please provide FTP and i will be able to test a tool to fix this.
Thanks,
Stiofan
January 8, 2015 at 4:37 pm in reply to: Clear location saved in PHP session after every page load #26767that code if placed correct should clear the session on every page load.
Can u private reply wp-admin details and a link to your site and i will take a look.
Thanks,
Stiofan
Hi Kieran,
This would be considered customisation but here i some code to get u started, you would add this to your child theme functions.php
add_filter('geodir_posts_order_by_sort', 'geodir_posts_order_by_sort_my_change',10,3); function geodir_posts_order_by_sort_my_change($orderby, $sort_by, $table){ if($orderby==' '){ //$orderby = " $table.package_id asc, ";// simply order by package id lowest to greatest $orderby = " FIELD($table.package_id,1,5,4,3), "; // order by specific package id's } return $orderby; }Thanks,
Stiofan
Hi Omar,
#1 I am not sure exactly i just see in our project manager that there is a task to integrate BP, it might just be that new listing are not shown in feeds yet.#2 I have not tried any, so could not comment.
#3 GD with multilocations addon lets you add any location and be able to then search between them, they are not sub domains though but would have there own url such as yoursite.com/location/town-name/
#4 Yes 🙂 You can continue to use the versions u have, the subscription is for support and updates, if you no longer need support and updates then you can continue with what you have.
Thanks,
Stiofan
-
AuthorPosts