QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • BlockClusterBuild Private Blockchains
  • Home
  • QIdea
  • QTrack
WordPress Custom PHP, JS and CSS Plugin

This post is a part 6 of Premium WordPress Plugins post series. This plugin lets you add custom CSS, JS and PHP code to your WordPress site without any hassles. This is an easy-to-use WordPress Plugin to add custom CSS styles, JS code and new WordPress functionality using PHP that override Plugin and Theme default […]

Image4 years ago http://qnimate.com/wordpress-custom-php-js-and-css-plugin/
WordPress Enqueue Script in a Specific Admin Settings Page

Every settings page has a unique id i.e., menu item id. Settings pages are rendered by wp-admin/admin.php?page=id file. Therefore we can just check the query string before enqueueing a script or css file. Here is example code: function enqueue() {         //replace with your page "id"     if($_GET["page"] == "id")   […]

4 years ago http://qnimate.com/wordpress-enqueue-script-in-a-specific-admin-settings-page/
WordPress Enable Automatic Theme Updates

To enable automatic theme updates you need to use this filter add_filter( ‘auto_update_theme’, ‘__return_true’ ); Add this filter via a plugin. The filter callback is passed with objects holding information about the theme that will be auto updated. Therefore you can also enable or disable auto update for specific themes. Here is example code function […]

4 years ago http://qnimate.com/wordpress-enable-automatic-theme-updates/
WordPress Enable Automatic Plugin Updates

To enable automatic plugin updates you need to use this filter add_filter( ‘auto_update_plugin’, ‘__return_true’ ); Add this filter via a plugin. The filter callback is passed with objects holding information about the plugin that will be auto updated. Therefore you can also enable or disable auto update for specific plugins. For example: function auto_update_specific_plugins ( […]

4 years ago http://qnimate.com/wordpress-enable-automatic-plugin-updates/
WordPress Disable Automatic Update Emails

When an automatic update happens WordPress sends an email to the site administrator notifying about the update. You can disable this email notification by using this filter add_filter( ‘auto_core_update_send_email’, ‘__return_false’ );

4 years ago http://qnimate.com/wordpress-disable-automatic-update-emails/
Add Buttons to WordPress Text Editor

This post is a part 1 of Create a WordPress Post Editor Button to Add Shortcode post series. In this tutorial we will see how to add buttons to WordPress text editor. This can be useful while creating a shortcode where you want to add the shortcode tags with just a click instead of typing […]

4 years ago http://qnimate.com/add-buttons-to-wordpress-text-editor/
Adding Buttons to WordPress Visual Editor

This post is a part 2 of Create a WordPress Post Editor Button to Add Shortcode post series. In this tutorial we will see how to add buttons to the WordPress visual editor. In this tutorial we will create a WordPress plugin which lets you add a button to the visual editor. This button can […]

4 years ago http://qnimate.com/adding-buttons-to-wordpress-visual-editor/
Create a WordPress Post Editor Button to Add Shortcode

This post is a part 15 of Creating a WordPress Admin Theme post series. WordPress provides a post editor to add or edit content of a post or page. WordPress post editor has a lot of buttons attached to it to add or edit text in the editor. This makes adding and editing text in […]

4 years ago http://qnimate.com/post-series/create-a-wordpress-post-editor-button-to-add-shortcode/
Facebook Style Infinite Scroll

Facebook loads new posts on timeline and news feed as you scroll down. This makes Facebook home page and profile load faster as Facebook don’t have to load everything on page load. For achieving this Facebook uses a technique called as Infinite scrolling. In this tutorial we will see how to achieve infinite scroll using […]

4 years ago http://qnimate.com/facebook-style-infinite-scroll/
Page 5 of 43« First«...4...56...8...»Last »
Categories
  • Algorithms (1)
  • API (5)
  • Cloud (1)
  • Cordova (68)
  • Databases (8)
  • Ethereum (2)
  • Hyperledger Fabric (1)
  • Marketing (3)
  • Node.js (3)
  • Operating System (2)
  • Other (1)
  • SEO (15)
  • Tips and Tricks (13)
  • Web Development (184)
  • Web Security (12)
  • WordPress (94)
Most Viewed
  • slider
    Image Slider Using HTML And CSS Only
    60 comments
    6 years ago

  • facebook-chat-popup
    Facebook Style Chat Box Popup using JavaScript and CSS
    73 comments
    5 years ago

  • html5-file-api
    An Introduction To JavaScript Blobs and File Interface
    13 comments
    5 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
4 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
5 years ago
73 Comments
What is Multiplexing in HTTP/2?
4 years ago
61 Comments
Currently Viewed
Overview of WordPress Admin Menu API
5 years ago
Blockchain based Identity, Records Management and Voting using AWS
6 months ago
Local-Notification-Tutorial
Integrating Local Notifications in Intel XDK
4 years ago
Our Sponsor
Freelance: I am available
@narayanprusty
Hi, I am a full-stack developer - focusing on JavaScript, WordPress, Blockchain, DevOps, Serverless and Cordova. You can outsource your app development to me.





Will get back to you soon!!!
WordPress
ReactJS
Meteor
Blockchain
Serverless
Kubernetes
DevOps
DB & Storage
Ejabberd
Let's get started
My Books

2014 - 2015 © QNimate
All tutorials MIT license