9GAG WordPress Theme - Free

Status
Not open for further replies.
6 comments
This is a nice clone its missing some css3 animation though like the link hover and stuff

Also not sure how clued you are on jQuery but you could do something like this so that the search box will slide down like it does on 9gag its a simple effect but i really like it

Code:
   $("#search_toggle").click(function () {
      $("#search_bar").slideToggle("slow");
    });

Nice work anyway :)
 
Thank you. I have worked hard to complete the structure of the theme, so now I have time to devote my self to implementing effects like sliding and color fading etc.

It will be implemented in the next versions for sure!

---------- Post added at 09:14 PM ---------- Previous post was at 07:47 PM ----------

Version – 0.1.1
Changelog:
*Fixed issue where Twitter share button would share strange url instead of post
http://originalexe.com/9gag-wordpress-theme/
 
Status
Not open for further replies.
Back
Top