Currency - by ASTCM - on WordPress WooCommerce support

This topic has 10 replies, 3 voices, and was last updated 2 years, 10 months ago ago by Olga Barlow

  • Avatar: ASTCM
    ASTCM
    Participant
    June 16, 2021 at 20:18

    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

    9 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 16, 2021 at 21:51

    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

    Avatar: ASTCM
    ASTCM
    Participant
    June 17, 2021 at 19:43

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 18, 2021 at 07:38

    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

    Avatar: ASTCM
    ASTCM
    Participant
    June 18, 2021 at 14:04

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2021 at 08:02

    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://xstore.helpscoutdocs.com/article/100-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

    Avatar: ASTCM
    ASTCM
    Participant
    June 19, 2021 at 16:51

    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

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 22, 2021 at 14:17

    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

    Avatar: ASTCM
    ASTCM
    Participant
    June 22, 2021 at 16:10

    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

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 23, 2021 at 10:49

    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

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