Custom Sidebar & stuff - by panda - on WordPress WooCommerce support

This topic has 31 replies, 4 voices, and was last updated 8 years, 10 months ago ago by Robert Hall

  • Avatar: panda
    panda
    Participant
    May 13, 2015 at 14:56

    Theme is updated, plugins also.

    Wordpress and WooCommerce is as well updated.

    I replaced the ‘Cart’ word with ‘Shopping Bag’, but it didnt work.

    Sidebar on ‘Shop’ page is still different looking.

    I am sorry, I didnt know this was going to be so difficult.

    Appreciate your time.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 13, 2015 at 15:15

    Hello,

    Please provide us with FTP credentials.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: panda
    panda
    Participant
    May 13, 2015 at 15:55

    Below is access to our File Manager

    and for Filezilla.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 13, 2015 at 18:04

    Hello,

    The issue may be caused by Woocommerce template that is used for Shop page. You can try to remove Shop page in Woocommerce > Settings > Display > Products page > remove Shop page.
    Then add Products element in Visual Composer editor in Pages > Shop to display products.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: panda
    panda
    Participant
    May 21, 2015 at 17:21

    I think I found out what was causing the ‘shop’ page sidebar to act differently.

    I just changed the shortlink to ‘/shop1/’ instead of ‘/shop/’. Maybe WooCommerce default settings are interfering with something in the stylesheet. I have no idea, but anyway, now it is ok.

    Also, in the woo.php file I edited line 931 or something, that did the trick!

    Everything looks nice now, I think our site is ready to launch 🙂

    Except this one little issue:

    – How do I style the buttons?

    Would like them to say ‘bag’ instead of ‘cart’ as well. And maybe do some color changes.

    – And how do I edit the sum color in the cart widget?

    Thanks again for all the help. You have been awesome!

    Avatar: Eva
    Eva Kemp
    Support staff
    May 21, 2015 at 18:28

    Hello,

    To change “Add to Cart” text you need edit Woocommerce files wp-content/plugins/woocommerce/includes/class-wc-product-simple.php (line 50), wp-content/plugins/woocommerce/includes/class-wc-product-variation.php (line 198).
    To change text color and background color of “Add to Cart” button use this code in custom.css file:

    a.button.etheme_add_to_cart_button {
        color: #000;
        background-color: green;
    }

    Write your color values.

    Use this code to change sum color in the top cart widget:

    .shopping-cart-widget .cart-summ .price-summ {
        color: #06A24F !important;
    }

    Regards,
    Eva Kemp.

    Avatar: panda
    panda
    Participant
    May 22, 2015 at 16:04

    Thank you!

    So, now the buttons on the products page is styled. And sidebar is looking good on all pages, except one:

    When I go to the single product page, sidebar is looking like it was before(!) 🙁

    And the ‘add to cart’ button is unaltered on this page. Is there a code to style all buttons?

    Also, the ‘add to wishlist’ link should be removed. How?

    Your continuing support is priceless to us, thanks.

    Avatar: panda
    panda
    Participant
    May 22, 2015 at 16:15

    Oh, and the ‘add to cart’ buttons & price on products page is aligned to the left under product image it seems. Can we center or align buttons & price to the right??

    Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2015 at 11:09

    Hello,

    If you don’t want to use Wishlist you can disable Wishlist plugin in wp-admin > Plugins.
    To center the price and button add this code in custom.css file:

    .products-grid .product .add-to-container {
        text-align: center;
    }

    Concerning the sidebar on a single product page I’ve added this code in custom.css file:

    .span3.sidebar.sidebar-left.single-product-sidebar {
      width: 14.5299% !important;
    }
    .sidebar-widget ul, #pages-2 ul {padding:0;text-transform:uppercase;font-size:13px;line-height:25px;font-weight:bold!important;}

    Please check now.

    Regards,
    Eva Kemp.

    Regards,
    Eva Kemp.

    Avatar: panda
    panda
    Participant
    May 25, 2015 at 15:43

    You rock!

    I may have some very minor things I want you to look at later.

    But for now, I just want to thank you for your unparalleled support.

    Cheers

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 25, 2015 at 16:02

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • 1 2
    Viewing 31 results - 21 through 31 (of 31 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.