Blog

Fixed Height CSS Layout

User <style> .feedback-slider-track { position: relative; height: auto; } .feedback-section .elementor-widget { position: unset !important; } .feedback-slide-group { display: flex; gap: 30px; position: absolute; width: 100%; top: 0; left: 0; opacity: 0; transition: opacity 0.5s ease-in-out; } .feedback-box { flex: 1; background: #fff; padding: 30px 30px 0 30px; border-radius: 5px; display: flex; flex-direction: column; justify-content: […]

Build Success and Warnings

User admin1@PC-274:~/cordova/client/circusscanner$ cordova build android The "" tags were detected and are no longer supported. Please migrate to the "preference" tag "AndroidWindowSplashScreenAnimatedIcon". Checking Java JDK and Android SDK versions ANDROID_HOME=/home/admin1/Android/Sdk (recommended setting) ANDROID_SDK_ROOT=undefined (DEPRECATED) Using Android SDK: /home/admin1/Android/Sdk BUILD SUCCESSFUL in 973ms 1 actionable task: 1 up-to-date Subproject Path: CordovaLib Subproject Path: app > Task […]

Mothers Day Cake Offer

User MAKE A MOTHERS DAY SPECIAL OFFER ON CAKES , WITH A FREE SUPRISE ON ADVANCE ORDERS VALID TILL 25TH MAY BUSINESS NAME IS DIVINE CAKES , PLEASE MAKE IT BEAUTIFUL AND ATTRACTIVE ADD NUMBER THAT IS 8126251215 CREATE IMAGE Assistant { "prompt": "A beautiful and attractive Mother's Day cake offer banner for a bakery […]

Feedback Widget Customization

Assistant Here's a **refined version of your Elementor custom widget**, perfectly matching the layout from your reference image: ✅ Key Enhancements: – Accurate layout structure – Proper alignment of image, name, title, and quote icon – Clean spacing and matching the double-card layout – Side dots pagination (already implemented, but cleaned up) — ### ✅ […]

APK Parsing Error Fix

User we created release.apk fro android app for cordova but it gives There was a problem while parsing the pacakge error on adnroid device Assistant The “There was a problem while parsing the package” error when installing a `release.apk` in a Cordova Android app usually points to one of the following common causes: — ### […]

Web Orders Integration Insight

User https://api.4d.4u2c.app/openapi/swagger/index.html?urls.primaryName=Herbst%20Insight%20Customer%20Web%20API%20v2 So I think what I would like to be able to do then is that when someone places an order on the website that It would check the email address against the customers in insight, If we have that email address in the file, we could use that to post an order & […]

Data Archiving Correction

User We have successfully Archived data from 1s Jaunary 2021 and lower than that to archive tables Correct above Assistant Here's the corrected version of your sentence: **"We have successfully archived data from 1st January 2021 and earlier to the archive tables."** User Now 170,196 records removed from wp_6hp6nqm250_posts and 148,87,325 records removed from wp_6hp6nqm250_postmeta […]

Industries button hover effect

Assistant To ensure the animated fill of the **Industries button** starts **from 16px inset from the left side** and expands to **fill the entire button from that left point**, we need to adjust the `::before` pseudo-element correctly. Here's the **fixed CSS section** for the `.industries-button` and its hover effect: — ### ✅ **Replace your existing […]

Archived Orders Pagination

User Assistant To add **pagination with only "Next" and "Prev" buttons** to your archived orders list, you'll need to: 1. Capture the current page via `$_GET`. 2. Add offset in your SQL query. 3. Display "Prev" and "Next" links based on the current page and results. Here’s your updated code with pagination support: <?php defined('ABSPATH') […]

Industries Slider Button Design

Assistant Here's your **updated full Elementor widget code** with the following enhancements to the `.industries-button`: – A **bottom pink line** is shown initially. – On hover, the pink line **animates upward**, filling the entire button with the same pink color. – The text color changes to white during hover for better visibility. This is achieved […]