- NewspapertagDiv AMP Plugin Tutorial
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperAutoptimize Plugin – install and configuration
Hi
I’ve just migrated to Newspaper theme, but I could not find the option, or I’m not sure if there is an option to show the numbered ranking of popular posts.
My previous themes had the option to show ranking.
For example, if you look at the sidebar widget from deadline, you can see the trending widget with numbered ranking: 1, 2, 3, 4, 4…
https://deadline.com/2022/08/chicago-med-sasha-roiz-lilah-richcreek-estrada-season-8-1235100616/
I do not know if any other plugins may work with Newspaper theme, as their widgets or elements do not appear in the cloud templates elements.
Hello Support Team
my Website is https://www.worldgirlportal.com/
Disable Pagination and get Every Module, Search Page, categories Page, Tag Page all is Infinite Loading + load More Button Active
Only Categories Module Enable this Option “Infinite Loading + load More”
I Need Desktop Version and Mobile Version Every Block Categories, Tag, Search Page is Get Infinite Loading + load More Option
How to Do this Enable?
—————For Example ——
I Create Search Templates this Done but Only Desktop
you se Desktop & Mobile this URL https://www.worldgirlportal.com/?s=bollywood+news
Desktop Version is Ok
But Mobile Version Some URL is Pagination – I have not Pagination but Get Infinite Loading + load More Option
Please Support
Hello @2wrd!
Search about the word you need to change in Newspaper -> Theme panel -> Translations -> Translations and replace the word from the right side with a space for example, save settings.
Thank you!
Ok thanks.
Maybe you can help. I have created several sites with your theme, and one thing that keeps randomly happening is the ROW background images will stop showing. All of them. So for example i will use a background image behind the title at the top of every page so when this happens I need to go in and re add them all which takes a long time. It happens with all the sites built on this theme.
When I go in to re add it, it says REMOVE which means its still present, but it just presents as a white screen with nothing.
Hello @2wrd!
I just replied in your own topic, please check: https://forum.tagdiv.com/topic/amp-footer-where-to-edit-mobile-and-desktop-footer-perfect-but-amp-different/
Please let’s continue the discussion there and do not create another topic with the same issue.
Thank you for understanding!
Hello @2wrd!
When you enable the mobile theme plugin with AMP, then it will overwrite the templates with their layout. This layout has some settings only in order to customize the design. These settings can be found in the Newspaper -> Theme panel -> Mobile theme -> Footer.
More information can be found at https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/.
From my point of view, if you don’t use the Mobile Theme plugin, then there is no reason or benefit to AMP. Please read all about AMP here: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Thank you!
Hello,
So my organisation publishes in academic journals as well as on our site and I’m having an issue highlighting these external links in a nice way (it’s not an RSS feed issue as discussed here: https://forum.tagdiv.com/topic/grid-with-external-links-content/).
I’ve read on the forum that there’s no way to get external links into blocks, but ideally we’d like the external links to look similar to the way we display self-published research. So for example our self published list looks like this: https://snipboard.io/ponHFM.jpg, using FlexBlock 1.
I’ve tried to sort of recreate it using “image plus text” but I can’t find image alignment options so it looks like of wonky, like this: https://snipboard.io/6ixoyb.jpg.
Are there any ways to get external links to display nicely within the theme? Or any way I can wrangle the image feature to look kind of like the blocks?
Thanks,
Kaitlin
Thanks Anamaria.
I am not trying to make a separate mobile site. The staging site is here: http://newmlp.raisingglobalhealth.org/.
We are trying to switch over from Visual Composure (which worked fine but seems increasingly less supported by the theme) to TagDiv, and it’s the latter I’m struggling with. In the old visual composer I could hide elements on different resolutions. TagDiv seems to have the same option (see screenshot here: https://snipboard.io/wsY6hJ.jpg). However the “on/off” toggle doesn’t actually do anything.
So, for example, if I add a mobile menu in responsive design like so: https://snipboard.io/0T2lmH.jpg [aside, the alignment options also look like they are broken?]
Then even if I tell it to be off for desktop, it still appears: https://snipboard.io/epnA9l.jpg.
It is also a problem in other spaces, for example if I’d like to display three posts in a row on the desktop site but only two on a tablet, I cannot do this. Whatever option I choose gets promulgated to all sizes 🙁 So it just seems like none of the responsive editing I was used to with VC works in TagDiv?
Any ideas why this is happening?
Thanks,
Kaitlin
does anyone know where / how to edit the AMP footer? the mobile and desktop footer are set but AMP shows a footer i haven’t specified and do not know where to edit it
Hi,
we want to add sticky ads at bottom on mobile amp and non amp pages. i am providing you a url for your reference. https://www.ndtv.com/. open this url on mobile and just scroll down..then you will see the bottom sticky ads
Hello @HOB!
Check this guide: https://amp-wp.org/documentation/playbooks/handling-form-submissions/ and make sure that all the requirements are done as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/
Deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it and see the results.
Thank you!
Fresh install of both WordPress and Newspaper. Can’t seem to get the TD Composer to work, and it’s all broken. 
It seems to be looking for a CSS-file here: wp-content/plugins/td-composer/assets/css/wrap_main.css. When checking FTP, I can’t even find the specified folder called “css” 
so i have finally got the website where i want it – the very last job is the footer for AMP version
i have newspaper footer template working on all devices and created a mobile version – all ok
i have AMP running because Google speed times are way way better..When i view the site on my mobile the AMP footer that is displayed isn’t want we require but i cannot for the life of me find where to edit it
website is https://2wayradio.directory
I want to implement this hyperlink effect in posts on links.
Please take a look at:
CSS of this effect:
a {
text-decoration: none;
color: #18272F;
font-weight: 700;
position: relative;
}
a::before {
content: ”;
background-color: hsla(196, 61%, 58%, .75);
position: absolute;
left: 0;
bottom: 3px;
width: 100%;
height: 8px;
z-index: -1;
transition: all .3s ease-in-out;
}
a:hover::before {
bottom: 0;
height: 100%;
}
/* Presentational Styles */
body {
display: grid;
font-family: ‘Poppins’, sans-serif;
font-size: 27px;
line-height: 1.5;
height: 100vh;
place-items: center;
}
My existing CSS Code of hyperlink:
.td-page-content p span a {
color: green !important;
}
.td-page-content p span a{
background-color:white;
font-size:18px;
}
.td-post-content p span a span {
color: #2d756e !important;
font-size: 18px;
}
.td-post-content p span a {
color: #2d756e !important;
font-size: 18px;
}
.td-post-content li span a,
.td-post-content li a span,
.td-post-content a {
color: #2d756e !important;
font-size: 18px;
}
Hi,
It could be done in the composer, or you could use some CSS, for example like this
https://i.imgur.com/JxSu1gb.png
The code is here https://pastebin.com/bFJgchKS Give it a try, it can be entered in the theme panel custom CSS section. Let me know if the result is how you want it.
Thank you!
Hi,
The attribute filter is an element from the composer, which displays the attributes you use for your products. The theme features for woocommerce are provided through the shop plugin https://forum.tagdiv.com/tagdiv-shop/
Like this for example, these are the attributes for the products I have https://i.imgur.com/d3PHp4N.png
And the attribute filter displays them https://i.imgur.com/Q8ODERF.png
It has a few settings as well, like choosing the style/type of the selection, and also if you want to allow multiple selections.
If you want to get more familiarized with the theme and woocommerce integration, you could create a testing website, and install a shop demo with content. Then check out the templates and what they contain and how they are built.
Let me know if you have more questions. I will try to help.
Thank you!
Hi,
AMP is very restrictive when it comes to the ads and to the content. What type of ads are you planning to use on AMP exactly? Are they compatible with AMP?
The most popular and widely used type of ads used for AMP are AMP auto ads from Google https://support.google.com/adsense/answer/9261309?hl=en
We provide a field for entering the code https://i.imgur.com/2kAsROP.png
Also the mobile theme ad spots will load ads on mobile or mobile + AMP https://i.imgur.com/YEkMJ6N.png
But for any type of other ads, with other requirements perhaps, maybe it is possible to add them via ad inserter plugins or similar. Or perhaps it will require modifications to the code, it depends.
Could you mention a few details about the type of ads you want to use? Also, if their provider has documentation for implementing them on AMP, please provide that as well so I can take a look.
Thank you!
Hi,
The sub-footer, just as the footer, can be customized with the composer. You can add padding and margins for everything, if you want to create more space https://i.imgur.com/B9jKuxR.png
There are also empty space elements you can add for more space https://i.imgur.com/kEy01bS.png
There are multiple ways of designing the footer and sub-footer with the composer. Our example footers use all kinds of designs https://cloud.tagdiv.com/#/load/Footers
If you want us to help with the design you are looking to achieve, it will be easier and faster if we can see the website and provide assistance directly on it. I suggest sending us an email at contact@tagdiv.com and provide a link to the website and admin login. Also mention how you want the sub-footer to look exactly. We will help.
Thank you!
I am facing difficulty when users are trying to submit comments on AMP page while I have the mobile theme active. I am able to submit comments on Mobile Theme pages without AMP and on desktop.
Check the following link for the error: https://imgur.com/eRhdPoN
Kindly help. I checked with my host server to mend the issue. Nothing worked.
Hi Simon
I display the via name and via url fields in a news loop.
for example flex block 1.
To achieve this I have modified
td-composer/legacy/common/wp_booster/td_module_single_base.php
line 894 i comment
/* if (!$this->is_single) {
return; } /*
td-composer/legacy/Newspaper/includes/modules/td_module_flex_1.php
line 147 I have added
php $td_mod_single->show_source_and_via()
Hi,
On large websites with lots of content and high traffic most themes will struggle. In a way it is expected, a traffic spike for example can cause problems for the duration. Deactivating the composer is practically deactivating the theme, the composer is the theme basically.
To try and see if there is an improvement in the matter, I suggest reducing or removing temporarily the number of ajax pagination used.
For example https://i.imgur.com/ImkD7Qz.png Or replace that block with a post loop element and use numbered pagination.
Or here in the post page https://i.imgur.com/DTBWoxi.png Or anywhere else where ajax pagination is used. Try it as a test if possible.
Also maybe consider using either the cloud library plugin, or the standard pack plugin. Use one or the other, and deactivate the one you are not using. This is why we separated the theme options in 2 plugins, to try and improve the performance, assuming only one of them is used.
Cleaning the database periodically/regularly if possible does wonders as well. There are plugins that can be do this on a schedule even, like this one I believe https://wordpress.org/plugins/advanced-database-cleaner/
Also if possible, and you haven’t already, I suggest using PHP 8. There should be quite a difference in performance between for example PHP 7.4 and 8.
Our developer team have improved the composer drastically since it was introduced a few years ago. Maybe not every update contains improvements, but the next in line surely will. They will try to optimize it further.
Thank you!
Hi,
If there was a mobile page set for the desktop page, then that would explain why modifications made to the desktop page weren’t affecting the mobile page. The mobile page has to be modified as well.
But if you removed the mobile page https://i.imgur.com/ZlrHtRx.png then the changes should be visible at all times, since it is the same page on desktop and mobile.
I suggest sending us an email at contact@tagdiv.com and there please provide a link to the website and admin login. Also mention in the email an example of a change you are making on the page and it is not applying properly. It will be faster this way, if we can check the problem directly on the website. Let me know.
Thank you!
Hi Calin,
Actually we want to add sticky ads on mobile amp and non amp pages. So how do we customize the newspaper theme.
Hi! please check this link: https://imgur.com/FKdmMZe
I activated the child theme in my dashboard, I also made changes to the child theme.
But I guess, when I activate the child theme, the parent theme gets automatically deactivated. I activated the parent theme again, but the changes I made in the child theme got overwritten. (you can check the above image for reference)
How to keep the parent theme activated as well as how to enable the child theme?
Please send me the graphical example to do the same.