September 5, 2019

WordPress - best page builder plugins in 2019



- There are so many plugins available for build page on WordPress!

1. Elementor: (Free and Paid both plugin available)


- Pricing
- Features
- Free Download
- Pro Version


2. Cornerstone: (Only Paid both plugin available)

 - Features
 - Pro Version


3. Visual Composer: (Free and Paid both plugin available)

Free Download
Pro Version
Features


Enjoy!

June 26, 2019

Magento - New version release in 2019 for better security



- New Magento version release in 2019 with increase product security and performance,


  • Magento Open Source and Commerce 2.3.2
  • Magento Open Source and Commerce 2.2.9
  • Magento Open Source and Commerce 2.1.18
  • Magento Open Source 1.9.4.2
  • Magento Commerce 1.14.4.2
  • SUPEE-11155 to patch earlier Magento 1.x versions

For more information about new version security changes available here:



Enjoy!

May 30, 2019

Google reCAPTCHA: How to set width for V2?


When you add Google reCAPTCHA script on you contact form at that time its set default width for captcha box like below:


Now if you want to set width of this box then need to set some css on div.

See below example:

transform:scale(0.77);
-webkit-transform:scale(1.15); -Change this scale as per you needed width
transform-origin:0 0;
-webkit-transform-origin:0 0;


<div id="html_element" style="transform:scale(0.77);-webkit-transform:scale(1.15);transform-origin:0 0;-webkit-transform-origin:0 0;"></div>

Enjoy!

May 29, 2019

Google reCAPTCHA: error for site owner invalid key


- I found this type of error add script on my contact form: Click here for script

- After some research I found solution, you just need to select reCAPTCHA v2 instead of v3

Enjoy!

March 28, 2019

How to finishing your To Do Task list?




First we discuss some points which effected on failure of your To Do List.

1. Misunderstand The #Goal
2. Assign #Deadlines
3. Task list too long
4. Tasks are not attached to specific goals
5. To Do list complete time
6. Divided task phase wise

Now we discuss most important To Do Lost system

1. Masure and define all task list
2. Task + Start Date + End Date
3. Project based system
4. Used matrix system
5. Break projects individual tasks
6. Assign deadline to each task
7. Weekly reviews

Enjoy!

January 31, 2019

Angular JS: Cannot set property '_DT_CellIndex' of undefined


- This is datatable error not Angular, So you need to check datatable js file included (latest version),

- And then check table structure like no of <th> and no of <td> both must be same,

Enjoy!

Integrating Google reCAPTCHA v3 in HTML Form with PHP

  What is Google reCAPTCHA v3? Google reCAPTCHA is a free service that helps protect websites from spam and abuse. reCAPTCHA v3 is the lates...