-
AuthorPosts
-
September 20, 2015 at 11:00 am #730883
I have one last problem that’s tricky solve. On certain devices and pages, lines appear in certain orientations of the device. See for example the following on a Samsung Galaxy Tab 4:
which shows vertical lines on the left and right sides of the screen.
A second screenshot follows from a motorola android phone (i don’t know the model, a friend sent the screenshot) showing a horizontal line:
In Extensions->Template->my template->Theme, T3_THEME_BODY_BACKGROUND_COLOR_LABLE is set to #4875ac which is the same colour used as background to the main image
Is there there something that can be done to stop these white lines appearing?
Thanks for your help!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 21, 2015 at 4:43 am #749148Hi,
Did you solve the problem on your site?
I checked the problem on Samsung Galaxy Tab 4 but I could not get the problem as you mentioned above.
Regards
September 21, 2015 at 10:02 am #749182Thanks for checking. No, the problem is still there when the Tab4 is in landscape orientation. I’ve cleared the cache, rebooted etc. – the vertical lines are present. My tablet when it boots says: Samsung Tab 4 SM-T331. It runs Android 4.4.2
I’ll get the details on the Motorola phone that also shows problems – my own motorola displays the site correctly.
CheersNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 22, 2015 at 7:33 am #749283Hi,
You can try to use the solution below
Open templates/jaeventsii/local/css/themes/blue/template.css file
find and change
.main-container {
margin: 0 auto;
background: #f5f6fa ;
}to
.main-container {
margin: 0 auto;
background: #4875ac ;
}Hope it helps
Regards
1 user says Thank You to Ninja Lead for this useful post
September 22, 2015 at 9:19 am #749304Thanks Ninja Lead. Yes it does fix the problem on the home pages (in the two languages) but messes up all the other pages that use the theme “blue”, giving the text a blue background. What I’ll have to do is learn how to clone the blue theme and this cloned version (with unchanged container background), can be used on all the non-home templates. The problem is that vertical lines show with the Galaxy Tab 4 on these pages too, in the masthead region. I’ll work on this this evening and see if other class backgrounds can be changed to fix the problem.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 23, 2015 at 4:52 am #749419Hi,
You can try to change with suggestion below
+ Open templates/jaeventsii/local/css/themes/blue/template.css file
find and change
.main-container {
margin: 0 auto;
background: #f5f6fa;
/* background: #4875ac ; */
}
to
.main-container {
margin: 0 auto;
background: transparent;
/* background: #4875ac ; */
}+ Open templates/jaeventsii/local/acm/slideshow/css/themes/blue/style.css file
find and change
.acm-slideshow .owl-carousel {
cursor: move;
padding: 0;
overflow: hidden;
background: #1c1c24;
}to
.acm-slideshow .owl-carousel {
cursor: move;
padding: 0;
overflow: hidden;
background: transparent;
}Regards
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum