lauritasita
Forum Replies Created
-
Forum: Plugins
In reply to: [MP3-jPlayer] Autoplay no longer enabled with ios 6 on the iPad MiniActually, I just checked my regular iPad with ios 5 and the autoplay stopped working there, too, so apparently it may not have anything to do with the fact that I upgraded to ios 6.
Laura
Forum: Plugins
In reply to: [Simple Image Widget] Cannot center the images like beforeThank you so much. I think that did the trick!
-Laura
Forum: Plugins
In reply to: [Simple Image Widget] Compatible wih 3.5?Hi Brady,
I’ve been a huge fan of this plugin for a few years now and I just noticed that the plugin stopped working when I upgraded to WordPress 3.5.1 which just recently came out.
I can still see the images on the sidebar where I uploaded all my images using this plugin, however, I used to be able to center them using the following CSS that I inserted into my theme <head> section using this:
.simpleimage {
text-align: center;
}After the upgrade, I find that I cannot use this CSS style. Have you changed these statements, or can you give me an alternate way of centering the images using the plugin. I really loved this plugin and I was hoping to continue using it. I just need the images centered like I was able to previously.
Thank you.
Laura Tower
Forum: Plugins
In reply to: [HTML5 Videos] Question about video controlsHi Dustin,
The problem seems to be mostly on Firefox/Windows 7. She went to the
https://videojs.com site. She can play the video there, but she cannot use the pause control. Would you say it’s a glitch with how she has her operating system set up? I don’t have a problem viewing them from various browsers and operating systems, and I haven’t heard any comments from her visitors that they can’t play them, but I think the problem is just the controls. She says she can play the video, but cannot use the controls.Laura
Forum: Plugins
In reply to: [Special Recent Posts] Browser compatability issue with fontsLuca,
I also temporary disabled the inline CSS rule, and I tested it on three different computers including the iPad. When I looked, the font used for the post excerpts is some kind of default font similar to the courier font.
The only browser I see it is using the Arial font is in Internet Explorer (because of the change I made to your CSS file, “css-front.css” or my WordPress theme default font which is Arial). For all other browsers, it uses the default font.
So I put back in the inline CSS rule, and all browsers now display the post excerpts in Arial.
Laura
Forum: Plugins
In reply to: [Special Recent Posts] Browser compatability issue with fontsLuca,
I added the following inline CSS to your shortcode, and it seems to be working now, but check it:<div style=”font-family: Arial;”>
[srp post_limit='1000' post_content_length='300' widget_title='Most recent posts from Sans Souci' thumbnail_width='115' thumbnail_height='115' category_include=3]
</div>Let me know if this is ok with you. I don’t understand why the change to your CSS didn’t work.
Forum: Plugins
In reply to: [Special Recent Posts] Browser compatability issue with fontsThe link to the web page I’m having trouble with is here:
https://sanssouciblogs.com/blog/
Thank you.