- ApiPractical example – How to add a new Block and Module
- Apitd_api_top_bar_template::delete
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- Apitd_api_single_template::delete
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- Apitd_api_footer_template::delete
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- Apitd_api_smart_list::delete
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
- Apitd_api_thumb::delete
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
Hi there,
I have a question about search box functionality. In the past, if we searched for a specific word it would show all articles where that word appeared in the text body of the article or title.
For example, if we needed to find all the coverage we did for a client ‘PML Group’ – we would type ‘pml group’ and would get results with all articles where client’s name was mentioned. But now we only get the results with ‘PML Group’ keyword in the article title heading (not body text). https://www.adworld.ie/?s=pml
Can this be changed somehow?
Thanks and kind regards,
Angela
Hi,
The h1 of the page will be the logo (if there is no page title). All the article titles are h3, so each grid, block etc will display the post titles in a h3. Block titles will be h4.
If you want to change this you would have to make modifications in the theme code. For example a modification like this will affect all the modules at once (article titles)
– https://forum.tagdiv.com/topic/how-to-change-home-page-postarticle-headings/
Or like this for the block titles – https://forum.tagdiv.com/topic/change-block-title-to-h1-rather-than-h4/
Only the title element has settings to choose a heading style
– https://www.screencast.com/t/FaaTK8v2uLMw
Thanks
Hi,
After selecting Homepage – Infinite Scroll in the Homepage Settings, I noticed two issues.
1. The title of my homepage is now “Homepage – Infinite Scroll – Name of my Website”
2. On the homepage, how can I change the wording “Infinite Loading Articles” to for example, “More Articles”?
Thank you in advance!
Hi,
All blocks have a limit setting – https://www.screencast.com/t/hC8Fqkd9
So you can set any limit you want for each block, then the block will initially load the number of posts set there.
All blocks have pagination as well (not numbered)
– https://www.screencast.com/t/Zdufhonu
So for example you could set a next/prev pagination. Let’s say a block has a limit of 5 posts and a next/prev pagination. Using the pagination will load an additional 5 posts.
This is the case for all the pagination types, they will load the number of posts according to the limit set.
That issue you are describing with the tagDiv composer could be solved by entering the code provided in the bottom of the requirements guide, in the htaccess file
– https://forum.tagdiv.com/requirements-for-newspaper/
Many similar issues were solved with this solution. You could give it a try. Let us know.
Thanks
Hi,
That would be unusual. So you are setting a price for the product and it is not displayed? I checked this with a sample product, seems to work alright, the price appears in the shop page and also in the product page
– https://www.screencast.com/t/RphUN6v9g
– https://www.screencast.com/t/JHQNPipSCMS
– https://www.screencast.com/t/VvJ6i4PMqd
What exactly is happening in your case? Could you provide some examples?
Thanks
Do we need to Enable Accelerated Mobile Links on Cloudflare, if we are using td AMP plugin?
I getting an optimization recommendation on pagespeed about Preload key requests.
I am using a3 lazyload & jetpack is enabled also.
How can I solve this issue
site: insanertech.com
screenshot: http://www.screencast.com/t/G42qjiSH
Hi,
1. By default a logo and retina logo can be uploaded in the theme panel, the retina logo will be displayed when needed automatically. If you entered the images directly in the theme header template, those will be displayed at all times.
Maybe create bigger images with a higher resolution (and reduce them with CSS), that may provide a better quality result.
It would be more difficult to switch the images when retina is detected or by screen width, maybe it could be done
– https://stackoverflow.com/questions/15142902/php-echo-statement-if-screen-is-a-certain-size
– https://developer.mozilla.org/en-US/docs/Web/API/Screen/width
– https://wordpress.stackexchange.com/questions/269133/detect-screen-width-in-functions
2. Since that is a category, clicking it will direct to the category page. The mega-menu will display only categories. You could use a redirection plugin and redirect the category you want to a different page
– https://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/
3. The active and hover color are tied together. I could give you a code that will change only the active state and not the hover
– https://www.screencast.com/t/RCpgk6v1
.sf-menu > .current-menu-item > a:after {
background-color: yellow;
}
4. Maybe with a view counter plugin, or statistics plugin. Check some of these for example
– http://learningcms.com/wordpress-post-views-counter-plugins/
– https://wpmissing.com/plugins/elegant-vistor-counter-wordpress/
Thanks
Hi,
You can display a read more button in the module using flex blocks for example. Like this example with flex block 1
– https://www.screencast.com/t/UvFKQlEcDZc
There also are some default blocks that display a read more button. There is a list with them in this topic
– https://forum.tagdiv.com/topic/read-more-button-and-cant-change-title-color/
The more tag is not used by the theme, it will have no effect if you enter it in the post content.
Thanks
Hi,
So you want to create posts and you need a builder.
TagDiv Composer is a builder for pages and templates from tagDiv Cloud Library.
tagDiv Composer tutorial -> https://forum.tagdiv.com/tagdiv-composer-tutorial/
If this options are not enough https://www.screencast.com/t/Wr3Zokr0Jkv , then you can use the wpBakery and create the posts, but be notice that if you want to use AMP is possible that your posts to do not work.
Also please do not use both composers on the same page.
Thank you for your understanding.
I have somewhat solved the problem with Flex Block 1. However, I cannot make the individual posts the same height. The heights depend on the length of title. Please let me know if there is an option already.
For example: if you go to bbc.com, the 3 posts shown after News, or Sports – they all show the sub-categories in the same vertical location. But in the theme, it depends on the title length.
I am trying to change fonts through the theme panel and no font changes are showing up on my site. For example, if I change the font size on the module title the font size does not look any different. If I look at the page source, I see the font size is visible on the element and the old font size is crossed through. If I put !important on the style, then it shows up. I can’t get any font changes to show including just changing the body font size. Any help would be appreciated.
one more thing
This theme provides a floating block with buttons to share how here, example:
https://authentictheme.com/grind/2016/05/02/fun-things-to-do-in-rome/

