Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1057450

    Hello, what is the best way to hide the name of the template. Plugins like autotimize allow it, but is it the preferred way?

    #1057747

    Hey,

    Please add following code to bottom of functions.php file of your child theme

    function avia_remove_debug() { 
    remove_action('wp_head','avia_debugging_info',1000); 
    } 
    add_action( 'init', 'avia_remove_debug');

    If that does not help, please post a screenshot and point out the changes you would like to make :)

    Best regards,
    Yigit

    #1058107

    Is there any other way, without child theme?

    #1058332

    Hello,

    I uploaded your child theme files in a new folder (named like my website) but if I activate it (what works) my settings are lost…
    Ideas?
    Best
    W

    #1058486

    Hi,

    That is correct, but you can import the parent theme settings under Enfold->Import/Export, please try that out. If the settings don’t apply then try to toggle one or two theme settings and save again, they should apply after that.

    Best regards,
    Rikard

    #1058634

    Thank You. The settings are here.
    Regarding the theme name – there is enfold everywhere:

    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 4.5.3
    Installed: enfold
    AviaFramework Version: 5.0
    AviaBuilder Version: 0.9.5
    aviaElementManager Version: 1.0.1
    – – – – – – – – – – –
    ChildTheme: Kontento Child
    ChildTheme Version: 1.0
    ChildTheme Installed: enfold

    ML:512-PU:35-PLA:4
    WP:5.0.3
    Compress: CSS:all theme files – JS:all theme files
    Updates: disabled
    PLAu:3
    –>
    </head>

    my child theme functions php:
    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */
    function avia_remove_debug() {
    remove_action(‘wp_head’,’avia_debugging_info’,1000);
    }
    add_action( ‘init’, ‘avia_remove_debug’);

    #1059398

    Hi,

    To remove the theme info from the page source please refer to the docs

    Let us know if this works for you.

    Best regards,
    Vinay

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