Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Try changing this line
jQuery(‘input[name=claimed]’).val(1);to this:
jQuery(‘input[name=claimed][value=1]’).attr('checked', 'checked');Stiofan
Stripe should have all the required info, you can also switch between live and testing in stripe so it should at least be somewhere. I am assumming maybe it was added to testing and not live or it was changed in between. Stripe should have the info, if not its not been paid.
Thanks,
Stiofan
This reply has been marked as private.The other person from GD who was testing it before put it in test mode. It was live when the transaction took place. If I switch the invoice to “paid” then how will I know if it properly captured the payment information?
Please put it back to live then.
You can simple check stripe to see if you received it, you can also check the logs there, if u received it then you can set it paid.
Stiofan
I see the stripe is in test mode, are u asking them to test, or expecting live payments?
It should not be in test mode if you expect live payments.
Did u receive the payment in stripe? If so you should set the invoice as complete.For the redirect, i would assume its just a setting, i would check those first.
Let me know how i can help more.
Thanks,
Stiofan
What exactly is the problem? They go to invoice history and try and pay again?
Stiofan
After an import try running the tool GD Tools> Location category counts
Stiofan
When i disable yoast primium it stops the redirect, so i guess there is some setting there for author pages? I have never used the primium ver so i am not familiar with the settings, please let us know what you find.
Stiofan
OK i am going to be doing some testing on the site, please dont access the backend for the next 10-15 minz.
Stiofan
This reply has been marked as private.it was not using a regular apostrophe ‘ it was using a ’
I changed it out and searching zozo’s now works.Please check, also the others are not possible, u should add a tag to that listing “zozos”, that will help.
Stiofan
Try replacing that snippet with this (it adds a delay)
jQuery( '#directions' ).click(function(){ setTimeout(function(){ calcRouteWithWaypoints('detail_page_map_canvas'); }, 200); });Stiofan
OK maybe best you provide wp-admin and i’ll check things over.
Thanks,
Stiofan
public_html is empty… Please check.
Stiofan
July 17, 2017 at 4:35 pm in reply to: Importing Places deletes my homepage and makes one of the listings my home page #387339Yes if there is no ID then it will create a new listing, hence why we say to export only after X date so you dont end up with duplicates.
Stiofan
-
AuthorPosts