Some problems with the theme.

Posted in: Newsmag
Post count: 21

– when you hover over the background ad, the cursor hand doesn’t appear – so you can’t tell the area is clickable
(someone said this on the newspaper forum, I tested it with newsmag and it has same problem)

– on my mobile phone (nexus 4) if I’m reading an article with more than 3 pictures and I tilt/rotate the phone – the pictures will get all messed up with the alignment and text. The pictures shouldn’t stack next to each other when you rotate the phone. (Strangely, this doesn’t seem to happen on the newsmag demo page).

see pic: http://i.imgur.com/1lsaGPK.jpg

– If I change fonts from the default to something else, like open sans, I will get 20% lower Yslow grade on gtmetrix.

Post count: 9544

FYI, your site may get lower PageSpeed/Yslow score when using Google fonts (e.g., “open sans”) vs default fonts, as they need to load off Google’s server and that slows page slightly. With GTMetrix, note that it will tell you *why* your score is lower, when testing things – so pretty obvious to see what does the damage.

Post count: 3343

Hi,

Add this CSS in Theme panel -> Custom CSS

body {
cursor: pointer;
}
.td-container,
.td-header-container {
cursor: default;
}

About the mobile issue , can you give me a link to see the issue.
Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.