Rouergue Création
Forum Replies Created
-
Forum: Plugins
In reply to: [Editor Custom Color Palette] error message when creating a new postif this is the case, this will not pose a problem for the proper functioning of the extension.
Forum: Plugins
In reply to: [Editor Custom Color Palette] error message when creating a new postyou have this error message by what you have activated in your wp-config.php file wp_debug like this: define(WP_DEBUG ,TRUE) ?
Hello,
I didn’t plan to sync the Elementor global colormap with the Tinymcy one, because the focus of the ECCP extension is primarily the Gutenberg colormap.
However, you will find information that may be useful to you in this article:https://mariecomet.fr/2020/02/10/astuces-developpement-elementor/#palettes-couleurs
Hello,
you have to integrate the gallery in a Gutenberg column block then adjust the width of the columnForum: Plugins
In reply to: [Disable WebP By Default] Test Disable WebP By DefaultHello,
Thank you for your reply.
I will wait for the next beta 2 version scheduled for September 2022, in order to carry out tests.Forum: Plugins
In reply to: [Editor Custom Color Palette] editor width not working for CPTHello,
I created a custom post type with CPT UI and the OceanWP theme.
The width parameter is functional.either you have a theme or CPT UI configuration problem
Check that you have activated REST API with the “show in rest” parameter for proper functioning of Gutenberg.
Forum: Plugins
In reply to: [Editor Custom Color Palette] editor width not working for CPTThe CPT portfolio is established with the CPT UI extension, right?
I have the haibtude to establish my CPT with code, so I will create the same CPT with CPT UI and I look if there is a problem.
Forum: Plugins
In reply to: [Editor Custom Color Palette] editor width not working for CPThere is the new link of modified display-slug-CPT.php file, tested OK
Forum: Plugins
In reply to: [Editor Custom Color Palette] editor width not working for CPThello, sorry display-slug-CPT.php updated to correct your error. code to replace with this new one in your function.php file
Forum: Plugins
In reply to: [Editor Custom Color Palette] editor width not working for CPTPlease take a screenshot of your error with the CPT UI extension
Forum: Plugins
In reply to: [Editor Custom Color Palette] editor width not working for CPTHello,
Tested with version 2.8.3 updated this weekend, editor width works for CPTs.
The link below allows you to download the display-slug-CPT file whose code is that of the Editor Custom Color Palette extension.
This code is to be put in the functions.php file of a child theme.
it will display directly in Front end the slugs of the CPTs of your site.
Check that your CPT slug is present.
If so, the editor width should work for CPTs.
To be confirmed for example with the extension: Find My Custom Post Types.Forum: Plugins
In reply to: [Editor Custom Color Palette] paragraph wdthClarification: by default the paragraph block width setting is 100% and then no class is applied to the block.
Forum: Plugins
In reply to: [Editor Custom Color Palette] paragraph wdthExample for a width of 60% the applied class is:
is-style-eccp-size-smallForum: Plugins
In reply to: [Editor Custom Color Palette] paragraph wdthThe reactJS-based javascript is only loaded in the backoffice to add settings to Gutenberg blocks.
These settings allow CSS classes to be added to blocks.
In Front End the customization is then only done by CSS code.Forum: Plugins
In reply to: [Editor Custom Color Palette] paragraph wdthTo have access to adjusting the width of the paragraph block, you must activate the ReactJs base script.
Tab Customize blocks / section more customization .
The setting is then accessible in the “ECCP Styles” panel of the sidebar of the editor.
there lies a bug, i added a break point at 768px to set the width of the paragraph block in the upcoming version 2.3.1.