Thank you for your response.
I don’t know why this happened since nobody touched the cache plugin but thanks for pointing me in the right direction.
do you know what the errors are about?
this just started happening yesterday without me doing any updates or anything else
Thanks for posting. It keeps happening and I was using W3 Total Cache so now I just disabled that and installed WP Super Cache. Hopefully that will work
I keep having this problem.
It keeps deactivating itself at least once a week and when it does it breaks my header and the site doesn’t load properly.
I use W3 Total Cache for caching and Wordfence Security + Really Simple SSL for security. Are these plugins known to work with NewsPaper? Are there other cache plugins that play nice with Newspaper for sure?
Please let me know or I’ll have to move to another theme that actually works
-
This reply was modified 2 years by
marcnyc.
Thank you. The update fixed both issues
How do I check if there is a featrued image?
I have activated the the tagDiv Standard Pack plugin and emptied the cache but I still get the same error
I do not have any cod to prevent elements in search results but the issue is not just the search results, the issue is that these news do not appear on the home page either… or on the news page, so I don;t know how to address this
You are right it seems to be the quotes but I don’t know why posts with quotes would not show up. I don’t have any plugins to exclude posts…
Here is anther one:
https://www.chaindlk.com/news/belaten-en-sommar-av-plaga-compilation
no special settings and no it’s not the only post
I have allow URL fopen ON already in my cPanel
I have checked:
I have the latest version of the theme and all the requirements are met (my memory limit is set to 512Mb)
The link you posted about PHP.ini is about something else… can you send me the correct link so I can check what php.ini settings you recommend?
I also just noticed that there is an error_log file in my root:
[18-Jun-2020 20:37:55 UTC] PHP Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /home/chaindlk/public_html/wp/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
[18-Jun-2020 20:37:55 UTC] PHP Warning: getimagesize(): Failed to enable crypto in /home/chaindlk/public_html/wp/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
[18-Jun-2020 20:37:55 UTC] PHP Warning: getimagesize(https://www.chaindlk.com/wp/wp-content/uploads/2020/05/ChainDLK_logo.png): failed to open stream: operation failed in /home/chaindlk/public_html/wp/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
Wait, I don’t understand this at all.
WordPress has the feature to NOT request users to be registered to post a comment but you are telling me that Newspaper X actually DISABLES this WordPress feature??? You are telling me that, by using Newspaper X, we loose the ability to use a NATIVE FEATURE of WordPress??
And you are telling me that Newspaper X REMOVES THE ABILITY to user JetPack’s features???
If so this is something that should clearly be advertised because a theme should NEVER inhibit a NATIVE feature of WordPress!!
Also THOUSANDS of people user JetPack with WordPress and if your theme inhibits the features or usability of JetPack and does not allow users to continue using the built in commenting features
Ok, could you confirm that my selections (see above screenshot) are correct? Or can I remove some more un-necessary sizes?
Yes I agree that it’s not very clear at all
I have disabled that setting in Settings but I STILL see the login window:
https://snipboard.io/oYwlcW.jpg
I’m not looking for custom work, I simply want to see the Social Login that Jetpack offers (Jetpack is installed and activated)
You didn’t click the “log in” link to see the problem I am describing.
When you click the login link, you see this login window:
https://snipboard.io/jCnNqf.jpg
which I believe is a Newspaper X login window, when instead we should be seeing the Social Logins of Jetpack commenting options.
Your screenshot is assigning a height to the iFrame. I am trying to have the height of the iFrame dynamically set based on the contents loaded inside the iFrame… so I don’t want it to be set to 400px, I want it to be se to 200px if there are 200px worth of material, or 400px if there are 400px worth of content etc…
sorry but that still doesn’t work… the iFrame does not resize
Actually your code doesn’t work and the link you sent does not auto-resize the iFrame based on content.
I did find a link online that does this:
<script type="application/javascript">
function resizeIFrameToFitContent( iFrame ) {
iFrame.width = iFrame.contentWindow.document.body.scrollWidth;
iFrame.height = iFrame.contentWindow.document.body.scrollHeight;
}
window.addEventListener('DOMContentLoaded', function(e) {
var iFrame = document.getElementById( 'iFrame1' );
resizeIFrameToFitContent( iFrame );
// or, to resize all iframes:
var iframes = document.querySelectorAll("iframe");
for( var i = 0; i < iframes.length; i++) {
resizeIFrameToFitContent( iframes[i] );
}
} );
</script>
<iframe src="http://tagdiv.com" id="iFrame1"></iframe>
However the problem is that when I use this the width of the iFrame is set to about 200… in fact I notice that even if I don’t add any code and I add an iFrame into the TD Composer content column it’s width is about 200px… is there some min-width definition in the Newspaper X theme that forces iFrames to be 200px or any reason why even in the preview the iFrame would not be 100% if I’m setting it’s width at 100%?
I am looking for a way to resize the iFrame according to the contents of the iFrame. Does inline CSS do that?
I just had an onLoad action in the iFrame:
<iframe src="url" onload="resizeIframe(this);"><iframe>
I tried that but unfortunately in the onLoad() action of the iFrame is removed from the Column Text by TD Composer and so the JS doesn’t run
I’ve had the same problem…
you think it’s disabled but somehow they are related and inter-dependent…
check Theme Panel > Theme Colors > Background Colors
