Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • in reply to: Homepage Logo distorted #201044
    uowlimited
    Member
    Post count: 16

    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

    in reply to: Homepage Logo distorted #201014
    uowlimited
    Member
    Post count: 16

    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.

    in reply to: Logo distorted #200647
    uowlimited
    Member
    Post count: 16
    This reply has been marked as private.
    in reply to: Logo distorted #200646
    uowlimited
    Member
    Post count: 16

    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?

    uowlimited
    Member
    Post count: 16

    Thanks, worked for me! Will this be fixed in future updates?

    uowlimited
    Member
    Post count: 16
    This reply has been marked as private.
    uowlimited
    Member
    Post count: 16

    I’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?

    uowlimited
    Member
    Post count: 16

    Can 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?

    uowlimited
    Member
    Post count: 16
    This reply has been marked as private.
    uowlimited
    Member
    Post count: 16

    I’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.

    in reply to: Variable products and main image zoom #192398
    uowlimited
    Member
    Post count: 16

    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.

    in reply to: Logo distorted #176591
    uowlimited
    Member
    Post count: 16

    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!

    in reply to: Logo distorted #176492
    uowlimited
    Member
    Post count: 16

    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.

    in reply to: Logo distorted #176412
    uowlimited
    Member
    Post count: 16

    Hey,

    It looks perfect, thanks a lot! Can I ask what you did, for reference and for anyone else that’s having this problem?

    in reply to: Logo distorted #176402
    uowlimited
    Member
    Post count: 16
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 15 total)