• In the infopopup.php file the css file path is hard coded to the wp-content directory and will show an error if you have personalized this folder.
    The line is number 38 and it should be corrected to:

    wp_enqueue_style('infopopup-style', plugins_url( 'css/infopopup.css', __FILE__ ));

    https://ww.wp.xz.cn/plugins/infopopup/

The topic ‘Hard coded path for css file’ is closed to new replies.