Social icon on tablet or mabile

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
Mon May 12, 2014 5:31 am
Reply with quote
Report this post
Can social share icon in K2 items visible on the mobile or tablet? :?

Thank You for attentions...
User avatar
Expert Boarder

GK User
Mon May 12, 2014 6:14 am
Reply with quote
Report this post
tThe way it is designed would mean that the social icons would appear under Tagged, Related, Latest section. Would that be ok for you?
User avatar
Moderator

GK User
Mon May 12, 2014 8:23 am
Reply with quote
Report this post
if it only appears in the tablet or the car is not a problem. but if it appears also on the web I think would be a problem. gk news2 display is cool, I do not want to ruin it.
User avatar
Expert Boarder

GK User
Mon May 12, 2014 4:00 pm
Reply with quote
Report this post
No it would work this way only when it doesn't display at all - so you would accept that kind of solution?
User avatar
Moderator

GK User
Tue May 13, 2014 3:12 am
Reply with quote
Report this post
I just want, the web visitors can share articles via tablets or mobile. but they were not found share icon in the mobile or tablets.

The more you know about it, I'm ok.
User avatar
Expert Boarder

GK User
Tue May 13, 2014 4:15 pm
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
@media (max-width: 640px) {
    aside.itemAsideInfo {
        display: block !important;
        position: relative;
        width: 100%;
    }
    aside.itemAsideInfo ul > div, aside.itemAsideInfo ul > li {
        display: inline-block;
    }
    aside.itemAsideInfo ul > li, aside.itemAsideInfo ul > div > div {
        padding: 0 10px !important;
        height: 60px;
    }
   
    aside.itemAsideInfo .itemSocialSharing > div {
        display: inline-block;
    }
}


This is not a perfect solution, and you would need to start styling each element on its own to create nice looking line of elements. Sadly - this is customisation beyond our support.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sat May 17, 2014 2:54 pm
Reply with quote
Report this post
thank you so much for your attention. I will try your advice to apply.

Thank you so much.
User avatar
Expert Boarder


cron