social,search and links column in Magazine Template

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 Feb 25, 2013 2:55 pm
Reply with quote
Report this post
Hi
Thank you for your help it is appreciated.
Is it possible to make this fixed position column slightly wider but not wider in mobile devices?

Also is it possible to use this fixed column for images hyperlinked instead of links, social and search?
Is it possible to delete the return to top arrow feature at the bottom of this column?

Thank you for your time :)
User avatar
Gold Boarder

GK User
Tue Feb 26, 2013 8:55 am
Reply with quote
Report this post
To change toolbar width you need to add this code to template.css :

Code: Select all
body {margin: 0 0 0 62px}


and for mobile.css and tablet.css

Code: Select all
body {margin: 0 0 0 52px}


Also is it possible to use this fixed column for images hyperlinked instead of links, social and search?


Yes, but this demands changes in template code if you want to you can modify default.php file in area where toolbar is placed.

s it possible to delete the return to top arrow feature at the bottom of this column?


Please use this code :

Code: Select all
#gkBackToTop { display: none}
User avatar
Platinum Boarder

GK User
Tue Feb 26, 2013 9:33 am
Reply with quote
Report this post
bkrztuk wrote:To change toolbar width you need to add this code to template.css :

Code: Select all
body {margin: 0 0 0 62px}


and for mobile.css and tablet.css

Code: Select all
body {margin: 0 0 0 52px}


Also is it possible to use this fixed column for images hyperlinked instead of links, social and search?


Yes, but this demands changes in template code if you want to you can modify default.php file in area where toolbar is placed.

s it possible to delete the return to top arrow feature at the bottom of this column?


Please use this code :

Code: Select all
#gkBackToTop { display: none}


Thank you very much for the solution. Can i be stupid and ask where exactly do I find template.css file ?
Also where do I find default.php file in area where toolbar is placed?

and is your last suggestion in one of these files too?
User avatar
Gold Boarder

GK User
Thu Feb 28, 2013 9:07 am
Reply with quote
Report this post
All CSS files you can find in root/templates/gk_magazine/css

Layout files in root/templates/gk_magazine/layouts directory.
User avatar
Platinum Boarder

GK User
Thu Mar 07, 2013 6:48 pm
Reply with quote
Report this post
Hello
He could not solve a vexing problem. Added social icons, but in between there were gaps / omissions. How can align icons, so there was no gap?
site http://ivprime.ru
Thank you.
User avatar
Fresh Boarder

GK User
Mon Mar 11, 2013 8:45 am
Reply with quote
Report this post
I want to check your site but it looks like it is not working, I still have loading icon and that's all.
User avatar
Platinum Boarder

GK User
Tue Mar 12, 2013 5:15 am
Reply with quote
Report this post
Yes, there were problems with hosting. Now everything is working.


Solved the problem of crooked display social tabs:

replaced
Code: Select all
<p><a class="gkFb" href="https://www.facebook.com/IvPrime/app_***">Facebook</a></p>


on
Code: Select all
<div><a class="gkFb" href="https://www.facebook.com/IvPrime/app_***">Facebook</a></div>

other similar.
User avatar
Fresh Boarder


cron