Beschrijving
Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.
Brozzme Fullwidth and Automatic Layout in Divi
Beschrijving
Brozzme Fullwidth and Automatic Layout in Divi is made to simplify the workflow when new content are created. Choose the predefined layout type and apply it on each post, page or product.
You can also, hide or display the post title.
A tools page in the setting panel allows administrator to modify whole website layout type in one click.
To use this plugin, Divi theme must be activated.
Options:
- Choose the layout : fullwidth, left sidebar, right sidebar
- Apply changes to Woocommerce products
- Show or hide title on layout (only available for posts – Divi restriction)
- Apply dot navigation
- Apply hide nav bar before scroll
Tools
1. Apply layout type in one click
2. Apply post title visibility in one click
3. Apply dot navigation in one click
4. Apply hide nav bar before scroll in one click
Installatie
- Upload the archive into the “/wp-content/plugins/” directory.
- Activate the plugin through the “Plugins” menu in WordPress.
FAQ
I want to apply the layout to another post type
There is a special filter to add any post type to the tools
Just add this in your functions.php
add_filter(“bfd_layout_tools_post_types”, “your_function”);
function your_function($post_types){
$my_new_post_types = array(“project”, “event”);
$post_types = array_merge($post_types, $my_new_post_types);
return $post_types;
}
Beoordelingen
Bijdragers & ontwikkelaars
“Brozzme Fullwidth and Automatic Layout in Divi” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Brozzme Fullwidth and Automatic Layout in Divi” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
=1.1=
* bug fixes
* new editor compatibility (partial)
* add new option
=1.0 =
* Initial release.






