Home Forums Weaver Show Posts & Show Sliders Excerpt length (words) did’t work

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17725
    ghoose
    Participant

    Hi,

    on my site http://blog.mountainbatchers.de/test the function Excerpt length (words) did’t work. I set it to 5 and it shows the full excerpt Text.

    Also some custom CSS did’t work
    .atw-entry-title a {font-weight: bold; font-size: 12px;}
    .atw-entry-summary {font-size: 9px;}

    here I can’t see any change

    #21856
    Weaver
    Keymaster

    I suspect that both of these issues are the same.

    When used with Weaver II, the styling and excerpt options are those set by Weaver II, and not by the show posts plugin. So, the default Weaver II options apply for title and summary, as well as the excerpt value.

    #21857
    ghoose
    Participant

    Can I change this induvitality only to this page?

    #21858
    Weaver
    Keymaster

    Sorry, not via “checkbox” options, and not for the excerpt length as long as you are using the automatic theme styling of [show_posts].

    There are two workarounds:

    1. Create per page custom CSS rules. For example:

    .page-id-577 .entry-title {font-weight: bold; font-size: 12px;}
    .page-id-577 .entry-summary {font-size: 9px;}

    2. Check the “Disable automatic post display integration with Weaver II” option. Your posts will then use a somewhat generic styling, but then your .atw-xxx CSS rules will apply, as well as the excerpt values. This can be on a Per-Filter basis for the excerpt length, but not the .atw-xxx rules.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.