• I’ve installed embed-rss. Its available when I go to edit a page, when clicked I can just about make out the boxes and type, although it appears over the text beneath. I have carried out the instructions and saved/published but nothing appears on the page when I visit it. Can anyone help? I am a wordpress beginner. Thanks

    http://wordpress.org/extend/plugins/embed-rss/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had the same problem.
    The first problem (not seeing the dialog clearly) is caused by a CSS (stylesheet) file not being loaded, I think due to a library path being incorrectly defined.
    IIRC, it was /wp-content/plugins/embed-rss/lib/jquery-ui/cets-jquery-ui.css , but I can’t remember how I fixed it, sorry.
    Looking at the files in the plugin, it looks like I might have reinstalled it. Make sure you have the most recent version.

    Hope this helps.

    The css error is on the following line in embed-rss/cets_EmbedRSS.php:

    wp_enqueue_style( ‘cets-jquery-ui’, plugins_url(‘/embed_rss/lib/jquery-ui/cets-jquery-ui.css’), array(), $this->version, ‘screen’ );

    There is a type-o. The directory ’embed_rss’ is supposed to reference ’embed-rss’

    Just change that and the editor window will display correctly.

    -D

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘embed-rss not working’ is closed to new replies.