-
AuthorPosts
-
July 7, 2016 at 4:20 am #947535
I follow this post to add classes hidden-phone to my module, but this is not working.
https://www.joomlart.com/forums/topic/hide-module-in-mobile/Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 7, 2016 at 4:44 am #947542Hi
In BS3 templates Use the below suffix- hidden-lg For Large
- hidden-xs for extra small
- hidden-sm For small
- hidden-md For medium size .
July 7, 2016 at 7:41 am #947584not working
http://screencast.com/t/ZabiqMjKtL5zPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 7, 2016 at 7:51 am #947588Hi
Kindly add a single space before the module suffix .
Save and check > http://prntscr.com/bpu7hpJuly 7, 2016 at 9:26 am #947645still not working
http://screencast.com/t/DVIGLaXOGXcan you test in your site?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 7, 2016 at 9:29 am #947649Hi
Kindly post your working site url and a screenshot with illustration of module on which you applied the module suffix .July 7, 2016 at 9:38 am #947668This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 7, 2016 at 9:44 am #947670Hi
its not issue of the suffix , because the module does not showing /loading the module suffix the module are visible in small views .
http://prntscr.com/bpvd6t
You can check the module with default Joomla template and see if its load the suffix with them, check suffix via inspect element like in screenshot . If it does not load , kindly contact to extension support team about its working issue and let me know if there is any changes needed in template for the same .
I will check it further .July 7, 2016 at 10:51 am #947685This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 8, 2016 at 2:10 am #947859Hi its because of the custom code added by you in custom.css file
to add a fix height for Divs
Here : http://prntscr.com/bq74lc
Remove the code and check .July 8, 2016 at 3:19 am #947872This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 8, 2016 at 4:06 am #947874Hi
You need to use this@media (max-width: 768px) { .acm-spotlight.acm-spotlight-957 .col-xs-12.col-sm-6.col-md-3.col-lg-3 { min-height: auto; } }
Use media query as max width and min width
July 8, 2016 at 5:04 am #947881This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 8, 2016 at 5:23 am #947886Hi
Also add this code@media (min-width:768px) and (max-width: 992px) { .acm-spotlight.acm-spotlight-957 .col-xs-12.col-sm-6.col-md-3.col-lg-3 { min-height: 510px; } }
You can create different style code with media query i tested this on your site It will solve the problem.
-
AuthorPosts
This topic contains 13 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum