jQuery(document).ready(function ($) { $(document).find('input[name^="ays_questions"]').on('change', function (e) { if($(e.target).parents('.ays-quiz-container').hasClass('ays_quiz_rect_dark')){ if ($(e.target).parents().eq(4).hasClass('enable_correction')) { if ($(e.target).parents().eq(1).find('input[name="ays_answer_correct[]"]').length !== 0) { var checked_inputs = $(e.target).parents().eq(1).find('input:checked'); if (checked_inputs.length === 1) { if ($(this).parent().find('input[name="ays_answer_correct[]"]').val() == 1) { $(this).parent().find('label[for^="ays-answer"]').addClass('correct'); $(this).parent().find('label[for^="ays-answer"]').on('click',function(){return false;}); $(this).parent().find('label[for^="ays-answer"]').parent().addClass('correct_div checked_answer_div'); } else { $(this).parent().find('label[for^="ays-answer"]').addClass('wrong'); $(this).parent().find('label[for^="ays-answer"]').on('click',function(){return false;}); $(this).parent().find('label[for^="ays-answer"]').parent().addClass('wrong_div checked_answer_div'); } if (checked_inputs.attr('type') === "radio") { $(e.target).parents('div[data-question-id]').find('input[name^="ays_questions"]').attr('disabled', true); $(e.target).parents('div[data-question-id]').find('input[name^="ays_questions"]').off('change'); } }else{ for(var i = 0; i < checked_inputs.length; i++){ if ($(this).parent().find('input[name="ays_answer_correct[]"]').val() == 1) { $(this).parent().find('label[for^="ays-answer"]').addClass('correct'); $(this).parent().find('label[for^="ays-answer"]').on('click',function(){return false;}); $(this).parent().find('label[for^="ays-answer"]').parent().addClass('correct_div checked_answer_div'); } else { $(this).parent().find('label[for^="ays-answer"]').addClass('wrong'); $(this).parent().find('label[for^="ays-answer"]').on('click',function(){return false;}); $(this).parent().find('label[for^="ays-answer"]').parent().addClass('wrong_div checked_answer_div'); } if (checked_inputs.attr('type') === "radio") { $(e.target).parents('div[data-question-id]').find('input[name^="ays_questions"]').attr('disabled', true); $(e.target).parents('div[data-question-id]').find('input[name^="ays_questions"]').off('change'); } } } $(e.target).parents('div[data-question-id]').find('input[name^="ays_questions"]').next().css('background-color', "transparent"); } }else{ if($(this).attr('type') === 'radio') { $(this).parents('.ays-quiz-answers').find('.checked_answer_div').removeClass('checked_answer_div'); $(this).parents('.ays-field').addClass('checked_answer_div'); } // if($(this).attr('type') === 'checkbox') { // if(!$(this).parents('.ays-field').hasClass('checked_answer_div')){ // $(this).parents('.ays-field').addClass('checked_answer_div'); // }else{ // $(this).parents('.ays-field').removeClass('checked_answer_div'); // } // } } } }); }); jQuery(document).ready(function ($) { $(document).find('input[name^="ays_questions"]').on('change', function (e) { if($(e.target).parents('.ays-quiz-container').hasClass('ays_quiz_rect_dark')){ if ($(e.target).parents().eq(4).hasClass('enable_correction')) { if ($(e.target).parents().eq(1).find('input[name="ays_answer_correct[]"]').length !== 0) { var checked_inputs = $(e.target).parents().eq(1).find('input:checked'); if (checked_inputs.length === 1) { if ($(this).parent().find('input[name="ays_answer_correct[]"]').val() == 1) { $(this).parent().find('label[for^="ays-answer"]').addClass('correct'); $(this).parent().find('label[for^="ays-answer"]').on('click',function(){return false;}); $(this).parent().find('label[for^="ays-answer"]').parent().addClass('correct_div checked_answer_div'); } else { $(this).parent().find('label[for^="ays-answer"]').addClass('wrong'); $(this).parent().find('label[for^="ays-answer"]').on('click',function(){return false;}); $(this).parent().find('label[for^="ays-answer"]').parent().addClass('wrong_div checked_answer_div'); } if (checked_inputs.attr('type') === "radio") { $(e.target).parents('div[data-question-id]').find('input[name^="ays_questions"]').attr('disabled', true); $(e.target).parents('div[data-question-id]').find('input[name^="ays_questions"]').off('change'); } }else{ for(var i = 0; i < checked_inputs.length; i++){ if ($(this).parent().find('input[name="ays_answer_correct[]"]').val() == 1) { $(this).parent().find('label[for^="ays-answer"]').addClass('correct'); $(this).parent().find('label[for^="ays-answer"]').on('click',function(){return false;}); $(this).parent().find('label[for^="ays-answer"]').parent().addClass('correct_div checked_answer_div'); } else { $(this).parent().find('label[for^="ays-answer"]').addClass('wrong'); $(this).parent().find('label[for^="ays-answer"]').on('click',function(){return false;}); $(this).parent().find('label[for^="ays-answer"]').parent().addClass('wrong_div checked_answer_div'); } if (checked_inputs.attr('type') === "radio") { $(e.target).parents('div[data-question-id]').find('input[name^="ays_questions"]').attr('disabled', true); $(e.target).parents('div[data-question-id]').find('input[name^="ays_questions"]').off('change'); } } } $(e.target).parents('div[data-question-id]').find('input[name^="ays_questions"]').next().css('background-color', "transparent"); } }else{ if($(this).attr('type') === 'radio') { $(this).parents('.ays-quiz-answers').find('.checked_answer_div').removeClass('checked_answer_div'); $(this).parents('.ays-field').addClass('checked_answer_div'); } // if($(this).attr('type') === 'checkbox') { // if(!$(this).parents('.ays-field').hasClass('checked_answer_div')){ // $(this).parents('.ays-field').addClass('checked_answer_div'); // }else{ // $(this).parents('.ays-field').removeClass('checked_answer_div'); // } // } } } }); });

If you install the same theme, plugins or content on all your WordPress sites then Duplicator can save you a lot of time.

Instead of manually configuring the same themes and plugins over and over, just configure one site and bundle it into a Duplicator Backup. Install the Backup to create a pre-configured site on as many locations as you want!

import Box from '@elementor/ui/Box'; import FormControl from '@elementor/ui/FormControl'; import FormLabel from '@elementor/ui/FormLabel'; import Grid from '@elementor/ui/Grid'; import Typography from '@elementor/ui/Typography'; import { styled } from '@elementor/ui/styles'; import { HexColorInput, HexColorPicker } from 'react-colorful'; import { useDebouncedCallback } from 'use-debounce'; import { useIconDesign } from '@ea11y/hooks'; import { mixpanelEvents, mixpanelService } from '@ea11y-apps/global/services'; import { __ } from '@wordpress/i18n'; import './style.css'; const StyledHexColorInput = styled(HexColorInput)` width: 100%; border: 1px solid rgb(0 0 0 / 0.12); border-radius: ${({ theme }) => theme.shape.borderRadius}px; padding-left: 10px; `; const ColorPicker = () => { const { iconDesign, updateIconDesign } = useIconDesign(); const debounced = useDebouncedCallback((value) => { mixpanelService.sendEvent(mixpanelEvents.colorChanged, { color: value, }); }, 1000); return ( {__('Color', 'pojo-accessibility')} { updateIconDesign({ color: value }); debounced(value); }} className="widget-settings-color-picker" /> { updateIconDesign({ color: value }); debounced(value); }} /> ); }; export default ColorPicker; /** * TI WooCommerce Wishlist integration with: * * @name WooCommerce Custom Product Addons * * @version 2.6.9 * * @slug woo-custom-product-addons * * @url https://wordpress.org/plugins/woo-custom-product-addons/ * */ // If this file is called directly, abort. if ( ! defined( 'ABSPATH' ) ) { exit; } // Load integration depends on current settings. global $tinvwl_integrations; $slug = "woo-custom-product-addons"; $name = "WooCommerce Custom Product Addons"; $available = defined( 'WCPA_POST_TYPE' ); $tinvwl_integrations = is_array( $tinvwl_integrations ) ? $tinvwl_integrations : []; $tinvwl_integrations[ $slug ] = array( 'name' => $name, 'available' => $available, ); if ( ! tinv_get_option( 'integrations', $slug ) ) { return; } if ( ! $available ) { return; } if ( ! function_exists( 'tinv_wishlist_item_meta_woocommerce_custom_product_addons' ) ) { /** * Set description for meta WooCommerce Custom Product Addons * * @param array $meta Meta array. * @param array $wl_product Wishlist Product. * @param \WC_Product $product Woocommerce Product. * * @return array */ function tinv_wishlist_item_meta_woocommerce_custom_product_addons( $item_data, $product_id, $variation_id ) { if ( defined( 'WCPA_POST_TYPE' ) && class_exists( 'WCPA_Form' ) && class_exists( 'WCPA_Front_End' ) ) { $form = new WCPA_Form(); $frontend = new WCPA_Front_End(); $data = array(); $post_ids = $form->get_form_ids( $product_id ); if ( isset( $item_data['wcpa_field_key_checker'] ) ) { unset( $item_data['wcpa_field_key_checker'] ); } if ( wcpa_get_option( 'form_loading_order_by_date' ) === true ) { if ( is_array( $post_ids ) && count( $post_ids ) ) { $post_ids = get_posts( array( 'posts_per_page' => - 1, 'include' => $post_ids, 'fields' => 'ids', 'post_type' => WCPA_POST_TYPE, ) ); } } foreach ( $post_ids as $id ) { if ( get_post_status( $id ) == 'publish' ) { $json_string = get_post_meta( $id, WCPA_FORM_META_KEY, true ); $json_encoded = json_decode( $json_string ); if ( $json_encoded && is_array( $json_encoded ) ) { $data = array_merge( $data, $json_encoded ); } } } foreach ( $data as $v ) { $form_data = clone $v; unset( $form_data->values ); //avoid saving large number of data unset( $form_data->className ); //avoid saving no use data if ( ! in_array( $v->type, array( 'header', 'paragraph' ) ) ) { if ( isset( $item_data[ $v->name ] ) ) { if ( ! is_object( $v ) ) { $value = sanitize_text_field( $v ); } else if ( ( isset( $v->name ) ) ) { if ( is_array( $item_data[ $v->name ] ) ) { $_values = $item_data[ $v->name ]; array_walk( $_values, function ( &$a ) { sanitize_text_field( $a ); } ); // using this array_wal method to preserve the keys $value = $_values; } else if ( $v->type == 'textarea' ) { $value = sanitize_textarea_field( wp_unslash( $item_data[ $v->name ] ) ); } else { $value = sanitize_text_field( wp_unslash( $item_data[ $v->name ] ) ); } } $item_data[ $v->name ]['key'] = ( isset( $v->label ) ) ? $v->label : ''; $item_data[ $v->name ]['display'] = $frontend->cart_display( array( 'type' => $v->type, 'name' => $v->name, 'label' => ( isset( $v->label ) ) ? $v->label : '', 'value' => ( is_object( json_decode( $value['display'] ) ) ) ? json_decode( $value['display'], true ) : $value['display'], 'price' => ( isset( $v->price ) ) ? $v->price : false, 'form_data' => $form_data, ), wc_get_product( $product_id ) ); } } } } return $item_data; } add_filter( 'tinvwl_wishlist_item_meta_post', 'tinv_wishlist_item_meta_woocommerce_custom_product_addons', 10, 3 ); } if ( ! function_exists( 'tinvwl_item_price_woocommerce_custom_product_addons' ) ) { /** * Modify price for WooCommerce Custom Product Addons. * * @param string $price Returned price. * @param array $wl_product Wishlist Product. * @param \WC_Product $product Woocommerce Product. * * @return string */ function tinvwl_item_price_woocommerce_custom_product_addons( $price, $wl_product, $product ) { if ( defined( 'WCPA_ITEM_ID' ) && class_exists( 'WCPA_Form' ) && class_exists( 'WCPA_MC' ) ) { $price = 0; $form = new WCPA_Form(); $data = array(); $post_ids = $form->get_form_ids( $wl_product['product_id'] ); if ( wcpa_get_option( 'form_loading_order_by_date' ) === true ) { if ( is_array( $post_ids ) && count( $post_ids ) ) { $post_ids = get_posts( array( 'posts_per_page' => - 1, 'include' => $post_ids, 'fields' => 'ids', 'post_type' => WCPA_POST_TYPE, ) ); } } foreach ( $post_ids as $id ) { if ( get_post_status( $id ) == 'publish' ) { $json_string = get_post_meta( $id, WCPA_FORM_META_KEY, true ); $json_encoded = json_decode( $json_string ); if ( $json_encoded && is_array( $json_encoded ) ) { $data = array_merge( $data, $json_encoded ); } } } foreach ( $data as $v ) { $form_data = clone $v; unset( $form_data->values ); //avoid saving large number of data unset( $form_data->className ); //avoid saving no use data if ( ! in_array( $v->type, array( 'header', 'paragraph' ) ) ) { if ( isset( $wl_product['meta'][ $v->name ] ) ) { if ( ! is_object( $v ) ) { continue; } else if ( ( isset( $v->name ) ) ) { if ( ( ! isset( $v->is_fee ) || $v->is_fee === false ) && ( ! isset( $v->is_show_price ) || $v->is_show_price === false ) ) { if ( isset( $v->price ) && is_array( $v->price ) ) { foreach ( $v->price as $p ) { $price += $p; } } else if ( isset( $v->price ) && $v->price ) { $price += $v->price; } } } } } } $mc = new WCPA_MC(); $price = $mc->mayBeConvert( $price ) + $product->get_price( 'edit' ); $price = wc_price( $price ); } return $price; } add_filter( 'tinvwl_wishlist_item_price', 'tinvwl_item_price_woocommerce_custom_product_addons', 10, 3 ); } // End if(). if ( ! function_exists( 'tinvwl_item_price_woocommerce_custom_product_addons_text_button' ) ) { /** * Change text for button add to cart * * @param string $text_add_to_cart Text "Add to cart". * @param array $wl_product Wishlist product. * @param object $product WooCommerce Product. * * @return string */ function tinvwl_item_price_woocommerce_custom_product_addons_text_button( $text_add_to_cart, $wl_product, $product ) { if ( defined( 'WCPA_POST_TYPE' ) && class_exists( 'WCPA_Form' ) && class_exists( 'WCPA_Front_End' ) ) { $product_id = $product->get_id(); $form = new WCPA_Form(); $post_ids = $form->get_form_ids( $product_id ); $data = array(); if ( wcpa_get_option( 'form_loading_order_by_date' ) === true ) { if ( is_array( $post_ids ) && count( $post_ids ) ) { $post_ids = get_posts( array( 'posts_per_page' => - 1, 'include' => $post_ids, 'fields' => 'ids', 'post_type' => WCPA_POST_TYPE, ) ); } } foreach ( $post_ids as $id ) { if ( get_post_status( $id ) == 'publish' ) { $json_string = get_post_meta( $id, WCPA_FORM_META_KEY, true ); $json_encoded = json_decode( $json_string ); if ( $json_encoded && is_array( $json_encoded ) ) { $data = array_merge( $data, $json_encoded ); } } } $status = true; foreach ( $data as $v ) { if ( $v->type != 'file' && isset( $v->required ) && $v->required && ( ! isset( $wl_product['meta'][ $v->name ] ) || empty( $wl_product['meta'][ $v->name ] ) ) ) { $status = false; } } if ( ! $status ) { $WCPA = new WCPA_Front_End(); return $WCPA->add_to_cart_text( $text_add_to_cart, $product ); } } return $text_add_to_cart; } add_filter( 'tinvwl_wishlist_item_add_to_cart', 'tinvwl_item_price_woocommerce_custom_product_addons_text_button', 10, 3 ); } Ashwagandha for Sleep | Natural Hot Flash & Sleep Aid - V2 Video First - 3 - Brainbox

Black Friday: 25% Off Ashwagandha & More. Free Shipping. Timer’s ticking:

💡 LIMITED TIME OFFER:

Get Lions Mane Now with an AI Sleep Tracker for £1
Use Code: Loading...

How Does Ashwagandha Help With Sleep, Stress & Anxiety?

Limited Time Offer

Buy 1 Supplement Below to Get an AI Sleep Tracker for £1

Use Code Now!

Stress, poor sleep, and anxiety affect millions — leading to restless nights, fatigue, and a constant sense of unease. That’s why BrainBox created Natural Support with Ashwagandha KSM-66® — the most clinically studied root-only extract, crafted to promote restful sleep, reduce stress, and calm the mind naturally.

Real Customer Stories

⭐⭐⭐⭐⭐ 4.79 (84 reviews)

Limited Time Offer

Get Ashwagandha KSM-66® Now for Men

Checkout Now for £22.50

or

Pay only £5.63 now.
Then pay the balance across 6 weeks.
(£5.63 × 4 payments = £22.50)

Also available, Ashwagandha Gummies

sacredsauna
Sacred Sauna
brainbox
BrainBox
srigkd
Sri Court Kripa Dham
jamdit
JAMDIT LIMITED
sheer
SHEER ELEMENT
GMP
GMP Certified
sacredsauna
Sacred Sauna
brainbox
BrainBox
srigkd
Sri Court Kripa Dham
jamdit
JAMDIT LIMITED
sheer
SHEER ELEMENT
GMP
GMP Certified

Why Ashwagandha KSM-66® Works for Sleep, Stress & Anxiety

Ashwagandha has been used for centuries in traditional medicine, but KSM-66® is unique — developed over 14 years of research and validated by more than 37 human clinical trials.

Backed by Science

  • In an 8-week clinical study, participants taking Ashwagandha root extract reported significant improvements in sleep quality, lower stress, and reduced anxiety compared to placebo.
  • Research shows Ashwagandha helps regulate cortisol, calm the nervous system, and restore balance.
AVAILABLE

Ashwagandha KSM-66® 500mg 90 Capsules

Ashwagandha KSM-66® 500mg 90 Capsules
The Best Ashwagandha for Sleep, Stress, and Anxiety
✔️ Root-only KSM-66®, perfected over 14 years
✔️ Backed by 37 human studies
✔️ Over 5% withanolides — up to 16× stronger than leaf-based extracts
✔️ Proven support for deeper sleep, lower stress, and lasting calm
GMP Certified
UK & EU Compliant
Vegan
Vegetarian
Limited stock (8 available)

Pay only £5.63 now.
Then pay the balance across 6 weeks.
(£5.63 × 4 payments = £22.50)

What Sets Ashwagandha KSM-66® Apart?

Better Sleep, Less Stress, Enhanced Performance

Clinically proven to reduce stress, improve sleep, sharpen focus, and enhance physical performance.

Pure Root-Only, Full-Spectrum Extract

Made exclusively from the root, KSM-66 stays true to traditional Ayurvedic practice and is backed by strong scientific evidence and clinical studies.

Certified and Globally Trusted

USDA-Organic, GMP, and NSF certified, KSM-66 is trusted in over 50 countries worldwide.

Cleaner Extraction, Maximum Potency

Produced using green chemistry without solvents, KSM-66 maintains the full balance of bioactives for optimal potency and absorption.

Clinically Validated Excellence

Supported by over 22 clinical trials, it’s the most studied root-only ashwagandha extract—delivering proven results in stress relief, sleep, and performance.

Buy Ashwagandha KSM-66® 500mg 90 Capsules Now
UK Shipping: £4.00
Secured Checkout

Targeted Benefits

  • Deeper Sleep
    Supports restorative sleep and circadian rhythm for better rest.
  • Stress Relief
    Helps regulate cortisol to calm the body’s stress response.
  • Anxiety Support
    Encourages relaxation, emotional balance, and calm focus.
  • Energy & Clarity
    Improves concentration, resilience, and overall well-being.

Trusted & Safe

  • ✓ GMP Certified
  • ✓ Vegan
  • ✓ UK & EU Compliant
  • ✓ Safe for long-term daily use

What People Are Saying

★★★★★
"After just a few weeks, I finally sleep through the night. My anxiety has eased, and I feel calmer during the day."
— Sarah, 42

★★★★★
"Work stress used to keep me up. Now I feel balanced, more relaxed, and well-rested."
— James, 38

★★★★★
"This has been life-changing. My sleep is deeper, and my stress levels are so much lower."
— Emily, 46


Non-Prescription
Sleep & Stress Support Tablets


perimenopause-header

Real Relief Where You Need It Most

Deeper, Restorative Sleep
Clinically shown to reduce nighttime disturbances and support natural circadian rhythm.

Stress & Anxiety Relief
Helps regulate cortisol and calm the nervous system for lasting balance.

Sharper Focus & Emotional Stability
Restores clarity, calm, and resilience so you can take on each day with confidence.


Doctor-Backed, Designed for Better Sleep & Calm

“Our sleep and stress support supplements are crafted to ease anxiety, restore restful sleep, and promote daily calm — backed by clinical research and developed with expert guidance. Every capsule is grounded in science and designed for your well-being.”


Watch Testimonial with Sound



Professional Memberships & Accreditations

sacredsauna
Sacred Sauna
brainbox
BrainBox
srigkd
Sri Court Kripa Dham
jamdit
JAMDIT LIMITED
sheer
SHEER ELEMENT
sacredsauna
Sacred Sauna
brainbox
BrainBox
srigkd
Sri Court Kripa Dham
jamdit
JAMDIT LIMITED
sheer
SHEER ELEMENT

💡 LIMITED TIME OFFER:

Get Ashwagandha KSM-66® Now with an AI Sleep Tracker for £1
Use Code: Loading...
🎉 Somnia AI Coach + Sleep Tracker Added to Your Order!