notablet issues

Support forum dedicated to GameNews game Joomla template perfect for gamers, game portal news and reviews with dedicated extensions for rating and video support
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jun 25, 2013 2:37 am
Reply with quote
Report this post
Hi Guys

I've upgraded to Game News 3.9 as per instructions, as the new release is meant to fix the notablet and nomobile issues, but I'm still having problems.

I've put notablet and nomobile on a Facebook wall module. It's not showing on mobiles fine, but it still shows on tablets.

Any ideas?

Here's the URL: http://www.wcrdev.com/~coastliv/

Regards

Nick
User avatar
Fresh Boarder

GK User
Tue Jun 25, 2013 6:20 am
Reply with quote
Report this post
Please, remove this lines from notablet.css
Code: Select all
.box.nomobile {
  display: block!important;
}


Ill report that to dev team.
User avatar
Moderator

GK User
Wed Jun 26, 2013 2:36 am
Reply with quote
Report this post
There doesn't appear to be any file called notablet.css?
User avatar
Fresh Boarder

GK User
Wed Jun 26, 2013 6:09 am
Reply with quote
Report this post
/templates/gk_gamenews/css/tablet.css

Instead of removing the line I have shown before, You could put this line at the end of tablet.css and mobile.css - it will do the same:
Code: Select all
.box.notablet.nomobile {
  display: none!important;
}
User avatar
Moderator


cron