Posts

Showing posts from July, 2021

Graph for printing 10 x 10 per square cm meter

Graph for printing 10 x 10 per square cm meter PDF DOWNLOAD

Using this function add custom validation for woo-commerce check out form

  <script type =" text/javascript "> function validateForm(){ var b=document.forms["checkout"]["conditional_field_9-1"].value; var c=document.forms["checkout"]["conditional_field_11-1"].value; var d=document.forms["checkout"]["conditional_field_10-1"].value; var f=document.forms["checkout"]["conditional_field_5-1"].value; var g=document.forms["checkout"]["conditional_field_6-1"].value; var h=document.forms["checkout"]["conditional_field_1-1"].value; if (b==null || b=="",c==null || c=="",d==null || d=="",f==null || f=="",g==null || g=="",h==null || h=="") { alert("Please Fill All Required Field"); return false; } else { jQuery('body').addClass("sec-page"); } } </script>

EVEN ODD CSS

 .wc-bookings-booking-form .block-picker li:nth-child(odd) a:hover, .wc-bookings-booking-form .block-picker li:nth-child(odd) a:focus {     background: #ed1c24;     color: #fff !important; } .wc-bookings-booking-form .block-picker li:nth-child(even) a:hover, .wc-bookings-booking-form .block-picker li:nth-child(even) a:focus {     background: #ed1c24;     color: #fff !important; }

Product Slider For WooCommerce nulled

Image
PRO VERSION DOWNLOAD: https://www.downloadfreethemes.in/tag/product-slider-for-woocommerce-nulled/ FREE VERSION: https://wordpress.org/plugins/woo-product-slider/

Uncaught TypeError: jQuery(...).live is not a function

Uncaught TypeError: jQuery(...).live is not a function .../wp-content/plugins/just-custom-fields/assets/just_custom_fields.js?ver=5.5:95   add_action('admin_enqueue_scripts', 'myPlugin_jcf_admin_fix'); function myPlugin_jcf_admin_fix(){ $screen = get_current_screen(); if ( in_array($screen->id, array('settings_page_jcf_admin', 'settings_page_jcf_fieldset_index')) ) { wp_enqueue_script('jquery-migrate'); } } OR Check Admin.js file in theme if that have the file.

Php 7.2.9 not working with Jetpack: Call to undefined function ctype_digit()

  Need some guidance here moved my WordPress site to a new server from 14.04 to 16.04 Php 5 to Everything is fine But the Jetpack plugin is not working When click on setting and dashboard, the jetpack plugin is returning blank This is the PHP version: PHP Version => 7.2.9-1+ubuntu16.04.1+deb.sury.org+1

There has been a critical error on this website. Please check your site admin email inbox for instructions.

  There has been a critical error on this website. Please check your site admin email inbox for instructions. Learn more about troubleshooting WordPress. ANSWER: Check once PHP VERSION 7.3 . Or check it which one is works. Then reload your website. You will see this error will solved.