- 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
i have installed woocommerce as directed… but what i cant see is how to include the template file for the /shop index page that you have presented on https://demo.tagdiv.com/newspaper/shop/
Also, if i edit the page ‘shop’ with TAGDIV i get a error message at the top of the screen ‘Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!’
this is a new installation if it helps to know that.
really keen to get this error off and start the build of the shop page so look forward to your reply.
Hello!
we upgraded to newspaper 8 and this time both visual composer and new tagDiv visual composer is activated. We never created a home page since we are using the typical blog layout. All other Category and tag page are also from the previous chosen templates.
Also, we confirm that there is no other page is created with visual composer we had selected only the templates from theme panel.
Can we switch off or deactivate any composer, both or we need to keep both active?
Website: lethow.com
Hi,
The tagDiv composer is not available for posts, only for the creation of pages. Also the elements you mention are not present at the moment in this editor. More options and items will be added in future updates
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
You can choose from the available post templates and create unique post formats
– https://forum.tagdiv.com/post-templates-2/
– https://forum.tagdiv.com/post-formats-for-tinymce/
You could use a do_shortcode to insert a page building element in the post template file that you are using. Multiple related topics are available here on the forum. Like these topics for example
– https://forum.tagdiv.com/topic/add-content-after-post-items-after-related-articles/
– https://forum.tagdiv.com/topic/wanted-to-add-widget-belowabove-related-article/
Thanks
Hi, I wanted to request a new feature for the mega menu. Once I developed it for Newspaper, however, since the edits are so many and I could not refresh the theme, I dropped it off.
This is a very important request for SEO.
I would like to enable MegaMenu without however loading the article list (even partially) in the html code and that articles are loaded only on mouseover. In practice, in the html code it should appear only the menu code with the main categories, without a partial or complete list of the news in the code that it will be loaded dynamically through ajax at mouseover.
Do you think it’s possible to develop this feature? I think it’s a big benefit for SEO, for the users as the html code would be much lighter and would solve a big problem of this template (with Megamenu) which is the presence of dozens and dosenz of internal links in one page.
Thank’s
Lorenzo
Hello,
If you want to add a custom block to a template it has to be done from the theme code. Only pages can be built using the page builder. Other templates do not feature a builder. You can use a do_shortcode function on other templates like this example: https://forum.tagdiv.com/topic/trending-now-on-category/
Thank you!
Hi, I think you misunderstood, the problem isn’t that I get a 404 error, the problem is in the 404 page template itself, it has an issue with the style of the title block, it comes with a strange background.
Anyway, I solved with a custom CSS rule, but I hope you can fix it in the upcoming updates because it is also present in your demo.
Thanks for your help
With JS visual composer, I was able to use shortcodes, and it was also directly integrated with plugins like Easy Social Share plugin. I understand that integrating with popular third party plugins will take time, but there must be some ways to use Shortcodes on the homepage.
Even default WordPress ‘Text widget’ supports shortcodes but I couldn’t find a way to use it with the Tagdiv composer.
Here are two versions of code I have to use it one the homepage:
simple shortcode:
[easy-subscribe design=”design2″]
To use this shortcode into PHP templates:
<?php echo do_shortcode(‘[easy-subscribe design=”design2″]’); ?>
Kindly help me to use any of these on my homepage newly created with the TagDiv composer.
PS: I must say that TagDiv composer is far far faster than a Visual composer. So, congratulation TagDiv team for creating this.
Thank you. 🙂
Hi, Simion –
Of course. I was not suggesting otherwise.
I have already made some progress with my own “featured image” page template. The only problem is that I do not know how to assign the featured image to the page background. Would it be possible for you to give me some insight into this please?
Thanks,
Perch
Hello,
Stability is our main concern. The theme is stable as it is now. People have all sorts of issues because of the way they used the theme. Most of them used special row settings in visual composer that are not available in the new page builder. We have found very few theme related bugs but very many user specific errors and hick-ups due to plugins, custom implementations or simply wrong use of visual composer.
The auto-load unfortunately comes at great cost as it will create many problem with the post templates and as you said, it is better to have a quality product rather then provide lots of buggy options. We have not found a viable/suitable way of implementing the infinite loading for posts.
Thank you!
Hello cbf99,
You can change this section from Page templates. Here is talking about Latest articles which are included in Page Builder+Page Template+Latest Articles. For more information about how you can change the Page Templates for your website, please check here -> https://forum.tagdiv.com/page-templates-2/
Thanks for your understanding!
Hi,
A simple search on the forum would have provided this information. The Latest articles section can be disabled by selecting a different page template
– https://www.screencast.com/t/QKP4DjhtQfrC
More information about the page templates here
– https://forum.tagdiv.com/page-templates-2/
Thanks
Hi,
You could use a block shortcode and edit the category template or top post template. Create a block in a page then use that code like this
– https://www.screencast.com/t/r7SU5dc6N0
Enter it in the category template
– https://www.screencast.com/t/X2dSX18U5rK
– https://www.screencast.com/t/8r1UJxcdP
Or the top post style that you are using
– https://www.screencast.com/t/qIHxE53ProHd
– https://www.screencast.com/t/POrZs5D44zSy
<?php echo do_shortcode ('your shortcode here'); ?>
Please note that this may or may not work properly, the category pages cannot be edited by default or allow you to place elements in the structure.
Thanks
Hi,
I still don’t know what exactly you are trying to achieve with the default post template. I have tried it like you and the thumbnail size if it exists is called in the post page
– https://www.screencast.com/t/eSFCziLz
The process is simple, you upload a featured image and the theme will create the necessary thumb sizes if they are enabled in the theme panel
– https://forum.tagdiv.com/theme-thumbs/
These thumbs will be then used on the blocks, post pages etc.
Thanks
Hi,
If the image is smaller then it will be displayed as it is. It will not get enlarged or stretched to fit by the theme. Some thumb sizes will be created only if the image is big enough to allow it
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
You could simply leave it as it is, or use a different post template like template 1 which displays a smaller image size
– https://forum.tagdiv.com/post-templates-2/
Or templates that do not display the featured image on the post page, like template 5.
You could also try plugins that maybe can stretch the images, but that could result in quality loss.
Thanks
The pagination is added by the page template: https://forum.tagdiv.com/page-templates-2/
Thanks
Hi,
There is no element in tagDiv composer that can handle php code. You could edit the page template files and enter the code there
– https://www.screencast.com/t/6XiZxBRWq
Or maybe search for a plugin that has the option to insert php in pages.
Thanks
Hello,
Please check the post edit screen in the back-end under post loop settings:
https://forum.tagdiv.com/page-templates-2/
Thank you!
Hi,
1. You could try with a FullHD image – 1920×1080px this should provide best results. As an example this is the background image used on a category page in the theme demo
– https://www.screencast.com/t/AFZo2uDS
2. For the mobile menu or search background you can experiment with different image sizes, there is no specified size requirement. You can try a few images and see which is the best to use.
3. For ad tracking maybe you can find a plugin that has the option. Some users have installed the Adrotate plugin, that could have what you are looking for.
4. Post template 8 uses the featured image as background image, that is the style of the template. This will override the website background. You can use a different post template style, if you do not want this to happen.
Thanks
Hello Szentmaxi,
1)Unfortunately, our theme does not have any such an option that allows you to display the subtitles of your posts in blocks/modules, sorry! If is not what you mean, please provide more details so I will be able to provide a more accurate response.
2)Please check all of our list of blocks and you will see that only one block has active this button ->Read More, like Block 12, as you can see here -> https://demo.tagdiv.com/newsmag/block-12/
3)If you want to remove the More from Author tab for each post, you should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_related_posts .td-related-right {
display:none!important;
}
The result is here -> https://www.screencast.com/t/dYFZ2m2NP4
4)Notice that our theme has an option which allows you to hide the date from blocks/modules and from post pages, like this -> https://www.screencast.com/t/OwarQc7Nsej -> https://www.screencast.com/t/KH3nNG4EoHMa If you want to hide the date only in certain places, you should use a bit of CSS code (by category IDs) to do this.
5)If you are using the same post template for the entire website, notice that you can do this from Theme panel. First of all, at the post template, you should leave just active From panel -> https://www.screencast.com/t/gzNCZvvW and then, from panel you should choose your general post template which will be used on your site, like this -> https://www.screencast.com/t/gCDwW7toZi1J For more information about this feature, please consult the documentation here -> https://forum.tagdiv.com/newsmag-post-templates/
Thanks for your understanding!
1.I have a post that’s a video format, I want to play the video on the home page(the feature video image should be embedded with a video and be able to play), with out going into the post(new page)?
2. I want the post to be a infinite carousal (I dont want to scroll down to see the next post i want the post to slide in from the right like a carousel)
It’s a beautiful template looking forward
for the solution.
Thank you in advance
Hi,
in our site design we have a vertical left side menu http://joxi.ru/KAgPJoignblQrl
What would be our steps in order to modify Newspaper theme to implement this vertical menu?
Should we use a child theme, or modify existing theme through API? And if use API, which block will it be, custom header style?
As we understand we need to move template’s grid for this, how we can do this?
Our menu should be also fixed, so no scroll on it while move a page down.
Second question, how we can make a blank template, for landing page for example, so no theme’s header/ footer/ background is injected in this template? As now in simple blank template we have all the theme’s settings, and cannot make any blank page we need.
Thanks 🙂
Good afternoon!
Based on the template, I created a list of events. Each record is a separate event. I need to specify not only the date of the post, but also the second date (the end of the event). For this, I use the Advanced Custom Fields plugin
On the event page, I solved this issue by adding code to the loop-single-1.php file
(<Div class = “td-module-meta-info”>
<? Php echo $ td_mod_single-> get_author ();?>
<? Php echo $ td_mod_single-> get_date (false);?>
<Span style = “font-size: 22px; color: # 9a0000; font-family: Open sans; line-height: 30px; padding-left: 10px;”>
<? Php echo $ value = get_field (“data”);?>
</ Span>)
On the main page I use “Block 4” (td_block_4.php), and one date of the event is displayed – tell me how to get the second date there? <? Php echo $ value = get_field (“data”);?>
Dear Tagdiv!
1. I would like the article subtitle to be displayed under the title on the category page (and on the main page where articles are in a block), instead of the article-begining. I also want the title and the featured image to stay visible. In which templates can I achieve it? Is there a code for solving it in any templates?
2. At many cases where the beginning of the article is displayed, the „read more” line is ignored. How can I make Newsmag take it into consideration?
3. At the end of the posts the „related articles” and „More from author” buttons are also displayed but I only want the „related articles” to stay.
4. I would like the date to be displayed at the most articles but there are some exceptions at whiches I would like to hide it (if it matters, these exceptions are in one category and it is different from whiches contain the other articles).
5. Is there a way to pre-edit and save an post template for using it several times? We upload many similar posts and the process will be much faster if we would not have to edit the category, the format and the post template all the time.
Thank you for your help in advance.
Hello,
The theme comment count will only count the theme comments. If you replace the comments functionality then the counter will not be able to count the comments anymore. The option will have to be disabled from here:
for posts: https://www.screencast.com/t/tuvqNK3295
for pages and other templates: https://www.screencast.com/t/8jQriA6j
Thank you!
Hi,
That category template will display the image as a background on the page. That is the way this style was designed. It would not be easy to modify the category template to display that way.
You could use some Css to set an image background, without placing one in the category settings. But this may not work properly, or may need further testing
– https://www.screencast.com/t/9VZfDGSBs4Q
Here is the code used if you want to try it or experiment with it
.td_category_template_8
.td-category-header {
background: url("");
background-size: cover;
}
Thanks