This topic has 18 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Hi,
how can I move the wishlist text? Must I modify css or there is an option in the template?
Thanks!
Hello,
Please provide us with a link to your site and specify where you want to move Wishlist text.
Thank you.
Regards,
Eva Kemp.
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!
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.
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!
Hello,
Please provide us with admin panel credentials and show us any example on screenshot.
Regards,
Stan Russell.
Hello,
We don’t see WPML widget in the header.
Please show a screenshot where you added it.
Thank you.
Regards,
Eva Kemp.
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!
Hello,
Please provide us with wp-admin panel credentials.
Thank you.
Regards,
Eva Kemp.
I put login credentials into private content.
Thanks!
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.
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!
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.
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!
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!
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.
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!
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.
You must be logged in to reply to this topic.Log in/Sign up