Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

Brozzme Fullwidth and Automatic Layout in Divi

Опис

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:

  1. Choose the layout : fullwidth, left sidebar, right sidebar
  2. Apply changes to Woocommerce products
  3. Show or hide title on layout (only available for posts – Divi restriction)
  4. Apply dot navigation
  5. 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

Benoti and WPServeur.

Снимци екрана

  • Setting options screenshot-1.png.
  • Tools page screenshot-2.png.

Постављање

  1. Upload the archive into the „/wp-content/plugins/“ directory.
  2. Activate the plugin through the „Plugins“ menu in WordPress.

ЧПП

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;
}

Прегледи

1. мај 2017.
Un bon plugin qui d’entrée fait gagner du temps pour le config de Divi, oui on peut aussi changer de mise en page en cours d’exploitation rapidement.
27. април 2017.
Very usefull tool to stop to waste time to set Divi pages options !
Види сва 2 прегледа

Сарадници и градитељи

„Brozzme Fullwidth and Automatic Layout in Divi“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

Преведите „Brozzme Fullwidth and Automatic Layout in Divi“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

=1.1=
* bug fixes
* new editor compatibility (partial)
* add new option
=1.0 =
* Initial release.