Wing Eraser
Forum Replies Created
-
This has been tested on a clean install of 3.4.2
Wouldn’t it be easier having an option for each slideshow.
Like width and height settings. So the end user doesn’t have to write any code.It won’t show anything if the slideshow contains one image.
If also figured out somethings. If the image is bigger than the set dimension it will give some unwanted cropped dimension.
I set it to 420×480. When the image is larger than this size, it will cropped to 200px height…
If I set an image equal or small than the set dimension it fully accept the given size.
However, sometimes it even crops at the equal size…
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Ribbon supportAdd a line of div with ribbon class.
<div class="meteor-clip"> <div class="ribbon"></div>
In the css add the following:
div.meteor-slides .ribbon { width: [the width of the ribbon] height: [the height of the ribbon] position: absolute; background: url('the url of the image') no-repeat; z-index: 200; }
It works for me.
Forum: Plugins
In reply to: [File Un-Attach] [Plugin: File Un-Attach] Warning when found a post/pageTo verify the problem I did a clean install of WordPress 3.4 and installed this plugin is the only one that is active.
I found the following issues:
Internet Explorer 9 and Chrome shows the PHP error, while Firefox doesn’t showing anything. For Firefox you can find the error in the console of Firebug.So the error is not fixed. I hope this info helps you to fix the bug.