Author: therichpost

  • Jquery Show Hide Nested Ul Li

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Jquery Show Hide Nested Ul Li. I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery code. You can do this code for…

    jquery
  • Solved Minicolors mouse drag issue for mobile devices

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to solve Minicolors mouse drag issue for mobile devices? With this code, we can stop the mouse drag event on particular html element. Here is the working code and you need to add this code into you jquery script: $(‘.minicolors-panel’).bind(‘touchmove’, function(e){e.preventDefault()})…

    jquery
  • How to remove index.php from url?

    Hello to all, welcome to therichpost.com. In this post, I will tell you How to remove index.php from url? and you need to add this code into your .htaccess file. Here is the working code and you need to add this .htaccess file: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L]…

  • How to remove .html extension from url?

    Hello to all, welcome to therichpost.com. In this post, I will tell you How to remove .html extension from url? We will remove .html extension from url? and you need to add this code into your .htaccess file. Here is the working code and you need to add this .htaccess file: remove-html-extension-url Options +FollowSymLinks -MultiViews…

  • Woocommerce Hook Hide Product Prices For Non Logged In Users

    Hello, welcome to therichpost.com. In this post, I will tell you Woocommerce Hook Hide Product Prices For Non Logged In Users. WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the…

    woocommerce
  • Woocommerce Bulk Quantity Discount Hook

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you Woocommerce Bulk Quantity Discount Hook. WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about wordpress. Now…

    woocommerce
  • Bootstrap Template Contact Us

    , ,

    Hello to all, welcome to therichpost.com. In this post, I will show you Bootstrap Template Contact Us with proper code. Bootstrap is a very famous open-source front end library.  I have made this Bootstrap Template Contact Us in wordpress. Here is the working html code and I made this for wordpress template and you can…

    bootstrap
  • Jquery Step Form Working Example With Validations

    , ,

    Hello, welcome to therichpost.com. In this post, I will tell you, How to make Jquery Step Form Working Example With Validations? I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery code. I made this simple…

    jquery
  • How to get first three letters of a string in JQuery?

    Hello, welcome to therichpost.com. In this post, I will tell you, How to first three letters of a string in JQuery? I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery code. Here is the working…

    jquery
  • WordPress conditional meta query

    Hello to all, welcome to therichpost.com. In this post, I will tell you, WordPress conditional meta query. I will tell you WordPress conditional meta query with multiple value with if condition. I used this query in my project and this is very helpful if we have multiple value but we need to use some of…

    How to add custom meta title and meta description in Wordpress?