silencecm
Forum Replies Created
-
@manegr Many responsive issues are reported across several posts here on this support form. Several responses advise these issues will be fixed in the next version. I’ve waited and updated this plugin over two releases, yet still the responsive issues are reproducible.
I went ahead and resolved the issues myself via CSS.
For anyone interested in my fix:
I’m using slideshow with default options. The generated css styles set the width of:
*#bwg_slideshow_image_[i]
(i appears to be a dynamic index based on the number of slideshows in the post) to match loaded image width of 800px. Modified this towidth: 100%
.
*#bwg_slideshow_image_container_[i]
to match the loaded image width of 800px. Modified this towidth: 100%
.The root container
.bwg_container
was also usingdisplay: table
which I modified todisplay: block
.These hardcoded and un-configurable widths were exploding my page width (on a mobile 425px width, the page with would be 800px).
Will not consider paying for this plugin.
Just updated from 1.6.5 to 1.6.6, the issue is still reproducible.
Forum: Plugins
In reply to: [Twitter Card Generator] Error: Required Meta Tag Missing?Strange. I can see the “missing” meta tag in question being generated in your source as expected:
<meta name='twitter:card' content='summary' /> <meta name='twitter:site' content='@DB_History_2014' /> <meta name='twitter:title' content='Mastodons – The Earliest Known Elephant – ' /> <meta name='twitter:description' content='Mastodon, Clovis Hunters, American Mastodon, Mastodont, Pleistocene Period, Prehistoric Elephants' /> <meta name='twitter:image' content='https://ourworldspast.com/wp-content/uploads/2015/05/1280px-Mammut_americanum-e1431920201931.jpg' /> <meta name='twitter:url' concept='https://ourworldspast.com/mastodons-the-earliest-known-elephant/' /> <link rel="icon" href="https://ourworldspast.com/wp-content/uploads/favicons/favicon.ico" />
The site Knowem also reports your twitter card description meta tag as expected. Please allow me some time to look into this further. There is a possibility this bug is on twitters side.
Forum: Plugins
In reply to: [Twitter Card Generator] Error: Required Meta Tag Missing?Do you have a sample URL you can provide?
Version 1.0.4 includes a fix for this issue.
Have you updated to version 1.0.3 yet?
According to the twitter card documentation:
“In order to use this Card, you’ll need to specify an image with a new minimum size and height. This Card requires an image with minimum width of 280, and a minimum height of 150”
Are the images you are using meet the size requirements?