Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3015201
Changing quick view
Closed

Comments

  • Eryk started the conversation

    Hi,

    I want to change 'VIEW DETAILS' text on my product quick views. How can I change it? How can I change height of this Quick View layout?

    9270274757.png

    Thanks for help

  •  7,092
    Oliver replied

    Hi,

    Can you provide wp-admin access?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   Eryk replied privately
  •  7,092
    Oliver replied

    HI!

    1. CSS example:

    .product-quick-view__wrapper .product-page__left-column .gem-button:after {
        font-size: 14px;
        content: 'text';
    }
    .product-quick-view__wrapper .product-page__left-column .gem-button {
        font-size: 0;
    }

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  7,092
    Oliver replied


    2. CSS example:

    .product-quick-view__wrapper .product-page__left-column,
    .product-quick-view__wrapper .product-page__right-column {
        height: 400px;
    }

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Eryk replied

    Thank you. First one works great but second CSS is not working. Now i have new problem. I need to translate next one ("Show this page" and "Back"):

    4620903619.png

    How can I do it?

  •  7,092
    Oliver replied

    Hi,

    We recommend to use Loco Translate plugin for the theme translation or you can translate theme manually with .po file, pls. follow the instructions: 

    1. Take file languages/thegem.pot or xx_YY.po from theme directory.

    2. Open this file with Poedit software.

    3. Translate necessary strings to your language.

    4. In software open Catalog - Settings and set Language to Translation to xx_YY.

    5. Then save the file as thegem-xx_YY. (You must have two files thegem-xx_YY.po and thegem-xx_YY.mo.)

    6. These files you need to put to the wp-content/languages/themes of your site.

    With the same operation, you can translate TheGem elements plugin.

    Just put  translations in wp-content/languages/plugins

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  7,092
    Oliver replied

    About the CSS code, pls. check it now

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Eryk replied

    This plugin works very well, thank you for help.

  •  7,092
    Oliver replied

    You're welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver