Forum Replies Created
-
AuthorPosts
-
My code is identical to yours, I do not use the custom.css but a alternative stylesheet charged in the <head>.
I had a problem because I copied an old file header.php in my child-theme and I had a lot of problems, I copied the last header.php and all is well now.
Regards.
Jean
OK, I just tested in WordPress network (in local with Mamp) after activation on WordPress network (Enfold + my child-theme) no problem with the child theme in a network site.
Regards.
Jean
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
OK, it was me who forgot to take the new header.php with the update file, it works now.
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>.
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
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
-
AuthorPosts
