Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Nice, I added it and the logo is back to its resplendent aspect ratio.
Perhaps you guys should add the 2/8/2 option for header layout, the 4/4/4 is the only current option but there’s barely any content in the header-left and header-right sections.
Cheers
I’m having a go at this, but it’s not working how I’m doing it.
I’ve created a sf-header.php file in my child theme with the same directory path, /includes/swift-framework/sf-content-display/sf-header.php – will this work or do I need to make changes directly to the theme?
I’ve made these changes:
if ($header_layout == "header-1") { $header_output .= '<header id="header" class="clearfix">'. "\n"; $header_output .= '<div class="container">'. "\n"; $header_output .= '<div class="header-row row">'. "\n"; $header_output .= '<div class="header-left span2">'.sf_woo_links('header-menu', 'logo-left').'</div>'. "\n"; $header_output .= sf_logo('span8 logo-center'); $header_output .= '<div class="header-right span2">'.sf_aux_links('header-menu', TRUE).'</div>'. "\n"; $header_output .= '</div> <!-- CLOSE .row -->'. "\n"; $header_output .= '</div> <!-- CLOSE .container -->'. "\n"; $header_output .= '</header>'. "\n"; $header_output .= sf_mobile_search(); $header_output .= '<div id="main-nav">'. "\n"; $header_output .= sf_main_menu('main-navigation', 'full'); $header_output .= '</div>'. "\n";
I think my mistake is obvious, but I don’t know it. The page still has the sections as span4s.
This reply has been marked as private.Hi,
I made this thread a while ago but I’m having exactly the same problem again, and the fix you posted before doesn’t help. It makes it worse, actually.
I can see roughly the issue – with the header layout on Center, the 3 header sections with the span4 class limit the logo to filling 1/3 of the width, whilst our logo is very wide but not tall. Thus, the height is stretched out of the aspect ratio, and the right and left sections of the header are practically empty.
Is there a CSS rule, or modifications to the PHP files, that I can make to perhaps change the right and left header sections to span2, and the central logo section to span8?
Or an even simpler fix?
July 9, 2015 at 1:17 pm in reply to: Shop Archive layout broken. Help, Please (WordPress Theme) #193229Thanks, worked for me! Will this be fixed in future updates?
July 8, 2015 at 7:51 pm in reply to: Shop Archive layout broken. Help, Please (WordPress Theme) #192927This reply has been marked as private.July 8, 2015 at 7:50 pm in reply to: Shop Archive layout broken. Help, Please (WordPress Theme) #192926I’ve done as you’ve said, and updated to the latest Neighborhood too, but this issue is persisting for me.
Some guidance in resolving it, please?
July 7, 2015 at 3:43 pm in reply to: Shop Archive layout broken. Help, Please (WordPress Theme) #192467Can you give me the link? The dropbox link i see in this thread links directly to header.php. Unless header-alt.php is just a copy of that?
July 7, 2015 at 2:50 pm in reply to: Shop Archive layout broken. Help, Please (WordPress Theme) #192437This reply has been marked as private.July 7, 2015 at 2:50 pm in reply to: Shop Archive layout broken. Help, Please (WordPress Theme) #192436I’m having the same issue where there is a large gap in my category pages, and I have copied your header.php from the dropbox link into my child theme and the issue remains.
You mentioned a header-alt.php file that needed changing too but I can’t see if you’ve uploaded one?
Also half the replies in this thread are private so it’s impossible to follow.
Any update on this?
Also, I’m having an issue in this forum – I click ‘make new post’ and nothing happens. I just had a go on Firefox too (I’m on Chrome) and same problem.
But my query:
Can you display variable product variations as separate products in category pages? They would all link to the same product page, ideally with the preferred attribute pre-selected.
I want to bulk out my sparse category pages by showing the numerous colour variations for our products in them, a feature I’ve seen in most fashion sites but haven’t worked out how to achieve in woocommerce.
Oh right, I thought I’d done that tbh. Definitely played with those boxes but I must’ve had the wrong values or something.
Thanks!
But seriously, an explanation on how you did it would be very useful, else I’ll be posting a new thread for every new website I make using Neighbourhood.
Hey,
It looks perfect, thanks a lot! Can I ask what you did, for reference and for anyone else that’s having this problem?
This reply has been marked as private. -
Posted in: We hit Power Elite.