Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1134236
    Starlord999
    Participant

    Hi

    I’m working on my single product page using the Integrity stack.
    A sample of the page can be found at http://www.bayatticv2.com/shop/robert-kelsey-greeting-cards/test-product/

    The above the tabs section is generally fine although I would like it to be full width instead of boxed if possible?

    My main issue is that the content that is currently showing in the description tab I would like to be outwith and above the tabs, between the top content and the tabbed section. I would like it to look like it does at http://www.bayatticv2.com/test-product-page/ Is that possible?

    Loving the theme and support so far so fingers crossed these two items are possible.

    #1134761
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .woocommerce .entry-wrap,
    .woocommerce .x-tab-content>.x-tab-pane,
    .woocommerce .x-tab-content {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
        box-shadow: none;
        background-color: transparent;
    }

    Hope it helps, Cheers!

    #1134820
    Starlord999
    Participant

    That gives me full width which is great.
    Still leaves the extra content inside the tabbed section shown at http://www.bayatticv2.com/shop/robert-kelsey-greeting-cards/test-product/
    Is it possible to move it outside of the description tab? Alternatively remove the description tab so the content sits below the image and top description.

    Thanks
    David

    #1134917
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .single-product .x-container.max.width.offset {
        width: 100%;
        max-width: 100%;
    }

    Hope it helps.

    #1135053
    Starlord999
    Participant

    It’s definitely getting closer, the only remaining issue is that the content is still within the tabbed section.
    Can we move it outwith the tabbed section? http://www.bayatticv2.com/shop/robert-kelsey-greeting-cards/test-product/

    #1135164
    Joao
    Moderator

    Hi There,

    Please provide a screenshot/mockup of what you are trying to achieve. This way we can ensure that we provide you the correct solution.

    Thanks

    Joao

    #1136600
    Starlord999
    Participant

    I am trying to achieve something like http://bayattictestsite.com/shop/view-all-greeting-cards/deserted-beach-harris-greeting-card/.

    You can see that the Description and Additional Information tabs are underneath the content I am looking to add

    #1136732
    Paul R
    Moderator

    Hi,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #1140835
    Starlord999
    Participant

    ok thanks

    #1140896
    Rue Nel
    Moderator

    You are most welcome!

  • <script> jQuery(function($){ $("#no-reply-1134236 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>