• The update from 1.0.5 to 1.0.6 if you started using Easel will cause all your widgets to move from the sidebars in the appearance -> widgets to the inactive region.

    The reason for this is because of an ID (script and css) issue with a conflict with WordPress’s own id=”Footer’ in the footer area with a single browser, Safari 5.0.2 for the MAC, nothing else is having the issue, however, needed to fix it.

    So anyways, using the sidebar ID Footer and wordpress having their own ID Footer caused the footer sidebar not to be able to be opened cause the script in safari 5.0.2 for the mac would get confused.

    Sooo, I apologize for the update losing your widgets to the inactive region, but it was a rare bug that did need squashing.

    – Also in this update was a change from the graphic arrows to text based ones, subdirectory installations of WordPress received the wrong path to where the arrow images were located, so instead of graphic arrows I opted for text based ones.

    – Phil

Viewing 5 replies - 1 through 5 (of 5 total)
  • I am trying to create a template out of my WordPress easel site, all I want to do is take an image off the interior pages, by changing the stylesheet to style2.css. I just can’t seem to find where to call in a different file. I have page2.php showing in the templates, just need to change this stylesheet. Hope someone can help!
    Jan G

    You’d need to call the new stylesheet in your theme’s header.php file – possibly by using the is_page_template() conditional tag.

    Thread Starter Frumph

    (@frumph)

    Actually it’s easier then that, there are unique body classes generated dynamically for each and every page that is made.

    .page-id-# where # is the page ID #.

    So if you want to change any CSS specific for that page you can do say, for example the header.

    .page-id-43 #header {
    background: #ccc;
    }

    would specifically target that page.

    Frumph’s extended body classes rock ??

    You don’t need multiple different CSS, just a single one the style.css to make say a look for a site for every single page on it.

    – Phil

    I’m pretty sure the body_class() also output the page template slug as well,so you may be able to use that to re-style a number of pages that use a common page template.

    thanks, I will try those, Jan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Easel 1.0.5 update to 1.0.6’ is closed to new replies.