Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I just helped someone having this exact same issue. They were using the plugin to rotate images in the header image area of Twenty Ten. The slideshow and the site-title were conflicting and it was pushing the slideshow way over to the right in Firefox. They already had a child theme set up.

    The plugin wraps the slideshow with a div with an ID of rotator. All that needed to be done to fix the problem was add the following to the child theme stylesheet. Even though the plugin embeds styles for “#rotator” it doesn’t include the clear property, so there is no problem with this being overridden by the embedded styles.

    #rotator {
    	clear: both;
    }

    This made the slideshow drop below the site-title and everything was fine. It caused no problems in other browsers.

    Thread Starter Mike D M

    (@mikedm)

    Thanks,

    I wasn’t sure that was for the very latest versions of WordPress or not.

    Does anyone know what this error would point to? The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature. I still get it if I try to update the install that I updated to 3.7 a month ago or so. I can’t update the version to 3.8 or update any themes or plugins or add any new ones to the installation. (I should note that I can add them manually. I haven’t tried updating WordPress manually)

    While I did have a hiccup with updating a theme on the install that I went from 3.6 to 3.8 on, it did do it successfully on the second try. It seems like I’m stuck on the other install since I can’t get anything to update on it.

    I am using this web server setup for other PHP work and am not having any problems with it other than recently with the two latest updates to WordPress.

Viewing 2 replies - 1 through 2 (of 2 total)