Month: April 2025

Elementor dynamic email issue

User add_action('elementor_pro/forms/new_record', function($record, $handler) { $form_name = $record->get_form_settings('form_name'); if ('Home Form' !== $form_name) { return; } $raw_fields = $record->get('fields'); $department = ''; foreach ($raw_fields as $id => $field) { if ($id === 'field_17e133f') { $department = $field['value']; break; } } $email_map = [ 'neustadt' => 'neeraj.tiwari@nethues.com', 'oldenburg' => 'Oldenburg@auto-lange.de', 'wismar' => 'wismar@auto-lange.de', ]; update_option('elementor_cf', $email_map[$department]); […]

Sticky footer correction

User We have applied the banner Currently it is position to sticky footer so that header top menu does not affect Correct above sentednce Assistant Here’s the corrected version of your sentence: **"We have applied the banner. It is currently positioned as a sticky footer so that it does not affect the top header menu."**

Task Clarification and Correction

User Please Let me know if I can do anything in it or any new task correct above Assistant Here is the corrected version: **"Please let me know if there's anything I can do or if there are any new tasks."** Let me know if you want it to sound more formal or casual!

Phone Alert Banner JS

User Note: our phone systems will be undergoing an upgrade on Thursday 24th April and therefore our phone lines will be unavailable between 9am-1pm. Please kindly call us after this time or email us at enquiries@postmymeds.co.uk. Please javascript banner for above text with x button display at top of the page Assistant Here's a simple […]

Email Confirmation and Adjustment

User This is a default functionality I just want to know that Are emails to selected contact in dropdown is going or not? after I will check If I can disable default email Correct above sentecne Assistant Sure! Here's a corrected and more professional version of your sentence: **"This is the default functionality. I just […]

Changes Applied PR Creation

User I've applied the changes at the staging server . Also I've created new branch at github I'll create a pr Correct above Assistant Here’s the corrected version: **"I've applied the changes on the staging server and created a new branch on GitHub. I'll create a pull request."**

Gummi und Kunststoff Update

User We have started on "gummi und kunststoff product page" at hangman website Hopefully I will give update of desktop / mobile version tomorrow If no other priority task for tomorrow Correct above Assistant Here’s a corrected version of your message: > We’ve started working on the "Gummi und Kunststoff" product page on the Hangman […]

Scroll animation effect

User let redBanner = document.querySelector(".blue-banner"); let lastScrollY = window.scrollY; if (redBanner) { let observer = new IntersectionObserver( function (entries) { entries.forEach(entry => { if (entry.isIntersecting) { // Detect scroll direction let currentScrollY = window.scrollY; let direction = currentScrollY > lastScrollY ? "down" : "up"; redBanner.classList.remove("scroll-up", "scroll-down"); // reset both void redBanner.offsetWidth; // force reflow to […]

Payment Process Script

User $("#hsspp").click(function() { let count = 0; const checkoutClickInterval = setInterval(()=>{ count++; const hasError = checkForError(); if( hasError || count == 15 ){ console.log('clicking'); destroyCheckoutClickInterval(); }else{ if( $('#hsspp[disabled]').length == 0 ){ document.getElementById("hsspp").click() } } },700); function destroyCheckoutClickInterval(){ clearInterval(checkoutClickInterval); } console.log('custom jquery'); var frmresult=checkVariantValid(); if ( ! frmresult ) { return; } checkdActiveSubmit(); $('.sendprocess').show(); var url […]

Funny Hacked Animation Joke

User create Funny animation that will show to user when they online like your computer is hacked Assistant Here’s a funny concept for an animation that looks like a “your computer is hacked” alert — but it's all in good humor and ends with a light twist to reveal it’s a joke. — ### 🖥️ […]