- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- ApiPractical example – How to add a new Block and Module
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- ApiUsing the Theme API in plugins
Hello,
Not easily, but the easy way is to add it directly in code.
You can make the content with visual composer, switch to classic editor, copy the shortcode and add it as a shortcode directly in code like:
<?php echo do_shortcode('paste your shortcode here') ?>
Edit you template for homeapges are in root like page-homepage-loop.php
Thanks!
Hello,
1. Big slider work only on full width(3 columns) you can use the Homepage blank template and add the Big slider with Visual Composer.
2. Use Homepage blank or Homepage – bg – no article list and add 2/3 + 1/3 columns with page buiilder. first column 2/3 add a block like you want to display the posts and use “Load more” as setting. http://screencast.com/t/8oDdcRyAQoW and use the next columns 1/3 as sidebar, add from page builder Widgetised sidebar and select a sidebar that you want to use.
3. To add another banner you have to add it directly in code, in v3 the file is in parts folder, the files with header…php(depends what style of header do you use)
4. The space can be reduced via CSS, use inspector from Chrome or firefox and add your custom css in style.css or in V3 we have a section for custom CSS.
Thanks for the message!
Thank you Marius! I also have some more questions. don’t know if I need to start a new topic. If I do please let me know. I am posting here for now:
Is there a way to have the big slider in a “blank template” with a sidebar next.If I use it in another page template than the Homepage+bg it is not working. Let me know if this is not clear.
Also I am trying to have your default latest articles in homepage but I would like to use the load more button. Is there a way to achieve this.
And a final one: I am trying to ad another (extra) banner above the logo and the existing top ad. What is the best way to do this.
Thank you so much for a great theme and your help!
I would like to add page views to a slide (= post shown as a slide on the front page). By default the category and the date are shown. The meta information is nested in a DIV class=”slide-meta”. I’m feeling totally dumb, but I can’t find the template for this layout. A full-text search reveals…nothing. Any help would be very much appreciated!
Hello,
1. That font FFFFFF in content brake the layout. Is some HTML tags unclosed.
Please remove that font properties and we will give you a CSS to make the text from footer white.
2. The issue with that title is from template, use Homepage blanks template.
Thanks for the message!
my sidebar last 7 days popular posts, home page and post page, (caption ΔΗΜΟΦΙΛΗ in Greek), is different from wordpress statistics, although the appropriate option in template’s Post Settings is enabled
Thanks!
Michael Pissas
http://www.goldenmag.gr
Hello,
Create a page for you homepage and select the page in http://screencast.com/t/mUI0VkbS
That page use a template like Homepage – with article list and select a module like you want http://screencast.com/t/ovI9HgCRYGSb
Hope this help.
Thanks for the message!
Hello,
Do you use a plugin for that Twitch? You can truck somehow if you are online or not? Sorry but i don’t have experience with this.
Social counter should work, just write your username or id’s. Try tagDiv for facebook.
We have there all possible templates, each one have a diagram how work, is very flexible. The content is built with page builder.
About missing title, is strange, please try to deactivate some plugins and see if work.
I see that the Twitch player is responsive now.
If you want to have a full header go to Theme customizer http://screencast.com/t/6bmrE8aLIA6H and upload in logo a big image.
Thanks for the message!
Hey 🙂
I’m having a great time configuring my own Newspaper website, but I also have some questions on how to do some things or if something maybe doesn’t work properly. Firstly – here’s the link: http://www.tivoltgames.pl/
My website will be centered a lot around YouTube and Twitch and I’m trying to configure a plugin, that would show everyone, if my Twitch stream os online or not (a red/green dot next to the “STREAM” position in Header Menu. Could you please help me install it or give a tip on how to make it also work with the red/green dot idea.
Is there a way to create my own website template? I mean those things that are marked with an arrow: http://www.webpagescreenshot.info/img/52d2bb6adda156-22571751
The Social Counter doesn’t work :S Either it doesn’t show the number, or they are wrong. Do you maybe know how to fix that?
When I build my HOME page I have a problem with the LATEST ARTICLES section. I’m choosing module 6 or module 3 to show articles in the way I want them to appear, but I think it’s bugged. Module 3 is supposed to show the thumbnail, post date AND the title, but my title is missing from all of my posts, you can see it here:
Page settings (module 3) – http://prntscr.com/2jiazy
How it looks – http://prntscr.com/2jib8x
I’m trying to build a nice STREAM page, but I’m wondering, if it’s possible to make the stream window scale to the user’s browser. Mine – http://www.tivoltgames.pl/stream/ is really static, the size is set AND it takes only the space in the middle of the website. Would it be possible to make the stream AND the chat window scale to the full width on one’s browser? Like in the “stretched” wersion of the preview template, where the website take the whole browser? You can check what I mean on my friend’s page right here – http://jarock.pl/live/
Is it possible to make my logo take all of the header? I don’t want the ad-box to be there, but I’m not sure on how to do that 😛
Best
Bartek
Hi, I have Yoast installed. If I click the option to change the ‘blog title’, it brings me to the default page of Yoast plugin 🙁
I’ve installed your template on another host without Yoast and there it worked like a charm. Do you have an idea what’s the solution here? Thx.
Hello,
Yes i fount your site :), there is the page title http://screencast.com/t/Mxyp4wQvZzJm, i thing you don’t use the right page template.(you use the default that is with title)
Edit your homepage and use Homepage – Blank. http://screencast.com/t/7sESET3T
I was just wondering, how do you edit the single page? Does it load a template page from somewhere or?
PS. I added this to the custom template (based off single.php), towards the top:
//read the current author object - used by here in title and by /parts/author-header.php
$part_cur_auth_obj = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author'));
`
I thought that would do it but I’m still not getting results as in the previous examples.
I’ve been working on this some more and have created a custom template for the Publication detail page. Most of it seems to be working except the variable part_cur_auth_obj isn’t returning any results. For example, this
<?php echo $part_cur_auth_obj->display_name; ?>
and this
<?php echo $part_cur_auth_obj->description; ?>
return no results (are blank).
I tried adding $part_cur_auth_obj as a global to the top of the page, but that didn’t have any effect. If I knew more PHP, I’d probably be able to see the reason this isn’t working, but I don’t. Any chance you could point me in the right direction?
Hi,
I bought the visual composer plugin today in hope that I can add some new content content elements into the default visual composer in the template. http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431
How can I use the new purchased version/add some new content elements?
Regards,
Wombat
Hello,
Move the code like here and add above this code to
wp_reset_query();
http://screencast.com/t/7cuqZWl0Kn0
Thanks!
Hi, thanks for your answer.
I’ve found the problem. It’s on the Page Attributes – Template. I must use “Template-Blank” instead of “Default Template”
Regards
Caching: I use W3 Total Cache. I tried disabling Page Cache, Browser Cahe and Object Cache, but that gave no result. I disabled these all together, and separately.
My website is: http://www.katholiek.nl.
I use the full responsive (1170px) template. On the homepage I use a Single Image and then Block1 for all categories in default style. The sort order is ‘latest’.
This is the code:
[vc_row][vc_column width="1/1"][vc_single_image image="7499" img_link_target="_self" img_size="full"][/vc_column][/vc_row]
[vc_row][vc_column width="1/1"][td_block1 limit=”9″ header_color=”#00a287″ ajax_pagination=”load_more”][/vc_column][/vc_row]
For the homepage I used the standard template (which I like most and really want to use because of the right sidebar).
When I add a new blog post, it show on the desktop version, but not on the mobile one. What I do not understand is that When I first noticed this issue, I changed the standard template into homepage blank. Then did a refresh, and changed it back to standard template. Because the new blog post will show mobile. But doing that workaround everytime with a new post is not really doable.
With Mobile I meant ipad 1/Safari, ipad mini 2/Safari and iphone/safari. A friend of mine used Macbook Air on a very different IP and experienced the same problem and notified me in the first place.
Any solution is very welcome. Thank you very much.
Marius, I have tried that (and several other variations) but it gives me an entire duplicate loop below the main loop that is unformatted and doesn’t display the page content.
Where are you trying to change it back through? A category page?
From what I understand, the homepage shouldn’t be a category page. It should be a normal page that uses any of the homepage templates.
1. Making the homepage
To create a homepage:Go to Pages -> Add new
Select a Homepage – with article list template from Page Attributes (*see image bellow)
Start Visual Composer by clicking on Visual Composer blue button.Build your Homepage using Blocks content or you can use predefined Homepage templates from Page Builder
Doing it this way also offers more customization control for the homepage because you can design it however you want using the visual composer.
If you are already using the visual composer and can’t edit the blocks, I’m not really sure what’s wrong..
**I am not part of the tagDiv team. Just trying to offer my two cents before they get a chance to reply 🙂
Hi there,
I got a question. I am using the Newspaper template, with module 2 on the homepage for articles of any category.
The newest post of an article is showing on my homepage (desktop version), but not on my homepage (mobile version: ipad/iphone).
The same applies to the ‘recent reactions’ widget on a post. It is refreshing on the desktop version, but it does on the mobile template.
How can this be corrected?
Thank you.
Hello,
Move this code http://screencast.com/t/lssNrr8fqo
here: http://screencast.com/t/COFc05QbHX
Thanks
Happy New Year 2014!!!
I’m wanting to build an alternate page template just like “page-homepage-bg-loop” but I want the articles to be above the page content and below the slider.
I am having a very hard time figuring out how to move the content below the articles.
I’m assuming it has something to do with this line
if(!empty($post->post_content)) { //show this only when we have content
Hello,
The blocks from Visual Composer are built from modules. See here at 2. Blocks http://import.tagdiv.com/newspaper/doc/#blocks
In page when you use Visual composer you use Blocks.
If you want pagination with 1,2,3 you use a template with article list http://screencast.com/t/5IdbyXw0rK5g and here you can use MODULES as layout http://import.tagdiv.com/newspaper/doc/#blocks
If you want module 6 to be on 3 columns you have to edit td_template_layout.php file located in \includes\content_builder folder and change like here: http://screencast.com/t/nxkSKtbgBrsm
Thanks!
I’m really hoping you could help me out on this one. On the default “no category” page it DOES show the slider. On any other category page it won’t. I’ve deleted all categories and added them again, but still no slider is showing up. I do have the Rev Slider plugin installed, but i think that plugin is not necessary since the sliders on the module 6 template used to work without it. I tried to deactivate all plug ins but nothing will make them appear again! Really need your help!