- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
For this: – Redirect old AMP URLs – Redirect /amp/ or ?amp=1 to the regular post using a plugin or .htaccess
What plugin do you recommend?
Thanks for each of your responses.
I’m surprised it’s not a quick, simple solution – such as simply deactivating the AMP plugin that’s compatible with the Newsmag template.
Previously, I used the plugin, “AMP for WP,” to make my webpages mobile on my previous website theme (WPZoom’s Tribune); however, I could easily make the pages mobile only again by deactivating the plugin.
I will try both of your suggestions over the weekend and report back. Stay tuned.
Thank you.
The bottom of each post I create with the newspaper theme has a logo that needs to be updated. Can you tell me where this can be updated? (see the image that says “McDowell Communications Group” at the bottom of this test post:
https://www.thelaurelct.com/?p=29832&preview=true
Hi,
Ok, so the first step is made, the plugin that consume the most resources is tagDiv Composer, can you please check in Query Monitor for example on homepage what are the elements that consume more resources and are from the composer plugin? Can you provide a link to your website?
Thank you!
Hello,
I have purchased and activated the Newspaper theme, and I’m trying to install the London News PRO demo.
Unfortunately, the required plugin “newspaper-core” is missing. It’s not available in the Plugins section in the WordPress dashboard, and it’s also not included in the full .zip file I downloaded from ThemeForest (“All files & documentation”).
Because of this, I can’t use tagDiv Composer. There is a bug.
Can you please provide me with the correct
newspaper-core.zip
file or guide me on how to install it manually?
Thank you very much for your help.
Best regards,
Hello,
I have purchased and activated the Newspaper theme, and I’m trying to install the London News PRO demo.
Unfortunately, the required plugin “newspaper-core” is missing. It’s not available in the Plugins section in the WordPress dashboard, and it’s also not included in the full .zip file I downloaded from ThemeForest (“All files & documentation”).
Because of this, I can’t use tagDiv Composer. There is a bug.
Can you please provide me with the correct
newspaper-core.zip
file or guide me on how to install it manually?
Thank you very much for your help.
Best regards,
Hello,
I have purchased and activated the Newspaper theme, and I’m trying to install the London News PRO demo.
Unfortunately, the required plugin “newspaper-core” is missing. It’s not available in the Plugins section in the WordPress dashboard, and it’s also not included in the full .zip file I downloaded from ThemeForest (“All files & documentation”).
Because of this, I can’t use tagDiv Composer. There is a bug.
Can you please provide me with the correct newspaper-core.zip file or guide me on how to install it manually?
Thank you very much for your help.
Best regards,
Bookmarked posts are different on PC and Mobile.
For example, if you have 5 bookmarks on your PC and check them on your mobile, none of the bookmarked posts will be visible.
PC and mobile operate separately.
Please. help me…
Hi,
This is what you need to do, import cloud cloud a section with a button, for example this one – https://i.imgur.com/QmTtPsB.png then save one button as a element and use it that one from composer to set acf links on it – https://i.imgur.com/vhc8N3c.png
To set a URL on the button, use the element button and set the custom field there -> https://i.imgur.com/ZGYBjfE.png. You need to use {cf_nameoffield} -> https://i.imgur.com/F2ysuLA.png
Thank you!
Hi,
You can use this custom css -https://i.imgur.com/W7UPGHN.png
.postid-24357 .custom_html-2{
display: none;
}
The css code can be set in the theme panel and you can duplicate it and just set the article id, example:
.postid-1 .custom_html-2,
.postid-2 .custom_html-2,
.postid-24357 .custom_html-2{
display: none;
}
Hello,
Our website, http://www.ltl.lu, uses a megamenu that is based on pages. Currently, the megamenu appears under the main menu.
What I would like to achieve is for the megamenu to start at the top edge of the screen, placing itself behind the main menu and other header elements — in effect, making the megamenu flush with the top of the viewport, but layered beneath the header.
Here’s how the menu currently looks:
https://www.ltl.lu/menuquestion/ltl.gif (animated GIF)
And here’s an example of the effect I’m aiming for:
https://www.ltl.lu/menuquestion/lcd.gif (animated GIF)
I tried adjusting the z-index values, setting the menu and other header elements to z-index: 999, and the megamenu to z-index: 0 using the following CSS, but that didn’t work:
.tdb-mega-menu .sub-menu > li {
z-index: 0;
}
I hope my explanation is clear — but please let me know if anything is unclear or if you need additional information.
Best regards,
Hello Tagdiv team,
I would like to know how can I customize the payment (check out) page in the opt in builder. Indeed there are a lot of questions that are unecessary like for example phone number of the user.
How can I customize the payment form please?
Thank you.
Lamiaa
Hello tagDiv Team,
I’m using the Newspaper theme version 12.7.1 and am currently designing my site’s homepage with tagDiv Composer. In one of the main blocks on the homepage, I’m using Flex Block 1 to display recent catalogs in a grid format.
In the block settings, I have selected the option:
“Show additional text before the date.”
However, no field is displayed for entering custom text (for example, “Updated:”), and currently the date appears alone.
My intention is for the word “Updated:” to appear before the date in all Flex Block 1 modules automatically, without having to manually edit each post.
Is there a way to enable this text from the translation or global theme settings, without using a child theme?
Or should I modify a specific file to make this option work properly?
I would greatly appreciate your guidance. I’ve attached screenshots with the exact block configuration.
Thanks in advance for your help.
Regards,
Jhonny
Enviar comentarios
Paneles laterales
Historial
Guardado
👋 Hello tagDiv team & community,
I’m currently building my personal digital magazine site using Newspaper Theme 12 and I’ve run into a strange layout issue that I can’t seem to resolve on my own. I’d really appreciate any help or insight you can offer!
🔍 The Issue:
The footer and content on post pages appears misaligned to the left side — but only on:
Category pages
Single post pages
It renders perfectly fine and centered on:
The homepage
Custom static pages (like “Privacy Policy” “Join Syaz+,” etc.)
🧪 What I’ve Tried:
Zeroed out margin/padding via tagDiv Composer
Checked all footer row/column settings (full width, centered content, etc.)
Applied custom CSS (example below), but this affects global layout and causes issues elsewhere
Inspected with dev tools — the td-container inside .td-footer-wrapper seems to shift left on posts/categories
You may view the issues when visiting my site on an actual mobile phone, weird thing is: the issues doesn’t show up on the tagDiv Composer’s mobile view.
🌐 My Website:
https://syaz.co
⚙️ Theme Version & Setup:
Theme: Newspaper 12
Composer: tagDiv Composer
Footer: Custom Footer Template from tagDiv Cloud Library
No caching/minification plugins running while debugging
💡 Desired Outcome:
I’d like the footer to remain centered consistently across all page types, including:
Category archives
Single blog posts
🛠️ Optional CSS I tried (not reliable):
body.category .td-footer-wrapper .td-container,
body.single-post .td-footer-wrapper .td-container {
margin-left: auto;
margin-right: auto;
text-align: center;
}
🙏 Any help is appreciated!
I’m hoping someone might’ve encountered this before — or if tagDiv devs could shed some light on what might be causing this layout behavior across different templates.
Thanks in advance,
Syazwan Razali
Also, when disabling the ‘official’ AMP plugin, make sure you check the “remove all data” option. You can reinstall, then click and disable remove again to do that if unsure. 🙂
I also posted regex rules to use with Redirection plugin awhile back (year ago?). 🙂
Hi Nikki,
This is what you can do:
– Clear all caches – Browser, WordPress cache plugin, and CDN (e.g. Cloudflare).
– Use normal URLs – Make sure you’re not visiting /amp/ or ?amp=1 versions.
– Resave permalinks – Go to Settings > Permalinks and click “Save Changes.”
– Check theme settings – Some themes have built-in AMP/mobile modes. Disable any AMP options.
– Remove AMP redirects – Check .htaccess for AMP rules and remove them if present.
– Redirect old AMP URLs – Redirect /amp/ or ?amp=1 to the regular post using a plugin or .htaccess
Thank you!
Hello,
I have built my website on East Coast Check Pro. You really have a great software.
There is one particular point I would like to draw your attention to:
I believe that you need to implement language and region restrictions on the map.
Imagine a site made specifically for New York State in the US. As you know, city and state information are automatically added to the taxonomy section.
If someone logs in from the UK or from another US state, those countries and states are also added, and we constantly have to filter them out.
Additionally, it should be kept in mind that there are many immigrants and foreign investors in these countries. These users might use their phones or computers in different languages.
Two examples:
California → Kaliforniya (Turkish)
Texas → Teksas (Turkish)
Currently, your Google Map system is set to default. It takes the language from the device being used. If the device is in Turkish, it adds the states and cities in Turkish.
So, consider this: In New York, there are people from all nationalities. As a result, dozens of different language versions of the same state and city names will be added to the taxonomy. This is neither manageable nor editable.
Regarding regional restrictions for Google Maps: It is possible to enter addresses from many countries, states, and cities. If there is a restriction option for country, state, or city in the panel, this would be a huge benefit. The site designer could limit entries to their own city only. Additionally, when someone tries to enter an address from another city, state, or country, the system could refuse it and warn the user. This would be very useful.
Another point is that your directory structure seems to only support countries that have states. In this case, it becomes difficult to use in countries that do not have states, and it requires intervention with software knowledge.
Also, the default region when the map loads is always somewhere in Africa. Instead, it would be better if the center of the selected region is automatically set as the default view.
—- In short, I believe these options would greatly benefit your platform:
Please choose a language for the map.
Please choose a country: Global yes/no Dropdown menu: countries
Please choose a region for your map: state:(if there is any) city: village:
(The selected region will be restricted on the map, and entering addresses from outside the region will be prevented.)
These are my thoughts.
Best regards,
Hi,
If I’m right is the problem isolate on a single page, right?
The line of conde you mentioned seems to be related to css tab on desktop version (if I’m right, you have set on an element a value that is not correct normally in that place you should use numbers with px and % for example 10px or 10% – https://i.imgur.com/f2tmw4E.png). Please use tagDiv Composer to check the css tab for your elements to see if there are other types of values then those mentioned by me.
Thank you!
Hi there.. I am using a frontpage template using TagDiv Composer.. I have also installed the Mobile Plugin/AMP.. But when I go on the Mobile, the image from the template is not responsive and it is truncating.. Pls see attached images.. How do I rectify this so that the Mobile version serves a responsive image..
https://www.shippingandfreightresource.com/wp-content/uploads/desktop.jpg
https://www.shippingandfreightresource.com/wp-content/uploads/mobile.jpg
Hi there,
How can I disable AMP on my Newsmag theme?
I deactivated the AMP plugin. I have also gone into the Theme Panel and under the “mobile theme” tab, I’ve selected “mobile”; however, my posts still appear as AMP.
I want to try strictly mobile because my income has dropped on my other ad networks that do not have AMP ad codes.
Please help!
Thanks,
Nikki
the next page on my homepage and other subpages are not appearing, can you help me?
my homepage: https://yalovakonusuyor.com/
subpage example: https://yalovakonusuyor.com/category/haberler/soylemci/
Basically, I am using the “Mobile Theme” plugin, but on LearnDash course description pages, for example, https://ajovokezdete.hu/lajk/mindennapi-pszichologia/, even if I disable the Mobile Theme on the editor page, it still loads according to the Mobile Theme.
How can I set it so that the Mobile Theme does not load on course description pages?
Thanks!
Hi,
We are using the Newspaper theme and placing image ads (with links) inside the post templates – so they appear in every post.
The problem is that these linked images get indexed in every article and may negatively affect SEO (duplicate external links from every post).
The link already has rel=”nofollow noopener noreferrer” – but the image itself is still treated as part of the content.
Is there a built-in way in the theme to handle these ad images differently – for example, prevent them from being indexed or styled as ad-only content?
Thanks in advance!
Hi Calin and thank you for the reply.
1)I added the Lazyload exclusions you suggested and the gallery now works.
2)I used to add galleries using the [add block>gallery], and there used to be a “link to media file” item that’s now gone from the editor, as can be seen in the video below. I didn’t use any plugins, the only change that happened is the website migrating to Hostinger.
https://drive.google.com/file/d/1PLPdMc-xVkpDqyGSjkvZQo0e1ESbNhY1/view?usp=sharing
And, as stated, my 2,000 posts now show galleries with medium-sized images (performance) that, when clicked, only display the image in the center rather than on the whole screen-I believe they show the medium-sized image instead of the media file. This leads to poor user experience and changing something would mean manually going through 2,000 posts.
I never used the method shown in the link you provided and tested this in the post here https://www.carvibz.com/custom-cars/mid-engined-vw-caddy-pickup-with-audi-4-2l-v8-has-lm-race-car-wheels-and-rabbit-face/, as I show in the video below:
The said test post show 3 types of galleries, from top to bottom:
1 what you suggested in Default mode [V] could use this, but what of the 2,000 posts?]
2 same but in Tagiv slide gallery (images get stretched in preview) [X] can’t use]
3 my old gallery (shows even images, but is now broken and displays medium images when clicked) [X] can’t use]
https://drive.google.com/file/d/12X_jV2J4YRiFa13Lg9xkPqu95D34_tfb/view?usp=sharing
Can you help me find a solution?
Thank you!
Hi,
In my above example the main category and the subcategory and after that the article title are display. This is only a nice and good structure and it can help users to understand that the current article is part of a subcategory on a main category, but it is not a must to have this structure.
Thank you!