-
AuthorPosts
-
prolinkmedia Friend
prolinkmedia
- Join date:
- June 2011
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
November 19, 2014 at 7:58 pm #202891I was developing the site with development mode enabled. Having it enabled was causing problems in IE. When I disable the development mode the module I have in position-1 disappears. While enabled, it shows again.
I have edited the style-responsive.less file to allow it to be shown but not sure what else to do. I just need it show while development mode is disable.
Thanks!
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 20, 2014 at 4:49 am #555860Hi did you sort it out ?
i checked your site in IE and postion -1 is appearing there .
see this >> http://prntscr.com/586rtp
Development Mode is OFF .Please check .
prolinkmedia Friendprolinkmedia
- Join date:
- June 2011
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
November 20, 2014 at 5:37 am #555869I’m sorry, I should have clarified that it was only not appearing in tablet/mobile views.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 20, 2014 at 5:46 am #555872Hello Position-1 is in the block
.t3-spotlight-1
that is not visible for mobile view .
if you want to show it . add this code in your custom.css file
Path: /template/your ja template/css/custom.css
if there is no custom.css file then create a file with name custom.css
.t3-spotlight-1 {display:block;}
You can also hide/show module postions from template options >>layout>> responsive layout >> http://prntscr.com/58709j
Now its not working when DEV mode is off because . when you are working in Dev mod , Less files are working
and when Dev mode is OFF CSS file are working (running) .
So if you made all changes in Less file you need to compile less to css from template options .
so all the changes made in the Less file are override in the Css files .Always Take a backup of your site before any custom changes .
Less to Css will override all css changes if you done in css files .
Hope it helps you.1 user says Thank You to Pankaj Sharma for this useful post
prolinkmedia Friendprolinkmedia
- Join date:
- June 2011
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
November 20, 2014 at 4:06 pm #555980Great, that worked! Thank you very much for the info.
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by prolinkmedia 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum