Ibtana – WordPress Website Builder
Ibtana Gutenberg Editor has ready made eye catching responsive templates build with custom blocks and options to extend Gutenberg’s default capabilities. You can easily import demo content for the block or templates with a single click. Once done, you can straight away start making the desired changes. It also kit with individual components and blocks to build internal pages. Now you don’t need to invest too much time in editing or recreating the template you love. Now its just drag and drop and easy edit of your favourite template with just few clicks. Ready To Use Website Blocks For Gutenberg Ibtana offers a great experience while building pages with Gutenberg as you have an entire collection of page building blocks for WordPress at your disposal. Even if you do not possess enough design skills, you don’t need to worry as this WordPress block editor already has things simplified for you. Its intuitive and user-friendly interface helps you design the web pages without having to write a single line of code. This block-based editor takes WordPress page building to the next level by providing an efficient, fast, and simple way for creating pages. Just select the block you wish to add to your page by simple drag and drop, adjust the settings using the easy tweaking options and you are ready to go. 🎨 Explore a World of Free WordPress Themes! Ibtana isn’t just a plugin; it’s a community! Dive into a collection of stunning Free WordPress themes created with the Ibtana – WordPress Website Builder. Check out all the Free WordPress themes crafted by VW Themes and transform your website into a masterpiece. 👉 Check Out Now: Free WordPress themes Explore the Collection of Premium Theme (Starting from $21) – Premium WordPress Themes Get the 500+ WordPress Theme Bundle at just $119 – WP Theme Bundle WHAT THE PLUGIN DOES? Seamless Performance: As its design follows the best coding standards, it delivers fast and better performance giving amazing results. Easy Customization: A lot of options are there for customizing almost everything to get a distinct and unique page. Settings For Blocks: Different block settings are provided for every single block that includes settings for responsive, fonts, gradient color, etc. User-friendly: With easy drag and drop, you can create stunning web pages in a matter of minutes. Ready to Use Demos: Includes thoughtfully built website templates and blocks for Gutenberg. These blocks can be used for creating a range of websites such as online stores, restaurants, businesses, etc. Preview: Option for previewing every Gutenberg block based template in the customizer preview. Ibtana Visual Editor currently includes the following blocks: Progress Bar – View Demo Posttype Slider – View Demo Advanced Separator & Spacer – View Demo Advanced Button – View Demo Advanced Social Icon – View Demo Google Map – View Demo Shape Divider – View Demo Tabs – View Demo Popup – View Demo Accordion – View Demo Advanced Gallery – View Demo Advanced Text – View Demo Countdown – View Demo Multiblock Slider – View Demo Form – View Demo More Info About the Blocks Progress Bar Add animated horizontal progress bars to your page and show the percentage progress. You can customize it by changing the colors and values. Posttype Slider Show the latest posts and products on your site with this Posttype Slider Block which has some additional functionalities such as adding category-wise posts and products, the number of blocks to be displayed on a single page, and more. Advanced Separator & Spacer Want to separate the two content blocks on your page? Separator Block is what you are looking for. It allows you to separate your content with or without hr tag lines. Advanced Text Advanced Text block is useful for adding the headings, paragraph and counter to your page. With this, you can easily structure your page and make the content easily readable to your readers as well as to search engines. Advanced Button The Button block allows you to add buttons linking to other pages on your site with advanced functionality for changing colors, font size, adding opacity, and more. Advanced Social Icon You will find a list of all the Font Awesome icons here. Select any of the icons you want to add to your page and you can customize it by changing the background and color. Google Map Inserting a customizable Google map is now easy with Google Map Block. You can include a google map and enter the location name, address with functionality to zoom in and zoom out. Shape divider Add flair to different sections as this Shape Divider Block allows you to add different SVG borders and designs to the slider or any other section you wish. Tab Content Use this feature-rich Tab Content Block for Gutenberg block editor allowing you to place different content and blocks inside each tab. There is absolutely no limit to things you can place within each tab. Video popup The Video Popup Block helps to display the popup on your website on which you can add a video, image, or any inner block that will be shown on click and on load as well. Accordion The Accordion Block is a simple and useful block that can be used to add the accordion drop-downs to your website. Advanced Gallery Show splendid image galleries on your website with this simple drag and drop Galley Block. You can display a beautiful gallery of images on your website. PageTitle Page Title Block gives you the flexibility to place the title of the page and display it on the web page. Countdown Timer To help you create a countdown timer in a block-based editor, this Countdown Timer block will help you to display a counter that keeps ticking showing the time in years and months to minutes and seconds. Multiblock Slider With the Multiblock Slider block, making beautiful carousels and sliders for displaying magnificent images is very easy. You can use this block to make it work both ways. Form Add contact form to your page with reCaptcha.
Top keywords
- block23×2.32%
- demo16×1.61%
- view15×1.51%
- view demo15×1.51%
- page14×1.41%
- advanced12×1.21%
- blocks12×1.21%
- wordpress10×1.01%
- add9×0.91%
- website8×0.81%
- content7×0.70%
- gutenberg7×0.70%
Bootstrap Blocks
Bootstrap Gutenberg Blocks for WordPress. This plugin adds Bootstrap components and layout options as Gutenberg blocks. Features Supports Bootstrap v5 and v4 Support for CSS grid (experimental) Fully customizable with filters Configuration via option page or programmatically with constants Block templates can be overwritten in your theme The full documentation of this plugin can be found on GitHub: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin#readme Available Blocks Container Options: Fluid: If enabled the container will use the full available width, spanning the entire width of the viewport. Fluid Breakpoint: Used to enable responsive containers. This feature only works with Bootstrap v4.4+. The container will use 100% of the width until the specified breakpoint is reached, after which the defined max-widths will apply for each of the higher breakpoints. Margin After: Define a margin which should be added after the container. Row Options: Template: Choose from a predefined template for the inner column blocks. No Gutters: Disable gutters between columns. Alignment: Horizontal alignment of inner column blocks. Vertical Alignment: Vertical alignment of inner column blocks. Editor stack columns: Displays stacked columns in the editor to enhance readability of block content. Horizontal Gutters: Size of horizontal gutters. Vertical Gutters: Size of vertical gutters. CSS Grid Gutters: Size of gutters when CSS grid is used. Column Options: Sizes for all breakpoints (xxl, xl, lg, md, sm, xs): How much space the column should use for the given breakpoint. Equal width for all breakpoints (xxl, xl, lg, md, sm, xs): If enabled column will spread width evenly with other columns. Background Color: Set background color to column. Content vertical alignment: Align content vertically in column. This option is only needed if a background color is set. Otherwise use the Alignment option of the outer row block. Padding: Define padding inside the column. Button Options: Style: Choose the styling of the button. Open in new tab: Choose if link should be opened in a new tab. Rel: Set rel attribute of the link. Alignment: Horizontal alignment of the button. Supported Bootstrap versions This plugin supports Bootstrap v4 and v5. The version can be selected in the plugin settings (Settings > Bootstrap Blocks) or by defining the WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION constant in the wp-config.php file: Bootstrap 4: define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '4' ); Bootstrap 5 (default): define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '5' ); Possible values right now are '4' or '5'. By default Bootstrap version 5 is selected. CSS Grid The CSS grid (supported with Bootstrap >= 5.1.0) can be enabled in the plugin settings (Settings > Bootstrap Blocks) or by defining the WP_BOOTSTRAP_BLOCKS_ENABLE_CSS_GRID constant in the wp-config.php file: eg. define( 'WP_BOOTSTRAP_BLOCKS_ENABLE_CSS_GRID', true ); When the CSS grid is enabled the row and the column blocks will use custom templates for the rendering process: Row: row-css.grid.php Column: column-css-grid.php The support is still experimental since it’s also marked as experimental in the Bootstarp library. Please read the official Bootstrap documentation to get more information on how to use it. Bootstrap library Please be aware that this plugin does not include the Bootstrap library in your website. You need to do this by yourself. We decided not to include the library so that you can modify Bootstrap to your own needs before loading it. You’ll find an example how to include it in your theme’s functions.php in the documentation. Templates All blocks are implemented as dynamic blocks. This makes it possible to overwrite the template of a block in your theme. To overwrite a block template create a folder called wp-bootstrap-blocks/ in your theme directory. You can copy the original template from wp-bootstrap-blocks/src/templates/ .php as a starting point and adjust it to your needs. Requirements WordPress >= 5.0 PHP >= 5.6 Further Information Documentation: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin#readme WordPress Plugin: https://wordpress.org/plugins/wp-bootstrap-blocks GitHub Repository: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin Changelog: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin/releases Issue tracker: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin/issues