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!

December 9, 2018

How to post a blog from wordpress admin?

   
      Basically wordpress used for blog posting for any business. Its very easily so non technical person can post blogs with content, images and video also. Here I try to explain how to post a blog from wordpress in easy way.

     If you new for wordpress please follow my previous post to download and install latest version of wordpress on localhost system using xampp.


Step: 1

- Login in your wordpress admin using username/password and you can see admin dashboard and left side menu for posts.

- First you need to create category for different type of posts. You need to enter category name, slug name and select parent category if needed.



Step: 2

- When you click on All Posts its display list of all posts with Edit, Trash and View option, So you can easily edit and view any post


Step: 3

- Now for add new post you have following basic options:

- Title
- Full Description
- Short Description(Excerpt)
- Tags
- Select Category
- Set Featured Image


Step: 4

- At last Publish post and view your blog preview on front end side

I hope this post is help for post blog in wordpress.

Enjoy!

The Future of Technology: Emerging Trends to Watch in 2025

Introduction As we navigate through 2025, the technological landscape continues to evolve at an unprecedented pace. Innovations that once se...