If the problem is with the CSS and JS used in the parent theme, please copy the LIB folder from the parent to the child theme. This workaround works excellent for me.
-
This reply was modified 9 years, 4 months ago by santilomb.
Thank you bobbrown99!! it was the solution.
Hi, I have found a bug today. I have installed WordPress 3.4 and Knews 1.0.5 over a IIS (because a client request 🙁 ).
in PLUGIN_DIR/admin/knews_admin_news.php line 131 a php block is opened using “<?” instead “<?php”. because that, the plugin’s dashboard does not display when you are into admin site.
<p><a href="<?php bloginfo('url')?>/wp-admin/admin.php?page=knews_news§ion=edit&idnews=<?php echo $id_edit; ?>"><?php _e('Redirecting to editor...','knews'); ?></a></p>
<?
} else {
After change <? to <?php all appear to work well.
regards
Santiago Lombardi