- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
i will add an example. you can look at this post: https://cherish-humanity.org/razboiul-comunistilor-impotriva-familiei-partea-ii-feminismul-bolsevic/
In “ULTIMELE ARTICOLE” sidebar the current article is also shown. I don’t want it to be shown. I use tagdiv 8 to display this sidebar.
usually I would use this code for the wordpress recent posts widget, but I don’t know what action you have for this theme.
function be_exclude_current_post( $args ) {
if( is_singular() && !isset( $args[‘post__in’] ) )
$args[‘post__not_in’] = array( 1482 );
return $args;
}
add_filter( ‘widget_posts_args’, ‘be_exclude_current_post’);
Hello there,
I will need to add alt tags to social media buttons (where all social media buttons are present).
My website is: https://www.ile-maurice.club
For example actually it is :
<span class=”td-social-icon-wrap”>
<i class=”td-icon-font td-icon-facebook”></i>
and would like it to be :
<span class=”td-social-icon-wrap”>
alt=”Facebook icon” title=”Facebook”>
<i class=”td-icon-font td-icon-facebook”></i>
Can you please help me out with this?
Kind and warm regards
J
Hi,
I’m using a Single Post Template 1. When viewing a post and scrolling to the end you see a throbber and the rest of the posts in the same category is displayed, must like a continuous blog.
I don’t want that, when you get to the end of a post it must stop there.
How do I disable this “continuous blog posts” feature?
Example:

