Some problems and questions

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
Wed Oct 22, 2014 9:23 am
Reply with quote
Report this post
1) I enabled social buttons as like your demo but i need much colorful ones like Facebook blue icon, Twitter blue icon. Not black white one. Can you show me a way?

2) Please check http://www.derki.com/derkiyeni/
Here you can see right_sidebar.

But http://www.derki.com/derkiyeni/ruhtaki/ ... ozlemlemek
when i clicked into an article, right-sidebar size seemed different. İ selected 0 for right_sidebar. I do not understand why this difference happened

3) http://www.derki.com/derkiyeni/cem-sen
This is an author page. As you can see left images are smaller than right ones.
http://www.derki.com/derkiyeni/zeynep-sevil-guven
This one, left is bigger than right one.

Some has the same sizes in author pages. How can i fix that?

4) In top menu bar. When i roll down and come up again. Bottom horizantal line has dissappeared. I need to refresh to take it back? How can i make it not disappear?

5) In top menu bar. When i roll down how can i disable logo appearing? I need much more space in thet menu.
User avatar
Senior Boarder

teitbite
Fri Oct 24, 2014 4:31 pm
Reply with quote
Report this post
Hi

1. Social icons are made as a html code in custom html module, so You can put icons as images there directly.
2. Sidebars are set with percentage values of whole website, so on pages with left and right sidebar, sidebars will be smaller than on pages with one sidebar only.
3. Add this to css:
Code: Select all
.gkListCols2 article { width: 50%; }


4. Try with this code in css:
Code: Select all
#gkTopBar {
    border-bottom: 1px solid #e5e5e5;
}


5. Add this to css:
Code: Select all
#gkLogoSmall {
    display: none;
}
User avatar
Moderator


cron