-
AuthorPosts
-
January 29, 2016 at 4:53 pm #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
January 29, 2016 at 4:54 pm #574663Hey lauramatthys!
After switching to child theme, have you gone to Enfold theme options > Import & Export and exported parent theme settings?
Cheers!
YigitJanuary 29, 2016 at 5:04 pm #574669hi, 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
January 29, 2016 at 5:07 pm #574676Hi!
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!
YigitJanuary 29, 2016 at 5:19 pm #574687No, 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 */ }
January 29, 2016 at 6:08 pm #574729I 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!
February 1, 2016 at 6:02 am #575555Hi,
Login details are not working unfortunately, could you check please?
Regards,
RikardFebruary 1, 2016 at 12:13 pm #575693my 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!
February 2, 2016 at 6:14 am #576250Hi,
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,
RikardFebruary 2, 2016 at 5:05 pm #576551No, 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!
February 3, 2016 at 8:05 am #576936Hi,
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,
RikardFebruary 3, 2016 at 10:20 am #577006Hi, 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, 9 months ago by lauramatthys.
February 4, 2016 at 6:08 am #577580 -
AuthorPosts
- You must be logged in to reply to this topic.