-
AuthorPosts
-
bossies Friend
bossies
- Join date:
- September 2006
- Posts:
- 172
- Downloads:
- 39
- Uploads:
- 15
- Thanks:
- 16
- Thanked:
- 16 times in 2 posts
October 14, 2013 at 2:04 pm #191373i would like to know if it’s possible to have a slideshow that is 100% the browser width, even if the main body is only 980px wide for example?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 14, 2013 at 6:31 pm #508964So that we can try to best assist you, please provide the url of the site you’re working on,
as well as set “Optimize CSS” to “No” within your Template Manager–General settingsbossies Friendbossies
- Join date:
- September 2006
- Posts:
- 172
- Downloads:
- 39
- Uploads:
- 15
- Thanks:
- 16
- Thanked:
- 16 times in 2 posts
October 14, 2013 at 6:40 pm #508966this is not live at the moment but i would like to use the university template for it – so if you could maybe check out the out of the box university and let me know how to change the slideslow(or other module where i could publish a slideshow) module to 100%, it would be great
bossies Friendbossies
- Join date:
- September 2006
- Posts:
- 172
- Downloads:
- 39
- Uploads:
- 15
- Thanks:
- 16
- Thanked:
- 16 times in 2 posts
October 16, 2013 at 2:25 pm #509179i understand that you might be busy, but i would like to know if you are looking at this as i am waiting on you(if so, i am happy to wait), or do i have to find other template company as i have a client that wants this and i have seen templates with that sort of design http://themeforest.net/item/noo-travel-responsive-joomla-3-travel-template/5695318
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 16, 2013 at 4:44 pm #509199Which version of JA University are you interested in using – J2.5 or J3.0?
bossies Friendbossies
- Join date:
- September 2006
- Posts:
- 172
- Downloads:
- 39
- Uploads:
- 15
- Thanks:
- 16
- Thanked:
- 16 times in 2 posts
October 16, 2013 at 5:17 pm #509201i do not really mind whatever you like to work on
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 17, 2013 at 6:38 am #509275Hi bossies,
You can try to put below overridden css styles into the end of templates/ja_university/css/template.css file:
/*Adjust the slideshow to 100% width*/
#ja-slideshow .main {
width: 100%;
max-width: 1400px;
}Then clear JAT3 cache.
1 user says Thank You to phong nam for this useful post
bossies Friendbossies
- Join date:
- September 2006
- Posts:
- 172
- Downloads:
- 39
- Uploads:
- 15
- Thanks:
- 16
- Thanked:
- 16 times in 2 posts
October 21, 2013 at 6:55 am #509648thanks – i will give that a go and let you know – could i make the max-width 1920 for HD screens?
bossies Friendbossies
- Join date:
- September 2006
- Posts:
- 172
- Downloads:
- 39
- Uploads:
- 15
- Thanks:
- 16
- Thanked:
- 16 times in 2 posts
October 21, 2013 at 7:06 am #509650i did a quick test and it seems to be working – just another edit i would like – the client likes the main menu to be fall 50% over the slideshow – i tried with negative top margin like margin-top: -20px; but that had no effect – could you maybe guide me with that to?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 21, 2013 at 7:08 am #509651Hi,
Yes. You can do that, 1920px or higher is no problem here. And in order to make the Main menu fall down 50%, you can try to put these css styles into templates/ja_unversity/css/templates.css file:
#ja-slideshow {
margin-top: -20px;
}Remember to clear JAT3 cache then.
bossies Friendbossies
- Join date:
- September 2006
- Posts:
- 172
- Downloads:
- 39
- Uploads:
- 15
- Thanks:
- 16
- Thanked:
- 16 times in 2 posts
October 22, 2013 at 5:56 am #509806i have tried the negative margin on the slideshow but that has no effect?
it seems to have something to do with the clear:both – if i make it cleare:none – than it moves up but then it display on the right side?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 22, 2013 at 6:46 am #509810Hi,
Indeed, the clear: both; property of .wrap will not affect the negative margin of main menu. Anyways, you can put the below css styles into the end of templates/ja_university/css/template.css file:
#ja-slideshow .wrap,
#ja-mainnav .wrap {
clear: none !important;
}Clear JAT3 cache after saving changes and you can test the negative margin again. If you need more correct css styles in this case, it will be better when you put the website’s url here or send me PM.
bossies Friendbossies
- Join date:
- September 2006
- Posts:
- 172
- Downloads:
- 39
- Uploads:
- 15
- Thanks:
- 16
- Thanked:
- 16 times in 2 posts
October 22, 2013 at 12:36 pm #509852its works on chrome but not ff and ie – i will put the site online so you can please have a look
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 23, 2013 at 1:53 pm #509980Hi,
The slideshow is displaying with 100% width on both Chrome, IE and Firefox when i checked out the url you sent me in PM. Can you check it again ?
– On IE: http://easycaptures.com/fs/uploaded/796/9276419300.png
– On FF: http://easycaptures.com/fs/uploaded/796/3183906609.png -
AuthorPosts
This topic contains 14 replies, has 3 voices, and was last updated by phong nam 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum