• Resolved Fizzgigg

    (@fizzgigg)


    I do have some questings on how to make the layout as I want it.
    Visningsbild

      1. How do I remove the excerpt-dash and exchange it with a <br> to get the title and excerpt on separate lines?
      2. How do I place … or something similar at the end of the excerpt?
      3. How can I add an <br> to get the read more link on a new live?

    Thank you for your time.

    • This topic was modified 7 years, 10 months ago by Fizzgigg.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    This will require CSS changes, either in your theme’s style.css file or in Appearance > Customize > Additional CSS:


    .display-posts-listing .excerpt-dash { display: none; }
    .display-posts-listing .title,
    .display-posts-listing .excerpt a { display: block; }

    Thread Starter Fizzgigg

    (@fizzgigg)

    Changing in the CSS is no problem as long as I know what to change. ?? Unfortunatelly none of those three changed anything. And I turned of the cache so there shouldn’t be a cached version.

    Plugin Author Bill Erickson

    (@billerickson)

    There’s only a few ways that would not work:

    1. You cache isn’t actually turned off
    2. Your CSS change was not applied (ex: made to a file not actually being loaded)
    3. You have customized the output of the plugin, using different class names (ex: using the wrapper_class attribute to change the container from .display-posts-listing to something else)

    I recommend you use the inspector tool in Chrome, Firefox or Safari to determine what CSS classes are on the elements you’re targeting, and to confirm the CSS files / changes are being loaded.

    Thread Starter Fizzgigg

    (@fizzgigg)

    1. I am using W3 Total Cache. First I purges all the caches, then I turned it off.

    2. I am using the custom css code function In Jetpack, that may be the culprit. Is there a better one without fiddling around with css-files and ftp?

    3. I haven’t customized anything. Just installed and activated the addon along with the column addon and using the shortcode [display-posts image_size="thumbnail" include_excerpt="true" excerpt_length="15" excerpt_more="L?s mer..." excerpt_more_link="true" wrapper="div" wrapper_class="my-grid-layout" posts_per_page="3" columns="3"]

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