New Landing How can we help? Themeforest Theme Support Flexform Shop full page width content

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Flexform
  • #127785
    stuartal12
    Member
    Post count: 13

    I am adding a shop component and the want content to appear above product grid (see URL).

    The full width text element and the tabs element have inline ‘span8′ class appended to them:

    class=’full-width-text wpb_content_element span8 wpb_text_column’

    This does not occur on non-woocommerce pages. Where is that class coming from and how can I remove it?

    thanks,
    Stuart

    #127866
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Actually woocommerce convert the shop page into archive page. Please provide me wordpress admin login detail so i can inspect the issue easily.
    Thanks
    Mohammad

    #128050
    stuartal12
    Member
    Post count: 13

    stuart / juice$2014$

    #128277
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its hard to manage but i made a fix through javascript code. Please check it now and let me know your feedback.
    Thanks
    Mohammad

    #128424
    stuartal12
    Member
    Post count: 13

    Yes – taht’s good. Please tell me what you did: which files, what lines? Should the changes be placed in the child theme?
    thanks,
    Stuart

    #128540
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I inserted given below code at Admin -> Theme Options -> General Options -> Tracking code.

    <script>
    jQuery( document ).ready(function() {
    jQuery('.post-type-archive-product .page-description').find('div.span8').removeClass('span8').addClass('span12');
    });
    </script>

    You can upgrade theme without any problem.

    Thanks
    Mohammad

    #128576
    stuartal12
    Member
    Post count: 13

    Excellent. Thanks.
    Stuart

    #128585
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem, thanks Mohammad

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 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