• Resolved redrokerd

    (@redrokerd)


    Hello

    First of all, thanks for the great plugin.

    Right now the excerpt is being output as plain text. I’d like to apply a class to the text in order to style it. If I do so inside the post, nothing happens. Could you point me in the direction of the source code I should edit?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author AccountClosed

    (@wistudatbe)

    Hi,

    Thanks for using our plugin!

    I’m busy to extend the functionality of the excerpts, so i will include styling.
    Also the possibility to show the excerpts only (without image) will be included.
    In a few day’s i will launch a new release with these extra’s.

    Rigards, Danny

    Plugin Author AccountClosed

    (@wistudatbe)

    Hello,

    First of all i need to say that an excerpt is normally plain text (WP standard).
    For now it’s possible to change the font type and size.

    In my next release this will be possible:
    * NEW: If the maximum grids to show is reached, the read more button will be hidden.
    * NEW Short code: [bg=”x”] will hide the background images from the tiles and grids.
    * [bg=”x”] If x is 1 to 5, it will display the excerpt with title and a background color defined in the settings page.
    * [bg=”x”] If x is 11 to 15, it will display the excerpt without title and a background color defined in the settings page
    * NEW: Short code [tiles=”x”] to show grids (“0”), tiles (“1”) or tiles with shadow (“2”).
    * Short code error message removed on search page(s).

    For the excerpt part, is it this what you needed?

    Regards, Danny

    • This reply was modified 8 years, 5 months ago by AccountClosed.
    Plugin Author AccountClosed

    (@wistudatbe)

    Today i launched release 1.3.3.

    New release with a lot of new options:
    = 1.3.3 =
    * NEW: If the maximum grids to show is reached, the read more button will be hidden.
    * NEW Short code: [bg=”x”] will hide the background images from the tiles and grids.
    * [bg=”x”] If x is 1 to 5, it will display the excerpt with title and a background color defined in the settings page.
    * [bg=”x”] If x is 11 to 15, it will display the excerpt without title and a background color defined in the settings page
    * NEW: Short code [tiles=”x”] to show grids (“0”), tiles (“1”) or tiles with shadow (“2”).
    * Short code error message removed on search page(s).
    * Removed “pods” mention when the Read More button was used by the short code [pods=”x”].
    * NEW Setting: Button action when last Grid is showed: Do Nothing, Hide the button or Set the button in a gray color.
    * Adjusted standard settings if new Grid WUD installation.

    If you want to downgrade for some reason, just download here release 1.3.2.

    Regards, Danny

    Plugin Author AccountClosed

    (@wistudatbe)

    Hello,
    If you want to add your own style to it, it can be done by the plugin Simple Custom CSS.
    The styling from the grids is done in the file :
    /wp-content/plugins/grid-wud/css/grid-wud-base.css

    Just adjust the classes:
    .grid-wud-excerpt{}
    .grid-wud-excerpt-2{}
    .grid-wud-excerpt-3{}

    Tip!
    By every change add !important behind it to enforce it.
    Sample:
    .grid-wud-excerpt{background-color:#FFF !important;}

    Regards, Danny

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Styling the excerpt’ is closed to new replies.