• Resolved Czarzhan

    (@czarzhan)


    Hello.

    I am using Voyage for my wife’s blog and online store. To run the store, we are using the Jigoshop plugin, which is working we enough for us, except the shop page displays the sidebar below the products.

    There are general instructions to fix this for the TwentyEleven and TwentyTwelve themes here. I was wondering if there was any way to adapt it to the Voyage theme.

    Thanks for reading.

Viewing 6 replies - 16 through 21 (of 21 total)
  • Theme Author Stephen Cui

    (@scui2)

    Just let you know that this is just a workaround. I am not satisfied myself. I changed my theme and moved the container class to the header.

    Once you update version 1.2.1 (to be released soon)

    The first action

    echo '<div id="content" class="' . voyage_grid_class() .'" role="main">';

    second action.

    echo '</div>';

    hopefully you do not need the custom CSS as I do not like it. It all depends on when the Jigoshop calls get_sidebar(). Change to voyage_grid_full() if it does not work,

    Thread Starter Czarzhan

    (@czarzhan)

    Andrew, there is no Edit option anywhere near my post’s gravatar, or anywhere on the post that I can see.(EDIT: Oh, there it is)

    Stephen, voyage_grid_class() didn’t work for me, only voyage_grid_full(). voyage_grid_class() didn’t even address the left border issue when I tried it after a successful test. But I will try it when you update. Thanks again for your help.

    Theme Author Stephen Cui

    (@scui2)

    I mean you should try after next release

    Thread Starter Czarzhan

    (@czarzhan)

    That’s what I meant by ‘update’. Sorry for the confusion. And thanks.

    ok so im confused by all this computer language.. so im having the same issue but i dont know where to insert

    .jigoshop #sidebar_one { float: right;}
    
    .jigoshop div.clear {
    clear: none;
    }

    into my site.. please help me

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @shop8079, If you can’t manage this yourself, consider hiring someone to do it for you.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Voyage and Jigoshop’ is closed to new replies.