- NewsmagPage templates
- NewsmagCategory templates
- NewsmagFooter templates
- NewsmagDefault post templates
- NewsmagPost templates
- NewsmagHomepage – How to build and set it
- NewsmagtagDiv Composer Tutorial
- NewsmagCustom Post Type Support
- NewsmagNewsmag documentation
- NewsmagHow to use the Visual Composer plugin
- NewsmagHeader styles
- NewsmagSmart sidebar
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagFeatured images
I was referring to the post templates that use that thumbnail size. If you do not set a featured image a placeholder will be displayed in block modules. If you disable the placeholders, nothing will be displayed in the modules. In the post pages the full image will be shown.
Hi,
This is because you use the empty page page template. Please change the page template from your page settings: https://forum.tagdiv.com/page-templates-2/
Thank you!
Hello,
You can create a page in the tagdiv composer and place the authors element on that page. it will bring a list of all the authors. There is no other predefined template that can do this.
Thank you!
Hello,
Yes this can be done with the new page templates. Simply select this page template for your landing page: https://www.screencast.com/t/uMqF5aO1NAa
Thank you!
Hello,
There is no way of manually importing just parts of a template. Sorry.
But I can provide you the code for the page. Please copy this code onto a new page in the back-end in text mode: https://pastebin.com/9XEKraNP
Thank you!
Now that is unusual, never seen this before. So in a post without a sidebar the featured image is displayed, but when a sidebar is set it disappears.
If you could provide a link to a post where a sidebar is set and the featured image is not displayed, we will inspect it.
Try making some tests, use a different sidebar, different post template, deactivate plugins and child theme. Something must be causing the issue, if it were a general issue then there would be more users mentioning this surely. I have made tests but everything is working properly. The theme live demo also has the latest theme version, and the featured images are appearing together with sidebars in then post page
– https://demo.tagdiv.com/newspaper/
OK, but my question is about how to insert a code that was made for WPBakery Page Builder, that was your backend support for template before tagDIv Composer. Some months ago I worked with Newspaper and WPBakery Page Builder, then I think you can know how to insert code in tagDIv Composer.
You know the behavior of WPBakery Page Builder and this add-on is built to work with him. That is why I think you should know what changes or what structure is equivalent between one and the other.(https://calendarize.it/)
I do not need support for the add-on, just know where or how to enter the code.
This is an example of code>:
[rhc_static_upcoming_events template=”widget_custom_accordion.php” number=”6″ horizon=”hour” words=”100″ date_format=”MMM d, yyyy” time_format=”h:mmtt” order=”ASC” post_type=”events” showimage=”1″ feed=”0″ nav=”3″ auw_title_type=”1″ taxonomy=”calendar” terms=”spartan-races”]
Thanks!
Dear tagDiv-Team,
we are using Newspaper template but we currently get an error on the home page when scrolling:
Uncaught TypeError: Cannot read property 'top' of undefined
at tagdiv_theme.min.js?ver=8.7.2:284
We read through the forum and did the solution with deactivating all plugins but no luck. The only thing we noticed is that the error disappeared SOMETIMES when we deactivated either tagDiv Composer or WPBakery Visual Composer – but these are needed Plugins and we can not simply deactivate them.
UPDATE: Deactivated all Plugins except tagDiv Composer and get the error. Activated all Plugins except tagDiv Composer, error still appears. Activated all Plugins and deactivated both tagDiv Composer and WPBakery Visual Composer – the error dissapears.
Could you please help us here?
Hello All,
I would like to import the gadget theme to use on some page of my site.
I cant use the import content feature.
How can i do it manually?
THX
Hello,
Sorry but for the moment posts, categories and other templates cannot be stretched to full width. Only pages.
Thank you!
When the page reloads because they are moving to the next number on the list, I’d want them to stay on the list not move back to the top of the page. Otherwise everytime they count the list down, they have to scroll back to the bottom of the page to see the next item.
This limits the templates you can use as anything with a main image means a considerable scroll down. It also means you can’t have any lengthy introduction as again its a length scroll back down. Is there no way we can place a jump to point on the refresh?
I surely can’t be the only one that has requested this feature.
There are however plans to redesign how post pages, category pages, tag pages etc templates work. This will be a major change in the theme functionality in a future update.
======
Great news!!!
Hi,
I couldn’t say how something like that would be possible. Product category pages do not have options to select templates for them.
Product category pages look like this
– https://www.screencast.com/t/JZ0U3wU1jPKn
Maybe there are solutions online that you could try to customize these category pages.
Thanks
Maybe something like that will be implemented in the future, I could not say exactly if there are any plans at the moment in this matter.
There are however plans to redesign how post pages, category pages, tag pages etc templates work. This will be a major change in the theme functionality in a future update. I cannot mention any more details unfortunately.
Hi,
Some footer templates come with predefined content, others are blank. The predefined content cannot be customized
– https://forum.tagdiv.com/footer-templates/
You can select an empty template and add the widgets you want, configured the way you want
– https://www.screencast.com/t/5Mu5tNpTkWL
Also a newly introduced feature is to place a page in the footer, instead of a template
– https://www.screencast.com/t/0ImWuvWN
If you are having problems with something please provide some more details about it, we will try to help you.
Thanks
Hi,
The post page you mention looks like this for me
– https://www.screencast.com/t/zl3mCs147
If you could provide some more details about what exactly you want to remove, I will try to give you a solution. There are a couple of post templates that does not display a featured image in the post page (template 5 and 12)
– https://forum.tagdiv.com/post-templates-2/
Or you can disable the featured image in the theme panel
– https://www.screencast.com/t/XcKw5XxBlt8
A featured image still has to be set in order for the thumbnails to be created
– https://forum.tagdiv.com/theme-thumbs/
For the centering of the pagination use a code like this
– https://www.screencast.com/t/WV0GLZOzm
Enter it in Theme panel->Custom CSS section
.page-nav {
margin-right: auto;
margin-left: auto;
display: table;
width: auto;
}
Thanks
Instead of using predefined footer templates which cannot be modified in terms of column layout, you could display a page in the footer
– https://www.screencast.com/t/b4pshnbj
Create a page with the composer and use any layout you want with the available row settings, then set it in the footer. A row can be split in maximum of 4 columns with the tagDiv composer, but there are inner rows which can be split even more
– https://www.screencast.com/t/tNHwyBT640oe
For those that need the Category Tag Cloud display (like the category cloud) – Template 2
<?php
$category = get_query_var('cat');
$current_cat = get_category($cat);
$custom_query = new WP_Query( 'posts_per_page=-1&category_name='.$current_cat->slug.'' );
if ( $custom_query->have_posts() ) :
while ( $custom_query->have_posts() ) : $custom_query->the_post();
$posttags = get_the_tags();
if ( $posttags ) {
foreach( $posttags as $tag ) {
$all_tags[] = $tag->term_id;
}
}
endwhile;
endif;
$tags_arr = array_unique( $all_tags );
$tags_str = implode( ",", $tags_arr );
$args = array(
'smallest' => 12,
'largest' => 12,
'unit' => 'px',
'number' => 0,
'format' => 'flat',
'include' => $tags_str
);
wp_tag_cloud( $args );
?>
Styling with .td-post-small-box a, just add .tag-cloud-link
.td-post-small-box a, .tag-cloud-link{
display: block;
float: left;
border: 1px solid #1b5b5b;
margin-left: 4px;
line-height: 8px;
color: #ffffff;
padding: 5px 8px;
height: 20px;
background-color: #1b5b5b;
}
Actually the page template with latest articles should be selected. A page created with this template will display your latest posts
– https://www.screencast.com/t/rYfjrxC3W6A
This section will be paginated, also it has options to set a sidebar and filter the content as needed.
Result – https://demo.tagdiv.com/newspaper_recipes/blog/
Just create a blank page using the default template and call it “Blog’ or whatever you want and it will show all your posts.
Hello courthouseWGR,
Unfortunately, our theme does not have any such an option for this but it’s possible to achieve the same effect if you will use the pabeguilder+overlay menu as a page template, like this -> https://www.screencast.com/t/QuDTmFn0n0XE Here is talking about additional customizations and web design. So, if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hi,
First I see that the page template used is the empty template, the header and footer will not be displayed when this page template is selected
– https://www.screencast.com/t/4pfZhjx0oPMF
This is used for landing pages for example, it was only recently added in the theme along with another page template (menu overlay).
The issue with the images could be caused by a plugin conflicting with the theme. There are some errors on the page
– https://www.screencast.com/t/WPwoe3pQ
In some cases these conflicts cause the lazy-loading feature of the theme to not function correctly. You could try either to deactivate all plugins except theme plugins and see if the issue is solved. Or try deactivating the theme-lazy load
– https://www.screencast.com/t/6FVBTEIuvcY
Let us know if there is still a problem.
Thanks
Hello,
Please try to change the page template first: https://forum.tagdiv.com/page-templates-2/
Then try to save the page. Maybe you had a plugin that added a new page template and is not recognized by the theme.
Also test without plugins to see if there is no plugin conflict.
Thank you!
Additional Information to original post—
The problem is with any Smart List Template that uses the “Prev” and “Next” scrolling features. They all begin to stack under the Number 10 entry in the Smart List. When I switch to a template where there are no “Prev” and “Next” options, but a continuous scroll on a single page, the Smart List works fine.