• Resolved Gabor

    (@9abor)


    Hi, thanks for this great and helpful for building a bit more trust in blog readers.

    I was looking for some better solution for this problem:
    Having a highlighted article until the More tag so on the landing page only the excerpt is displayed. It seems to me that the More tag generates the Helpful is displayed too. I don’t want this and I don’t want to switch of the automatic “append after every Post” option eighter.

    I’m using Total Theme BTW, and in this particular article the “Hide the excerpt on the full content page” is ON.

    Could you help with this?

    Gabor

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pixelbart

    (@pixelbart)

    @9abor

    Hi 9abor,

    thanks for your feedback! If Helpful is displayed there, it’s an error from the theme. Helpful is already set so that it is only shown in single views.

    So the theme author did something there that WordPress thinks it’s a single view.

    I also always work with the More-tag on my pages and it works fine. But there is no error there either.

    Maybe you write down the support of the theme first? I don’t know what I should change now, because Helpful is only displayed in the single view.

    But so that you don’t stand there with empty hands, I can at least write you what helpful does:

    Helpful is output at the end of the_content() if is_singular() applies.

    Hopefully this will help you a little.

    Greetings Kevin

    EDIT:

    A simple solution with CSS:

    .vcex-blog-entry-excerpt .helpful {
      display: none;
    }

    (wp-admin -> Appearance -> Customize -> Additional CSS)

    • This reply was modified 5 years, 6 months ago by Pixelbart.
    • This reply was modified 5 years, 6 months ago by Pixelbart.
    Thread Starter Gabor

    (@9abor)

    Hi Kevin
    Thanks a lot for your help. Tomorrow I’ll be back to continue working on my website and will see how it goes. I’ll try first your CSS solution. Thanks again.
    Gabor

    Thread Starter Gabor

    (@9abor)

    Hi Kevin,
    Thanks for the CSS tipp. It worked.
    Gabor

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