Just wonder the News Show Pro cannot display on mobile (smartphone), only on desktop. Please advise what's wrong with our setting. Thanks

    anuwatk Hi. I believe You are reffering to some module positions which are being hidden for mobile since the layout is hard to maintain for them. Please let me know which is the most important so I'll try to fit and make it visible with some override.

      teitbite Thanks so much for your prompt reply. For mobile module position, if you can replace the "related links" with "news show pro" would be good enough for me. Thank you very much

        anuwatk Hi. Related links is a module placed in sidebar module position. Please simply place another module there with a suffix of "onlymobile" and add this to css:

        @media only screen and (min-width:768px) {
        .onlymobile { display: none !important; }
        }

        Hi, we had inserted the code into "mobile.css" and found the other module was also shown up as attached image. Please advise if we did something wrong. Or specific file/folder name we should put the code into. Thanks

          anuwatk In regards to your last screenshot shared, Try add this to override.css file (don't forget to enable override from Template Options -> Advanced tab): :

          @media only screen and (min-width:768px) {#gk-header-right #text-21{ display: none !important; }}

          Kindly ensure to clear your browser cache if changes dont reflect

          2 months later

          anuwatk Hi, we had spending a very long time try to fix the problem but it didn't seem to work as you described. May be we didn't do it right.

          We will leave it as it is, but we would like to understand how to let the widget showing the "article/post" date, instead of "today date". It always shows today date both in the box and underneath the caption.

          How to fix this.
          is it possible?
          Thanks always,
          Anuwat

            anuwatk we would like to understand how to let the widget showing the "article/post" date, instead of "today date". It always shows today date both in the box and underneath the caption.

            Please start a new topic for this relative query so as to avoid multiplicity [adding of variety of queries in trailing forum threads which arent related to parent topic]

            Thanks for understanding

            Write a Reply...
            You need to Login to view replies.