- 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,
No, this no run OK…..
Dafault Template: The title of the page is shown (I want it not to be shown)
Page builder + Empy page: The top menu disappears, the title is still preserved
Page builder + page tittle: Tittle on
Page builder + laster articles: I dont want laster articles or paginatiom…
Them….What Can I do for disable only the tittle?
Thanks
Hi,
Unfortunately our documentation don’t cover the new update theme.
We’ll try our best to make a new documentation to cover the features of theme.
Until then if is anything with we can help you please let us know.
With cloud template you have the full control on your page/post/category template:
In order to set the dimension of feature image you need to click on the feature image set the row of image form general row stretch to “Stretch row and content” ( https://www.screencast.com/t/gmv9LGon ), select the feature image change from “General” to “CSS” set margin left and right auto, and set the width you wish; everything on this page can be edit, you just to go deep in settings.
https://www.screencast.com/t/iS0pciftTk
Sorry for the incontinence.
Thank you for your understanding.
Hello Topadmin,
Notice that if you want to customize the archive pages, you need to do it via Cloud Templates. Check the following link here -> https://affiliate.tagdiv.com/#/load/Date and customize the Archive Template (Dates) using the Cloud Template. You can try to create using the above link (demo preview).
Thanks for the message!
Dear Team,
I am using default 404 template, It was working fine until I updated Newspaper 9.1, Now it’s not giving any 404 error, no matter page does exist or not. It’s showing home page instead.
can you please check, Is it bug or I have done something wrong.
website is: https://www.quotescollector.com/
Thanks
Best Regards
Kapil
Hi,
In order to get rid of page title please change the template of page https://www.screencast.com/t/aUHtoW1zTu3A
Documentation for Page templates: https://forum.tagdiv.com/page-templates-2/
Thank you for your understanding.
Hi,
In order to get rid of last articles you need to change the page template/
Here is our documentation for Page templates: https://forum.tagdiv.com/page-templates-2/
Thank you.
Hi, I’m importing a category template, category template 8 to be precise.
I choose the background image I want to display in the css settings of the element, (which is Category background image)
I save the template, apply the template in the theme panel to my the desired category, but the image is not showing on the category page.
Everything else is fine including the sidebar of the imported template. It seems that the page is starting from the posts list and completely ignoring the site wide image that is supposed to be showing along with the description of the category on the image.
The only element that is showing is the name of the category, breadcrumbs, and the categories tags. And those were there before, but once the template is applied the category’s name, breadcrumbs and the tags are shown above the posts list.
Any help?
I hope you can help! Featured Video is not creating a Featured Image, and nothing is showing on the grid on the homepage. (https://www.staging1.themultimedianinja.com/)
I am using one of the specified Post Templates (Post Style 2 now, but I have tried Default, 1, 2, 9, 10, and 11). I have the post format set to Video. (https://www.staging1.themultimedianinja.com/wp-content/uploads/2018/10/Screen-Shot-2018-10-17-at-6.21.09-PM.png) I have tried reinstalling the theme via ftp, repairing the database in cpanel, clearing local cache (and disabling Cloudflare, etc.), removing any plugins that aren’t critical… Pulling my hair out at this point.
Love the theme, hope you can help me with this!
Hello,
I was trying to create a landing page using tagdiv composer. The problem is my changes would not save. I would click on the save button, then go to a preview, then back to the dashboard. But when I’d re-open the template I created with tagdiv composer, all my changes would be gone. The only element there would be “Empty column”.
But it was still possible to see a preview of all the elements I had put on it…
I ended up copying the code generated by the composer (from the revisions because somehow a new version of the page would be created with missing elements) and creating a new page.
I published that page in private, thinking it would let me work correctly (I’m a beginner). And that page would indicate it was last edited at a much earlier time when it should’ve been 1-2 minutes, since I was working on it.
Also I noticed on dashboard > Pages that there is a problem with the number of pages I have. It indicates : All, published, drafts, and private. The thing is I don’t have a private page at the moment.
There seems to be an invisible page that I can’t find or delete. Could this indicate a problem with my installation ? Or a bug with the plugin ? Or I’m not using it properly ?
Any help is appreciated.
Thanks
Am currently trying a different approach.
I have added this bit to functions, to be able to sort on keyowrd a to z and z to a.
$sortList = array(
'a-z' => array(
'meta_key'=>'keyword',
'orderby'=>'meta_value',
'order' => 'ASC'
),
'z-a' => array(
'meta_key'=>'keyword',
'orderby'=>'meta_value',
'order' => 'DESC'
)
);
I created a page with the tagdiv composer to show all posts that have a keyword starting with the letter D, the posts are ordered by date (which is standard, recent to old)
According to the tutorial that I’m trying to implement these two pieces of code should find their way into the theme
for the loop:
<?php
gloabl $sortList; //to use the $sortList in your functions.php.
$aryQuery = $sortList[$_REQUEST['orderby']] ? $sortList[$_REQUEST['orderby']] : $sortList['keyword'];
$featuredPosts = new WP_Query( $aryQuery );
?>
For the drop down list, which should appear on the page.
Tried adding this via the raw html inserter in tagdiv but that’s not working out.
Should I implement this in a custom page template ?
<ul>
<?php
gloabl $sortList; //to use the $sortList in your functions.php.
foreach( $sortList as $orderby => $aryOrderBySettings){
?>
<li> <a>">Order by <?php echo $orderby;?></a></li>
<?php
}
?>
</ul>
Could you please advise where I should implement the two pieces of code above ?
-
This reply was modified 7 years by
NickDeBaerdemaeker.
Hi guys, hope you’re all well.
We’ve noticed some display issues after upgrading to v9.1 this morning:
1. some of our Flex Box 1 blocks decided to throw a module overlay in that wasn’t there before. Only in a few cases, but it was the same image placement on three different sites (same design):
https://www.screencast.com/t/AgR40gJumJW
Example URL: http://compareallvans.co.uk/
It was an easy fix to take it out, but I assume it’s not supposed to be there in the first place. We use that flex block a lot and the vast majority were unaffected, so not sure why it affected that lead image only.
2. On our featured background images, the cropping seems to have gone wrong somewhere. In 9.1 we can now crop vertical alignment by steps of 1%, which is fantastic, but cropping to 50% seems to cause a problem. If we crop to 49% or 51% it looks absolutely fine, with the image almost perfectly centred as you’d expect. But if you select 50%, it seems to suddenly crop to the top (ie – 0%). Some examples from three different sites, where the vehicle in the image is now falling out of the bottom of the frame:
http://compareallvans.co.uk/suzuki-jimny-test-drive/
https://thetruckexpert.co.uk/road-to-zero-could-mean-a-dead-end-for-truck-operators/
https://www.thecarexpert.co.uk/aston-martin-dbs-superleggera-fastest-ever/
Obviously this only happens where the image size is larger than the space provided, but it affects a large number of our images as everything is vertically aligned to what used to be centre (now 50%).
I hope there is a relatively easy fix for this, because I don’t want to go back into every page (and post template) and align everything to 51% to get around it…
Other than that, still loving v9. We’ve made a few new tweaks based on the new features and demos added to 9.1, and are planning even more based on the incredible flexibility you guys have built into the theme.
Cheers,
stuart
Hi, i got a mail.
“We’d like to let you know that an update to your item Newspaper by tagDiv is now available in your Downloads page.”
In the download-section of themeforest.net i see the newspaper 9 template. Have i to download the whole template again? Why i can’t update the template in wordpress backend or just download the Update?
can you please send me a guide how i can update the template. thank you.
Is it these: https://forum.tagdiv.com/how-to-update-the-theme-2/ ?
Thank you very much
Now that I resolved it on the homepage and on the inside pages I have one last template that I would like to implement the stick sidebar with and it is further down the page. The column I am trying to make sticky contains a form and nothing else inside the column, however when I click on it the sticky option is not showing as available. Can you please help me figure out why this column is not sticky?
Form on the right side of this page
https://askmrfranchise.com/kona-ice-final-2-2/
thank you
După update site-ul afișează erori pe pagina principală și în sub footer
https://hunedoarasuntemnoi.ro
wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: tdm_sub_footer_template_1 is not set.
/home/r36731hune/public_html/sitenou/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace
wp_booster error:
td_api_base::get_key : a component with the ID: tdm_sub_footer_template_1 Key: file is not set.
/home/r36731hune/public_html/sitenou/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace
wp_booster error:
The path of the template id: tdm_sub_footer_template_1 not found.
/home/r36731hune/public_html/sitenou/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
Display backtrace
Hi, i have read the posts about td composer not working, and i’ve setting everything as described and as required in the system status but still the td composer it’s not loading at all, just a blank page https://www.motoexcape.com/wp-admin/post.php?post_id=624&td_action=tdc&tdbTemplateType=page&prev_url=%2F%2Fwww.motoexcape.com%2F
Is there something i could do? Thank you, Fabio
Hi,
Try to force refresh the mentioned page in the browser (should be Ctrl+Shift+R). If the templates are still not displayed, please send us an email at contact@tagdiv.com and provide admin login as well as cPanel or FTP so we can take a look.
Include a link to this topic in the email.
Thanks
Hi,
That happens because you have set in Settings > Reading Blog pages show at most 10 posts
( https://www.screencast.com/t/sKj7LI2tuJ ).
But now I see you are using cloud template.
Thanks.
Hi,
Seems the post doe not use the cloud post template, is the cloud library plugin active?
– https://www.screencast.com/t/NV9e5oBMDA
The demo uses a cloud library template for the post page, if the cloud library plugin is not active it will display the default post template
– https://www.screencast.com/t/IbO4GMDn
Let us know what you find.
Thanks
Hi,
Sorry if I didn’t make myself clear. The problem is I have this CPT called “Entities” and, when I access the Edit Post page to edit one of them, I only see the Sidebar Settings, whereas for normal Articles I see both Page Template Settings and Sidebar Settings. I would like to know if there’s a way to show the Page Template Settings also for CPT. Attached you can find two screenshots so you can see the difference. The first one is the Posts and the second one is the CPT


Hi,
I don’t quite understand the problem you are referring to, some more details and screenshots, or a link to the website where I can see the problem would be very helpful.
If you want the full width check the Force full width from Newspaper>Theme panel>Template settings ( https://www.screencast.com/t/0Jv8xjSwM ), and for page, select the row and set the row stretch ‘to Stretch row and content ( https://www.screencast.com/t/B5a2XyFm ), also make shore you don’t have a set a background image/color ( general https://www.screencast.com/t/HdxVgMGE , on categories )
Thank you for your understanding.
Some settings are different from what I do on desktop.
1. category display
I hide every categories on page and post including related post but in the mobile they are displayed, which I don’t want.
I want to hide categories on mobile either.
2. footer
I made only social media show on footer, which works on desktop, but other items are display on mobile including logo, about us, contact info.
I need to fix as quickly as possible because I don’t even have ‘about us’ page.
3. posts and comments counts on author page
I choose the template not display the counts of posts and comments for author page but it doesn’t work on mobile.
I want to hide the counts.
My web site is
http://www.hrbulletin.net
Comparing how they look on desktop and mobile would help you understand.
Hi,
If you refer to something like this https://www.screencast.com/t/NxFdRl3m then go in Events >Settings> set to Display and change the Events template in Default page template ( if you have set as default a sidebar ), or to Pagebuilder + Empty page https://www.screencast.com/t/lMy88Wy7nUM
Hope this will help you.
Thanks.
Can’t say I have, most unusual. The general setting also affects category loops, there it seems to have worked as it displays 6 posts
– https://staging1.mycentralfloridafamily.com/category/back-to-school/
So this is happening only in the homepage it seems. What if you try to create a test page and select the latest template, does it work there?
Hello Aleksei Kopaev,
Unfortunately, the theme does not have any such an option for this, sorry! Please notice that the mobile theme has a certain style and layout for mobile devices, which when is used, will ignore the cloud templates used on the homepage.
Thanks for your understanding!
Hi,
We are working in staging and am not sure if this is causing the problem. I have downloaded a 404 template from the cloud library.
This is what it looks like: https://staging1.mycentralfloridafamily.com/tdb_templates/404-template-1/
In the theme panel, templates setting I chose for the 404 template, 404-template-1.
I hit the link provided to see here a sample of 404 error from your site. This is the page I get: https://staging1.mycentralfloridafamily.com/?p=9999999 it does not look like the template. What am I doing wrong?
Thanks,