Article Visits in mobile version

GK User
Wed Jan 23, 2013 7:00 pm
I'm using your fantastic template in www.zonawrestling.net. Everything is ok in the desktop version, but i see an error in the mobile version.
In joomla menus article visits are hided, but in mobile version everyone can see article visits. How i can hide them?

Thank you.
User avatar
Fresh Boarder

Konrad M
Thu Jan 24, 2013 8:43 am
Hi,
please go to css/mobile and add to each one css file this code:
Code: Select all
.gkFeaturedItemInfo p + p {
display:none;
}

Add this at the bottom after last selector.
User avatar

GK User
Thu Jan 24, 2013 7:20 pm
OT: do you know how to fix image size? i set up the width to 100% and the height to "auto" but so images are not proportional reduced. How i can make images proportionally reduced based to the device width?
User avatar
Fresh Boarder

Konrad M
Fri Jan 25, 2013 12:10 pm
What do you think that they aren't properly reduced ? I'm asking becasue this is good method which you used.
User avatar

GK User
Fri Jan 25, 2013 5:01 pm
i have attached a pic of the site as it appears in a smartphone:
the picture under the header is a little too "tall". Sometime images are displayed in the right way, but I can't understand why.
User avatar
Fresh Boarder

Konrad M
Mon Jan 28, 2013 9:10 am
Please try find in css files:
Code: Select all
img {
    height: auto !important;
    max-width: 100% !important;
}

and change it to:
Code: Select all
img {
    height: auto !important;
    max-width: 100% !important;
    max-height:100% !important;
}
User avatar

GK User
Fri Feb 01, 2013 4:39 pm
it seems to work only on some sections or images, i don't understand.
you can check this on zonawrestling.net
also, i'm wondering if there is a way to make more "clean" long headlines: when a title exceed on row lenght the result is terrible (check image on attachment)
User avatar
Fresh Boarder

GK User
Wed Feb 27, 2013 1:09 am
i'm still waiting for an help :(
User avatar
Fresh Boarder


cron