Mudanças entre as edições de "Divi"
De MochilaWiki
Ir para navegaçãoIr para pesquisar(3 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
* https://archive.org/search.php?query=creator%3A%22ElegantThemes%2C+Inc.%22 | * https://archive.org/search.php?query=creator%3A%22ElegantThemes%2C+Inc.%22 | ||
* [https://www.elegantthemes.com/blog/divi-resources/how-to-create-a-category-page-template-for-your-blog-using-the-divi-theme-builder How to Create a Category Page Template for your Blog Using the Divi Theme Builder] | * [https://www.elegantthemes.com/blog/divi-resources/how-to-create-a-category-page-template-for-your-blog-using-the-divi-theme-builder How to Create a Category Page Template for your Blog Using the Divi Theme Builder] | ||
− | + | * https://stackoverflow.com/questions/50714784/divi-builder-editor-not-showing/50715048 | |
+ | * https://diviwebdesign.com/store/divi-custom-modules/divi-tweaker/ | ||
+ | * [https://astucesdivi.com/images-carrees-galerie-portefeuille/ alterando tamanho da imagem do blog] | ||
== Problema para editar página no Frontend == | == Problema para editar página no Frontend == | ||
Linha 11: | Linha 13: | ||
e em .htaccess | e em .htaccess | ||
− | <source lang=" | + | <source lang="apacheconf"> |
<IfModule mod_substitute.c> | <IfModule mod_substitute.c> | ||
SubstituteMaxLineLength 10M | SubstituteMaxLineLength 10M | ||
</IfModule> | </IfModule> | ||
</source> | </source> |
Edição atual tal como às 22h07min de 13 de agosto de 2021
- https://archive.org/search.php?query=creator%3A%22ElegantThemes%2C+Inc.%22
- How to Create a Category Page Template for your Blog Using the Divi Theme Builder
- https://stackoverflow.com/questions/50714784/divi-builder-editor-not-showing/50715048
- https://diviwebdesign.com/store/divi-custom-modules/divi-tweaker/
- alterando tamanho da imagem do blog
Problema para editar página no Frontend
a2enmod substitute
systemctl restart apache2
e em .htaccess
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>