• Resolved mayahemminga

    (@mayahemminga)


    Hello,

    I have this theme Spacious on my wordpress site but in the slider is a button called: ‘read more’ and i want this text changed to the dutch language in ‘Lees meer’ Can anyone help me and tell me where in the code i can fix this?

    Thanks in advance!

    https://www.annarootjes.nl

Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author ThemeGrill

    (@themegrill)

    Hi,
    You can go to theme folder->inc folder->header-functions.php. Look for the spacious_featured_image_slider function and inside it look for the ‘Read more’ text. You can change there.
    Note: Any changes done directly to the theme will be lost when updating the theme so make a child to make the customization so that you won’t lose the changes when you update the theme.

    Another way: Our theme is translation ready so you can create the language file for your own language and use it. You can view this link https://www.sanjipshah.com/internationalization-localization-wordpress-theme-part-2/ to learn more.

    Thread Starter mayahemminga

    (@mayahemminga)

    Wow thanks very much it workt!!

    Theme Author ThemeGrill

    (@themegrill)

    Okay. Great! We would really appreciate it if you could rate our theme.

    Hi, I am new. have the same issue but can not understand what you mean by “Look for the spacious_featured_image_slider function “. where is it? I can not locate it in the dashboard menu

    Hi, I am sorry but I have the same problem and do not understand the explanation. I am using the latest version of wordpress but can not find out where to even find theme folder>> inc folder etc. also did not find out how to change the text in the photo (in the grey box in theme demo it is titled Free awesome slider) and how to add the three options (which in the theme demo are related to as super fast loading, responsive design, awesome support) below the main photo on the homepage….

    Thread Starter mayahemminga

    (@mayahemminga)

    You need to go to the code (editor) It’s the last option in your reproduction screen. There is right a menu where you can find Header function and there you have to search this:

    <a>" title="<?php echo esc_attr( $spacious_slider_title ); ?>"><?php _e( <strong>'Lees meer'</strong>, 'spacious' ); ?></a>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code has now been permanently damaged by the forum’s parser.]

    You can see i changed the text ‘read more’ to ‘lees meer’ but you can change it to the text you want

    Thread Starter mayahemminga

    (@mayahemminga)

    you need to go to: header-functions.php and there you can find the header code.

    Thanks! got it and it works. Only had to replace READ MORE

    Thread Starter mayahemminga

    (@mayahemminga)

    Nice:)! Happy to help.

    Thanks everyone I have found it!!

    @ mayahemminga: Hoe kreeg u het voor elkaar tekst te plaatsen in de foto? En hoe kreeg u het voor elkaar dat die lees meer zijn groene kleur behoud (ik heb nu alleen groene letters maar ipv witte letters in een groen blokje)

    Of nog beter… welke hulp site/ youtube tutuorial heeft u erg geholpen? ??

    I did this. I removed “read more” and now my site says Parse error: syntax error, unexpected ‘,’, expecting ‘)’ in /homepages/3/d516596837/htdocs/MyCMS2/wp-content/themes/spacious/inc/header-functions.php on line 111

    I cannot access my dashboard to fix this. Help!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘I want to change text in the slider 'Read more' translate to 'Lees meer' (1 post’ is closed to new replies.