MarkvanJaarsveld
Forum Replies Created
-
Hello Sayontan,
Thanks for taking the time to consider this.
I hope that there is a way to use the API, Deviant can be a bit hit and miss at times,…
If you do manage to have any joy, I would be more than happy to assist with any testing that might be required.
Best regards
MarkSame problem here on a couple of sites,..
Firefox can’t find the file at https://downloads.wp.xz.cn/plugin/ultimate-post.4.1.13.zip.After many hours of debugging I seem to have solved the display problem by adding a bit of custom CSS to over-ride the following
.ultp-block-wrapper {
position: relative;
display: inline-block;
}replaced with
.ultp-block-wrapper {
position: relative;
display: block;
}This solves the display issues with the live page mentioned, but I am still unable to add a new slider via the editor, this still does not function.
Additionally I have noticed that the display of images using the Image Block, are now also displaying correctly,…Images are inserted with an alignment of center, but were displaying with a left alignment (See blog posts) after recent update. With the custom CSS the images are now correctly aligned.
- This reply was modified 4 years, 11 months ago by MarkvanJaarsveld. Reason: Additional info
Forum: Plugins
In reply to: [Browser Screenshots] Stuck on ‘Generating Preview’Hello,
I have the same problem on 4 sites that I manage and use this plug-in.
The problem is also occurring on the Gravatar service
https://en.gravatar.com/markvanjaarsveldSo, it would appear to be a problem with the API on WordPress mshots.
I also access this service via some custom php, and this is also not functioning, so definitely not a problem with the plug-in!!