Home Forums Air WordPress Theme Blog overview READ MORE button colour & translations, and paragraph spacing

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #19038
    ChristinaAir
    Participant
    Purchased
    Expired

    Hello,

    Thank you for a beautiful theme. I have a few issues that I hope you can help me with.

    1. On the READ MORE button in the blog overview, I would like to translate the text into Danish (Læs mere) and change the default colour of the buttons (before and during hover).

    2. On the blog overview, the blog categories are showing on top. I would like to translate the category ALL to the Danish ALLE.

    3. Last, I would like to change the default spacing between paragraphs, as the text looks very cramped currently. I have tried inserting <br> in the editor, but for some reason if I later make changes to the text, the <br> is overwritten.

    I hope you can help with these few things. Thank you for your time.

    http://christinahamoe.dk/blog/

    Sincerely
    Christina

    #19041
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi, thank you for purchasing our theme.

    1.

    to translate the text into Danish (Læs mere)

    Appearance>ThemeOptions>General settings: Descriptions/Load More

    the default colour of the buttons (before

    Appearance>ThemeOptions>schemes:Portfolio List/Load mroe button

    the default colour of the buttons (hover

    It is possible by custom CSS(“Appearance > Customize: Additional CSS”), like:

    .tw-style-a.ux-btn, .tw-style-a.ux-btn:hover {
        color: #4949BD;
    }

    2. Please refer to: https://seatheme.net/forums/topic/translate-some-wording/#post-14383

    3. It is possible by custom CSS(“Appearance > Customize: Additional CSS”), like:

    @media (min-width: 768px){
    #content_wrap .entry p, .shortcode-img-wrap-out, .gallery-collage { margin-bottom: 10px;  }
    }

    Regards!
    SeaTheme – uiueux.comTwitterFacebook

    #19042
    ChristinaAir
    Participant
    Purchased
    Expired

    Hi,

    Thank you for a quick respons.

    However i think theres was a little misunderstanding.

    1/ It is not the LOAD MORE button, but the READ MORE buttons shown at every blog posts in the post overview. I cannot see that under Appearance>ThemeOptions>General settings: Descriptions – and also not shown under Appearance>ThemeOptions>schemes:Portfolio List.

    Right now these buttons have the colour: #F4524D
    Read more

    2/ I followed the tutorial referred to, however it does not show the translation on site.

    #: template/page/content-filter.php:44 template/page/content-filter.php:67
    #: template/page/content-filter.php:90
    msgid “All”
    msgstr “Alle”

    3/ Perfect. This worked like a charm.

    #19045
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    1. I cannot check your website, it says

    http://christinahamoe.dk
    is coming soon

    2. It should work, can I check your wp-admin?
    ——————————–
    If ok, please send your question(this topic URL) and wp-admin(URL / username/password) to uiueux@gmail.com, I’ll log in to check it.

    RG

    #19046
    ChristinaAir
    Participant
    Purchased
    Expired

    Hi,

    Yes I have sent the info per email.

    Thank you
    Christina

    #19048
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    I checked your site, the ReadMore and ALL come from VB plugin, please try to translate them in Loco Translate > Plugins: WPBakery Visual Composer

    Please use the custom CSS(“Appearance > Customize: Additional CSS”), like:

    /*normal*/
    .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
        color: #fff;
        background-color: #F4524D;
    }
    /*hover*/
    .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
        color: #fff;
        background-color: #F4524D;
    }

    RG

    #19051
    ChristinaAir
    Participant
    Purchased
    Expired

    hi,

    I succeeded in translating the ALL, using the visual composer to edit the page. However I still cannot seen to get the translation that I made in Translate > Plugins: WPBakery Visual Composer to work and show in the front end.

    I only need to have READ MORE translated now.

    Christina

    #19052
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    I replaced the “Read more” in the origin files(/plugins/js_composer/include/params/vc_grid_item/templates.php), it works.

    I don’t know why the loco plugin doesn’t work, I suggest you post the question to the VB support team.
    Because it isn’t a perfect solution.

    RG

    #19105
    ChristinaAir
    Participant
    Purchased
    Expired

    Hi,

    Thank you. I tried contacting Loco support team, however they are not replying to my query. Unfortunately I can see that they have only resolved about 1/3 of the support queries that they have gotten over the past 3 months, so I do not have my hopes up for a reply any time soon.

    I tried investigating it a little further myself and hope that you might be able to help me out anyway, as I also found a bunch of non-translated strings in my contact form.

    I have tried to change the language both to DK and UK under setting->general->site language without effect.
    I have tried making the DK translations also to the UK file under loco->plugins->form 7 with no effect.

    However if I go to loco->plugins->form 7->DK->file info I can see this issue: Missing template

    These translations are not linked to a POT file. Sync operations will extract strings directly from source code..
    This is also the case when I go to the UK file.

    I don’t know how to link a translation to a POT file, but do you think maybe this could be causing the problems with translations?

    #19107
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    I suggest you contact the VC plugin support team also.

    I am not sure if the Site Language cause the translations questions. But I think you should set website language as DK. Please refer to the post to fix the “Site Language” https://wordpress.stackexchange.com/questions/222685/wordpress-language-switcher-doesnt-work

    Regards!

    #19125
    ChristinaAir
    Participant
    Purchased
    Expired

    Hi,

    I am so sorry. But I don’t know what ‘VC plugin’ refers to? It is not the Loco translate support team?

    Regards
    Christina

    #19126
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    I mean Visual Composer plugin.

    Regards!

    #19127
    ChristinaAir
    Participant
    Purchased
    Expired

    Solved. It turned out that the particular translations that were causing problems (the error messages) should be translated in plugins->contact form 7->edit contact form – and NOT via the loco translate->plugin->contact form 7-> <language file>.

    Just in case others come about the same issue.

    #19128
    SeaTheme
    Keymaster
    Purchased
    Expired

    Thanks for sharing 🙂

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.