Posts

Magento Installation Step by Step

  Localhost admin user name password Set this. admin Admin@123 Install Magento 2.4.1 on  Windows 10 using  Composer and Command line Localhost XAMPP Ok, Let's go...  1. Download Install XAMPP and Composer 2. Install Elasticsearch & run and test Ok E:\xampp\htdocs\elasticsearch\bin\elasticsearch.bat http://localhost:9200/ do not turn off elasticsearch 3.Download Magento 2.4 from magento official site note on windows:  Find validateURLScheme function in vendor\magento\framework\Image\Adapter\Gd2.php file. at line 86. Replace function with this: private function validateURLScheme(string $filename) : bool   {       $allowed_schemes = ['ftp', 'ftps', 'http', 'https'];       $url = parse_url($filename);       if ($url && isset($url['scheme']) && !in_array($url['scheme'], $allowed_schemes) && !file_exists($filename)) {           return false;       } ...

देनहार कोइ और है, भेजत जो दिन रैन। लोग भरम मों पे करेें, तांते नीचे नैन ।।

  देनहार कोइ और है, भेजत जो दिन रैन। लोग भरम मों पे करेें, तांते नीचे नैन ।।

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; }