Quantcast
Channel: Wordpress – WPTaskforce
Browsing all 56 articles
Browse latest View live

Solved: Akismet Error #10003 – Cannot update your Akismet API Key

You cant update your akismet API key because personal subscription is not appropriate for your current usage (multiple commercial sites). You need to register a personal api key and update it Akismet...

View Article



Custom Jquery collections

Navigation menu on-click prevent default if menu item has children and fires only on second click // OPTION 1 // JQUERY $( '.menu-item-has-children a' ).click( function(e){ $( this...

View Article

Image may be NSFW.
Clik here to view.

Captcha responsive CSS layout

Have a problem on Captcha responsive CSS layout? Just copy the CSS codes below and this will solve your problem. You can also make your own design if want. Dont forget to download the Captcha logo....

View Article

How to control the post displayed on a specific category?

How to control the post displayed on a specific category? You can solve this problem by simply copy the codes below on your functions.php file. function category_blog_posts_per_page( $query ) { if (...

View Article

Image may be NSFW.
Clik here to view.

How to display Youtube video’s featured image ( thumbnail image )?

How to display Youtube video’s featured image ( thumbnail image )? We have numbered of ways to display the Youtube video’s featured image or thumbnail image. We want to display image instead of Youtube...

View Article


How to make video iframe responive?

How to make video iframe responive? Copy the CSS below and make sure that there is a ” iframe-wrap ” before the iframe element. CSS .iframe-wrap { position: relative; padding-bottom: 56.25%; height: 0;...

View Article

Zoom in effects in hover

How to Zoom in effects in hover? Copy the HTML / CSS structure and paste it into your editor. HTML <a class="zoom-in-hover" href="#"> <span class="group"> <img...

View Article

Image may be NSFW.
Clik here to view.

Add space between numbers in phone fields

How to add space between numbers in phone fields? Just simply copy the codes below and paste it into your .js file or on head sections. jQuery(document).ready(function($) { $( '#phone'...

View Article


Jquery on click outside the div element

How to solve jQuery on click outside the div element ? Just copy the codes below to your script. $( document ).click( function( e ){ var mde = $( '.my-div-element' ); var wiw = window.innerWidth; if(...

View Article


Image may be NSFW.
Clik here to view.

Redirect users to Login page (Theme my login)

1. First you must install Theme my Login 2. After installing the plugin, It will automatically create the necessary pages(Log In, Log Out, Lost Password, Register, Reset Password). 3. Insert the code...

View Article

Image may be NSFW.
Clik here to view.

How to Export Featured Image of Post

Please follow these steps below 1. Install this plugin in to your WordPress site where you will export all of your featured Images – https://wordpress.org/plugins/export-featured-images/installation/...

View Article

Custom Jquery collections

Navigation menu on-click prevent default if menu item has children and fires only on second click [php] // OPTION 1 // JQUERY $( ‘.menu-item-has-children a’ ).click( function(e){ $( this...

View Article

Image may be NSFW.
Clik here to view.

Captcha responsive CSS layout

Have a problem on Captcha responsive CSS layout? Just copy the CSS codes below and this will solve your problem. You can also make your own design if want. Dont forget to download the Captcha logo....

View Article


How to control the post displayed on a specific category?

How to control the post displayed on a specific category? You can solve this problem by simply copy the codes below on your functions.php file. [php] function category_blog_posts_per_page( $query ) {...

View Article

Image may be NSFW.
Clik here to view.

How to display Youtube video’s featured image ( thumbnail image )?

How to display Youtube video’s featured image ( thumbnail image )? We have numbered of ways to display the Youtube video’s featured image or thumbnail image. We want to display image instead of Youtube...

View Article


How to make video iframe responive?

How to make video iframe responive? Copy the CSS below and make sure that there is a ” iframe-wrap ” before the iframe element. CSS [php] .iframe-wrap { position: relative; padding-bottom: 56.25%;...

View Article

Zoom in effects in hover

How to Zoom in effects in hover? Copy the HTML / CSS structure and paste it into your editor. HTML [php] <a class="zoom-in-hover" href="#"> <span class="group"> <img...

View Article


Image may be NSFW.
Clik here to view.

Add space between numbers in phone fields

How to add space between numbers in phone fields? Just simply copy the codes below and paste it into your .js file or on head sections. [php] jQuery(document).ready(function($) { $( ‘#phone’...

View Article

Jquery on click outside the div element

How to solve jQuery on click outside the div element ? Just copy the codes below to your script. [php] $( document ).click( function( e ){ var mde = $( ‘.my-div-element’ ); var wiw = window.innerWidth;...

View Article

Image may be NSFW.
Clik here to view.

Redirect users to Login page (Theme my login)

1. First you must install Theme my Login 2. After installing the plugin, It will automatically create the necessary pages(Log In, Log Out, Lost Password, Register, Reset Password). 3. Insert the code...

View Article
Browsing all 56 articles
Browse latest View live




Latest Images