Results 1 to 2 of 2

Thread: Problems translating child theme

  1. #1
    Thread Starter
    Junior Member crixx's Avatar
    Join Date
    Aug 2011
    Location
    Munich
    Posts
    27
    Thanks
    4
    Thanked 1 Time in 1 Post

    Problems translating child theme

    Hi,

    I searched the forum and google but found no working answer.

    What: I try to translate a Child Theme for Vantage.

    What did I do?

    1. created folder
    .../themes/vantage
    .../themes/vantage-child

    2. style.css
    /*
    Theme Name: name.theme
    Version: 2.1.0
    Description: xyz
    Author: Chris
    Author URL: https://xyz.de
    Text Domain: vantage-child
    Template: vantage
    */

    3. functions.php
    <?php
    /**
    * Registers the stylesheet
    *
    * @since 2.0.0
    */
    function vantage_child_styles() {
    wp_enqueue_style( 'vantage-child', get_stylesheet_uri() );
    }
    add_action( 'wp_enqueue_scripts', 'vantage_child_styles', 999 );

    function child_theme_slug_setup() {
    load_child_theme_textdomain( 'parent-theme-slug', get_stylesheet_directory() . '/languages' );
    }
    add_action( 'after_setup_theme', 'child_theme_slug_setup' );
    ?>

    All steps according to instructions:
    https://docs.appthemes.com/vantage/h...e-child-theme/

    Website:
    https://biokisten.org

    Versions:
    Wordpress: 6.6.2
    Vantage: 4.2.14
    PHP: 8.3


    Question: What did I miss?

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,977
    Thanks
    170
    Thanked 3,407 Times in 3,278 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] translating SimplyResponsive child theme in Multisite installation
    By almightyeric in forum Simply Responsive
    Replies: 8
    Last Post: November 26th, 2013, 11:48 PM
  2. Samcy Translating ClassiPress strings when using a child theme
    By almightyeric in forum Help Using ClassiPress
    Replies: 2
    Last Post: November 15th, 2013, 08:32 PM
  3. [SOLVED] Child theme set-up problems
    By m4rty5miff in forum Help Using ClassiPress
    Replies: 3
    Last Post: August 19th, 2013, 11:57 AM
  4. Child theme php problems
    By ben15 in forum ClassiPress General Discussion
    Replies: 5
    Last Post: April 16th, 2013, 04:33 PM
  5. [SOLVED] Child theme problems !
    By ben15 in forum Help Using ClassiPress
    Replies: 3
    Last Post: April 15th, 2013, 11:52 AM