Month: March 2018

  • How to open bootstrap modal popup on Event Click FullCalendar?

    , ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to open bootstrap modal popup on Event Click FullCalendar? Here is the working code and you can add this into your html file: <!– Fullcalendar Starts –> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css”> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js”></script> <script src=”https://momentjs.com/downloads/moment.min.js”></script> <script src=’https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.js’></script> <link rel=’stylesheet’ href=”https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.min.css”…

    fullcalendar
  • How to change event color in fullcalendar for particular date?

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to change event color in fullcalendar for particular date? fullcalendar is the best A JavaScript event calendar. Customizable and open source. In this post, change event color in fullcalendar for particular date. I am sharing this post because I personally like…

    fullcalendar
  • How to get events count on dayClick FullCalendar with laravel ajax request?

    , ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to get events count on dayClick FullCalendar with laravel ajax request? fullcalendar is the best A JavaScript event calendar. Customizable and open source. In this post, we will get events count on dayClick FullCalendar with laravel ajax request. I am sharing…

    fullcalendar
  • Woocommerce Hook Change Cart Item Name On Cart Page

    Hello, welcome to therichpost.com. In this post, I will tell you, Woocommerce Hook Change Cart Item Name On 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 the best…

    woocommerce
  • How to add dynamic meta description into wordpress head?

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you, How to add dynamic meta description into wordpress head? WordPress is the best cms. 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 I am going…

    How to add custom meta title and meta description in Wordpress?
  • How make custom logo upload option in WordPress admin dashboard panel?

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you, How make custom logo upload option in WordPress admin dashboard panel? WordPress is the best cms. 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 I…

    How to add custom meta title and meta description in Wordpress?
  • Woocommerce Hook Change the add to cart text on single product pages

    Hello, welcome to therichpost.com. In this post, I will tell you, Woocommerce Hook Change the add to cart text on single product pages. 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…

    woocommerce
  • How to open bootstrap modal popup on dayClick FullCalendar?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to open bootstrap modal popup on dayClick FullCalendar?. Here is the workin code and you can add this into your html file: <!– Fullcalendar Starts –> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css”> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js”></script> <script src=”https://momentjs.com/downloads/moment.min.js”></script> <script src=’https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.js’></script> <link rel=’stylesheet’ href=”https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.min.css” />…

    fullcalendar
  • WordPress login with email only

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you How to WordPress login with email only? WordPress is the best cms. 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 I am going to tell…

    How to add custom meta title and meta description in Wordpress?
  • How to check Email already exists in laravel with ajax?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to check Email already exists in laravel with ajax? I am doing with laravel first time in my website. Laravel is one of the top php mvc framework. I always share on my blog that what I like and what i…

    Laravel 7.2 routing with route group auth guard check with prefix