samthedev
Forum Replies Created
-
Thank you. Looking forward to it!
This is unfortunate. Why assume that competent developers can’t display the header/footer and still make the experience less distracting? This feature has been requested for years
https://ww.wp.xz.cn/support/topic/checkout-page-header-missing/
Decision to show header/footer should be left to the designers discretion, not forced
At least add a checkbox or expose PHP filters that competent devs can useThank you for the prompt response.
I tested on a staging site and the email notification is being send.
That might be because of line 58:
$new_user_id = wp_create_user($order->get_billing_email(), $random_password, $order->get_billing_email());
From my understanding, wp_create_user triggers an email notification to the newly created user.
Perhaps for more granular control of the process, wp_insert_user() could be a viable alternative?- This reply was modified 5 months ago by samthedev.
Thank you!
Site: https://eszpresszo.hu/kavebolt/
We have the options “Set filter automatically” set to “Yes, but only for mobile devices” and “Hide auto filter by default” set to “Yes” because we want to display the filter on mobile devices only.
Upon testing, we noticed the filter button (Szűrő) is not shown for larger mobile devices like the iPad Pro (1024px)- This reply was modified 1 year, 5 months ago by samthedev.
What entitlement! Limit ads to your plugin settings/configuration page, not admin-wide. We moved to another non-intrusive plugin. BYE QUADLAYERS!
Forum: Plugins
In reply to: [OWM Weather] Display Min and Max Temps for the next dayFigured it out
Found a solution already
Forum: Plugins
In reply to: [Redirection] ‘Do nothing’ action unable to override Wild Card RedirectionCaching was the culprit
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Change text “Base Price”Hello Pablo,
Is there any way to remove the base price information completely?
We have a situation where the Base price is always zero (https://eatcleanachara.com/shop/custom-meal/ ), so it’s not necessary to show that on the cart/checkout/orders page
Not a priority but would be a major upgrade: ability to display/hide addons which don’t change product price on cart/checkout/order pages 🙂
Thanks
- This reply was modified 3 years, 8 months ago by samthedev.
I understand. Apparently we had written some code to load a higher resolution image, but it wasn’t working doe to a type. It’s not the best, but it’s working perfectly well now. Thank you for your time!
add_action( 'wp_footer', function () { if ( is_singular( 'ldx-properties' ) ) { ?> <script> jQuery(document).ready(function( $ ){ var bg = $(".ldx-property-slide.video-slide .ldx-carousel-image").css("background-image"); bg = bg.replace(/.*\s?url\([\'\"]?/, '').replace(/[\'\"]?\).*/, ''); var bglarge = bg.replace("-d_640?", "-d_1920?"); $(".ldx-property-slide.video-slide .ldx-carousel-image").css("background-image", "url(" + bglarge + ")"); }); </script> <?php } });Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Remove MarkerSolved.
Resolved this by using the background exporter.
We noticed that using bulk export didn’t work for us, so this is what we did:
1) In the posts table, find the column titled “Export to DOCX”
2) Click the blue exclamation mark next the post that you would like to export to DOCX(Incase you see a download icon, just quick-edit the post from “published” to “draft” and back to “published” again, a blue icon should now become visible)
3) Follow the instructions in the dialog box that pops up and you should be able to export the post to WordThat would be wonderful!
I presume the feature would include server & client side ajax-powered pagination for large tables.
Looking forward to it. Is there a waiting list that I can enroll for this?
Already given 5 stars. Thank you once more for the assistance!