Hello, since the last update the Composer plugin gives me problems on the home page, it does not appear as previously the boxes or post that were configured, the letters and numbers of the configuration appear.
Example here: https://www.lasrecetasdeangy.com/
Hi,
When in TagDiv Composer and I drag to delete or click “Close,” there is a semi-transparent black color that appears over the editing area and then nothing happens. I can click anywhere to close the semi-transparent black color however then I am back in the editor.
What’s the issue here? It didn’t occur with the previous version. I have enabled the tagDiv Standard Pack.
Hallo,
on my site http://www.sciencenation.de I have activated the mobile theme. But it is not always working. From time to time I use my smartphone to visit the site and then it shows only the responsive design. As you can see here: https://imgur.com/5GufMuF. This is from this morning. Mobile Theme was activated all the time. What could be the reason for this and/or how can I fix this?
And then there is another problem. I visit the site with an iPhone 5 but it seems like the Newspaper Theme is not designed for that. As you can see in the pictures there is a lot of overlap between the content. As you can see here: https://imgur.com/a/Zs5Fp5Q (ignore the first one, that only shows that the mobile theme didn’t work). It does not appear like that in the tagdiv composer on mobile viewport. What could be the reason for this and/or how can I fix this?
Thank you
Here is second screenshot: https://imgur.com/a/lfcsv1Q
Where is on left side – showed link from website where is imported:
“DefaultPro with additional data”
here button works, and have correct url
And on same screen on right side, is showed website where is imported:
“DefaultPro without additional data”
and here button not works, and have un-correct url
SO NOW I NEED KNOW -> CAN I FIX IT VIA EDITING SOME IMPORTED LAYOUT? FOR EXAMPLE VIA TD EDITOR?
Or I must completly delete ftp+database, and create again new clean wordpress installation?
I need know this information, because we want start our new website with Newspaper with DefaultPro but without bloatware from “additional data”.
I prefer import only layouts without this “additional data”.
Hi Vlad
First of all, thank you!
I can use Title Over Images, indeed. But I can’t place other elements over the image, just like the sample template I’ve posted does (https://cloud.tagdiv.com/cardi-b-deletes-instagram-after-social-media-backlash-over-her-historic-grammys-win/).
In this template, there are categories, author, post date, and other elements over the image. I can’t do it in any way.
I’ve tried do insert an inner row inside a row, but it not allow me.
I don’t know whether it is me or the product.
Thank you again!
Hi,
AMP is active but still, the issue persists.
thank you
Hello !
Amp does not work on your page as you can see it here:https://search.google.com/test/amp?utm_source=gws&utm_medium=onebox&utm_campaign=suit&id=tdh31LmNdI3xfKpMGZQ0vg Please activate AMP plugin and take a look at our documentation regarding this: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Thank you !
Hi,
My website amp menu and search not working.
website – whooptous.com
thank you
Hi,
The only problem is I am not able to see any amp ads when opening the same website on different devices though amp auto code ad is placed as told.
thank you
Hi Calin,
That’s weird, the mobile theme was on and set to Mobile + AMP.
The only thing I changed was to enabling the cache yesterday evening (I disable it while working on the website).
I emptied the cache and the mobile theme is back.
Can you help me to disable (or hide) author and date?
Thanks
Hi,
If you are using Google auto ads, and you have set the code in Analytics, then the ads should be display on whole website not only on header and footer.
Make sure that you’ve made these steeps -> https://support.google.com/adsense/answer/9261307?hl=en&ref_topic=9261304 also make sure that you code that you have set in theme panel > analytics have this structure -> https://support.google.com/adsense/answer/7477845?visit_id=637100065730211125-2539944518&rd=1
Thank you for your understanding!
Hi,
Unfortunately I do not know if this a good idea, but I will try to help you, the file path it is -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php and try to make the changes as in this example -> http://prntscr.com/q0fvj8 -> http://prntscr.com/q0fw8s
Unfortunately this file can not be set in child.
Thank you!
Yea, you did correctly.
Optimizing one image will not improve site speed. You must optimize all images, including your site logo.
There are still many unoptimized images that need to be optimized and replaced.
Refer: https://prnt.sc/q0egfq & https://prnt.sc/q0egq6
Hi Bogdan,
Definitely I can verify that there is some bug here – tested no plugins and on different browsers.
Steps to reproduce:
1) Scroll to let infinite scroll load a page
2) Scroll back up and click a filter (e.g. ‘All’)
3) Scroll down again and infinite scroll doesn’t trigger
I’m currently digging as to why, but I can confirm that to get it to work after the above steps, you need to call the function in console:
tdInfiniteLoader.computeTopDistances()
Then the next page displays and infinite scroll works again.
Everytime I go on to click a filter, I must repeat the above steps to get it to work again as well. Possibly the below setTimeout function to trigger the computeTopDistances() call is not executing after filtering occurs.
case "infinite_load":
setTimeout(function() {
tdInfiniteLoader.computeTopDistances();
"" !== a.td_data && tdInfiniteLoader.enable_is_visible_callback(c.id)
}, 500), setTimeout(function() {
tdInfiniteLoader.computeTopDistances()
},
1E3), setTimeout(function() {
tdInfiniteLoader.computeTopDistances()
}, 1500)
Hi there,
I’ve purchased Newspaper template recently and since then I’m struggling with mobile preview vs Desktop.
I have set my page at joyfulduo.com . It is simple image. For mobile I have set different image.
Anytime I am opening page via phone the entire template changes.
Example:
I open the page on desktop I can see template A.
I open the page on mobile I can see template B.
I open the page again on Desktop I can see template B.
To see template A again I need to edit my default page all over.
I am using Travel Memories Pro Demo.
Please can anyone tell how I can fix this so I can see same page on both devices and template would not change?
All the best
Miskow
Hi,
I would like to ask if it is safe to update Newspaper and WordPress to current versions, since I know by reference WordPress 5.3 has a problem with the current version of BuddyPress 5.0.0, which has not been updated yet for the new version of WP.
These are my oudtated versions:
Wordpress 5.2.4 (newest 5.3)
Newspaper 9.8 (newest 10.1)
AMP 1.4.0 (newest 1.4.1)
bbPress 2.5.14 (newest 2.6.1)
Orbit Fox Companion 2.8.10 (newest 2.8.13)
Is it OK for me to update WP, theme, and plugins now? Will the BuddyPress not render an error message in WP backend?
If so, in which order should I update (WP, theme, plugins)?
Thank you,
Mark
Thanks Calin. I got that working, can’t believe I didn’t find that earlier.
I have another question though. I’m using adrotate and the ad plugin to cycle a few ads. It displays perfectly fine on my homepage, but on articles it briefly flashes then disappears. The links still work however. Could you give me some idea on what might be causing it? An example can be seen here.
Thanks again for your help.
Hi,
I am getting a get code option adsense after putting body code in amp ads.
https://prnt.sc/q07i0z
thank you
Hi,
This can be done only if you set an excerpt on the posts titles from that block, you’ll need to edit it with tagDiv Composer and apply the excerpt.
-> https://forum.tagdiv.com/excerpts-introduction/ here is an example -> http://prntscr.com/q03nk5
Hope this will help!
Thank you!
Hi,
The Adsense auto ads can not be set only on head section of AMP, these will be have a random position that will depends only on the visitors.
The code for amp auto ads should look like this -> http://prntscr.com/q03kas and http://prntscr.com/q03l9m you can check the amp documentation here -> https://amp.dev/documentation/components/amp-auto-ads/
Thank you!
Hi,
If I want to put Adsense auto ads code in the head section of AMP then how will I do it?
Thank you
Hi,
You can translate the pages in a different way, as mentioned in the guide
– https://prnt.sc/pzzho4
For example create a page in English – https://prnt.sc/pzzbxb build it with the composer as you want.
Then translate that page like this – https://prnt.sc/pzzcr7 – https://prnt.sc/pzzd8h build it with the composer as you want.
So when the language is changed, for example with a language switcher, the pages will be changed. This would be the recommended method for pages. If you have more questions let me know.
Thank you!