Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1213848

    Dear Support,

    I hope you will be able to help me here. As per the instructions provided by your website I imported my parent settings into my childtheme. I now realise that a number of fonts are different and colors have changed including footer and buttons etc.

    I did save my parent theme settings separately and then imported these but still these changes are there. I cleared cache as well.

    Would you please be able to help me here ? I am worried that I can’t get things back to normal and that styling is important to me. I am regretting adding this childtheme but hopefully you will be able to help me.

    Kind regards.

    Please see below I have given you access in the prvate content section.

    Thanks so much for your help!

    #1214160

    Hey Sonotheme,

    You have some strange content in your Quick CSS box:

    .wpcf7-form-control-signature-body canvas{
    border: 1px dotted #BADA55;
    
    3
    
    }
    .
    [md-form]
    {{all your other form tags and shortcodes go here}}
    [/md-form]
    
    [submit "Send"]
    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if ( $args['title'] == 'Blog - Latest News' )
    {
    $args['title'] = get_the_title($id);
    $args['link'] = get_permalink($id);
    $args['heading'] = 'h1';
    }
    
    return $args;
    }
    

    The CSS is invalid, and shortcodes and PHP code is not allowed in Quick CSS. Please try removing and cleaning that up to see if it helps.

    Best regards,
    Rikard

    #1214578

    Hi Rikard,

    I switched to parent theme and restored to an earlier version so the issues I had disappered.

    As per your advice I have removed the PHP code form the css styling box but left in the CF7 styling to create vertical radiobuttons and signature field. They do seem to work fine. let me know if not ok and I remove but I need to put this somewhere as I want that styling so please advice.

    The other stuff I somehow added in en error when I was trying to put a contact form in my socket after which I encountererd the enormous exploded cookie policy with a white background (please see my earlier topic) I changed that by restoring my site to an earlier version.

    I have now removed the PHP code from the CSS box. Now the same issue with enlarged cookie policy in white and black headings in blog and widgets has now again resurfaced Would you mind looking into this for me as I dont know what to do going forward. I have given temporary access

    Kind Regards

    #1214919

    Hi,

    Thanks for the update. You had an open CSS block in Quick CSS:

    .wpcf7-form-control-signature-body canvas {
    border: 1px dotted #BADA55;

    I closed that for you and the enlarged cookie policy is gone now.

    Best regards,
    Rikard

    #1215084

    Thank you Rikard.

    I am so pleased you sorted it!

    Excuse me for being a bit of an idiot in regards to WP ! I am getting better slowly and learning each day!

    Thanks so much!!

    #1215384

    Hi,

    No problem, I’m glad that we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1216298

    Hi Rikard,

    The theme worked perfect after you corrected the CSS.

    But today I wanted to activate the childtheme to add the css in there in order to update the enfold theme. As soon as I actvated the childtheme the same colour and font changes happened again! (cookie policy is ok although the footer colour is white now.

    It seems that the childtheme has lost its imported parent theme settings as well.

    My CSS changes have now stopped working as well. IE the vertical orientation of the the radio buttons in CF7 has disappeared and theframe around the signature area has also disappeared. This happned a day later after the initial report so I am completely baffled by what is happening. I am tempted to restore my system to prior to these changes started happneing. Howver I would like to have a working childtheme it seems that these issues starting when I addded the childtheme. I wonder if this is a side effect of the child theme that I should you stick with the parent theme only?

    I would be grateful for your dvice

    Thanks so much! You have been incredibly helpful.

    • This reply was modified 3 years, 11 months ago by Sonotheme.
    #1216386

    Hi,

    Sorry for the problem. Please try to activate the child theme, then import the parent settings under Enfold->Import/Export to see if that helps. You might have to toggle a theme setting in General Appearance for example, and save for the settings to apply.

    Best regards,
    Rikard

    #1217275

    Hi Rikard,

    I activated the child theme and imported parent settings: no change.

    I then updated Enfold to the latest version and as if by magic my theme returned to its correct colours fonts etc!

    So I think the update to enfold seems to have solved my issues!

    Thanks so much for your help. I think we close this topic now!

    Kind Regards,

    #1217588

    Hi,

    Great, I’m glad that you got things working again and thanks for the update. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Uploaded Childtheme and now colors and fonts have changed’ is closed to new replies.