Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • eroskamp Friend
    #1017381

    The thumbnail doesn’t show any text. How do I set this that it shows text here: http://prntscr.com/eiyml6

    Saguaros Moderator
    #1017655

    Hi,

    Here is your site looks at my end: http://nimb.ws/VsowBE

    As I can see that the text is showing there, could you check again?

    eroskamp Friend
    #1017843

    Yes, I saw it today on another computer as well./ Strange but nothing you can do I guess.

    Thanks

    Saguaros Moderator
    #1017934

    You can try to clear browser’s cache & cookies.

    Let us know if you need any helps.

    Have a nice day!!!

    eroskamp Friend
    #1023819

    Hi,

    I checked today on my mobile phone. The template example on your site is showing the text good. But on my site there is no text. Also not on my laptop. There must be something wrong there?

    Eric

    Saguaros Moderator
    #1024118

    You can send me the login info so I will check for you. Also let me know the page where text is not showing.

    eroskamp Friend
    #1025243
    This reply has been marked as private.
    Saguaros Moderator
    #1025325

    That intro text is hidden in small view port, you can try this tweak:

    • Go to file: ROOT/templates/ja_smashboard/css/custom.css (create this file if it doesn’t exist)
    • Add this css rule:
      @media (max-height: 660px) {
      .view-featured .article-intro,
      .blog-featured .article-intro,
      .blog .article-intro {
      display: block;
      font-size: 2em;
      }
      }

      and change to the font-size as you wish.

    Regards

    eroskamp Friend
    #1025339

    cool that works,

    But now it shows only 1 line of a few words. H0ow can I show more lines, like 3 lines?

    Eric

    Saguaros Moderator
    #1025446

    It due to the font size, if it’s big, there is less text will show, you can try to reduce the font size and see how it goes.

    eroskamp Friend
    #1026586

    I made the font end smaller but didn’t changed it. only made the text smaller which didn’t look good
    Must be a limit on the number of characters

    Saguaros Moderator
    #1026841

    Hi,

    Actually, each article is showing its intro text, it due to the height in mobile view.

    I updated this css rule into your site:

    @media (max-height: 660px) {
    .view-featured .article-intro,
    .blog-featured .article-intro,
    .blog .article-intro {
    display: block;
    font-size: 12px;
    height: 100%;
    }
    
    .view-featured .article-header { height: 25px; } 
    }

    And it’s showing all text from intro text now.

    Kindly check.

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 11 replies, has 2 voices, and was last updated by  Saguaros 6 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum