Some isuues - by Kamaha - on WordPress WooCommerce support

This topic has 14 replies, 3 voices, and was last updated 7 years, 8 months ago ago by Robert Hall

  • Avatar: Kamaha
    Kamaha
    Participant
    July 29, 2016 at 17:38

    Hi,

    I have four questions:
    1) Is it possible to have a cart widget visible only in the top bar?
    I have disabled it in the header and add “cart widget” to the right side of the top bar, but all I can see is text “there is no products in the cart” (original:Brak produktów w koszyku) -> my main problem is that there is no cart icon! 🙁

    2) Is it possible to move “register / sign in links” to the left side of the top bar?

    3) About the menu – is it possible to make a bigger distance area between my text links in the menu (ona, on, unisex etc) and figures links (square, circle, triangle) – like a “left menu”, and a “right menu” with this header type nr 7? I want these two categories of items to be distanced and separated from each other.

    4) When I am moving mouse over the menu items they’re highlighting with red color. Where can I change that to just white color?

    Please, contact administrator
    for this information.
    13 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 29, 2016 at 21:35

    Hello,

    1. Unfortunately there is no such option in the theme. The widget you added is default woocommerce cart widget.

    2. Try the following css code in Theme Options > Custom CSS > Global Custom CSS section:

    .languages-area {
        float: right !important;
    }
    
    .top-links {
        float: left !important;
    }

    3. Use this css code:

    .menu-item-28 a {
        margin-right: 50px;
        border-right: 1px solid #ebebeb;
    }

    Set margin value to your needs.

    4. Use the css code:

    .header-type-7 .menu-wrapper .menu > li > a:hover {
        color: #ffffff !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Kamaha
    Kamaha
    Participant
    July 30, 2016 at 09:09

    Thank you, every code worked.
    Regarding 1st question – what about the “widget” that is used in the 15’th variant of the theme? WooBags? There is a really nice cart icon! Is it possible to somehow transfer that solution to my page?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 30, 2016 at 11:56

    Hello,

    In your case you need to customize theme source files. First you need to create child theme and make all changes there https://codex.wordpress.org/Child_Themes. Copy the file top-bar.php from the wp-content/themes/woopress/headers/parts directory and place it in the child theme directory wp-content/themes/woopress-child/headers/parts, then add the code after the line 3:

    <?php if(class_exists('Woocommerce') && !etheme_get_option('just_catalog')): ?>
    <?php etheme_top_cart(); ?>
    <?php endif ;?>

    Best regards,
    Jack Richardson.

    Avatar: Kamaha
    Kamaha
    Participant
    July 30, 2016 at 16:19

    Ok, I just used a wooflowers header option, now some new questions:

    1) The Register|Sign in links aren’t visible in the top bar – how can I add them to the left side of the top bar?
    2) How can I edit now this “top bar”? I would like to ad some social icons to the top bar, but I can’t do that now.
    2) How can I disable this permanent highlitig option in the menu? When I scroll down the page and get back to the menu first and last item in the menu are highlited.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 31, 2016 at 11:45

    Hello,

    1. You need enable top bar in Theme Options > Header > Enable top bar.

    2. When you enable top bar you can add shortcode [share] in Text widget in Appearance > Widgets > Left Side top bar area.

    3. Add this code in Global Custom CSS:

    .menu >li.current-menu-item >a {
      color: black;
    }

    Best regards,
    Jack Richardson.

    Avatar: Kamaha
    Kamaha
    Participant
    July 31, 2016 at 14:40

    Ok, I wanted to have one top bar – exactly the same as in “wooflowers” demo header and I managed to do that by adding this code

    <p>Welcome in <a href="#">Woobags</a> Guest! <a class="active" href="#">Login</a> or <a class="active" href="#">Register</a></p>

    in Theme Options->Header->Header custom HTML (for 6, 7, 13, 14, 18 headers).
    Now I want to add social icons NEXT TO the login links. Can you help me with that?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 1, 2016 at 10:05

    Hello,

    I’ve added the shortcode [share] in Text widget in Appearance > Widgets > Right Side top bar area. Please check.

    Regards,
    Robert Hall

    Avatar: Kamaha
    Kamaha
    Participant
    August 1, 2016 at 11:14

    Hello,

    I’ve already tried that – now we have two top bars, which I don’t need. Is there a way to have social links in the bottom side bar, next to the login/register links?

    One more thing – about slider revolution – in the main slider under the menu I have weird chinese characters instead of arrows – you can only see it from the guest perspective, you won’t see it from the admin panel. Can we do something with that?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 1, 2016 at 11:50

    I’ve already tried that – now we have two top bars, which I don’t need. Is there a way to have social links in the bottom side bar, next to the login/register links?

    I’ve changed the CSS code in Global Custom CSS. Please check.

    One more thing – about slider revolution – in the main slider under the menu I have weird chinese characters instead of arrows – you can only see it from the guest perspective, you won’t see it from the admin panel. Can we do something with that?

    Also I’ve checked this issue as guest and didn’t see any chinese characters there. See screenshot: http://prntscr.com/c05t7h

    Regards,
    Robert Hall

    Avatar: Kamaha
    Kamaha
    Participant
    August 1, 2016 at 12:21

    Thank you!

    About slider revolution – that’s strange – I can see it in both my web browsers: google chrome and internet explorer:
    http://prnt.sc/c05ylk
    http://prnt.sc/c05ylk

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 1, 2016 at 12:28

    I’ve checked it in Opera, Mozilla, IE, Chrome browsers and still didn’t see issue. Please clear all cache and check it again.

    Regards,
    Robert Hall

    Avatar: Kamaha
    Kamaha
    Participant
    August 5, 2016 at 15:19

    I changed type of arrows and now it’s ok.
    Now I have my last question – you helped me with social icons in top bar – can I place there icons from a third-party plugin? I am using AccessPress Social Icons plugin, and the shortcode is: [aps-social id=”1″] or <?php echo do_shortcode(‘[aps-social id=”1″]’)?>.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 5, 2016 at 15:23

    Hello,

    Sorry, but we don’t provide support for third-party plugins. You can try it yourself.

    Regards,
    Robert Hall

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