Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1187606
Change menu, preloader ..
Closed

Comments

  •  2
    Julie started the conversation

    Hi !

    I have some questions :

    1- How can i change the color of menu on mobile ?  (see menumobile.jpg attached)

    2- How can i delete share button and change the text on button "read more" on article ? (see blog.jpg attached)

    3- How can i put my preloader ? and disable yours ?

    Thank you for your help

  •  7,280
    Oliver replied

    HI!

    1. pls. use following css:

    #primary-navigation .menu-toggle span {
        background-color: #000 !important;
    }

     

    2. pls. link to the page and screenshot where you need to this.

    3. You need to edit:

    /wp-content/themes/thegem/css/thegem-preloader.css

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

    Regards, Oliver

  •  2
    Julie replied

    Hi,

     http://www.globellie.com/pausecom/ 

    (delete share button and change the text on button "read more ") How can i do that ? (see attached)

    Thank you :)

  •  7,280
    Oliver replied

    HI!

    1. pls. use following css:

    .post-footer-sharing {
        display: none;
    } 

    2. You need to edit template 

    /wp-content/themes/thegem/gem-templates/blog/content-blog-item-masonry.php 

    line 123

    OR:

    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