Posts

Failed to load resource: the server responded with a status of 500 (Internal Server Error) wordpress

 Failed to load resource: the server responded with a status of 500 (Internal Server Error) wordpress define('WP_MEMORY_LIMIT', '600M');

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.