Tag: plugin

  • MixItUp- A Dependency Free Filtering Plugin

    MixItUp- A Dependency Free Filtering Plugin

    In Front-end development we often have to use some plugin to filter products/items category wise. There are some plugins available for that like mixitup. MixItUp is a dependency free filter plugin which comes with lots of modification options. Let’s take a look at how we can integrate it in our project Step 1: At first…

  • Pagepiling- A jQuery Plugin For Fullsceeen Scrolling Websites

    Pagepiling- A jQuery Plugin For Fullsceeen Scrolling Websites

    Pagepiling.js is a jquery plugin to create a full page scrolling website which is supported by all modern browser. It’s also mobile & touch friendly. Let’s find out how we can implement this plugin in our project. Step 1:  First of all, download the latest version of pagepiling from here .Now copy jquery.pagepiling.min.css  & jquery.pagepiling.min.js …

  • 10 Best UI Design Tools in 2022

    10 Best UI Design Tools in 2022

    In the simplest terms, Design tools are unit pc computer code and programs that may be wont to produce new Designs. they will even be understood because the digital version of ancient writing paper things like paintbrushes, ink pens, hand pens, rulers, compasses, etc. These tools are wont to manufacture a range of styles like…

  • Top 5 Figma Plugins That Every Designer Should Have!

    Top 5 Figma Plugins That Every Designer Should Have!

    It’s no secret that Figma is currently one of all the flagships among the tools for making styles and prototyping. Its advantage over Adobe XD or Sketch is that Figma is an internet tool that offers the user the chance to figure and collaborate with people in a period of time. Because of this, and…

  • How To Collect Users Email Using WordPress Newsletter Plugin?

    How To Collect Users Email Using WordPress Newsletter Plugin?

    You can use one of our plugin EnvyChimp. EnvyChimp is a newsletter plugin that allows a user to subscribe via email address. This plugin has an option for creating multiple designs of form with unlimited color that allows your plugin more attractive & professional. It is compatible with visual composer and elementor page builder. To…

  • How To Add Social Media Sharing Buttons To Your WordPress Blog Without The Plugin?

    How To Add Social Media Sharing Buttons To Your WordPress Blog Without The Plugin?

    Social Media Sharing Buttons are used on websites specially on blogging sites to make it easy to share the content, articles, and images.These sharing buttons are fantastic ways to spread out the blog post among the internet community without difficulty. There are so many plugins for the social sharing buttons. However, if you want to…

  • Add and show image with size from Elementor widget

    Add and show image with size from Elementor widget

    Follow the functionality to add and show an image with different sizes from Elementor widget protected function _register_controls() { $this->start_controls_section( ‘image_section’, [ ‘label’ => __( ‘Image’, ‘elementor-toolkit’ ), ‘tab’ => \Elementor\Controls_Manager::TAB_CONTENT, ] ); $this->add_control( ‘image_id’, [ ‘label’ => __( ‘Image’, ‘elementor-toolkit’ ), ‘type’ => \Elementor\Controls_Manager::MEDIA, ‘default’ => [ ‘url’ => \Elementor\Utils::get_placeholder_image_src(), ], ] ); $this->add_group_control(…