Guust
Forum Replies Created
-
AuthorPosts
-
You’re welcome 🙂
Recurring invoices are not an option when creating invoices.
But you can create Items you invoice for, and those items are setup so that they require recurring payments.
Automated recurring payments can only be made by certain payment gateways.I’ll assume that we are talking about GD Price Packages, since your question is posted here and not at http://wpinvoicing.com/
For GD packages that are non-recurring and have a limited time-span, invoices will be generated prior to expiry as you set them at GD > Prices and Payments > Notifications tab > PRE EXPIRY NOTIFICATIONS TO CLIENTSI hope it is clearer now. Thanks
That is standard behaviour of the Google Recaptcha in some cases, sometimes they need some extra info from you to make sure you’re human and not a robot, so they ask you to solve a challenge:
https://support.google.com/recaptcha/?hl=en#6081880Thanks
Because there is no possibility to force a customer to send you a bank transfer on a regular basis.
Only systems like PayPal and Stripe can create those lock-in contracts between your customer and their chosen payment system.Thanks
Coordinates are only relevant for map placement.
You will have to review the addresses used in the listings, and maybe re-save those listings.
Possibly you change location names after adding listings, not easy to say from your information.Let us know how you went. If we need to check things out further give us some examples, and URL and WP admin details in a private reply.
Thanks
No, there is no such option.
If using thumbnails, then changing grid views from list to 4 columns etc would require 4 different thumbs to be pre-loaded, and created and saved on your server.Review those settings:
GD > Design > Home tab > Resize image large size
https://wpgeodirectory.com/docs/core-design/#resize-imageGD > Design > Scripts tab > Enable lazy load images?
https://wpgeodirectory.com/docs/core-design/#scriptsThanks
Thanks for letting us know.
Editing at GD > Notifications is save from updates.This reply has been marked as private.Please post your URL and WP admin details in a private reply, then we can check your settings.
ThanksMake sure to delete all the spaces between the brackets.
For example [#listing_link#] instead of [#listing_link #]
Let us know if that fixed it.
ThanksRemove
.sd .geodir_category_list_view li.gridview_onefourth { margin-right: 0; }Thanks
Please review
https://subscribe2.wordpress.com/2011/02/28/subscribe2-and-custom-post-types/So to add Places, you would use this snippet:
function my_post_types($types) { $types[] = 'gd_place'; return $types; } add_filter('s2_post_types', 'my_post_types');If you want to customize other plugins, please contact the plugin developers.
Thanks
You should have Invoicing > Settings > Gateways
and
GD > Prices and PaymentsSee more at https://wpgeodirectory.com/payments-manager-v2-setup/
Thanks
Just add the GD Login widget to your pages, and review https://wpgeodirectory.com/docs/core-design/#navigation
All the CPT specific links will be automatically there.
Thanks
Hi Tom
If you have Listing Title, that means you are using Listing as the singular name for your CPT.
So change that to Business.Then change %s Title in the language file to %s Name.
%s refers to the singular name for your CPT, so the total result will be Business Name.
Also change %s Description to %s Overview
Thanks
-
AuthorPosts