dimned
Forum Replies Created
-
Hi @dmrhn,
Thank you for using the plugin and for your suggestions. We will keep your requests in mind for further plugin development.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Bloc template & default attributesHi Antoine @ahgraphic,
Thanks for your question. We will do our best to fix this in one of the next versions of the Getwid plugin. We are sorry for the temporary inconvenience.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] disable blocks on multisite networkHi @jules-colle,
Thank you for using Getwid and for your question. You may try to network deactivate the blocks using this code example:const { domReady } = wp; const { getBlockTypes, unregisterBlockType } = wp.blocks; domReady( () => { const disabledBlocks = [ 'getwid/accordion', // Your register block type [name] 'getwid/accordion-item', 'getwid/advanced-heading', ]; getBlockTypes().forEach( blockType => { if ( disabledBlocks.indexOf( blockType.name ) !== -1 ) { unregisterBlockType( blockType.name ); } } ); } );You will need to enqueue the file with the code above in the following way
wp_enqueue_script( '{your-name}' , get_theme_file_uri( '{your-file-src}' ), array( 'wp-blocks', 'wp-dom' ), '{your-theme-version}', true );Let me know if it is helpful.
Forum: Plugins
In reply to: [Restaurant Menu and Food Ordering] Resize Description/ExcerptHi @mzanatta95,
Thanks for your question. You may try to apply the following CSS style to Appearance > Custpmize > Additional CSS:.mprm-simple-view-column .mprm-excerpt { font-size: 1.5em !important; }If it is not helpful I’d ask you to specify the steps to find a proper widget on the page and specify what description you wish to adjust. Thanks.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Compatbility with Gutenberg 10.5 ?We close this request since we could not hear anything back from you for a while. Feel free to submit a new topic if you have any additional questions.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] CPT Post Template Wrapping LinkHi @hairycream,
Thank you for your feedback and for your question. I’ve added this topic as an upvote on our list of requested features. Perhaps it will be possible within one of the next updates.
Meanwhile, you may try this solution described on this topic https://wordpress.org/support/topic/link-to-post-for-background-featured-image/#post-14510826Forum: Plugins
In reply to: [WordPress Page Builder by MotoPress] Change word in “Recent comment” widgetHi @anthony750, You are welcome. We would highly appreciate if you review the plugin here https://wordpress.org/support/plugin/motopress-content-editor-lite/reviews/
Forum: Plugins
In reply to: [WordPress Page Builder by MotoPress] Change word in “Recent comment” widgetHi @anthony750, You need to edit translations of WordPress to change that word http://prntscr.com/14jtybl
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Portuguese (Brazil) translationHi @alantygel, It is not we who decide whether to accept or decline you from translation editors. You may learn how the translations work here at https://make.wordpress.org/polyglots/handbook/translating/glotpress-translate-wordpress-org/
Hi @dangerousdisco, thank you for your feedback. It would be extremely helpful if you review the Getwid plugin here https://wordpress.org/support/plugin/getwid/reviews/
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] RTL for Media & Text Slider?Hi @tarekelnemrawy, thanks for your information. We’ll review all the blocks for RTL compatibility.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Portuguese (Brazil) translationHi @alantygel,
Thanks for your reply. As for local translations so after the translation is complete you may copy PO and MO files to other websites /wp-content/languages/plugins/ folder to apply them. Anyway, we highly appreciate your contribution. It would be extremely helpful if you rate the plugin here https://wordpress.org/support/plugin/getwid/reviews/Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Feature Request: Section tag for Section BlockThank you for your thoughts, @fishmi.
Hi Jacob @jacobballin,
Thanks for contacting us. We have not tested Getwid with ajax themes yet so I’ve forwarded the case to our developers. Unfortunately, we can not promise a fast solution since developers are working on tasks with higher priority. Stay tuned and check the release notes of the plugin to see when this feature is released.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Link to post for Background Featured ImageHi @saxcbr,
Thanks for your feedback and shared solution.