- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewsmagPage templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewsmagCategory templates
- NewsmagFooter templates
- NewsmagDefault post templates
- NewsmagPost templates
- NewsmagHomepage – How to build and set it
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
Hi Calin
Thanks for getting back to me. I’m not sure what you mean with ‘if the response version is used’. I’m not entirely sure what you mean with a mobile page template either, as our issue is in the header, and not with a specific page or post template. I’ve attached a video that showcases the issue: https://youtu.be/ywrgYEud1pE
Unfortunately using the mobile theme plugin is not an option either, as it also has a problem where it doesn’t use the right localization: it always shows up in English while we’re hosting a Dutch site. So it’s not adhering to the WordPress site settings on that front.
Thanks in advance!
Hello,
If the responsive version is used, then even if the slide element is set in the header, it will also run when the responsive version is accessed. It is best if that element is desired not to be on the car or to use a mobile page template or mobile theme plugin.
Thank you!
Hello,
in the meantime I did a roll-back to 12.3 using “Newspaper Time Machine”, “Social Share” area was there again, switched back to version 12.3.1 and it’s gone again.
Look for example at this Page: https://alzheimer-science.com/en/transcranial-pulse-stimulation/what-is-transcranial-pulse-stimulation
Over the H1-Tag (What is…) should it normally appear
12.3 (social-part without css-styles):
<div class=”td_block_wrap tdb_single_post_share tdi_67 td-pb-border-top td_block_template_9″ data-td-block-uid=”tdi_67″>
<style>…</style>
<div id=”tdi_67″ class=”td-post-sharing tdb-block td-ps-bg td-ps-notext td-post-sharing-style1 “>
<style>…</style>
<div class=”td-post-sharing-visible”>
<div class=”td-social-sharing-button td-social-sharing-button-js td-social-handler td-social-share-text” style=”transition: opacity 0.2s ease 0s; opacity: 1;”><div class=”td-social-but-icon”><i class=”td-icon-share”></i></div>
<div class=”td-social-but-text”>Share</div>
</div><a class=”td-social-sharing-button td-social-sharing-button-js td-social-network td-social-facebook” href=”…………………….
<div class=”td-social-but-icon”><i class=”td-icon-plus td-social-expand-tabs-icon”></i></div></div></div></div>
12.3.1:
<div class=”td_block_wrap tdb_single_post_share tdi_67 td-pb-border-top td_block_template_9″ data-td-block-uid=”tdi_67″>
<style>…</style></div>
Thanks in advance!
Hi,
This block is available in Single Post Templates where was used, but in the new template, this template is removed -> https://i.imgur.com/Y3xBVxz.png
You can import from Cloud Library on your page -> https://i.imgur.com/056P42f.png-> https://i.imgur.com/Xwb3E5T.png. The block will be set at the bottom page content, but you can move it where you want, select the row => https://i.imgur.com/ddupL4m.jpg
Thank you!
Hello,
You can import a template for the homepage, or you can create one from scratch -> https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Also, to display the posts you can use the Flex Block or Big Grid Flex and filter the blocks.
If you don’t mean this please give me more details, and screenshots.
A solution for sending a screenshot/video is this:
Download, capture, and send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link; paste it here.
Thank you!
Hello,
This is a block, not a homepage template https://i.imgur.com/iXp8igj.png, so please first import a homepage template.
You can import from Cloud Library on your page -> https://i.imgur.com/056P42f.png-> https://i.imgur.com/Xwb3E5T.png. The block will be set at the bottom page content, but you can move it where you want, select the row => https://i.imgur.com/ddupL4m.jpg
Thank you!
Hi,
1. The header is a page made with tagDiv composer, and that page is set in the modal popup element -> https://forum.tagdiv.com/modal-popup/, so please edit it and after you can change the logo like in this guide https://forum.tagdiv.com/add-logo-newspaper/
2. Please make sure that you have posts in the category that you add.
Also, edit the template with the tagDiv Composer and make sure there is no offset. Let the field offset be empty with no space and no value! Read more about it here: https://forum.tagdiv.com/offset-feature/
Thank you!
Hi Support Team:
I just installed the Romania news WordPress theme to Reportfan.com, and the section Video news on the homepage automatically converted to the news articles instead of showing the video. I have downloaded the Block 112 – Romania News Pro template for the video section but not sure how to use this template to show videos. Please help.
Thanks
Brandon
Hi,
I create a popup modal in the header template. It works on all pages except homepage where it says the page id isn’t set. But it is as it works on the other pages.
Why is this?
Hi,
Why block can’t be added to Homepage templates, it shows that the import is successful, but the Homepage templates are empty.
Please check: https://prnt.sc/llb_NfNaJ_uQ
https://prnt.sc/3PgAFk80pmA6
Thanks.
I don’t think it’s not possible,
I managed it myself through simple snippets and custom fields, but the problem is that you have some function that eliminates the html codes from the frontpage when I hook the_title with my snippets so i cannot change , for example, color of font of secondary title , or adding padding .
this is the code , you can use it
function title_kicker ( $title, $post_id ) {
if ( ! is_single() && ! is_admin() && $field00 = get_post_meta( $post_id, ‘post_12345’, true ) ) {
$title = ‘<span class=”title_kicker” style=”letter-spacing: 0px !important;font-size:16px;color:red;text-transform:uppercase;line-height:20px;”>’.$field00.'<br/> </span>’ .$title;
}
return $title;
}
add_filter( ‘the_title’, ‘title_kicker’ , 10, 2 );
If I do the same thing with the twenty_twenty everything works fine
So I would like to know how you manipulate the_title and how can I precisely execute the html tags in the_title
If I try wp_kses it crashes, if I try esc_attr the code becomes visible but not executable
Also I have 50 websites with newspaper and I don’t want to have to migrate to another template that supports this feature (like jnews or foxiz)
Hi,
1. The colors from Theme Panel, are general colors, you need to edit with tagdiv Composer, to change the style -> https://i.imgur.com/djPDZSH.png -> https://i.imgur.com/oKNcGyv.png
2. Usually, the ads are set in the element AD BOX, and you can remove it, edit with tagDiv Composer, select the Ad box element and with right-click you can delete it => https://www.screencast.com/t/2GfCVx9BCAw7 or with drag & drop place it into the deleting red zone from the bottom right of the page
3. You have set the global background color, if you delete the global background color then this color will apply-> https://www.screencast.com/t/7Os0qyqggHRR, please let me know what you want exactly to achieve.
4.You can use a different template for every category if you use a cloud template. You can duplicate a template, install a new one and assign it to the category you like, or create one from scratch by importing a blank template and building it as you like.
Check this topic: https://forum.tagdiv.com/topic/different-logo-in-categorypage/; Here is explained how to duplicate a header correctly and make some changes for a category template or other templates.
You can assign the template for each category in Theme Panel -> Categories.
Thank you!
Hi ilouie,
The header on the mobile will disappear regardless of whether the one on the desktop is sticky or not because another header is used on the mobile version, which in turn may or may not be sticky.
Also, our theme offers the possibility to choose between 3 options for the mobile version: the responsive version of the theme, mobile theme plugin and mobile page template (these can also be used in combination) – https://www.youtube.com/watch?v=SpGkOnJeNZY
Thank you!
Hi,
There are a lot of factors which can make your site slow. Make sure you use only some templates and fewer functionalities and options.
Some factors which you need to take into account are:
External factors: server speed, if you are using CDN or not, the external resources loaded by your website like ads, fonts, tracking scripts like Facebook Pixel, Google Analytics, Twitter analytics, Hotjar and so on.
Internal factors: the number of elements on the page, image size, image formats, if you are using mobile optimized layouts, console errors, if you are using the Standard Pack plugin or not, if you are using the PRO demo or a standard one.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://spraythemes.com/newspaper-theme/how-to-speed-up-the-newspaper-wordpress-theme-using-wp-rocket/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
Thank you!
Hello @cenkerinan !
We have 3 options for mobile versions that you can use:
1. Responsive version: A responsive version of your website looks similar to the desktop version. TagDiv Composer is used to edit the page. Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. There, you can see your mobile version and edit or adjust the elements to look better.
2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages
3. Mobile theme plugin: The Mobile Theme is a performance-optimized theme included in the main Newspaper theme that only loads on mobile devices. It comes with its own templates and designs for pages, posts, categories, etc., so your current templates from the desktop theme will get converted to the mobile theme layout. Please see https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/ for more information.
A full explanation is here: https://www.youtube.com/watch?v=SpGkOnJeNZY
Make sure you do not use Mobile theme plugin, if you use the mobile option 1 or 2.
Please make sure that all theme requirements were set as in our guide https://forum.tagdiv.com/requirements-for-newspaper/
Please make a test and deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.
Let me know the results!
Thank you!
I’m trying to use the same Single Post Template for a custom post type that comes from a plugin. How can I do that? The /wp-admin/admin.php?page=tdb_cloud_templates page only allows me to select from Cloud Templates that I must download, not my existing Single Post Template from the Newspaper theme.
Hello,
It seems you have the mobile theme + amp activated.
Please deactivate those plugins, tagdiv mobile theme and amp, clear all cache.
The mobile theme comes with its own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
So, if you want to use the cloud templates, then you need to disable the mobile theme and AMP plugins, and then use the responsive version.
You can disable the mobile theme plugin on the pages from the Gutenberg editor using the following option => https://www.screencast.com/t/axXRJsWby
Also, please check this topic where I explained each mobile version -> https://forum.tagdiv.com/topic/mobile-version-not-working-properly-2/ -> https://forum.tagdiv.com/topic/amp-pages-not-working-well-with-this-theme/ and choose what mobile version you want.
Thank you!
Thanks for the answer.
Home page loading time:
lazy load disabled: 3,16 – 3,80 seconds (70 requests, template processing 1,69 seconds)
lazy load enabled: 2,8 – 3 seconds (58 requests, template processing 1,66 seconds).
I have removed on the home page WooCommerce scripts and styles.
There must be something else wrong?
Actually, I had lots of strange behavior.
I’m in Developer mode, no caching, no page caching or anything else.
I’ve had a page looking good and updating in the builder.
But the published version does not reflect the changes.
It was fixed after I duplicated the template, renamed that and used in instead.
That was late last night.
Today I continued on the template.
The issue is with TAGS on the single page. It was showing correctly on desktop.
When looking on the published page, it was not visible on the non-desktop viewports.
They are not hidden. All shows as “Show”. I tried “Block” to no avail as well.
They show well in the builder, not published.
I tried duplicating the template as before. No go this time. It seems that there is a bug somewhere in the page causing problems.
I just added a bright green background on another element of the page. It is no longer updated on the published template.
It seems like once again I have to start from a clean template and hope I can save and reuse some of the layout elements I’ve been working on this week.
Can you reach out to me by email so I can provide you with login info so you can troubleshoot where the bug is?
The single page has been a painful experience so far…
Hello Chris!
1. When you add an element to the TagDiv Composer, it loads and then displays where you added it.
2. Provide some screenshots or a video, please.
3. Some elements are not working as they do in a single template. But common elements can be copied and pasted on another page, or you can save the element/entire row.
Thank you!
Hi,
The tagDiv Composer is our page builder and it can be used for building pages and cloud templates, but not for creating posts. For this, you’ll need to use Gutenberg or a classic editor.
Using tagDiv Composer, you can build/edit the single post template (the layout of the posts).
Here is a video that will show you how to use the builder to create a website from scratch https://www.youtube.com/watch?v=SoGQ0d5kIBg to do this you’ll need to already have the posts.
Also, on our channel https://www.youtube.com/channel/UCOT1RiNysIPCTPSnVZskwtQ, you can find more videos that can help you and documentation https://forum.tagdiv.com/newspaper-theme-documentation/ and you can ask us here on the forum or email if you have any questions.
Also, if you want to have some blocks/elements on a certain post, then you can use a different single template for posts, you can duplicate the template -> https://forum.tagdiv.com/topic/different-logo-in-categorypage/
I hope this will help you!
Thank you!
Hello,
You can’t edit the Mobile theme and AMP version with tagdiv Composer; the only settings are from Theme Panel -> Mobile Theme.
The mobile theme comes with its own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
So, if you want to have those shortcodes displayed, you need to disable the mobile theme plugin.
Also, please check this topic where I explained each mobile version -> https://forum.tagdiv.com/topic/mobile-version-not-working-properly-2/ -> https://forum.tagdiv.com/topic/amp-pages-not-working-well-with-this-theme/ and choose what mobile version you want.
Also, for page speed please check this topic https://forum.tagdiv.com/topic/my-site-is-so-slow-after-installing-newspaper-theme/
Thank you!
What’s the point of having page templates then if you can’t assign them to specific pages?
Hi there,
Your plugin Tagdiv Cloud Library didnt compatible with WPML, cause if i click Category menu i got Notice: Undefined index: tdb_templates in /home/12345/public_html/wp-content/plugins/td-cloud-library/includes/tdb_functions.php on line 525
But if i click homepage or the other page notice dissapear also disable wpml plugin
can you help me to fix it
thanks lo
elanghoki
Hi!
Please tell me how can I change the page author-template ?
When I do this through the tagDiv Composer plugin, only the author page changes. https://severnymayak.ru/author/pr_newsmaker/
But I can’t change it https://severnymayak.ru/tdb_templates/author-template/
How can I customize the page … /tdb_templates/author-template/ ?
Thank you!