I recently logged into a blog I haven’t been to in a while and noticed the customization, live preview for the theme was gone. The only option when you click on theme –> customize is widgets, and there’s nothing there. Installing the FREE version of the theme resolves the problem, but I don’t want the free version!
]]>Hi,
I’m using Child Theme Configurator plugin trying to create a child theme of Magazine News. in the process, I got the following error message:
——-
The theme “Magazine News” generated unexpected PHP debug output.
Notice: Undefined index: amount in C:\Bitnami\wordpress-4.9.6-0\apps\wordpress\htdocs\wp-content\plugins\extended-categories-widget\4.2\class\avh-ec.widgets.php on line 1119
Notice: Undefined index: count in C:\Bitnami\wordpress-4.9.6-0\apps\wordpress\htdocs\wp-content\plugins\extended-categories-widget\4.2\class\avh-ec.widgets.php on line 1124
Notice: Undefined index: use_desc_for_title in C:\Bitnami\wordpress-4.9.6-0\apps\wordpress\htdocs\wp-content\plugins\extended-categories-widget\4.2\class\avh-ec.widgets.php on line 1125
Notice: Undefined index: rssfeed in C:\Bitnami\wordpress-4.9.6-0\apps\wordpress\htdocs\wp-content\plugins\extended-categories-widget\4.2\class\avh-ec.widgets.php on line 1128
———
According to the plugin tutorial, when seeing such error, we should contact theme author for answer. I’m wondering if you can help me out with this?
I have AVH Extended Categories Widgets plugin inatalled on my site.
Thank you.
]]>Found an error, does not translate the button to read further. In the directory /inc/customize/customize-kirki.php in the line 436 replace
return “Read More”;
on the
return __( ‘Read More’, ‘magazine-news’ );
]]>