-
AuthorPosts
-
September 2, 2013 at 7:32 am #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.
Cheersphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 3, 2013 at 6:23 am #504317Hi 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.
September 3, 2013 at 11:07 am #504394Thanks for your answer. I create a path.css file with your code but it doesn’t work at all.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 3, 2013 at 11:12 am #504396Hi 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.1 user says Thank You to phong nam for this useful post
September 3, 2013 at 11:33 am #504400Thanks, 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 blockOther thing, in the JA Bookmark plugin, the actions don’t call the right article.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 3, 2013 at 11:48 am #504403Hi 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;
}
}September 3, 2013 at 12:22 pm #504404Thanks 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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 4, 2013 at 2:58 am #504466Hi 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;
}1 user says Thank You to phong nam for this useful post
September 4, 2013 at 7:59 am #504500Thank you very much for your support:)
-
AuthorPosts
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