samrot
Forum Replies Created
-
sorry, I misunderstood, that link you sent worked perfectly.
Thx!!!
Yes that’s the one I’m using but it’s not working for when the user already have a conversation open with the author from another post, it opens that conversation instead of a new one with the subject of the current post where they click on the pm button.
The code I sent you was wrong sorry, this is part of the code I’m using:
$post_id = get_the_ID();
$subject = get_the_title();
echo do_shortcode('[better_messages_pm_button text="PM author" subject="' . $subject . '" target="_self" unique_tag="' . $post_id . '" fast_start="1" url_only="0"]');What can I do to achieve what we need?
Thank you! Hope you can help us.
I have a function with the following:
$author_title = get_the_author_meta('first_name');
$subject = get_the_title();
echo do_shortcode('[better_messages_pm_button text="PM author" subject="' . $subject . '" target="_self" unique_tag="' . $post_id . '" fast_start="1" url_only="0"]');Applied. So when users don’t have an open conversation already they get a new conversation with the correct subject (from the post title where they hit the PM button) but when the users alredy have a conversation open from another post, it opens that conversation instead of a new one.
We have fast_start=”1″ on the shortcode and also on the backend configuration of the plugin have activated the ‘Fast start’ option (when fast_start=”0″ on the shortcode no new conversations are created so the users can’t chat).
Help?
Thx for your reply.
Should the unique_tag be something like the current post id for example ($post_id = get_the_ID();)?
Hi! I would also like to ask a question related to this topic.
We have a custom post type of rentals in our website that users can create from a frontend form. For the rental description we have created a custom field.
How can we assign this custom field as the meta description of each rental so the plugin automatically takes the meta description from that custom field on each new rental created?
Right now the meta description of each rental is empty by default.
Looking forward for your comments.
Best!
Forum: Plugins
In reply to: [Accept Stripe Payments Using Contact Form 7] Edit success messageHi,
Thank you for your response, it worked.
Is this intended to be manageable from the back-end on the next version?
It would be great so we don’t have to change it on every update (and also, it would be great :)).
Best!
Forum: Plugins
In reply to: [Accept Stripe Payments Using Contact Form 7] Payment Button not showingHi @calvinroi,
I added the shortcode [submit “Submit”] at the end of the form.
The button will remain disabled untill the credit card information is entered and will only submit if all of the required fields are properly filled.
Hope this helps.
Best
Forum: Plugins
In reply to: [Accept Stripe Payments Using Contact Form 7] Remove zipcodeHey!
Was this feature integrated on the last version?
I can’t seem to find it.
Thx!
Forum: Plugins
In reply to: [WP Custom Admin Interface] Admin Menu not workingYes, it’s working now. Thanks!
Forum: Plugins
In reply to: [WP Custom Admin Interface] Admin Menu not workingI’m experiencing the same issue on my website, no WooCommerce installed. I get the following JS errors:
jQuery.Deferred exception: URI malformed URIError: URI malformed
at decodeURIComponent ()
at renderAdminMenuManager (/wp-content/plugins/wp-custom-admin-interface/inc/options/options-page-admin-menu.js?ver=7.36:223:54)
at HTMLDocument. (/wp-content/plugins/wp-custom-admin-interface/inc/options/options-page-admin-menu.js?ver=7.36:242:5)
at e (/wp-admin/load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.5.5:2:27028)
at t (/wp-admin/load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.5.5:2:27330) undefined
ce.Deferred.exceptionHook @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.5.5:2
load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.5.5:2 Uncaught URIError: URI malformed
at decodeURIComponent ()
at renderAdminMenuManager (options-page-admin-menu.js?ver=7.36:223:54)
at HTMLDocument. (options-page-admin-menu.js?ver=7.36:242:5)
at e (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.5.5:2:27028)
at t (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.5.5:2:27330)Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] Payment before bookingThx again for the reply Roland!
Is this an option within the plugin? Can we automatize the renewal of the hold until after the check-out date and keep it separated from the payment of the booking? We are looking at what ChargeAutomation offers as part of their service and it would be great to be able to achieve the same using Stripe’s documentation. Do you think is possible?Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] Payment before bookingThx for the quick reply.
Can we make credit card holds instead of regular payments?
Forum: Plugins
In reply to: [Accept Stripe Payments Using Contact Form 7] Payment Button not showingHi! Thank you for your response.
Just in case this helps someone else, I found out that the plugin does not add a payment button (at least not on my end) but instead I had to add a regular CF7 “submit” button (changing the text to “Pay Now”). At least, that worked for me.
Best!
Forum: Plugins
In reply to: [Accept Stripe Payments Using Contact Form 7] Remove zipcodeHi! Thank you for your quick response.
That worked like a charm, thank you for the great support.
Looking forward to the update.
Best regards!