Home Forums Themes Support Aqua WordPress Theme Cart, prices and some other fixes

Viewing 5 reply threads
  • Author
    Posts
    • #2649

      Hi,
      i have some things to ask you:

      1. how to add cart icon in main menu, as in your demo?
      2. i need to show prices only in Euro. I had turned off the currency switcher plugin but prices were not displayed. Reactivating the plugin but I view the currencies in USD instead of EUR: how to solve? I have no need of any other currency!
      3. can I add a widget (qtranslate-x switcher) after menu items (after cart icon of previous point) on same row?

      thanks,
      Nicola

    • #2662

      Title of the article (H4) exceeds the width of its container: it would be better to go on two lines of text. ho to do it via custom css? thanks

      Attachments:
      You must be logged in to view attached files.
    • #2678

      Hello there,

      1 & 2 – are solved.
      3 – Please go to Appearance > Widgets and assign any widgets to sidebar as you wish.
      4 – Use Custom CSS to solve it.
      Copy this line of css into Custom CSS:

      .text-ellipsis{width: 320px !important;
      } 

      Kind Regards,
      Sophie

    • #2681

      Thank you Sophie, but:

      2- now I see Euros in frontoffice and Dollars in backoffice (for everything!) and values (the numbers) arent the same (they are converted from one valute to the other) – SEE ATTACHED SCREENSHOTS

      4- i dont need to truncate text but i need to be showed in 2 lines.

      thanks,
      Nicola

      Attachments:
      You must be logged in to view attached files.
    • #2687

      please dont consider point n.2: i’ve fixed selecting EUR in WooCommerce Currency Switcher. Now I see EURO both in backoffice and in frontoffice.

      Still waiting to fix title (item 4)

      thanks

    • #2699

      Hi there,

      You can fix the tile by using one of these css below:
      1.white-space: normal;
      2. text-overflow: ellipsis;
      white-space: normal;
      overflow: hidden;
      height: 40px;
      3.text-ellipsis{width: 320px !important;
      }

      Hover h4 title text and get the line of code then paste into Custom CSS. It will divide the text into two lines.

      Thank you,
      Sophie

Viewing 5 reply threads

You must be logged in to reply to this topic.