Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End art diection plugin and WP 3.0

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29974
    wolf
    Member

    After a two month hiatus in the design of my new site (I’m new to css and wp) I find some problems w/ the art direction plugin and possibly wp 3.0. The plugin links out to special stylesheet singlepost.css but doesn’t apply the "in-post/in-line" styling code.
    I seem to remember that it worked fine in wp 2.9.2 but after two months I might have forgotten/overseen something very basic..?

    see http://blog.wolfsview.com/wordpress/ano … -paradise/

    #81769
    Untitled #3
    Member

    It links to the stylesheet after your <body>:

    Code:
    <!– Art Direction Styles –>
    <body style= "background: url(/wordpress/Images/Lacar_tarde_header_0722.jpg) no-repeat center -30px">

    <link rel="stylesheet"

    href="/wordpress/wp-content/themes/WolfsView_II/singlepost.css"

    type="text/css" media="screen" />

    <style type="text/css" media="screen"></style>

    Maybe something is wrong with your head hook? As far as I know, this plugin works fine with WordPress 3.0 (I tried it myself). An idea: Try to test WP 3 on localhost with WAMP/MAMP and the default theme. If it works, something is wrong with your theme. If not, the plugin is wrong.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.