Month: March 2025

Fix Elementor Widget ID

User <style> @font-face { src: url('https://res.cloudinary.com/dr6lvwubh/raw/upload/v1529908256/CompressaPRO-GX.woff2'); font-family:'Compressa VF'; font-style: normal; } #fit h1 { font-family:'Compressa VF'; text-rendering: optimizeSpeed; color: #b6e925; /* width: 100%;*/ user-select: none; line-height: 0.8em; margin: 0 auto; text-transform: uppercase; font-weight: 100; text-align: center; /* width: 100vw;*/ } #fit h1 span { transform: translateY(-10px); user-select: none; font-family:'Compressa VF'; } #fit h1.flex { display: […]

Password Request Clarification

User Please provide password for "web@mckennacreative.ie" stripe account to access account. So that I can connect Correct above sentence Assistant Here’s a corrected version of your sentence: **"Please provide the password for the Stripe account associated with 'web@mckennacreative.ie' so that I can connect."** Let me know if you want it to sound more formal or […]

Read URL Params Redirect

User when click button read all url get parameter and redirect to particular page js Assistant You can achieve this using plain JavaScript. Here’s how you can **read all the URL parameters** when a button is clicked and then **redirect to another page with those same parameters**: ### ✅ Example HTML <button id="readAndRedirect">Go to New […]

Button Layout Adjustment

User Right side button is for Clear the filter We need back search button below the filter same as old page Correct above sentence Assistant Here’s a corrected and clearer version of your sentence: **"The button on the right is for clearing the filter. We need a 'Back to Search' button below the filter, just […]

Filter result redirection

User Regarding home page filter result will not show here we need redirect to above by clicking right side button after selecting all filter Correct above sentence Assistant Sure! Here's a clearer and grammatically correct version of your sentence: **"The filter results will not be displayed on the home page. After selecting all filters, you […]

Move to Live ASAP

User Yes details are working but I think We need make this taks live asap Because Kellkoo merchent center is set for Live website not for demo So we can test fully integration wihout moving this taks to live Assistant Got it! You're saying the integration details are working fine, but since Kelkoo Merchant Center […]

Elementor form server error

User "success": false, "data": { "message": "Your submission failed because of a server error.Your submission failed because of an error.", "errors": [], "data": [] } } elementor pro form Assistant The error message you're seeing from your **Elementor Pro form**: { "success": false, "data": { "message": "Your submission failed because of a server error.<br>Your submission […]

New chat

User We’ve moved the Recaptcha task at live and also performed some basic testing like order test,contact form and help desk related and all seems working fine Please find video link here Correct above sentence Assistant Here’s a corrected and more polished version of your sentence: — We’ve deployed the reCAPTCHA functionality on the live […]

Change WordPress From Email

User change from email wordpress Assistant To change the **"From" email address** in WordPress (i.e., the email address WordPress uses to send emails like password resets, form submissions, etc.), you have a few options. Here's the easiest way: — ### ✅ Option 1: Use a Plugin (Recommended for most users) You can use a plugin […]

Display image in Vue

User How to display image from assets folder in vue js Assistant In Vue.js, to display an image from the `assets` folder, you need to use the `@` alias or `require()` because images in `src/assets/` are processed by Webpack (or Vite) and need to be referenced correctly. ### ✅ Option 1: Using `@` alias (Recommended […]