Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1199050

    Hi! I’ve translated the nl_NL.po file and changed ‘share this entry’ to ‘share this story’. But the old translation ‘deel dit stuk’ is still visible, while other translations are visible.

    Any ideas? See bottom of page the share entry.

    Thanks a lot!

    Janneke

    #1200614

    Hey jannnnnneke,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1201925

    Hi! See private data!

    Thanks!

    #1203550

    Hi,

    Thank you for the inquiry.

    How did you adjust the translations? Did you regenerate the .mo file? Please use the following plugin to adjust the translations and properly sync the language files.

    // https://wordpress.org/plugins/loco-translate/

    Best regards,
    Ismael

    #1203552

    Yes I’ve regenerate the .mo file, because I want to use not so many plugins. But I can try this one! I’ll let you know

    #1203693

    Hi jannnnnneke,

    Ok, let us know how that worked for you. We will keed the thread open.

    Best regards,
    Victoria

    #1206218

    Hi, unfortunately the translation is still not working. I’ve downloaded the plugin and when I go to the theme translation file (dutch) and look for ‘share this entry’ the translation is ‘share this story’. Because that’s what I filled in the .po file. But it still says ‘deel dit stuk’ on the site.

    Any ideas?

    #1207392

    Hi,
    Sorry for the late reply, I’m not sure why this is occurring but you could try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    h5.av-share-link-description.av-no-toc:before {
    	content: 'Deel dit verhaal';
    	color: #000;
    } 
    h5.av-share-link-description.av-no-toc {
    	color: #fff;
        width: 109%;
    }

    Feel free to adjust to suit.
    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1212551

    Yes that works, but when you select the text the white text is visible. Is there another way to remove it totally? Weird that it’s not working by .po file right..

    #1212609

    Hi Mike,

    I see that the code is’nt working correctly on mobile. Also I’ve changed something to the social icons which are perfect on desktop but not on mobile. When I change on mobile nothing happens. Any ideas? This is the code I have:

    .av-share-link-description.av-no-toc {
    text-align: center !important;
    }
    
    .av-share-box .avia-related-tooltip {
    display: none !important;
    }
    
    #top .av-share-box ul {
    margin: auto !important; 
    width: 15%; 
    float: none !important; 
    }
    
    @media only screen and (max-width 767px) {
    #top .av-share-box ul {
    margin: auto !important; 
    width: 35% !important; 
    float: none !important; 
    }
    }
    
    .av-share-box ul li a {
    font-size: 18px !important;
    }
    
    .av-share-box ul li, #top .av-share-box ul {
    border: none !important;
    }
    
    h5.av-share-link-description.av-no-toc:before {
    content: 'Share this story';
    color: #333333;
    } 
    h5.av-share-link-description.av-no-toc {
    color: #ffffff;
    width: 109%;
    }
    #1212610

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field instead:

    h5.av-share-link-description.av-no-toc:before {
    	content: 'Deel dit verhaal';
    	color: #000;
    	font-size: 16px !important;
    } 
    h5.av-share-link-description.av-no-toc {
    	font-size: 0 !important;
        width: 100%;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1212621

    PERFECT! Thanks!

    Any idea how I get the social icons with a little bit space next to each other?

    #1212896

    Hi,
    To increase the spacing between the social icons at the end of your posts, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .av-share-box ul {
        width: 50% !important; 
    }

    Try different percentages, 100% stretches it full-width.
    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1213192

    Hi Mike, I already used that code. And I’ve changed the % on mobile, but it’s not working:

    #top .av-share-box ul {
    margin: auto !important; 
    width: 15%; 
    float: none !important; 
    }
    
    @media only screen and (max-width 767px) {
    #top .av-share-box ul {
    width: 50% !important; 
    }
    }
    #1213193

    I mean on desktop the code is working perfect, I was already using that code but on mobile the icons are with no space next to eachother. Even if I change the % number on mobile!

    #1213237

    Hi,
    Thank you for the feedback, I found an error in your css, I changed screen and (max-width 767px) to screen and (max-width: 767px) an now your mobile css works.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1213329

    Ah so stupid!! Thank you very much! It’s perfect!

    #1213446

    Hi jannnnnneke,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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