Author: therichpost

  • How to Change text with reactjs click event?

    Hello, welcome to therichpost.com. In this post, I will tell you, How to Change text with reactjs click event? Reactjs is a Javascript Library to build user interface. Here is the working code for Here is the working for React js Onclick Event Handler Example and you can add this into your index.js file: and…

    reactjs
  • Woocommerce clear cart items when redirect on specific page

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you , Woocommerce clear cart items when redirect on specific page. 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
  • How to Integrate datatables with react js?

    Hello, welcome to therichpost.com. In this post, I will tell you, How to Integrate datatables with react js? Reactjs is a Javascript Library to build user interface. In my older posts, I told you, how to install reactjs, for this, you can check the below link: https://therichpost.com/install-reactjs-easy-simple For integrate datatables is reactjs, I have used fixed-data-table package…

    reactjs
  • Open bootstrap modal pop in Reactjs

    Hello, welcome to therichpost.com. In this post, I will tell you, How to Open bootstrap modal pop in Reactjs? Reactjs is a Javascript Library to build user interface. In this post, we will Open bootstrap modal pop in Reactjs with install bootstrap library in reactjs. In my older posts, I told you, how to install reactjs, …

    reactjs
  • Reactjs Input Field Validation onchange Event

    Hello, welcome to therichpost.com. In this post, I will tell you, Reactjs Input Field Validation onchange Event. Reactjs is a Javascript Library to build user interface. Now I am also learning Reactjs these day because of my passion to learn new things. If you have good knowledge of javascript and then reactjs will easy to…

    reactjs
  • How to Remove Woocommerce cart quantity selector from cart page?

    Hello, welcome to therichpost.com. In this post, I will tell you , How to Remove Woocommerce cart quantity selector from cart page? 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…

    woocommerce
  • React js Onclick Event Handler Example

    Hello, welcome to therichpost.com. In this post, I will tell you, React js Onclick Event Handler Example. Reactjs is a Javascript Library to build user interface. Today, In this post, I will tell you reactjs onclick event handler working and I will the li value with reactjs onclick event and this is very interesting. react…

    reactjs
  • Reactjs dynamically added class to html elements

    Hello, welcome to therichpost.com. In this post, I will tell you, Reactjs dynamically added class to html elements. Reactjs is a Javascript Library to build user interface In this post, I am adding className property  to li based on object value and this is very interesting and I am doing it first time. I will…

    reactjs
  • Best way to reset form in Bootstrap Popup modal after modal close

    Hello, welcome to therichpost.com. In this post, I will tell you, Best way to reset form in Bootstrap Popup modal after modal close. Bootstrap is the most popular front-end framework. I was facing one problem that, how to reset form in Bootstrap Popup modal after modal close? and I tried all the ways but I…

    bootstrap
  • How to Exclude categories from RSS feed WordPress?

    ,

    Welcome to therichpost.com. In this post, I will tell you, How to Exclude categories from RSS feed WordPress? Like I always say WordPress is the best cms. Here is the working code for Exclude categories from RSS feed WordPress and you need to add this into your theme’s functions.php file: function exclude_cat_wps($query) { if ($query->is_feed)…

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