Support » Theme: Frontier » woocommerce support

  • Resolved goodmuyis

    (@goodmuyis)


    I have issue with woocommerce plugin, on single product page, both the frontier sidebar were hidden, also woocommerce sidebar itself is not properly position, it goes below the content.

    What is notice it that Both Frontier and Woocommerce make use of #container id which is causing some conflict.

    i will suggest using some unique naming for your css rules.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter goodmuyis

    (@goodmuyis)

    Although i have been searching for solution to the problem long ago (not today) getting solution i dont want to be selfish.
    I got the problem solved here

    I duplicate the page-scs.php rename to woocommerce.php
    Then delete the lines below in woocommerce.php

    <?php
      the_post();
      get_template_part( 'loop', 'single' );
    ?>

    and replace it with

    <?php woocommerce_content(); ?>

    But Pls get non techie solution in case of those who can kill a chicken

    Theme Author ronangelo

    (@ronangelo)

    i will suggest using some unique naming for your css rules.

    Why not suggest to woocommerce that they use unique IDs. A lot of theme’s use #container.

    Thread Starter goodmuyis

    (@goodmuyis)

    AM not a developer and i appreciate peoples work, thats why i make suggestion. I would suggest the same thing to woocommerce if i have issue with them in fact i will do it right away.

    Thanks for you NICE Theme, i can just stop using for any project, The both inner and outer are easy to work with.

    JOKE:if you dont mind i could have your Sister as GF

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘woocommerce support’ is closed to new replies.