jim.savage
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “View page” in all devicesI’ll defer to your judgment. My authors don’t screw up all that often, and I usually can fix things pretty quickly.
Same problem. In my case, trinitykirkwood.org, which uses a 3-columnlayout. When I push https, the column width remains the same because it’s controlled by css to leave a margin between columns, but there’s just a single long column on the left.
This is getting serious because the browsers are generating “not secure” messages when switching to edit mode. And any web site doing money transactions must use SSL.
Forum: Fixing WordPress
In reply to: Unable to update plugins/themes post 4.4 UpdateStill stuck after two tries to install 4.4.1. Just now it quit with the message unable to unpack files.
Site is http://www.trinitykirkwood.org, but it actually lives at trinitykirkwood.org/wordpress_renew It’s cPanel shared hosting
Forum: Plugins
In reply to: [Media Features] WP 3.5Using the Weaver II Pro theme, wp3.5 — same problem as Tibet. I like this plug-in, but not enough to abandon the work I’ve invested in a Weaver site.
Forum: Plugins
In reply to: [Flash player widget] [Plugin: Flash player widget] PlaylistWell, I surprised myself and did something that worked. Using the Text widget, I entered
<object type="application/x-shockwave-flash" data="audio/dewplayer-playlist.swf" width="200" height="200" id="dewplayer" name="dewplayer"> <param name="wmode" value="transparent" /><param name="movie" value="audio/dewplayer-playlist.swf" /> <param name="flashvars" value="xml=audio/hits2011.xml&showtime=1;" /> </object>Not quite right; if the playlist is more than 8 items long the balance is hidden rather than responding to the overflow with a scrollbar. Some css might fix it. Anyway, this the first playlist solution that I’ve managed to make work.