Okay
  Public Ticket #1796355
Personalization
Closed

Comments

  •  1
    lamia started the conversation

    Hello team,

    I need your help for few more things please.

    1. How can i change the background color of my second menu bar? I need the header to be in pink #f2d7d5 with white BOLD text

    2. is it possible that on my blog tab, i can add a submenu saying " coming soon" when people hover on it?

    3. I tried to change my categories separators color in the home page but the text in the box disappears. Please check the website for reference

    Thank you, 

    best




  •  1
    lamia replied

    I also noticed that some elements in my cart are in english and i don't know how to change them i cant find it anywhere.

    What do you suggest?

    Many thanks!

  •  1,560
    Laborator replied

    Hi there,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   lamia replied privately
  •  1,560
    Laborator replied

    Hi there,

    1. To change the top menu background add this CSS to Custom CSS:

    header.site-header .top-menu {
        background: #f2d7d5;
        font-weight: 700;
    }

    2. Unfortunately this is not possible.

    3. Added a custom CSS so the text won't change to white anymore for this divider type.

    4. To translate or rename theme strings, you can do this via Loco Translate plugin. If you don't have it, please install and activate the plugin in your WordPress site.

    1. Then go to Loco Translate > Manage Translations
    2. Click "New Language" for the current active theme (if you didn't created it yet, otherwise ignore this step). On the new language page, choose these options – Screenshot
    3. After that you will be redirected to the editing screen for theme translations. Before you continue with your translations make sure the current language of your site is selected – Screenshot
    4. Follow these instructions to learn how to translate strings – Screenshot
    5. The changes will be applied immediately – Screenshot

    Note: Translation files will be saved to wp-content/themes/{theme-name}/languages folder or global directory of theme translations: wp-content/languages/themes/ (based on your choice). 

    If you have saved your translations inside theme folder, always save a backup of languages/ folder (inside the theme) when there is new theme update. After you update the theme (languages folder will be replaced with an empty folder), just move the backup files you previously saved to the same languages directory and your changes will still be applied.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    lamia replied

    Hello,

    thank you so much for the codes.

    I am sorry to bother again but seems like i have an issue with translation (please see attatched). could you check please?

    I am actually working on a child's theme ( how can i make sure it is well configured?)

    Also im sorry if this is a stupid question but how can i back up my files? I am really new to all of this and dont really understand how it works.

    Thanks!

  •  1,560
    Laborator replied

    Hi again,

    You need to translate the main theme and not the child theme, regarding the backup we can help you only with the theme options backup otherwise for backing up the whole site please look for any WordPress plugin as the theme does not handle this.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    lamia replied

    Hi again,

    1. I followed the steps however translation was not made on the website.

    I translated " Check out " -  "View my cart" to test it but no results on the website.

    Can you please help on this issue? and guide me to back up the theme? 

    2. I might need one more CSS code for my footer please. I want it in pink #f2d7d5 and grey text exactly like my second menu,

    3. How can i change the "read more" buttons color to pink #f2d7d5 on the blog section on my homepage?

    4. In my cart, i realized messages alerts are in green or red (attatched)


    ps: i promise these are the last modifications i ask for


    Thanks a lot


  •  1,560
    Laborator replied

    Hi again,

    1. That is because your site language is in English and you were trying to translate the theme in French translation file, I have removed the french language and added English under Aurum and not the child theme, then try translating in English, it works as I have tested it on my own:


    (view large version)

    Follow our documentation article to backup the theme options.

    2. I have added this CSS to Custom CSS:

    footer.site-footer {
        background: #f2d7d5;
    }
    

    3. Used this CSS for it:

    .vc_btn3.vc_btn3-color-juicy-pink, 
    .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
        background-color: #f2d7d5;
        color: #000;
    }
    

    4. Yes because these are message banners, like alerts or something you need to get notified for for success it is green for an error it is red. If you wish to change it to pink (not recommended) add the following CSS to Custom CSS:

    .woocommerce-message {
        background-color: #f2d7d5;
        box-shadow: 0 0 0 6px #f2d7d5;
        color: #000;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    lamia replied

    hey there,

    thank you for all the CSS codes.

    Regarding translation, i have succeeded in translating. However changes are not applied to my child theme (which is the theme i am currently using and making all the customization on) The main theme has been translated but no results on my child theme.

    Like my child theme and my main theme dont have the same customization. some of the customization has not been applied

    How can i solve the issue? Is my child theme not configured correctly? I am a bit worried.

    Thank you


  •  1
    lamia replied

    Hi again,

    Please disregard my last message regarding translation. Changes are now made on my child theme too. I guess it just took a bit of time.


    Thank you so much

    have a good day


  •  1
    lamia replied

    Ok no, i actually noticed that some strings were translated whereas other were not. I also noticed that some words/strings don't exist in the list for translation

    example cart : shipping / estimate for /

    example my account: pictures attatched

    There is also an error message : 

    " WordPress updates 

    Files in this location can be modified or deleted by WordPress automatic updates."

    If i am using my child theme, how is that possible?


  •  1,560
    Laborator replied

    Hi there,

    I have made a main change in your site which you should have done since the beginning, set the site to French so plugins which already have the translation like WooCommece will be automatically translated:


    (view large version)

    Now go to Loco Translate, and under the theme create a new language (French) and do translate the theme strings again because all the translations until now were applied under English.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group