With the 12.3.1 update the Custom Field box has a serious glitch: with the default “auto” width option the box fails to display in full width on the page (it has a width of approximately 300px only in a 1300px wide placeholder). In the previous 12.3 version it worked properly. I have reverted back to 12.3 version, and now it works properly. So the faulty display has been introduced by the 12.3.1 update.
Hi tszabolcs,
I made some tests and for me seems to be ok. Maybe I’m not doing something correctly, or maybe this is happening only if you have some options set. Can you please provide some more details, maybe some screenshots with the settings of that filed and the error?
Thank you!
Hi, thank you for your reply. I use a text type custom field that contains an iFrame code from Simplecast to display the Simplecast player above my posts (the box is inserted in a Newspaper post cloud template).
See example in newspaper version 12.3 here:
https://azeletmegminden.hu/058-szonyi-ferenc-podcast/
It has worked all right in previous Newspaper versions including 12.3: the Simplecast player displays in full width of the custom field block on the page.
When I update to Newspaper version 12.3.1 the iframe player’s width gets limited to like 300px, although the custom field box is set to auto-width.
Here is an example for the iframe code:
<iframe height=”200px” width=”100%” frameborder=”no” scrolling=”no” seamless src=”https://player.simplecast.com/2c8e6266-1122-4b6b-be35-804b9ea12080?dark=false”></iframe>
Hello!
We can take a look at this and investigate why it is not working for you. Contact us via email at contact@tagdiv.com and provide the following:
– admin URL and credentials
– a link to this topic in order to identify you
Thank you!
Thank you for the reply.
Are you not able to reproduce this behaviour on your test site with the custom field box and the iframe code above?
Because I am still running Newspaper 12.3 on my site (since it is a podcast site, the player is a crucial part on the single post pages, I’d rather not update till it works all right).
But if you cannot reproduce this error on your site, then it might be a plugin conflict or something else on my side…
Thank you.
Hello!
Please try to add a class to the custom field element: https://prnt.sc/gUpOpkDm8XKK and add the following code:
.test .tdb-sacff-txt{width:100%!important;}
Make sure you do not copy-paste the code because it will paste different quotation marks.
Thank you!