Viewing 15 posts - 16 through 30 (of 37 total)
  • #55020
    Twitch
    Member
    Post count: 53
    This reply has been marked as private.
    #55024
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please check your slider now

    – Kyle

    #55040
    Twitch
    Member
    Post count: 53

    Thanks what was the problem?

    and what about the menu?

    #55046
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You need to set you image as the background of the slide, not a layer.

    I will work on the menu now.

    – Kyle

    #55060
    Twitch
    Member
    Post count: 53

    Thanks!

    #55061
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Open up sf-header.php:

    includes/swift-framework/sf-content-display/sf-header.php

    and replace lines 534 to 537:

    		$menu_full_output .= '<div class="span9">'. "\n";
    			$menu_full_output .= $menu_output . "\n";
    			$menu_full_output .= '</div>'. "\n";
    			$menu_full_output .= '<div class="span3 header-right">'. "\n";

    with

    			$menu_full_output .= '<div class="span8 offest2">'. "\n";
    			$menu_full_output .= $menu_output . "\n";
    			$menu_full_output .= '</div>'. "\n";
    			$menu_full_output .= '<div class="span2 header-right">'. "\n";

    Let me know if this works.

    – Kyle

    #55067
    Twitch
    Member
    Post count: 53

    I’ve changed them. It were different lines : 476-479
    It didn’t work..

    The lines you told, were lines from Woocommerce.

    #55070
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    That’s because you’re not on the latest version of the theme, please update.

    – Kyle

    #55074
    Twitch
    Member
    Post count: 53

    Can’t we do it for now without the update, because i have a lot custom code in the theme.

    And later on I will back this up and update it.

    #55080
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please undo that change and I will try and do it with css

    – Kyle

    #55081
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Just checked the code, looks like a little typo, try this:

                $menu_full_output .= '<div class="span8 offset2">'. "\n";
                $menu_full_output .= $menu_output . "\n";
                $menu_full_output .= '</div>'. "\n";
                $menu_full_output .= '<div class="span2 header-right">'. "\n";
    #55085
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Ed! My mistake

    #55089
    Twitch
    Member
    Post count: 53

    Ed,

    I have changed it isn’t center under the logo.

    I have noticed that the Span3 (the cart) is very wide. But when I decrease the width it expends due to the cart.

    So should i remove the code again?

    #55106
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes please undo the changes and I will try and centre it with css

    – Kyle

    #55108
    Twitch
    Member
    Post count: 53

    Done

Viewing 15 posts - 16 through 30 (of 37 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register