Hello Calin,
my problem is, that I don’t want to enable the theme setting, because it enables the modal window for all pictures. I’d like to control this individually and did this in the past by linking an image to the media file or not. With my old theme, the linked images where displayed in a modal window automatically. With Newspaper I additionally to the link have to switch the modal view on. Is it somehow possible to display all linked images (and only these!) in a modal window. I’m not able the change the settings of hundreds of pictures.
I just noticed, that there is a setting “Modal on/off” in the image properties.
But I have hundreds of images in my posts and I can’t set this option individually.
How can I achieve for a click on an image:
Link on image to media file => open in modal viewer
No link on image => nothing happens
I don’t want a general modal on every image.
Hello,
who had the idea for this banner? It really is a bad way to show an advertisement to paying customers and have a new option in a sub-menu to turn this off 🙁 At least a button “Show only once”, that turns the banner off without looking here into the forum how to do this, would be a good UI.
I did the update. Everything seems to work.
Thank you!
Hello Calin,
I have version 12.1.1 installed, so this seems not to be fixed.
I tried the raw html element instead, but this element does not process shortcode at all.
Hello,
just in case someone has the same problem, here is the solution to add Custom Post Types into the loop of AMP-Pages. Of course this has to be done after every theme-update.
In /wp-content/plugins/td-composer/mobile/functions.php add the following function:
function add_custom_post_type_to_query( $query ) {
if (is_home() || is_archive()) {
$query->set( 'post_type', array('post', 'your_CPT_name_here') );
}
}
add_action( 'pre_get_posts', 'add_custom_post_type_to_query' );
But can I edit/hack the theme somewhere to ad my CPT?
Hello,
I think loosing visits and views after deinstalling AMP seems quite normal.
AMP pages are made for speed. Google prefers AMP versions of a website and ranks then much higher than others. Google even caches some of the content to deliver it fast to the visitors.
By disabling AMP your website will not be listed as high as the AMP version, especially if there are many competing websites with the same topic.
A normal mobile version or responsive website can’t be compared with AMP.
Ok. Seems to work.
Thank you.
Hello Calin,
yes, the warnings do not appear under php 7.4.
It’s no problem, I have a staging-site, so your developers can savely look into this problem. I’ll send a mail to the support.
Hello Bettina,
I disabled all plugins except the tagdiv ones and reinstalled the Cloud Library. The problem still exists.
So how exactly can I find out, which of the Single Template’s value exactly causes this problem? I don’t see any value named “undefined”.
Hello Anamaria,
but I want to use my cloud single-template, not one of the standard ones.
Thank you, Anamaria,
reinstalling tagDiv Composer solved the problem.
I just see, that the desktop-version suddenly also is missing the css 🙂
In the cloud template the headers are correct and the 404 cloud template is assigned correctly in the template settings.
Hello Vlad,
I use a cloud template for my header.
Hello @mundoplus,
this is an error, but it does not fix the problem. Tagdiv has to fix this. The logo must have a with and height in pixels, not as “auto”.
Hello,
this error is not about wrong logo sizes, it’s about missing width and height attribute. Size does not matter.
Thank you @Vlad-s !
It was an old and now unnecessary file in the child folder. Deleted it and everything is working now.
Hi kareem khattab,
WPRockets recommends not to enable this feature until you have a mobile version of your theme. I had disabled it with versions < V 10.3.7. But it should be enabled with Version 10.3.7 and higher of Newspaper to make sure the devices get their correct versions from the cache also.
Hello Calin,
when I edit the mobile template with the Composer I have the possibility to switch the mobile display between “Phone Viewport” and “Phone landscape”. The landscape view shows a two column layout, which I don’t want. For the mobile view this column is empty.
Hello @nhowarth
I also tested a lot of caching-plugins, but WPRockt is the best although you have to pay for it.
But it’s very important to check the features, if they really optimize the Newspaper plugin. For example the setting “Optimize CSS delivery” does not work with Newspaper, because in my case it results in layout shifts (CLS).
Hello Calin,
reinstalling tagDiv Composer wasn’t successful.
So I just deleted the mobile page and recreated it from scratch. Now editing works. Don’t know why this was a problem with the first version.
Thank you, Vlad!
Fortunately all other images do load lazy. I see, that images inside a post do have a loading='lazy" attribute. Is this inserted/used by Newspaper? Maybe I have to find a way to insert this attribute to the Top10-Thumbnails.
