test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • prolinkmedia Friend
    #202891

    I 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 Moderator
    #555860

    Hi 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 Friend
    #555869

    I’m sorry, I should have clarified that it was only not appearing in tablet/mobile views.

    Pankaj Sharma Moderator
    #555872

    Hello 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.

    prolinkmedia Friend
    #555980

    Great, that worked! Thank you very much for the info.

Viewing 5 posts - 1 through 5 (of 5 total)

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