Fruitful Theme top bar is out of the browser view

Permalink
Hi everyone, I'm using Concrete5.7 Fruitful theme. My top bar navigation seems to be half out of my browser window (in Firefox). Here is the website:http://yourhistorymade.com/

When I convert to the Fundamental Theme, everything is fine. Any ideas on why my nav buttons are half off the screen in Fruitful Theme? Thanks!

Best,
Matt

 
WebcentricLtd replied on at Permalink Reply
Hi,
did you modify the theme in any way?

Specifically did you alter any of the code here?

<div id="searchShell">
           <div class="container">
               <?php  $a = new GlobalArea('Search'); $a->display(); ?>
           </div>        
       </div>


The issue appears to be that the Global area 'Search' is supposed to be hidden by the .ccm-page style:
-webkit-transform: translate3d(0, -54px, 0);


You don't have anything there so it is just pulling the top up the requisite -54px.

I don't really know that theme but maybe it requires that you add a search block - or that you add a custom template to that area(???).

I suspect adding a search block and a custom template for that block might resolve your issue. If that doesn't work you could contact Vivid and explain the issues you're having.
MichaelG replied on at Permalink Reply
MichaelG
Andy is correct, the theme kind of expects that you will have a search block in there, and that's kind of a bad assumption and we should probably change that, but yeah as of right now, it does assume that.

Please check out the video that we made that goes over constructing the theme as seen on the demo:http://fruitful.market.isitvivid.com/theme-help...
ljarbeau replied on at Permalink Reply
sorry, changed theme need a theme I can work with easily
Steevb replied on at Permalink Reply
Steevb