Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #574661

    Hi,
    I want to create a enfold-child, but it doesn’t works. When i activate the child theme it’s completely different than the parent theme. I tryed everything, i’v readed a lot of topics in the forum but nothing works. My website is based on your demo “Enfold Photography Portfolio”.

    content of my style.ccs enfold child file:

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Laura Matthys
    Author URI: http://kriesi.at
    Template: enfold
    */
    /*Add your own styles here:*/

    And the content of the functions.php:

    <?php
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    
    }
    ?>

    Can you help me? Thanks!

    Laura

    #574663

    Hey lauramatthys!

    After switching to child theme, have you gone to Enfold theme options > Import & Export and exported parent theme settings?

    Cheers!
    Yigit

    #574669

    hi, yes thanks! that was the problem ;-)
    But now the main menu and the typeface, colors of the text in all my website are different.

    A simple solution?

    Thnaks a lot

    #574676

    Hi!

    Have you changed them using custom CSS? If so, please move all of your custom CSS codes into Style.css file of your child theme.

    Cheers!
    Yigit

    #574687

    No, in the custom.css of the parent enfold there’s only:

    /* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
    
    /* General Custom CSS */
    
    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
    
    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    
    }
    
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
    }
    #574729

    I found a solution for the menu, it’s like it was in “inactive menu item”

    But for the rest of the content, in all the pages, the text is in “secondary font” and not in “main content font” and default content font”.

    Any idea to solve the problem?

    Thanks!

    #575555

    Hi,

    Login details are not working unfortunately, could you check please?

    Regards,
    Rikard

    #575693

    my login details
    You’ll see, the text is in green but in the theme settings it’s normally in grey. In the home page, it’s à green button,but normally it’s in red.

    Thanks!

    #576250

    Hi,

    Your frontend seems to match the settings you have in the theme options on my end, please see screenshot in private. If you don’t see what I see then please try to clear your browser cache and reload a few times or try a different browser or machine.

    Regards,
    Rikard

    #576551

    No, it’s because i selected the enfold main theme. Now, it’s with the enfold-child. You’ll see the font in green. Also for the shop in the page “commander des plats” when i add an items in the cart, it’s possible to see it in the cart on the left, above the menu. With the main theme it works, but with the enfold-child it’s like there is nothing in the cart…

    I put the log and pass for the wordpress dashborad in private

    Thanks!

    #576936

    Hi,

    I changed the green colour to red and it’s working as expected, please reload your site and have a look.

    Try the following in Quick CSS for the cart:

    .html_header_sidebar .cart_dropdown {
        top: -300px !important;
        left: 10px !important;
    }

    Best regards,
    Rikard

    #577006

    Hi, Thank you.

    But now i can’t go on my wp-admin??? I’ve juste a white screen. How can i reload my site? It’s my first website :-)
    I received an email to say that my wordpress is automatically updated to wordpress 4.3.3, mayby its the reason for the white window…

    Can you help me?

    Regards,

    Laura

    • This reply was modified 8 years, 1 month ago by lauramatthys.
    #577580

    Hi,

    The backend of your installation is loading just fine on my end, could you try to clear your browser cache and reload a few times to see if that helps please?

    Best regards,
    Rikard

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