• Resolved deflime

    (@deflime)


    settings.css has the wrong path if WordPress is not installed on the root. Fix below.

    ln 5 powerpressadmin-basic.php
    ln 159 powerpressadmin-editfeed.php

    # wrong
    wp_enqueue_style("powerpress_episode_box", '/wp-content/plugins/powerpress/css/settings.css');
    
    #right
    wp_enqueue_style("powerpress_episode_box", powerpress_get_root_url() . 'css/settings.css');
    • This topic was modified 4 years, 8 months ago by deflime.
Viewing 1 replies (of 1 total)
  • Plugin Author benbeecroft

    (@benbeecroft)

    Hi @deflime,

    Thank you for pointing this out to us. We will include your fix in the next PowerPress update.

    Thanks for using PowerPress!

Viewing 1 replies (of 1 total)
  • The topic ‘Bug: Plugin has two calls to settings.css with a forced path via the root’ is closed to new replies.