Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
February 18, 2016 at 3:06 pm in reply to: Directory Page Not Loading – Uncaught ReferenceError: geodir_advanced_search_js_ #124114
What site? I meant in a future release but i can apply it to your site if u let me know what one?
Stiofan
Hi Ben,
Yes it does create the sub in stripe but it does not update it if u change the price.
I see there is a change in the dev version of stripe related to setting payments to use another hook, if you would like to try that version let me know.Thanks,
Stiofan
Hello,
This was a server issue where if a $_POST value is “VARCHAR” it throws 404, most likely some sort of security rule on the server, one other person had this issue before, i have changed the code a little to resolve this, i have made the change on your server and the change will be in the next release of core.
Thanks,
Stiofan
FYI, we have changed this code so this should be resolved foy you in next release if you have not resolved already.
Thanks,
Stiofan
Have you got it set to “Send me all events”?
There can be problems if you set the price to a different price then changed it, can you check the prices match up under Stripe plans?
Stiofan
It looks like your test listing had the pizza category set but not set right, i updated the category and it works, did you update some listings or add soem via the csv importer?
Stiofan
February 18, 2016 at 12:15 pm in reply to: Directory Page Not Loading – Uncaught ReferenceError: geodir_advanced_search_js_ #124015Hello,
It seems to be working now, i think i see, what the problem is and i have made a change in our code but it look like u aded a change to your code to resolve it also?
Stiofan
This reply has been marked as private.I see u have the plugin active now, most likely it was runing update checks, it can do this once in a while.
#1 near me, i dont get this, i have added a near me button to your home right hand siebar and t works fine?
#2 the widget area works fine i have added a widget there now…
Stiofan
Just right click and “save image as” 🙂
Stiofan
Hi Oliver,
#1 your permalinks were set to “/%postname%” and not “/%postname%/” i have fixed this and the liks now work.#2 location me is prob fixed bye #1 but is a setting in advanced search.
#3 events on the map u need to click “events at the bottom left of the map.
#4 pins can be found here
Have u saved permalink settings page? If that does not solve please provide login details in private reply and i’ll take a look.
Thanks,
Stiofan
You seem to have extra
<html>and
<body>tags in your code, i think this is the problem as once everything is loaded in body the js firs but there is more to load still. Please resolve this.
Thanks,
Stiofan
I have deleted that manually, let us know if you have any further problems.
Thanks,
Stiofan
OK, this was a very strange problem, we could not recreate this on our servers so i have just added a code snippet fix to your theme functions file as below (only below for reference)
// fix GD BP paging add_action( 'init', 'gd_fix_wooCom_rewrite_member_page',8 ); function gd_fix_wooCom_rewrite_member_page(){ if (strpos($_SERVER['REQUEST_URI'], '/listings/events/page/') !== false) { remove_action( 'init', 'wc_fix_rewrite_rules_init' ); } }Thanks,
Stiofan
-
AuthorPosts