_changa_
Forum Replies Created
-
Forum: Plugins
In reply to: [WP GIF Player] Doesn't show previewHey douglasg14b,
as for the uploading: it only works if you upload the gifs via the “Add Gif” Button, because only then a preview image for a gif is being created.
Did you check out the settings for preview images? You can find them under Settings -> WP Gif Player in the WP Dashboard Menu. There you have a few options for preview images. One is to not set one at all.
Hope that helps!
Forum: Plugins
In reply to: [WP GIF Player] Doesn't show previewAs for the centering.. try adding the following styles to the div:
display: block;
margin-left: auto;
margin-right: auto;Might be a useful feature that could be implemented directly in the shortcode at some point.
Forum: Plugins
In reply to: [WP GIF Player] Doesn't show previewHey there,
@douglasg14b It seems like the preview image doesn’t exist under the specified path on your server. If you click on the link you posted and press F12 (in chrome at least), you will see the developer console. In there I can see the following messages:
Failed to load resource: the server responded with a status of 404 (Not Found)
firstAttack11_still_tmp.jpeg:1
GET http://douglasgaskell.com/wp-content/uploads/video/firstAttack11_still_tmp.jpeg 404 (Not Found)This means that it’s a dead link. Are you sure the preview is being created properly?
To make sure you can check your uploads folder to see if the preview – ending in _still_tmp.jpeg – exists in there. (http://douglasgaskell.com/wp-content/uploads/video/firstAttack11_still_tmp.jpeg)If it doesn’t exist, please try to upload the gif via the Add Gif Button in your editor again, and check whether that creates the preview file.
@epaccs as cudaja said, you seem to have disabled the gif palyer, so it’s hard for me to help with your issue. But in your case i can see that the preview image was created (http://www.e-paccs.co.uk/wp-content/uploads/2015/04/megagoodgifopt_still_tmp.jpeg). So the bug seems to be somewhere else.
Forum: Plugins
In reply to: [Post Thumbnail Editor] Does not cropHey there!
I just wanted to say that I’m also having the issue of not being able to save the cropped thumbnails with the newest plugin version in Chrome. I tried it with both WP 3.9.2 and 4.0. It works in Firefox though.
I also get this Error in the log file: [ERROR ][2014-10-06T13:36:50+00:00][ CSRF Check failed ]
Hope that helps in resolving the issue somehow!Forum: Plugins
In reply to: [Report Content] Plugin interferes with backend posts viewCool, thanks a lot for fixing this! 🙂