Problem with creating the new speakers

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Sat Jun 22, 2013 1:27 am
Hello community,

I accidentally delete all the speakers after installation.
Now, when I create new speakers, they are not displayed here.
(See screenshot). What should I do?
User avatar
Fresh Boarder

GK User
Sat Jun 22, 2013 7:26 am
Screenshot didn't attached.
You need minimum 5 speakers for correct display.
User avatar
Moderator

GK User
Sun Jun 23, 2013 1:07 am
thanks for the reply.
Now I have made ​​5 new speaker.
the problem now is that it is black.
In the photo you can see it.
User avatar
Fresh Boarder

GK User
Mon Jun 24, 2013 8:48 am
Could YoPlease send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Tue Jun 25, 2013 10:40 am
It works now - i've made 6…
1 other question: how can i add one more social icon at the top?
because i need a youtube icon
User avatar
Fresh Boarder

GK User
Sat Jun 29, 2013 10:08 am
Its a customization, so You will not be able to edit link from wp-admin area/

Firstly - You would need to edit file:
wp-content/themes/Fest/images/social_icons.png
and add another icon at its end (expand file to right and create same other icons size).

Secondly - edit file:
wp-content/themes/Fest/gavern/widget.social.php
and find lines:
Code: Select all
         if($rss_link !== '') echo apply_filters('gk_social_rss_link', '<a href="'.str_replace('&', '&amp;', $rss_link).'" class="gk-rss-icon">RSS</a>');
         //
         echo $after_widget;
      }

and replace them with:
Code: Select all
         if($rss_link !== '') echo apply_filters('gk_social_rss_link', '<a href="'.str_replace('&', '&amp;', $rss_link).'" class="gk-rss-icon">RSS</a>');
         echo '<a href="http://youtube.com" class="gk-youtube-icon">Youtube</a>'
         //
         echo $after_widget;
      }



Finally, use override.css to add atitional css code (enable override.css in theme settings - advanced section)
Code: Select all
#gk-social .gk-rss-icon {background-position: -108px 0;}


All this should give You the result You need.
User avatar
Moderator


cron