-
AuthorPosts
-
nsak Friend
nsak
- Join date:
- June 2011
- Posts:
- 182
- Downloads:
- 5
- Uploads:
- 13
- Thanks:
- 55
- Thanked:
- 5 times in 1 posts
April 25, 2017 at 1:32 pm #1028738Hi, I have a problem with the slideshow images on the front page of my uber/business site http://www.horeca21.com; when the display width changes they do not adjust, as I see they they do in the demo site at http://www.joomlart.com/demo/#uber;
any hint what has gone wrong?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 26, 2017 at 2:33 am #1028877Hi
Open /templates/uber/acm/hero/css/style.cssFind
.acm-hero.style-5 { background-size: cover !important; }
replace it with
.acm-hero.style-5 { background-size: 100% !important; }
Hope it helps
Regards
nsak Friendnsak
- Join date:
- June 2011
- Posts:
- 182
- Downloads:
- 5
- Uploads:
- 13
- Thanks:
- 55
- Thanked:
- 5 times in 1 posts
April 26, 2017 at 6:57 am #1028941Hi Pankaj!
see the first image where it displays ok; if I reduce a bit the width of the screen (second image) it does not display ok
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 26, 2017 at 7:16 am #1028957Hi
Add below code in custom.css file to apply the padding value on device size 768px to 992px@media (max-width: 992px) and (min-width: 767px) { .acm-hero { padding:200px 0!important; } }
Hope it helps.
Regards
nsak Friendnsak
- Join date:
- June 2011
- Posts:
- 182
- Downloads:
- 5
- Uploads:
- 13
- Thanks:
- 55
- Thanked:
- 5 times in 1 posts
April 26, 2017 at 7:51 am #1028981no change Pankaj
the problem is only with the first slide that does not have a button; I see the other slides (that have a button) adjust pretty well; in the first one the footer comes up and hides the image
Nikos
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 26, 2017 at 8:00 am #1028990Hi
Kindly use below code in custom.css file it will work for first slide only@media (max-width: 992px) and (min-width: 767px) { #mod-193 .acm-hero { padding:200px 0!important; } }
Regards
nsak Friendnsak
- Join date:
- June 2011
- Posts:
- 182
- Downloads:
- 5
- Uploads:
- 13
- Thanks:
- 55
- Thanked:
- 5 times in 1 posts
April 26, 2017 at 9:56 am #1029031…not working, I dont even see a scroll bar on the first slide; see images of two slides/ same width
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 26, 2017 at 10:15 am #1029039Hi
Kindly add the code in a custom.css file and check the site in Real devices.
I have not found the suggested code on your site > http://prntscr.com/f0zjkw
also, let me know which devices you have facing the problem@media (max-width: 992px) and (min-width: 767px) { #mod-193 .acm-hero { padding:200px 0!important; } }
this code is work for the tablet views.
nsak Friendnsak
- Join date:
- June 2011
- Posts:
- 182
- Downloads:
- 5
- Uploads:
- 13
- Thanks:
- 55
- Thanked:
- 5 times in 1 posts
April 26, 2017 at 12:09 pm #1029076…your code is in line No.1 in the custom.css
I think I will add a button in the front page and make it show ok like the rest; can you just advice where is the .css for the button formatting? i’ d like to place it at the top right of the page
thanks Pankaj
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 26, 2017 at 12:25 pm #1029081The code is working on your site already. kindly check it real devices and share the device name in which u are facing this issue.
Its not like the code is not working.
nsak Friendnsak
- Join date:
- June 2011
- Posts:
- 182
- Downloads:
- 5
- Uploads:
- 13
- Thanks:
- 55
- Thanked:
- 5 times in 1 posts
April 26, 2017 at 12:30 pm #1029084Sorry, I’m not familiar with "real devices"; can you send soem url to check it?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 27, 2017 at 12:59 am #1029199Hi
Real devices mean please check it on your tablet,ipad, mobile and let me know if you have same issue.
If you want to apply above code for mobile too, kindly change the 768px with 200px.Regards
nsak Friendnsak
- Join date:
- June 2011
- Posts:
- 182
- Downloads:
- 5
- Uploads:
- 13
- Thanks:
- 55
- Thanked:
- 5 times in 1 posts
April 27, 2017 at 5:36 am #1029242see how it shows on a tablet…the footer comes too high up and hides the image
Pankaj, I will place small button on the front page and the issue will be resolved;
if possible, can you just advice how can I control the location of the button? best- Nikos
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 27, 2017 at 6:02 am #1029255Hi
The screenshot does not seem to be taken from the Ipad/Tablet.
here you can see its working fine
Ipad : http://prntscr.com/f1bt3l
Ipad pro view: http://prntscr.com/f1bt6pIf you want to add button you can add it from the module with ID 193.
The code is working fine, this is why i suggested you to check it in real device.
You can use Google chrome inspect element to check the same http://prntscr.com/f1bu1k1 user says Thank You to Pankaj Sharma for this useful post
nsak Friendnsak
- Join date:
- June 2011
- Posts:
- 182
- Downloads:
- 5
- Uploads:
- 13
- Thanks:
- 55
- Thanked:
- 5 times in 1 posts
April 28, 2017 at 3:09 pm #1029674ok Pankaj
I think it is going to be ok; thanks for help
Can I ask about the the features intro module
I’ m using it in https://www.horeca21.com/index.php/en/users and I’ d like to change the width of the content to cover more of the screen; it is too much restricted at the moment, especially for large screens
AuthorPostsThis topic contains 15 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum