Listing Preview Empty
This topic contains 14 replies, has 4 voices, and was last updated by Rudiger Stalmans 10 years, 2 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
October 20, 2014 at 1:24 pm #18934
Hi
I have added a new place and ones completed the form and move to the next step ” preview’ I am getting a page with empty data, see image attached. Could you pls help?
Em
October 20, 2014 at 6:43 pm #18974Hi,
That is not normal behaviour, but images are not very usefull to debug.
would you please provide a link and possibly wp admin credentials?Thx
October 21, 2014 at 5:08 am #18997This reply has been marked as private.October 21, 2014 at 7:33 pm #19058Hi,
it appears that you have some templates out of places.
All templates moved from plugin inside child theme/theme should be moved inside a folder named geodirectory.
Not 100% sure that’s the problem, but it is worth correcting.
You can follow this doc for a better understanding: http://docs.wpgeodirectory.com/customizing-geodirectory-templates/
If this can’t fix, we would need your FTP credentials to have a look at the code inside your customizations.
Thanks
October 22, 2014 at 5:42 am #19092This reply has been marked as private.October 24, 2014 at 12:09 pm #19413you have edited the template “listing-detail.php” wrong, you have used listing page hooks, i have restored the top noes but you will need to check the whole file.
Also this is not the recommended way to make the theme compatible, you should be able to use those hooks to add your wrappers easily without having to move the templates at all.
Stiofan
October 28, 2014 at 5:53 am #19795Hi Thanks for your replay. I have try to completely removed the template folder to make sure the file was taken from the plugin itself and still have issue, see image attached, and ones I press the Pay and Publish it goes back to the add listing form.
EmOctober 28, 2014 at 9:17 pm #19879Stiofan, this might be related to https://wpgeodirectory.com/support/topic/no_payment_method_msg/#post-19782 ?
October 30, 2014 at 9:25 am #20080Hi look like this issue is intermittent since I have retry and seem fine now. Question: where is the template that render the page ” Payment Success
Your payment received successfully and your information is”…
( …./pay_action=return&pmethod=paypal&pid=1336 )
I have tried listing-success.php and post-success.php but with no luck.
Thanks
EmOctober 30, 2014 at 6:14 pm #20143it’s in payment manager and is called return.php
Stiofan
October 31, 2014 at 10:17 am #20191thanks for the feedback
can u confirm that i will be able to edit not in the plugin folder but in the theme folder in this way? I have tried but no luck.
themeName/geodir_payment_manager/return.php
Thanks
EmOctober 31, 2014 at 12:34 pm #20199Yes this looks like a bug, it will be fixed in the next version.
if u want you can edit the file geodir_payment_actions.php around line 463, replace function geodir_payment_response with this:function geodir_payment_response($template){ if(isset($_REQUEST['pay_action']) ) { global $wp_query; if($_REQUEST['pay_action'] == 'cancel'){ $template = locate_template( array( 'geodirectory/cancel.php' ) ); if ( ! $template ) $template = GEODIR_PAYMENT_MANAGER_PATH . '/geodir-payment-templates/cancel.php'; } if($_REQUEST['pay_action'] == 'return'){ $template = locate_template( array( 'geodirectory/return.php' ) ); if ( ! $template ) $template = GEODIR_PAYMENT_MANAGER_PATH . '/geodir-payment-templates/return.php'; } if($_REQUEST['pay_action'] == 'success'){ $template = locate_template( array( 'geodirectory/success.php' ) ); if ( ! $template ) $template = GEODIR_PAYMENT_MANAGER_PATH . '/geodir-payment-templates/success.php'; } } return $template; }
You will then be able to move the template to a folder in your child theme called geodirectory
Thanks,
Stiofan
November 7, 2014 at 5:56 am #20895Thanks for the feed back.
I am still have issue on listing preview where I am not able to see all the payment method enable from back end, see image attached.
Em
November 7, 2014 at 10:55 am #20917have u got recurring payment ticked for this price package? if so it will only show paypal.
Stiofan
November 8, 2014 at 6:45 am #20989thanks Stiofan, sorry is well explained in the payment options as well
em -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket