Back ground and spacing - by ronensch - on WordPress WooCommerce support

This topic has 44 replies, 4 voices, and was last updated 10 years, 8 months ago ago by Eva Kemp

  • Avatar: Eva
    Eva Kemp
    Participant
    March 23, 2015 at 11:48

    Hello,

    1. If you want Shop page to be shown as home page you need select it in Settings > Reading > Front page.

    2. Use this code in custom.css:

    .languages-area .widget-title {
        color: #ef8eae;
    }

    You can decrease the languages area width to divide the text in 2 lines:

    .top-bar .languages-area {
        width: 500px !important;
    }

    3. Add this code in custom.css:

    .back-to-top::before {
        content: url("http://link_to_your_image");
    }

    4. How to create custom tab you can read here:
    http://docs.woothemes.com/document/editing-product-data-tabs/

    5. Please provide us with FTP credentials.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: ronensch
    ronensch
    Participant
    March 24, 2015 at 07:19

    hey eva,
    do you have anu solutions concerning these issues?

    thanks!

    Avatar: ronensch
    ronensch
    Participant
    March 24, 2015 at 08:50

    hey eva
    sorry just saw your answers.
    1. I meant that to add a section in the existing homepage (under the existing content) where all the shop will be shown- is this possible?
    2. ok
    3. i added icon but as you can see there is a gray bg that I don’t want- can i make this transparent?
    4. how do I put a you tube video in this tab? and if this is in the functions php what will happen to the snippet when I upgrade versions?
    5. I will be moving the site today/tomorrow to it’s final domain and host so after this I will give you the credentials.

    thanks:)

    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 24, 2015 at 09:11

    Hello.

    1.You may simply cut and copy shop page content and use VC elements(both woocommerce and Etheme to add necessary elements.
    3. Please add this code in custom.css file:

    .back-to-top::before {
       background-color: transparent;
    }

    4.Please use Child theme for php elements . How to create child theme you may read here.

    With best regards
    Brian Johnson

    Avatar: ronensch
    ronensch
    Participant
    March 24, 2015 at 10:17

    thanks!
    about #3 the bg of the back to top icon- how can I make it transparent?
    **the icon i uploaded is already transparent

    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 24, 2015 at 10:29

    Hello

    Please add this code into the custom.css:

    .back-to-top:before {background:transparent !important;}
    .back-to-top  {background:transparent !important;}

    With best regards
    Brian Johnson

    Avatar: ronensch
    ronensch
    Participant
    March 24, 2015 at 12:38

    thanks again:)

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 24, 2015 at 12:44

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: ronensch
    ronensch
    Participant
    March 25, 2015 at 17:56

    hey
    so I moved the site to it’s permanent domain and host
    and i need help with 2 more issues
    1. the menu in mobile version is dark text on dark bg. is how do I make the text lighter (white)
    2. still the products in the mobile version in the shop dont appear.
    so these are the credentials like you asked:

    thanks!

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Participant
    March 26, 2015 at 10:10

    Hello,

    1) Please add following code in custom.css file.

    .et-mobile-menu li > a{
    color:#fff;
    }

    2) As I see products is appeared. Isn’t it? See screenshot: http://prntscr.com/6li5rq

    Regards,
    Robert Hall.

    Avatar: ronensch
    ronensch
    Participant
    March 26, 2015 at 11:30

    Hi Robert
    1. thanks
    2. I have looked from a number of devices/browsers/internet connections
    and the pics in shop don’t appear. http://screencast.com/t/NerOWEHrV
    are you looking from mobile device?

    what can we do?

    Avatar: Eva
    Eva Kemp
    Participant
    March 26, 2015 at 14:21

    Hello,

    I’ve added this code in custom.css block:

    @media (max-width: 979px) {.product-loop.products-grid.product-count-3 {
    width: 100% !important;
    } }

    Please check products page on mobile devices.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: ronensch
    ronensch
    Participant
    March 26, 2015 at 17:19

    great!!!! thanks!!

    Avatar: Eva
    Eva Kemp
    Participant
    March 26, 2015 at 18:36

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • 1 2
    Viewing 44 results - 31 through 44 (of 44 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.