This topic has 10 replies, 3 voices, and was last updated 3 years, 5 months ago ago by Olga Barlow
I purchased WooCommerce Currency Switcher v.2.3.5 plugin and i need to insert the plugin currencies in place of widget 2 in the right side top bar area
Hello,
Go to Appearance > Widgets > add the currency switcher widget to the Left top bar widget area for example. After that go to Theme Options > Header builder > edit the Widgets element and choose this area for Widget 2.
Or provide us with WP Dashboard access to your site to help you with this.
Regards
Thank you for your response
i did what you told me but the currency selector now is down a little bit.
https://ibb.co/KyjYJQ9
i mean it should be on the same line
Also how i change the background color to be black and how to change the text color to be white
Thanks in advance
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
.et_b_header-widget p {
margin-bottom: 0px;
}
.et_b_header-widget .woocs-style-1-dropdown .woocs-style-1-select {
background-color: #212121;
color: white;
font-family: Staatliches;
}
.et_b_header-widget .woocs-style-1-dropdown,
.et_b_header-widget .woocs-style-1-dropdown:hover,
.et_b_header-widget .woocs-style-1-dropdown:active {
box-shadow: none !important;
}
.et_b_header-widget .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
font-family: Staatliches;
}
.et_b_header-widget .woocs-style-1-dropdown:focus {
outline: none;
}
Regards
Thank you very much . it worked
Regarding Mobile i have two concerns:
1- when i open my website https://sharmstarsupermarket.com on mobile. it takes too much time to load specially the menu and buttons on the footer (Home – Shop – Cart – Contact – More )
it is very slow. However it is very good on desktop. WHY? and how can i speed it up.
2- How can i show language and currency to mobile also like desktop
Thanks in advance
Hello,
You’re welcome!
1) Try to clear the cache of your mobile browser. From my device, it is not very slow.
Read this article – https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/ , more guides you can find online.
2) Provide temporary wp-admin access, so we can take a closer look.
Regards
Hello
Thank you for your reply
1- I tried the site on another browser on my mobile and it is better.
2- I need to add currency selector and language selector to mobile because it is missing on mobile. I need the steps on how to show both currency and language to mobile because i want to do it myself please.
Thanks in advance
Hello,
2. Could you, please, provide us with WP Dashboard access to your site to check the plugins you used for the mentioned widgets and settings of these plugins and help you to add them to your mobile menu or mobile header. Once we add widgets we’ll send you screenshots with instructions.
Regards
Hello
User for backend is provided in the private content.
1- Please i want language and currency selector to be shown on mobile. and i want to know the steps as you mentioned.
2- you provided me with the following custom css code and i added it to my theme option so i can edit the alignment of currency widget on the header and i worked successfully.
But i made a reset and installed the theme again and when i added the same code i found the currency not aligned well. Check the screenshot: https://ibb.co/wYQfTjj
.et_b_header-widget p {
margin-bottom: 0px;
}
.et_b_header-widget .woocs-style-1-dropdown .woocs-style-1-select {
background-color: #212121;
color: white;
font-family: Staatliches;
}
.et_b_header-widget .woocs-style-1-dropdown,
.et_b_header-widget .woocs-style-1-dropdown:hover,
.et_b_header-widget .woocs-style-1-dropdown:active {
box-shadow: none !important;
}
.et_b_header-widget .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
font-family: Staatliches;
}
.et_b_header-widget .woocs-style-1-dropdown:focus {
outline: none;
}
Thanks
Hello,
1) I found that you don’t have any multilanguage plugin, so there is no language switcher to show in header, I removed the demo menu (that we used just like an example that you can add to that area).
To show the currency switcher I enabled the HTML Block 3 in the mobile menu and used switcher shortcode there https://gyazo.com/9958736f9d7d10c35d6c36b2846615a8
2) You added h3 tag for the currency shortcode and it caused an additional margin. I removed that tag and the currency selector is aligned.
Regards
You must be logged in to reply to this topic.Log in/Sign up