This topic has 4 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Rose Tyler
Hello there, I was trying to configure the currency and language selector on my site but it looks crocked so I was wondering if I need to do something else besides adding the widget.
I was also wondering how to add the newsletter form in the top bar link.
Hello,
Languages and currency icons are set to display that our theme can be used for multilingual site. If you want to have different languages on your site you need translate it with WPML plugin https://www.8theme.com/classico-theme-documentation/ (10.2 paragraph). Concerning the currency you can read here:
https://wpml.org/documentation/related-projects/woocommerce-multilingual/multi-currency-support-woocommerce/
To add links to the right side at the top you need drag Text widget into “Right Side top bar area” in Appearance > Widgets and add your content there.
Go to 8Theme Options > E-Commerce > Promo Popup > Popup content.
Regards,
Rose Tyler.
Hey there, thank you for your reply but apparently the main question was misunderstood. If you go to my website you will see that the currency and language selector are not on the same line, that’s the main issue it looks ugly. So I was wondering if you could help me to fix that. I don’t want to add icons I just want it like in the demo.
Maybe with a screencap: Demo site http://prntscr.com/fiztre
My site http://prntscr.com/fiztzg
And I remember other thing, I have the active links like in the demo (change to red when active) but it doesn’t work on my site.
Hello,
Try to add this code in Theme Options > Styling > Custom css:
.top-bar .languages-area .widget_currency_sel_widget {
margin-top: -5px;
}
.top-bar .languages-area .widget_icl_lang_sel_widget + .widget_currency_sel_widget:before {
margin: 10px 12px 0 0px;
}
#lang_sel_list a.lang_sel_sel {
color: red !important;
}
Regards,
Rose Tyler.
Tagged: currency, language, selector, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up