galensemone
Forum Replies Created
-
Injected into the Gutenberg editor through the functions.php of the sub-theme:
add_action(‘enqueue_block_editor_assets’, ‘hide_translatepress_language_restriction’);
function hide_translatepress_language_restriction() {
wp_add_inline_style(‘wp-edit-post’, ‘
/* Hide TranslatePress Language Restriction */
.translatepress-content-restriction-settings {
display: none !important;
}
‘);
}- This reply was modified 3 weeks, 3 days ago by galensemone.
Forum: Reviews
In reply to: [Squeeze – Image Optimization & Compression, WebP Conversion] Lifesaver!If it is possible to implement automatic conversion of jpg to webp and automatic compression when uploading images. This will be a must-have plugin for all wordpress sites!
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Advanced heading blockOr have Font Family support select System Default, refer to Kadence Blocks.
It is also recommended to add “P” and “SPAN” tags to the Heading Tag (better for SEO than DIV).Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Feature request some ideasSvg shape block Where is it again?
SVG Shape Divider!!!You’ve managed to subvert my level of perception!
- This reply was modified 2 years, 10 months ago by galensemone.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Feature request some ideasWhere is the option to add items to Slider And Carousel?
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Feature request some ideasSuggestions for Slider And Carousel improvements.
Now only 2 Slides can be added by default?
Am I encountering a bug?Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Feature request some ideasSuggestions for Advanced heading block improvements.
Cancel Font Family option, you can set font-weight freely.Because, using system-ui is the best choice of font.
No need to force to choose google font, we just need system-ui font, it’s very good!
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Best “default” theme?Blockpress Block theme After my test comparison, it’s pretty bad! Very little functionality!
The best (cleanest code) of all the themes tested so far with Greenshift is Blocksy. but not perfect.Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Feature request some ideasSVG should not set the width and height by Size!
This is seriously wrong, because not all svg designs have to be square. For example, brand logos! Google logos, Amazon logos…
The right thing to do should be to allow customizing the width and height values of the SVG. This would be more flexible.