badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Edit 'Read more' in services widget

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #21183
    Tamar
    Participant

    I’d like to change the text of the ‘read more’ link in the services widget to Dutch ‘Meer informatie’. What file do I need to edit?

    #21207

    Hi Tamar,

    Its from the widgets so go to your theme folder -> library -> widgets -> attitude_widgets.php and there you can fine the services widgets. But we recommended you not to change the code because while updating to our new version all your customisation code will be lost. So first make the child theme and then only customize the code.

    Our theme is translation ready so you can create a .po and .mo file in dutch language for your language translation.

    Thank you!

    #21231
    Tamar
    Participant

    So, I created a child theme incl style.css with @import url{“../attitude-pro/style.css”); But now the theme layout seems to have completely disappeared: I can still see my logo and revolution slider at the homepage, but the rest of the design is gone. Any idea where I went wrong?

    #21271

    Hi Tamar,

    Just create two file
    1> style.css and
    2>functions.php

    Under functions.php adding this code its correct
    <?php load_theme_textdomain( 'attitude', get_stylesheet_directory() . '/library/languages' ); ?>

    and under style.css add the below code.

    
    /*
     Theme Name:   attitude Child
     Theme URI:    https://www.themehorse.com
     Description:  attitude Child customization
     Author:       Theme Horse
     Author URI:   
     Template:     attitude
     Version:      1.0.0
     Tags:         
     Text Domain:  attitude
    */
    
    @import url("../attitude-pro/style.css");
    

    Create a language directory inside child theme attitude-pro -> library->languages (and add you .po and .mo file). You need to make the exact structure that is presence inside attitude-pro. If you are unable then you may hire a developer to fix it.

    Thank you!

    #21448
    Tamar
    Participant

    Hi,

    Thank you for the help. The child theme was created successfully at first. Now I’ve changed the directory from http://www.mysite.nl/wordpress to http://www.mysite.nl. Now it seems the child theme is linked to the basic attitude theme instead of the pro version. Not sure where I went wrong, but where can I fix it?

    #21462
    Tamar
    Participant

    Never mind, I’ve already figured it out. Thank you!

    #21483

    Ok that’s great Tamar

    Thank you!

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