-
AuthorPosts
-
tyfairclough Friend
tyfairclough
- Join date:
- December 2012
- Posts:
- 51
- Downloads:
- 120
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
November 22, 2014 at 3:24 pm #202962It would appear many of the ThemeMagic parameters are not tied to the uber platform.
I make various changes to the buttons, modules and grid and they have 0 impact on the template.
Is this a known issue or just something I’m experiencing?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 24, 2014 at 4:38 am #556273May I know how did you install this Uber template: using quickstart or install separately? also tell me the style you installed, I will try to reproduce in my end.
tyfairclough Friendtyfairclough
- Join date:
- December 2012
- Posts:
- 51
- Downloads:
- 120
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
November 26, 2014 at 8:51 pm #556692Hi I installed manually via the joomla package installer. I am using the uber home layout. I’m also using the default layout on certain views. Here are some example links:
category view default layout
http://www.tyfairclough.com/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=1075home layout
http://www.tyfairclough.com/index.php?option=com_content&view=article&id=115&Itemid=640thanks for helping out.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 27, 2014 at 1:50 am #556719It’s weird as I tried to change the text color for this page: http://www.tyfairclough.com/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=1075
but it worked: http://prntscr.com/5ajmmx
tyfairclough Friendtyfairclough
- Join date:
- December 2012
- Posts:
- 51
- Downloads:
- 120
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
November 30, 2014 at 9:34 pm #557079type is fine but grid layout and button styles had no effect.
Here both desktop widths are set to 640px
but the max-width of the content div is 1150px
This is a fresh install with only the width set and the magic theme set as the default theme for the template.
theme magic grid layout settings
https://www.diigo.com/item/image/4mtoj/9xd0magic theme set
https://www.diigo.com/item/image/4mtoj/4k7nfront-end output
https://www.diigo.com/item/image/4mtoj/7isp.container {
max-width: 1150px;
width: 100%;
}Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 1, 2014 at 3:01 am #557107Seem to be a bug when changing in Grid parameter, I’ve reported this issue to the team for further checking on this. You can check its status here: http://pm.joomlart.com/browse/UBER-301
In the meantime, if you want to change on this, you can check the declaration of ‘.container‘ class in LESS file of this template: /templates/uber/less/style.less and see that
.container {
max-width: @container-large-desktop;
width: 100%;
}
The container-large-desktop variable is declared via file: /templates/uber/less/variables.less
// Container sizes
// --------------------------------------------------// Small screen / tablet
@container-tablet: ((720px + @grid-gutter-width));
@container-sm: @container-tablet;// Medium screen / desktop
@container-desktop: ((940px + @grid-gutter-width));
@container-md: @container-desktop;// Large screen / wide desktop
@container-large-desktop: ((1120px + @grid-gutter-width));
@container-lg: @container-large-desktop;
you can change the width: 1120px to value which suits your need.
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum