Wishlist position - by pcmoia - on WordPress WooCommerce support

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

  • Avatar: pcmoia
    pcmoia
    Participant
    May 21, 2015 at 14:30

    Hi,

    how can I move the wishlist text? Must I modify css or there is an option in the template?

    Thanks!

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

    Hello,

    Please provide us with a link to your site and specify where you want to move Wishlist text.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: pcmoia
    pcmoia
    Participant
    May 22, 2015 at 06:51

    Hello,

    link: http://nova.atron-europa.com/producto/classic/icaria/

    I want to move wishlist between “Sizing Guide” and “Social”.

    Two more questions:
    – I have WPML and when I put the widget on header, the format is different. I want the widget with the same format like the original example on the template.
    – I bought Woocommerce Catalog Visibility Options plugin. I activated, but the shopping cart is enabled on header. How can I manage correctly the plugin and show the shopping cart icon only when users log in?

    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    May 22, 2015 at 08:26

    Hello,

    Please provide us with wp-admin panel credentials.
    To make cart visible only for logged in users you need edit the file header.php, find the code on line 218:

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

    and replace it with this one:

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

    Regards,
    Eva Kemp.

    Avatar: pcmoia
    pcmoia
    Participant
    May 25, 2015 at 07:52

    Hello,

    the other question:

    – I have WPML and when I put the widget on header, the format is different. I want the widget with the same format like the original example on the template.

    Thanks!

    Avatar: stan
    Stan Russell
    Participant
    May 25, 2015 at 11:18

    Hello,

    Please provide us with admin panel credentials and show us any example on screenshot.

    Regards,
    Stan Russell.

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

    Hello,

    We don’t see WPML widget in the header.
    Please show a screenshot where you added it.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: pcmoia
    pcmoia
    Participant
    May 25, 2015 at 15:22

    Sorry, I put the widget on header.

    This is a combo list. I want the widget with the same format like the original example on the template.

    Where must I change the css? What css must I put?

    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2015 at 17:07

    Hello,

    Please provide us with wp-admin panel credentials.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: pcmoia
    pcmoia
    Participant
    May 25, 2015 at 17:18

    I put login credentials into private content.

    Thanks!

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2015 at 17:40

    Hello,

    I’ve changed settings in WPML section.
    Please check now.
    Also add this code in custom.css file:

    .languages-area #lang_sel_list ul li a:hover {
        color: red !important;
    }

    How to create custom.css you can watch in this tutorial.

    Regards,
    Eva Kemp.

    Avatar: pcmoia
    pcmoia
    Participant
    May 26, 2015 at 07:00

    Hello,

    now I can see the name of the language, but if I only want the 2 first letters (like the example template -ES, EN, FR, …-)?

    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    May 26, 2015 at 09:31

    Hello,

    In this case you need edit the file header.php (lines 146-149) and write the links to your .po files instead of # in the code <a href="#">DE</a>.
    In this case you need also remove your widget from “Place in header top bar” area in Appearance > Widgets.

    Regards,
    Eva Kemp.

    Avatar: pcmoia
    pcmoia
    Participant
    June 4, 2015 at 12:21

    Hello,

    3 problems:
    – I want to move wishlist between “Sizing Guide” and “Social”.
    – I want to align to left whishlist
    – Can I align any object (photo, text, …) to right or left?

    link: http://nova.atron-europa.com/producto/classic/icaria/

    Thanks!

    Please, contact administrator
    for this information.
    Avatar: pcmoia
    pcmoia
    Participant
    June 4, 2015 at 13:22

    Hello,

    thanks for the changes!

    Now we have another two problems:
    – Navigating with Firefox, the letter “a” of the text “add to wishlist” appears on the top right side. Can you please solve it?
    – About “add to wishlist”, could you please move it between “Sizing guide” and “Social”. Now is on top on “Sizing guide”.

    Another question please. In one of your template examples, the title of the product and the breadcrumb are aligned at the left side. How can I do this?

    Thanks in advance!

    Avatar: Eva
    Eva Kemp
    Support staff
    June 4, 2015 at 13:42

    Hello,

    1. I’ve checked your site in Firefox and “Add to Wishlist” is shown fine:
    http://storage2.static.itmages.com/i/15/0604/h_1433421364_4599906_649172e856.png

    2. Go to YIT Plugins > Wishlist > General Settings > Position and select the position of “Wishlist” button.

    3. Go to Theme Options > Header > Breadcrumb Type > Without title.

    Regards,
    Eva Kemp.

    Avatar: pcmoia
    pcmoia
    Participant
    June 18, 2015 at 13:49

    Hello,

    thanks for your answer. I have 2 more doubts:
    – On “Products page layout”, I haven’t an option to order my products. These are sort alphabetically for default. Can I change the order?
    – Can I insert my logo bigger than now?

    Thanks in advance!

    Avatar: Eva
    Eva Kemp
    Support staff
    June 18, 2015 at 18:24

    Hello,

    You can increase logo using this code in custom.css file:

    .header-type-3 .logo-with-menu img {
       width: 300px !important;
    }
    .header-type-3 .main-nav .menu {
        width: 700px !important;
    }

    Concerning products order you should contact Woocommerce support as this is their configuration. Also you can refer to these articles:
    https://wordpress.org/support/topic/plugin-woocommerce-excelling-ecommerce-change-order-products-appear-in-shop
    http://brianjackson.io/rearrange-products-manually-custom-order-woocommerce/
    or this plugin https://wordpress.org/plugins/post-types-order/

    Regards,
    Eva Kemp.

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