Topic Resolution: Resolved
  • Closed
  • Mish
    Spectator
    30.11.2015 at 21:09 #22596

    I have attempted a few times to make a child theme of the Evolve Plus by using a plug in and I received errors. I deleted the child theme and tried again, same errors. I then tried a different plug in and received the same errors. below are the errors I am receiving, how to correct this?

    Warning: Invalid argument supplied for foreach() in /home3/ab92548/public_html/dev/wp-includes/widgets.php on line 1698

    Warning: Invalid argument supplied for foreach() in /home3/ab92548/public_html/dev/wp-includes/widgets.php on line 1748

    ** I have only just installed the evolve plus and I have not made any changes at all & wanted to make the child theme first.

    Thanks in advance

    ***edited: forgot info

    Mish
    Spectator
    Posts: 2
    30.11.2015 at 22:09 #22597

    Also, this is when I do a live preview of the child theme…when I do a live preview of the regular theme I do not get this error. Any ideas?

    Denzel Chia
    Moderator
    Posts: 2656
    01.12.2015 at 07:23 #22609

    Hi,

    We do not recommend using a child theme for Evolve Plus.
    If you need to modify css, you can add it into Theme Options -> Custom CSS

    The dynamic css file of Evolve plus loads after the style.css file, there is a lot of css that you cannot overwrite if you are using a child theme.

    For your information, the following is WordPress documentation on child theme.
    https://codex.wordpress.org/Child_Themes

    Thanks!

    Mish
    Spectator
    Posts: 2
    02.12.2015 at 13:32 #22679

    Thank you for the quick response!