Conversation
review · 4 starsCheck the FAQ for what widgets and tools it installs… I REALLY like Meteorite as a theme. It’s versatile and does some clever things. And I have to say that the support is excellent. The author has fixed a number of things about this plugin that has made it much easier to use. This topic was modified 6 years, 7 months ago by Norman Cates . Reason: Altering review This topic was modified 6 years, 7 months ago by Norman Cates .
Hi Norman, as I wrote in your support ticket there is the possibility of changing that spacing within the row options. However I will update the plugin description to give more details about what it does and provide an option to change the default value for the row padding. I always appreciate feedback from users to improve Meteorite and its plugins.
As I’ve mentioned in the support ticket, the new version 1.7 from Meteorite Extensions adds a FAQ for the plugin and a filter for changing the default row padding by applying this filter: /* * Changing Meteorite Extensions default row padding for Page Builder by SiteOrigin */ function meteorite_change_default_row_padding() { return 50; } add_filter( 'meteorite_extensions_default_row_padding', 'meteorite_change_default_row_padding' ); Is there anything else you think can be improved? What would change your rating from 2 to 4-5 stars for this plugin?
Just to update my last answer here: The option is not a filter anymore. It’s now in the WordPress Customizer, in the section General .
Hi Norman, as I wrote in your support ticket there is the possibility of changing that spacing within the row options. However I will update the plugin description to give more details about what it does and provide an option to change the default value for the row padding. I always appreciate feedback from users to improve Meteorite and its plugins.
As I’ve mentioned in the support ticket, the new version 1.7 from Meteorite Extensions adds a FAQ for the plugin and a filter for changing the default row padding by applying this filter: /* * Changing Meteorite Extensions default row padding for Page Builder by SiteOrigin */ function meteorite_change_default_row_padding() { return 50; } add_filter( 'meteorite_extensions_default_row_padding', 'meteorite_change_default_row_padding' ); Is there anything else you think can be improved? What would change your rating from 2 to 4-5 stars for this plugin?
Just to update my last answer here: The option is not a filter anymore. It’s now in the WordPress Customizer, in the section General .