Month: March 2025

Append no-cache URL Redirect

User append ?no-cache=1 in any page url n wordpres templayre_redicect Assistant To append `?no-cache=1` to **any page URL** in a WordPress site using `template_redirect`, you can hook into WordPress’s `template_redirect` action and modify the URL when necessary. Here’s how you can do it in your theme’s `functions.php` file: add_action('template_redirect', function () { // Don't run […]

New chat

User template_Redirect redirect page to available-jobs/?no-cache=1 wordperess

Font Change and Layout Fix

User Regarding convert site font to Raleway font as per our new page , I've tried but its break layout at some places So I'll first do it tomorrow moring and then I'll start on Roth on Filter part Correct above sentence Assistant Sure! Here's the corrected version of your sentence: **"Regarding converting the site […]

Free Delivery Fee Logic

User Please note deliveries are Monday to Friday – orders placed Sat / Sun / Bank Holidays will be delivered on the next business day. Deliveries placed before 10am will be delivered the same working day (subject to availability). Assistant To make the delivery fee **free when the order total is above €55**, you need […]

Export page with attachments

User export page with attachment wordpress Assistant To **export a page with its attachments** in WordPress (like images or PDFs linked to the page), there are a few ways to do it depending on your goal. Here's a breakdown of your options: — ### 🔹 Option 1: **Use the Built-In WordPress Export Tool** 1. Go […]

WPBakery Page Export Import

User Wp bakery new page export and import to other website Assistant WPBakery Page Builder doesn't offer a built-in **single-page export/import** feature, but you can still **manually export and import a page** from one WordPress site to another using a few methods. Here are the most effective ways: — ### ✅ **Method 1: Use WordPress […]

WooCommerce Stripe Integration

User Suggest Actually Live keys is not required now, We need to connect directly from our store woocommerce plugin to Stripe account Correct above sentence Assistant Sure! Here's the corrected version of your sentence: **"The live keys are no longer required; we need to connect our WooCommerce store directly to the Stripe account using the […]

Stripe Live Key Setup

User setup stripe using live keys not connect method Assistant To set up **Stripe using live keys** (not Stripe Connect) in a typical **custom Laravel or PHP-based application**, follow these steps: — ### ✅ 1. **Get Your Live API Keys** – Go to [https://dashboard.stripe.com](https://dashboard.stripe.com) – Switch to **Live Mode** (toggle on the left sidebar) – […]

Change default country WC

User change default country at checkout page woocommerce Assistant To change the **default country** on the **WooCommerce checkout page**, you can do it in two main ways: — ### ✅ Option 1: Change from WooCommerce Settings (No code) 1. Go to **WooCommerce** > **Settings** 2. Under the **General** tab, find **"Selling location(s)"** and **"Default customer […]

Commenting Code in Child Theme

User Yes, but one more step that is required from our side is that we need to comment out our code in child theme. As we have not used any plugin for this Correct above sentence Assistant Sure! Here's a clearer and grammatically correct version of your sentence: **"Yes, but one more step required from […]