Home Forums Pro Themes Nature Bliss Pro Button Know More in widget Recent Works

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #61234
    Ann Sterckx
    Participant

    Hello,
    In most of widgets I can translate myself the button ‘Know more’. In the widget of Recent Works I can’t change the ‘know more’ button, when it comes on the topic (f.e. projecten). When you look to my website, please check the topics under ‘Opleidingen, workshops, events’. When you scroll with the mouse over the topic, a nice text will appear with the ‘know more’ button, which seems strange as my site is in another language. Where can I change the text of the ‘Know more’-button to change to something else?
    http://earthwise.education/
    Thanks in advance!
    Ann

    #61238
    wensolutions
    Keymaster

    Hello @anns,

    The ” Know More” button is already translation ready wihtin the theme .

    So you can translate the string following below given steps.

    1. Download Poedit
    2. Launch poedit application
    3. choose “Create a new translation” option in the application Screenshot : http://imgur.com/a/mMfXs
    Browse for the provided .po file
    4. Choose translation language Screenshot: http://imgur.com/a/uwfwG
    5. Find strings to translate from the list and provide translation string in Translation Box. Screenshot: http://imgur.com/a/hZS2S
    6. save the translation
    7. copy the .po and .mo file generated by the software in your child theme’s languages folder
    8. Finally, in your Admin Dashboard > Settings > General > language, make sure the desired language is chosen and save your settings.

    Hope this Helps,

    Best Regards !!

    #61502
    moonsbe
    Participant

    Thanks, this was very helpfull, but we didn’t got it working yet.
    The questions was more, where can we find this key?
    We currently use this theme and the messages component.
    In the theme file we can’t find the “know more”
    In the widget “NB: Recent works” we can set the text for “More text”, but this only sets the text under the widget and not in every message.
    How can we set the text for every message?

    Thanks,

    #61503
    wensolutions
    Keymaster

    Hello @anns,

    To change the text as per your wish by adding below-given code to your child theme functions.php file.

    As for the child theme, you can even ativate the child theme suing the plugin given below :

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating your child theme, in your child theme functions.php file paste below given code.

    https://gist.github.com/anonymous/7eb4d599557b332930e5b8d6cc819a4a

    You can change the text in line no 12 as per your requirement.

    Hope this helps.

    Best Regards!!

    Merry Christmas 🙂 .

    #119867
    Biomimetic Smile
    Participant

    Hello,

    I want to change “know more” button on my site http://www.bsmile.bg
    Is there any CSS code that can be used or is there an option to remove this text?
    I tried this method that you have mentioned but doesn’t work for me or there is something that I miss.

    Thanks in advance

    #119881
    wensolutions
    Keymaster

    Hello @biomimetic,

    There is an option in the theme to change the “Read More” button and to know about this, please refer to below-given link:

    https://themepalace.com/instructions/themes/nature-bliss-pro/#doc-how-to-manage-slider-type-22

    If this is not what you meant then please provide the screenshot of the button so that we can provide the CSS fix.

    Thank you.

    #119935
    Biomimetic Smile
    Participant

    I want to change the “Know More’ button on the widget Recent Works
    Here is a screenshot of the button that I want to be changed:

    https://www.bsmile.bg/wp-content/uploads/2020/04/Screenshot-90.png

    #120113
    wensolutions
    Keymaster

    Hello,

    Regarding your query, we do not have a feature to change the text ‘know more’ for now.

    To remove ‘know more’, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    .nature_bliss_widget_recent_works .inner-wrapper a.custom-button{
         display: none;
    }

    Hope this helps.

    Regards.

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