When I hide item title the social icons are gone too.

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
Thu Mar 17, 2016 11:49 pm
Reply with quote
Report this post
Hi,
I did some modifications to the K2 template and now the once I hide the title the social icons are gone also. I know that was a line that need to tell not to hide anything but cannot remember how. Can you please help?

The url with the missing icons is this: http://eus.artbooks.mk/mk/ostanatiuslug ... -akreditiv

Thanks,
Gorast
User avatar
Platinum Boarder

teitbite
Wed Mar 23, 2016 11:12 am
Reply with quote
Report this post
Hi

Please put the titles back. Maybe it will be better to hide titles with css only.
User avatar
Moderator

GK User
Thu Mar 24, 2016 10:06 am
Reply with quote
Report this post
Hi,
in this particular setup of the Item its no good for me. I "simulate" the title with text below the actual title space because of the two cell text style.
Any chance this can be fixed in the php file?

Thanks,
Gorast
User avatar
Platinum Boarder

teitbite
Tue Mar 29, 2016 3:57 pm
Reply with quote
Report this post
Hi

There is no condition about social icons in code, so I still believe it's an issue with css.

Code: Select all
 if(
   $params->get('itemFontResizer') ||
   $params->get('itemPrintButton') ||
   $params->get('itemEmailButton') ||
   $params->get('itemSocialButton') ||
   $params->get('itemVideoAnchor') ||
   $params->get('itemImageGalleryAnchor') ||
   $params->get('itemHits') ||
   $params->get('itemRating') ||
   $params->get('itemTwitterButton', 1) ||
   $params->get('itemFacebookButton', 1) ||
   $params->get('itemGooglePlusOneButton', 1)
) {
   $aside_exists = true;
}
User avatar
Moderator


cron