Speakers page acting weird

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Tue Aug 20, 2013 7:56 pm
I'm using the Fest theme for wordpress.

I got my speakers page up and running (in my case it sailors). Now, the page i acting weird (cf. attached).

a) When a mouse over the two first "speakers" the the "speaker" below gets pushed down.

b) there's a small clickable visible in the upper right corner of the page. When I click it I get from: http://worldcup.coldhawaii.eu/category/sailors to http://worldcup.coldhawaii.eu/category/sailors/page/2/

What's wrong? :?:
User avatar
Fresh Boarder

GK User
Wed Aug 21, 2013 7:34 am
Hi,

I'm not sure but i think it's because of long first sailor name (two lines). I need your site live - Maintenance Mode disabled (or you can send me a PM with your site backend access) to help you with that.
User avatar
Moderator

GK User
Wed Aug 21, 2013 12:26 pm
Thanks. I guess I need to send a private massage to you. I did that.
User avatar
Fresh Boarder

GK User
Wed Aug 21, 2013 1:52 pm
Add this code to css/override.css file:
Code: Select all
.speakers-page .gk-speaker h2 {
    font-size: 16px;
}


This small line is a pagination - should be invisible, I'll improve that, for now just edit Fest/category-speakers.php and remove this line:
Code: Select all
<?php gk_content_nav(); ?>
User avatar
Moderator

GK User
Wed Aug 21, 2013 3:15 pm
Ok - thanks! The line in the upper right corner disappeared "when a mouse over the two first "speakers" the the "speaker" below gets pushed down" persists.
User avatar
Fresh Boarder

GK User
Thu Aug 22, 2013 7:15 am
Did you add mentioned code to override.css file? with font-size property?

If yes and it doesn't work, replace the code with this one:
Code: Select all
.speakers-page .gk-speaker h2 {
    font-size: 16px!important;
}
User avatar
Moderator

GK User
Thu Aug 22, 2013 7:43 am
Yes - cf. attached, correct?
User avatar
Fresh Boarder

GK User
Thu Aug 22, 2013 8:00 am
ok, so replace font-size property with this one with "important":
Code: Select all
font-size: 16px!important;

And are you sure you have this option enabled? Fest -> Template Options -> Advanced Tab - Use the override.css file.
User avatar
Moderator

GK User
Thu Aug 22, 2013 12:38 pm
It wasn't enabled - sorry my mistake. It's working now - thank you.
User avatar
Fresh Boarder


cron