Let me provide an example of what I want. The Block 56 (in fast news demo) is very close to my expectation:
https://cloud.tagdiv.com/block-56-fast-news/
However, I cannot set the title fonts here. More importantly, after saving it as an element, I could not replicate the exact same thing, the output I got had the titles flashed with the left border unlike the demo.
Additionally, even though I can control how many posts I want to show, I could not control the filter as there was no option. Can I turn it on somehow?
This block has a lot of extra control (image size, width, padding for each elements etc). Is there a way to get these controls for other blocks as well?
Hello guys. Me need our help.
How setup header + menu + logo as on this theme, example:
https://magsy.mondotheme.com/2018/09/29/the-next-cool-fashion-magazine/
I want create fixed sticky menu.
And header should not be changed (in height) when scrolling.
Thx đ
Have seen this behavior through several generations of Newspaper and not found a fix, despite fiddling with all manner of logos and settings in the Logo & Favicon section.
Behavior: From home page, scroll down, and the logo disappears. It does not reappear until one scrolls back to the top.
How can I fix this?
Thanks.
Thanks for your reply but unfortunately it does not help. With the same settings & plugins the Mobile score was 98% earlier.
Is there any specific settings need to be maintained?
Regards
Hi, team tagDiv.
Just a question.
Can I enable AMP on pages built with TD composer?
Please reply,
Have a nice day.
Pratiek đ
Hi Friends,
I would like to have the same style of h2 and h3 tags only in the posts.
https://prnt.sc/lmq7j3
Please see above example, i am not a coder so please explain clearly.
I checked an this example from anoter blog, and it seems they have below codes somewhere; i am not sure how to do the same. Please advise.
.td-post-content h2 {
font-size: 19px;
color: white;
background-color: #8c8c8c;
border-radius: 15px;
padding: 15px;
Hi, I have the Newspaper theme I bought currently running on https://gamerdiscovery.com
I’m currently developing a new website on my computer (localhost with WAMP) I was wondering, may I use this theme on the offline localhost machine and if I decide it works as intended buy a 2nd license of this theme for the second website once I want to launch it?
Thanks.
OlĂĄ gostaria de saber como traduzir “LEAVE A COMMENT” para portuguĂȘs no modo AMP. Ă a unica coisa que resta traduzir, o tema nĂŁo da suporte para modificar essa parte, e eu nĂŁo congui achar a linha de cĂłdigo.
Steps:
1. Install WordPress, Newspaper 9 theme, and all recommended plugins (using XAMPP local server).
2. Add settings in wp-config and .htaccess files to increase size and memory limits, as per directions.
3. Activate theme
4. Check the “System Status” tab in Newspaper setup – all checks show PASSED successfully – all parameters correct.
5. Go to “Install Demos” tab and select any of the demo files
6. Deselect the toggle for “include content” so that “only settings” will load
7. Click on Install – pop up box appears with Yes or No dialog. After clicking Yes, demo loads.
8. Try the same procedure with the “include content” toggle set to ON – load content.
9. Pop up box appears but there is NO option for Yes or No, or any other clickable button.
10. Tried same procedure on Firefox and Internet Explorer browsers with same results.
Unable to proceed with “include content” setting when attempting to install demos.
Please help!
I am having the EXACT same problem. Any solutions? I checked all of my system parameters to make sure the limits were set high enough to accommodate larger files. When I look at the system status built in to the Newspaper theme, all the boxes show up GREEN indicating that my system meets all requirements.
I thought it was a Flash problem at first but when I choose to install the demo without the sample content, the flash pop up box works fine.
When trying to include sample content with the demo theme layouts, it will not give me the option to continue. Pop up screen says “Install the full demo –
Are you sure you want to install the full demo? This will import homepages, sample content with images, backgrounds, template layouts, fonts, colors…” but there is nothing to click!
There appears to be a space where a “yes or no” dialog should be but there is nothing there, no way to click and proceed.
When I attempt to load a demo without the content, the popup box works fine and has a Yes or No selection that works.
Have ensured all of my php settings for max upload, max time, etc are correct. Have tried multiple browsers including IE.
Surely I’m not the first one to experience this!
I recently activated the Mobile theme and AMP plugins for my site. Because I knew that they’re not compatible with page builder pages, I removed all page builder elements from my pages, so they’re just plain html now.
However, when viewed on mobile most of those pages simply disappeared the content with the Mobile theme and AMP plugin activated. It shows the header and footer, but absolutely none of the photos or text.
This seems to only be an issue with pages that previously had content with pagebuilder. My posts look fine on mobile with the Mobile theme and AMP activated.
I’ve obviously since deactivated those plugins since I couldn’t tell if it was one or both causing the issue. But I’d like to use them, and I’m not how to fix this. Is this a bug? Does the theme somehow think that the pages that have been scrubbed of pagebuilder elements are still pagebuilder pages that aren’t compatible?
I’ve gone back and carefully checked that there’s no pagebuilder elements remaining on the affected pages. I purged my caches, but I’m not sure what else to do.