Archives: Snippets
Untitled Snippet
Sticky Call Button Godrej Customer Care 18005714050Continue reading
Welcome Cards
MyOnlyTab Value Cards 🛡️ Zero Telemetry: No ads, No trackers F**k Tech Giants. Access Powerful Tools in One Place without being Watched or Sold to. 🚀 Explore Freely: No Forced SignUp Minimal by design with…Continue reading
Privacy checkbox field remains at the top line
html div#om-{{id}} #{{ns}}-field-privacy > label { align-items: flex-start !important; }Continue reading
Facebook Meta Pixel
Display Width in Pixel – Elementor
// Description: Displays the responsive width of the preview in the Elementor editor // Author: Carlos Béjinha // Author URI: https://binformatica.pt // ———————————— // Info Width In Elementor Editor function add_custom_script_to_elementor() { ?>Continue reading
Stripe 2 Registration Form Update
add_action(‘frm_after_create_entry’, ‘link_fields’, 1123, 22); add_action(‘frm_after_update_entry’, ‘link_fields’, 2, 146); function link_fields($entry_id, $form_id){ if($form_id ==22 global $wpdb; $first_field = $_POST[‘item_meta’][22]; $user = $wpdb->get_var($wpdb->prepare(“SELECT user_id FROM “. $wpdb->prefix .”frm_items WHERE id=%d”, $entry_id)); $entry_ids = $wpdb->get_col(“Select id from “. $wpdb->prefix .”frm_items where form_id=’2′ and…Continue reading
Google CMS
Copyright
© Squarer. All rights reserved.Continue reading
WooCommerce – Add min height to title
.woocommerce-loop-product__title { min-height: 92px; }Continue reading