• Resolved Kurt_T

    (@kurt_t)


    Hi all,

    rookie question: I downloaded and installed weaver extreme and created abasic child theme: In the child folder there is the style.css which at the moment has only:

    /*
    Theme Name: Weaver-KKK16
    Theme URI: https://xxx.yy
    Description: KKK16 Child Theme based on Weaver Extreme
    Author: Kurt
    Author URI: https://xxx.yy
    Version: 1.0
    Tags: light, dark, white, black, gray, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template,  post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, photoblogging
    Template: weaver-xtreme

    @import url("../weaver-xtreme/assets/css/style-weaverx.min.css");

    Problem: Now posts are following by [CLICK TO READ MORE]
    instead of the german wording Weiterlesen ->
    which I have on my wp-website, when I use the original weaver-extreme-theme

    Question: What I am doing wrong, that the german localization gets lost in my minimal child-theme?

    thanx

    Kurt

Viewing 3 replies - 1 through 3 (of 3 total)
  • Go to your functions.php in your child theme and remove the function …read_more_link, or comment it out

    It is only there as an example

    Thread Starter Kurt_T

    (@kurt_t)

    @finnj

    thank you very much for your kind help

    Kurt

    Anonymous User 12851872

    (@anonymized-12851872)

    hi,
    why not put this line?
    @import url("../weaver-xtreme/style.css");

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘child-theme of weaver-extreme, localization problem’ is closed to new replies.