Search Results for 'child theme'

Home Forums Search Search Results for 'child theme'

Viewing 15 results - 31 through 45 (of 360 total)
  • Author
    Search Results
  • #174054
    YvonneYvonne
    Participant
    Member since: February 17, 2017

    Hi,

    I moved from https://www.schoenenenlaarzen.nl/ to http://eye2design.nl. I dont know why but styling is totally gone and cant login. I am also missing a child theme btw.

    What can this be?

    TjitskeTjitske
    Participant
    Member since: October 11, 2018

    Hi, I am using version 1.1 of Meditation Pro and for a few weeks now there is no option in the customizer section anymore to change the logo of my website (www.tjeebee.nl). I want to replace the current logo file with another, smaller image but can’t find a way to do so (last year before summer this was still possible).

    Can you please tell me how to be able to replace my logo?

    Thank you.

    PS I did buy a newer version of Mediation (1.3) but I don’t dare to install it as I think I have to make a child theme first (because I changed colors and such in the theme). Making a child theme seems to be so elaborate and so much work and complicated that I rather keep it at this. So please give me a solution for the original version of the SKT Meditation Theme.

    #173077
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Editor >> Style.css >> Scroll down to bottom >> paste there CSS code.

    .nav ul li.menu-item-has-children::after {
        position: absolute !important;
        width: 10px;
        content: "\f107";
        top: 42%;
        font-family: FontAwesome !important;
    }

    Regards,
    Dave

    #171693
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi,

    Kindly refer this link:
    https://www.hostinger.in/tutorials/how-to-create-wordpress-child-theme

    Hope this help you.

    Regards,
    Dave

    #171648
    RED PILL DesignRED PILL Design
    Participant
    • Topics: 34
    • Replies: 82
    • Total: 116
    Member since: May 16, 2020

    Hi Dave,

    Thank you for the response and Merry Christmas.

    Which method do you advise to create a child theme?

    Stay safe!

    Hasso

    #169804
    Robert GianfeliceRobert Gianfelice
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: October 20, 2020

    Thank you for your help I am now able to publish French content for Testimonials and Teams.

    Regarding the logo, I found an article on PolyLang, https://support.pojo.me/docs/polylang-change-logo-every-language/

    As they suggest I created a child theme and added this code to the functions.php, but it does not work!

    Does the logo have a different name in the customizer, I think that might be the issue.

    Code is as follows

    function pojo_polylang_get_multilang_logo( $value ) {
    if ( function_exists( ‘pll_current_language’ ) ) {
    $logos = array(
    ‘en_CA’ => ‘logointerviewjobs_200_icon.png’,
    ‘fr_CA’ => ‘logointerviewjobs_200_icon_fr.png’,
    );
    $default_logo = $logos[‘en_CA’];
    $current_lang = pll_current_language();
    $assets_url = get_stylesheet_directory_uri() . ‘/assets/images/’;
    if ( isset( $logos[ $current_lang ] ) )
    $value = $assets_url . $logos[ $current_lang ];
    else
    $value = $assets_url . $default_logo;
    }
    return $value;
    }
    add_filter( ‘theme_mod_image_logo’, ‘pojo_polylang_get_multilang_logo’ );

    #169151
    RED PILL DesignRED PILL Design
    Participant
    Member since: May 16, 2020

    Hello,

    When analyzing the ShopZee Pro theme wit the Child Theme Configurator Plugin by Lilaea, I get the following warning:
    Notice: Undefined index: image_title in /home/public/sites/www.qrverlichting.nl/wp-content/themes/shopzee-pro/header.php on line 163

    Notice: Undefined index: image_title in /home/public/sites/www.qrverlichting.nl/wp-content/themes/shopzee-pro/header.php on line 163

    Notice: Undefined index: image_title in /home/public/sites/www.qrverlichting.nl/wp-content/themes/shopzee-pro/header.php on line 163

    How do I fix this?

    Kind regards
    Hasso Weeke
    RED PILL Design

    #162799
    JulieJulie
    Participant
    Member since: March 7, 2017

    I am using Jewellery theme (a child copy), and for some reason, the footer stopped updating. When I try to customize it, it opens on the Text tab (not Visual), even if I code html, it will not allow me to click to Visual, thus it never saves my changes. This is a newish problem. My URL is https://suite16designs.com/beautique/

    I’ve used lots of your themes without a problem. This is the first time I’ve used this theme.

    Thanks,

    #158080

    In reply to: website speed

    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Hello,
    This is screenshot from Chromium Lightroom: https://imgur.com/lnZr00W

    There is a lot of unused bytes downloaded. So I like to minimize this. If possible in a child theme to not destroy the original theme. Is this possible?

    Thank you, Wilfried

    #157033

    In reply to: SKT Newspaper Pro

    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .popular-articles .articles li:last-child {
        display: none;
    }
    .nav li:last-child {
        background-color: transparent !important;
    }

    Regards,
    Dave

    #155162
    Julien BedereJulien Bedere
    Participant
    • Topics: 3
    • Replies: 12
    • Total: 15
    Member since: June 4, 2020

    Hello,

    Thanks for your answer.
    Actually I looked closer to the main page of my website and a few words are translated. the “read more” of the blog section. And Some titles of the header: “our services”, “recent posts” and “connect with us”. that’s all.

    This works both with the parent theme and the child theme, after I put the fr_FR.mo and fr_FR.po files inside the “languages” folder of each theme.

    So it seems that the translation is active, but why only a few words are translated and the not the others?
    Does that makes any sense to you? Is that normal? Is there something to do to improve it?

    thank you,
    Regards,

    Julien

    #155149
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi,

    Is Translation Working With Main Theme If Can’t Used Child Theme And Directly Activate Main Theme?

    Regards,
    Dave

    #154988
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi,

    Is my procedure correct?
    Ans: Yes,

    Is “complete” the right name for “load_theme_textdomain” of Filmmaker theme?
    Ans: Yes,

    Is there any kind of parameter into the parent theme that blocks the translation of the child theme?
    Ans: No, there is not any kind of parameter into the parent theme that blocks the translation of child theme.

    Regards,
    Dave

    #154929
    Julien BedereJulien Bedere
    Participant
    • Topics: 3
    • Replies: 12
    • Total: 15
    Member since: June 4, 2020

    Thanks Dave, but I’m not sure I understand, it doesn’t seems to answer my question.
    I am making backups with the plugin “Updraft plus”, so I will be able to recover my website in case of trouble.
    But that’s not the problem here.

    My question is how do I activate my translation into the child theme?
    Is my procedure correct?
    Is “complete” the right name for “load_theme_textdomain” of Filmmaker theme?
    Is there any kind of parameter into the parent theme that blocks the translation of the child theme?

    Thank you,
    Julien

    Julien BedereJulien Bedere
    Participant
    Member since: June 4, 2020

    Hello,

    I am a beginner. My website adress is: https://mizarufilms.com

    I purchased recently the Filmmaker pro theme. It was setup properly by Shri from SKT, and seems to work just fine.
    I want to translate my whole website into french.

    I generated a child theme for customised settings and translation. I was strongly advised to do so. So I won’t loose any of my settings if I have to update the parent theme. Especially my hand made translation.

    I found a procedure to translate the child theme. I used Poedit to open the .pot file from the parent theme. I translated it into french and saved it into fr_FR.po and fr_FR.mo files.
    I created a folder called “languages” into my child theme folder, and put my fr_FR.po and fr_FR.mo files in it.

    Then I edited the function.php file of my child theme folder. I added those lines, as recommanded into my procedure:

    function my_child_theme_setup() {
    load_child_theme_textdomain( ‘complete’, get_stylesheet_directory() . ‘/languages’ );
    }
    add_action( ‘after_setup_theme’, ‘my_child_theme_setup’ );

    ‘complete’ is the “text domain’ name I found in the function.php file of the parent theme:
    //Make theme available for translation
    load_theme_textdomain(‘complete’, get_template_directory() . ‘/languages/’);

    According to the procedure I followed it should work fine and my website should be translated. But it’s not. When I checked forums about this issue, some people were saying that something into the parent theme can block those child theme instructions.

    Did I did anything wrong? Or is there indeed something into the Filmmaker theme that prevents the child theme translation to be activated?

    Thanks for helping me,
    Regards,

    Julien

Viewing 15 results - 31 through 45 (of 360 total)