Frontpage images?

February 2014 WordPress Theme
GK User
Thu Apr 03, 2014 8:42 pm
Hi,

Theme looks and feels great, but I don´t have slightest idea where to put images of the frontpage elements (header etc.), like in demo. If I ´m correct, it should be done in the text widget´s code – but how? In configuration details I didn´t find the text widget code for header style 2…
User avatar
Junior Boarder

GK User
Fri Apr 04, 2014 7:38 am
Hello,

You're right, Other widgets (header2, header3) are in inactive widgets (quickstart package). If you are not using the quickstart here is the content:
Code: Select all
<div class="custom  gk-header2">
<div>
<small data-scrollreveal="enter top and move 100px wait 0.5s">Easy transform header</small>
<h1 data-scrollreveal="enter top and move 100px wait 0.7s">Create your own blog</h1>
<a href="#" data-scrollreveal="enter top and move 100px wait 0.9s">Read more</a>
</div>
</div>


header3:
Code: Select all
<div class="custom  gk-header3">
<div>
<div class="gk-avatar"><img src="[pageurl]/wp-content/themes/Mo/images/demo/robert.jpg" border="0" alt="" data-scrollreveal="enter top and move 100px wait 0.5s" /> <a class="gk-fb" href="http://facebook.com/gavickpro" data-scrollreveal="enter top and move 50px wait 1s"><i class="fa fa-facebook"></i></a> <a class="gk-twitter" href="http://twitter.com/gavickpro" data-scrollreveal="enter bottom and move 50px wait 1s"><i class="fa fa-twitter"></i></a></div>
<h1 data-scrollreveal="enter top and move 100px wait 1s">My own website</h1>
<small data-scrollreveal="enter bottom and move 50px wait 1s">Easy transform header</small>
</div>
</div>


It's also available on header documentation:
http://www.gavick.com/demo/wordpress/mo/?page_id=1441

In this theme, you can also use frontpage based on posts instead of widgets:
http://www.gavick.com/demo/wordpress/mo/?page_id=1494
User avatar
Moderator

GK User
Fri Apr 04, 2014 5:20 pm
Thanks for the answer Piotr!

My mistake - I didn´t find the header documentation..
User avatar
Junior Boarder


cron