Forum Replies Created

Viewing 5 posts - 151 through 155 (of 155 total)
  • Author
    Posts
  • in reply to: Enfold 1.3 setting up child theme #116007

    For me it’s work correctly with :

    /*

    Theme Name: MYWORK

    Theme URI: http://www.mywork.com/

    Description: Theme pour le site MYWORK

    Version: 1.0

    Author: FreePixel

    Author URI: http://www.freepixel-webdesign.com/

    Template: enfold

    */

    @import url(“../enfold/style.css”);

    I think you have to change :

    Template: Enfold in Template: enfold

    in reply to: Display menu smartphone with child-theme #116006

    OK, it was me who forgot to take the new header.php with the update file, it works now.

    in reply to: Enfold Feature Requests #114574

    Hi, I have a problem custom.css, if I use a slider extenstion (Cute 3D) and I changed up styles of it in custom.css they are not applied), presumably because the styles extension are loaded after custom.css.

    It should place the call to the file at the end of <head>, but if you update the theme all these settings are lost?

    For now I included my style file of child-theme at the end of <head>.

    in reply to: Setting up a child theme problem, #115727

    Hi, I use the child theme and it works, try putting the name of the parent theme in lowercase.

    Look, that the CSS in this style.css are not included in the header.php file.

    I just add the stylesheet link before the </ head> and it’s good:

    <!– Adding styllesheet for my child-theme –>

    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_stylesheet_directory_uri(); ?>/style.css” />

    You can use the editor in appearance section WordPress now.

    Regards.

    Jean

    in reply to: Please contribute and translate Enfold #114918

    Hi, I have buy the Enfold theme this day, nice theme !!

    Now I want to translate in french, I have the fr_FR.po translate file from Choices with a lot off translations.

    I have a bug to translate the word “All” in the filter for Portfolio galleries.

    In french .po the word are present… but the translation does’nt work.

    For now I’ve changed the file “portfolio.php” in Avia_shortcodes :

    $output .= ““.__(‘All’,’avia_builder’).”“;

    To

    $output .= ““.__(‘MY_WORD’,’avia_builder’).”“;

    Regards.

    Jean

Viewing 5 posts - 151 through 155 (of 155 total)