• Check 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 5 years, 1 month ago by Norman Cates. Reason: Altering review
    • This topic was modified 5 years, 1 month ago by Norman Cates.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author terrathemes

    (@terrathemes)

    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.

    Plugin Author terrathemes

    (@terrathemes)

    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?

    Plugin Author terrathemes

    (@terrathemes)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Useful for Meteorite theme’ is closed to new replies.