Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • gerardayache Friend
    #190217

    Hi guys
    We use the beautiful Smashboard template to our French site (http://www.up-magazine.info). But many readers have problems to read articles in the correct size with Internet Explorer or Firefox. It seems the responsive design and the auto sized iframe for content don’t work correctly.
    Could you please help me.
    Cheers

    phong nam Friend
    #504317

    Hi gerardayache,

    In this case, you can create a custom.css file in templates/ja_smashboard/css/ path, then put below codes into:

    .item-page {
    max-width: 100%;
    }

    This will make the article content view look better on Firefox, IE with responsiveness.

    gerardayache Friend
    #504394

    Thanks for your answer. I create a path.css file with your code but it doesn’t work at all.

    phong nam Friend
    #504396

    Hi gerardayache,

    Can you try to follow my guide above again and don’t remove the codes in custom.css file ?
    I will back to check your website if the issue still persists. At this time, i don’t see the custom.css file existing on your server.

    gerardayache Friend
    #504400

    Thanks, it works fine now on IE and Firefox to display articles correctly.
    But, in the catgerory page, the intro text is not framed in the block

    Other thing, in the JA Bookmark plugin, the actions don’t call the right article.

    phong nam Friend
    #504403

    Hi gerardayache ,

    By default, on JA Smashboard template we hide the item intro texts on category blog layout that is why you can’t see them. Anyways, you can display them by putting below codes into custom.css file too:

    @media (max-height: 720px) {
    .view-featured .article-intro, .blog-featured .article-intro {
    display: block !important;
    }
    }
    @media (max-height: 820px) {
    .view-featured .article-intro, .blog-featured .article-intro {
    display: block !important;
    }
    } @media (max-height: 660px) {
    .view-featured .article-intro, .blog-featured .article-intro {
    display: block !important;
    }
    }

    gerardayache Friend
    #504404

    Thanks again
    The code works fine on all categories blog pages except in blog featured articles (it’s the home page of the site)

    phong nam Friend
    #504466

    Hi gerardayache,

    On the homepage, the intro texts are covered by the ITP social buttons plugin you are using in the articles. In this case, there are 2 solutions to make the intro text appears on homepage:

    – Disable this ITP social buttons plugin
    – Hide the these social buttons on homepage by puttings the below css styles into custom.css file :

    .view-featured .itp-social-buttons-box {
    display: none;
    }

    gerardayache Friend
    #504500

    Thank you very much for your support:)

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

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

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