• Resolved wpprup

    (@wppraesenz)


    Hello,
    two questions:
    * Can I restrict the number of words of the titles (not the content!)?
    I tend to have long titles so they do not display fully.

    * I chose four posts to display but the plugin adds my sticky-on-top blog post as a fifth one, what is not wished. I did not find a shortcode to shut this off.
    Thanks for help!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    Question:- Can I restrict the number of words of the titles (not the content!)?
    I tend to have long titles so they do not display fully.
    Answer:- Go to the “Additional CSS” part of the dashboard and add below CSS(Path: Admin Panel->Appearance->Customize->Additional CSS).

    .wtpsw-post-grid.design-1 .wtpsw-post-list-content .wtpsw-post-title { white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; width: 100% !important; color: white !important; }

    Question:- my sticky-on-top blog post as a fifth one,
    Answer:- Sorry for the inconvenience, this functionality not available.

    Let me know if you are any other queries.

    Thanks,

    • This reply was modified 4 years, 9 months ago by Ketan Patel.
    Thread Starter wpprup

    (@wppraesenz)

    Thank you very much, Ketan, for your quick response.
    First question: Knowing I am demanding, but sorry, I am unfortunately a code analphabet:
    Is it possible to change your code snippet above to adjust to a specific word or letter or line quantity? (With this extra css there is a good reduction, but now there are only about three words which have zero meaning for the reader…)

    The second question is solved by a workaround, I removed the sticky-on-top-option and put it on top by another way.
    Thanks again!

    • This reply was modified 4 years, 9 months ago by wpprup.
    • This reply was modified 4 years, 9 months ago by wpprup.
    Thread Starter wpprup

    (@wppraesenz)

    I found a code snippet by a co-user here in the support forum that works perfectly, reducing the font size!
    Thanks, anyway! ??

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello

    If you like this plugin please give your important Rate and Review here…

    Thanks

    Thread Starter wpprup

    (@wppraesenz)

    I did already – and asked for a “Related Posts” plugin… ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Title word restriction & sticky blog post’ is closed to new replies.