• Resolved ugotta

    (@ugotta)


    Style request (If not in the Pro plan)

    1. Under the Masonry layout, I added a part of the style (like tdmacro theme), but it was not perfect.

    2. When Excerpt length=0, there is a need to completely hide the summary, even “[…]”.

Viewing 1 replies (of 1 total)
  • Theme Author terrathemes

    (@terrathemes)

    Hello @ugotta,

    there is no pro plan on Meteorite.

    1. Although Meteorite is a powerful multipurpose theme I don’t think I’ll add a styling like the theme you mentioned has. If one needs more than the default styling Meteorite comes with it should be possible to do this on their own or create a support ticket if the changes that are required are not too much.
    Since you didn’t send a link to your page and didn’t provide any more details I can’t further help you with your first question.

    2. The dots you are seeing are called “excerpt more” and are independent from the length. That’s why they don’t disappear after changing the excerpt length. You could apply this function to remove them on your page:

    function meteorite_custom_excerpt_more( $more ) {
        return '';
    }
    add_filter( 'excerpt_more', 'meteorite_custom_excerpt_more' );
Viewing 1 replies (of 1 total)
  • The topic ‘Masonry layout need title overlay on the feature image’ is closed to new replies.