bing4
Forum Replies Created
-
Thank you for advice, but after pasting this code
add_action( ‘better_messages_message_sent’, ‘on_message_sent’, 10, 1 );
function on_message_sent( $message ){
// Sender ID
$user_id = (int) $message->sender_id;
// Recipients User IDs
$recipients = (array) $message->recipients;
// Conversation ID
$thread_id = $message->thread_id;
// Message ID
$message_id = $message->id;
// Message Content
$content = $message->message;
}to functions.php of my theme there was no e-mail messages. May be it was delayed ? Or need more configurations ?
Forum: Plugins
In reply to: [WP Links Page] ScreenshotsGreat, to know that it works.
How can we add shortcode for only 1 url ?
And can we set url only for screenshot and use page of own site as a link ?
Forum: Plugins
In reply to: [HTTP Requests Manager] Limit search queries attemptsThank you, @veppa ??
Forum: Plugins
In reply to: [WP Links Page] ScreenshotsOk, can we make screenshots for only part of the page, wrapped by div for example https://page/#smth ?
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Translatepress supportHello, @wpdreams
Translation for every language saves locally for this site. For this purpose Translatepress use international slugs like/gb/ /fr/ /es/.
As admin we can edit every word for title, content, meta description.
Forum: Plugins
In reply to: [FX Currency Converter] Some additional info neededI`ve just add your code via Fluent Snippets to sitewide header (footer tested too). Also made button send.</p> <p>But after Send button was clicked there was empty cart on Checkout.</p> <p>Should we use additional products to calculate it via converter and add to cart ?</p> <p>(Also I`ve test 1 variation of the code, without button. There is no redirection to checkout even the endpoint is /checkout)
Forum: Plugins
In reply to: [FX Currency Converter] Some additional info neededOf course, you can use a button if you prefer.
Users can simply test this converter and the button should work as some kind of agreement to proceed checkout.
Can you, please, provide example for button with your code, which will transfer data to checkout price ?
Forum: Plugins
In reply to: [FX Currency Converter] Some additional info neededAlso Should we use additional button to start transferring data to /checkout ? Smth like this https://prnt.sc/e6Ud5R8rimXg
- This reply was modified 6 months, 4 weeks ago by bing4.
Forum: Plugins
In reply to: [Exchange Rates] Transfer data from calculator@falselight , Thank you for this example.
Can you provide more info for this string :
fetch('/path-to-your-server-endpoint
I want to transfer converted (calculated) data as product price (USD) to checkout page. Is it possible to use /checkout as path for that ?
Also can we log converted data and show some statistics via shortcode?
Forum: Plugins
In reply to: [Simple Digital Clock ??] Shortcode for widgetYes, please. It would be great .??
Forum: Plugins
In reply to: [Favicon Rotator] Special icons for selected pages/postsDo you plan to add feature like pre-defined icons for for selected page/post/products ?
Ok. Thank you. Also it would be great to add feature like Pin code for additional layer of protection :
- User can check card balance via form and usual gift code
- User can activate/apply sum on the card via Pin code (protection code).
Ok, thank you.
But if we want to promote that some timeslots/dates has coupons can we mark some timeslots with such notes on public calendars ?
Forum: Plugins
In reply to: [WOWRestro - Online Ordering System For WooCommerce] Some info neededAlso, please, provide instruction how to disable this plugin for some products/categories on checkout ?
Now It shows Delivery/Pickup options even for virtual/dowloadable products too.
Forum: Plugins
In reply to: [Twenty20 Image Before-After] Text captionGreat??Thank you.