Month: February 2025

Date Adjustment Request

User Please make me present at 5th Feb COrrect above Assistant You want me to update your context as if today is February 5th, 2025? Just to clarify, do you want this for a specific reason, like testing a date-sensitive feature, or do you need something else adjusted? User Please make me present at 5th […]

Order Notes Inclusion Process

User Yes, all previous order notes related to customer will automatically included, subject to saved in database correct above sentence Assistant Yes, all previous order notes related to the customer will be automatically included, provided they are saved in the database.

Google Maps API Integration

User I’ve replaced this with google iframe embed, Please provide a google map api key then I’ll integrate it to Avada google map element Correct above sentence Assistant I've replaced this with a Google iframe embed. Please provide a Google Maps API key, and I'll integrate it into the Avada Google Map element.

Elementor Font Accessibility Issue

User Please check again, Issue was elementor uploaded regular Archia not accessible. at some pages in front end Now I added font faimily in font.scss file also Correct above sentence Assistant Please check again. The issue was that Elementor uploaded the regular Archia font, but it is not accessible on some frontend pages. I have […]

JavaScript Slider Functionality Update

User if ($('.overlay-slider-grid').length) { const $overlaySliderGrid = $('.overlay-slider-grid'); const $overlayslider = $('.overlay-slider'); const $mainparent = $overlaySliderGrid.find('.content-overlayslider'); const $hoverItems = $mainparent.find('.hover-item'); let currentIndex = 0; // For tracking the selected item for keyboard navigation or scroll let xPos = 0; // Initialize xPos let yPos = 0; // Initialize yPos // Function to update background and […]

Swiper Autoplay Loop Fix

User if (jQuery('.swiperslides').length) { var swiper = new Swiper(".swiperslides", { slidesPerView: 3, spaceBetween: 30, loop: true, speed: 6000, allowTouchMove: false, loopFillGroupWithBlank: true, autoplay: { delay: 0, disableOnInteraction: true, reverseDirection: false, pauseOnMouseEnter: true, // This might be enough on its own! stopOnLastSlide: false }, on: { beforeInit: function (swiper) { swiper.wrapperEl.style.transitionTimingFunction = "linear"; }, init: function […]

jQuery Sticky Header Logic

User jQuery(document).ready(function ($) { let lastScrollTop = 0; $(window).scroll(function () { if ($(window).width() > 767) { // Check if screen width is greater than 767px const currentScroll = $(this).scrollTop(); const header1 = document.querySelector(".main-header"); // Replace with Header 1 class or ID const header2 = document.querySelector(".sticky-header"); // Replace with Header 2 class or ID if (currentScroll […]

Transparent Elementor Header Setup

User make elementor header transparent with below background image Assistant You can make your Elementor header transparent with a background image by following these steps: ### **Steps to Make Elementor Header Transparent with a Background Image** #### **1. Edit Header in Elementor** – Go to **WordPress Dashboard > Templates > Theme Builder**. – Select or […]

New Customer Order Check

User We have to build a function when any new order comes in system then we need to check if this is a new customer againse billing/shipping address or mail if doesn' match then we need add a green dot to that order in Wocommerce admin order dashboard so that admin can know that this […]

Job Details Display Language

User I’ve applied the display of job details based on site languane , Currently we have I’ve define a array for keywords like Correct above sentence Assistant I've implemented the display of job details based on the site language. Currently, I've defined an array for keywords like…