ThumNet
Forum Replies Created
-
Thank you Tyler, this fixed the problem!
For the Graphene theme we have a similar issue with Disqus in the slider. I’ve been looking into this, the problem is caused by the following:
Disqus adds an action hook to loop_end.
line 1152 of disqus.php – add_action(‘loop_end’, ‘dsq_loop_end’);And when we output our slider we use WP_Query which triggers the loop_end action on the end.
I have not yet found a solution 🙁
Forum: Themes and Templates
In reply to: Broken ThemeYou’re welcome. As a co-developer of the theme it is good to see people actually reporting bugs/problems.
Forum: Themes and Templates
In reply to: Broken ThemeThis should be fixed with checkin r168 (http://code.google.com/p/graphene/source/detail?r=168)
Which version of Graphene are you using?
Forum: Themes and Templates
In reply to: Graphene Navigation ProblemThis can be done by creating a custom menu.
Forum: Themes and Templates
In reply to: Removing RSS Feed Icon and Search BarI’ve submitted this functionality as options for the theme to Syahir. And I think they will be available in the next release.
Options are:
– Hide complete top bar (above the Header image)
– Hide the feed icon
– Set the location of the search box (options: top bar (default), navigation bar or the side bar)