- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_top_posts_style::add
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
- ApiThe Theme API
Hello jmask,
I have inspected your website and I saw that you are using the child theme and also, you have some additional customizations which break the title of each post. As I can see from your source page you have a position absolute for author-date which damage this -> http://screencast.com/t/fV56COQn Please try to switch the theme to the main one and also, re-check all the customizations from your child theme in order to achieve best results with the theme. Also, if you want to disable the date only from modules and blocks, you should consult the theme panel and turn off from there this feature, like this -> http://screencast.com/t/KT5QM2b9h Also, you can try to update the theme to the latest version of it (Newspaper 7.4) to bring the best results with it.
Thanks for the message!
Hello rlaparre,
The limit displayed posts can be changed from each block from Block Settings and from General Settings from WordPress, like this -> http://screencast.com/t/CetQnbKU7D For more information about Block Settings, please consult here -> https://forum.tagdiv.com/block-settings-tutorial/
Hope this helps!
Thanks for the message!
Hello,
Unfortunately the mobile version of the site was never meant to show the top menu. It can be added with a bit of custom css but only at the top of the main page, not inside the hamburger menu. Try this code:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
div.td-header-sp-top-menu {
display:block !important;
float:none!important;;
}
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-widget{
display:none!important;
}
.menu-top-container {
display: table!important;
margin-left: auto;
margin-right: auto
}}
Add the code in the theme panel->custom css box.
Thank you!
Hi,
Just a wild guess, I think the block titles are the ones you are referring to. They can be changed from here:
http://screencast.com/t/LJTw7KORx
I hope this helps.
Thanks.
Hello,
Every block has it;s own settings you can change. In these settings we provided options to filter the posts, the categories, the tags, author and even post ID’s. Please read this guide to learn about how you can use the block settings to your advantage: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Just asking if you can put two different adsense codes in one ad block …Lets say you put Link ads , responsive ads (the two different codes) at in-line ad placement..
Also some of my post shows the desktop version tho I am using the mobile plugin
You can check my site if everything is fine? Ghpage.com
Check this particular url with a mobile .. http://www.ghpage.com/video-i-can-kill-one-million-people-in-one-night-and-rig-the-election-for-any-party-obinim/
Hello,
Please make sure the proper thumbs for the gallery are checked here: http://screencast.com/t/xSI4PW01g
After you cahnge this setting you will have to regenerate your thumbs. Also make sure you do not use any image optimization tools such as photon (jetpack feature)
You can then use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Hello! I am using block 15 and the text for the title isn’t completely hyperlinked. You have to hover over the center and in a very small area you can click to be directed to the URL. You may see the issue here https://www.libertarianinstitute.org/
try and click the titles for the first block on the left hand side to replicate the issue.
Thank you!
Hi Bogdan.
I deleted and then re installed the theme via FTP sucesfully.
But having activated twenty fifteen, I went to themes, in WP, and I can’t enter, it shows me this error:
Parse error: syntax error, unexpected end of file in /home/brunohm/public_html/wp-content/themes/Newspaper/functions.php on line 158
I don’t know what to do.
I can give you access to my WP admin and my C Panel. Because I don’t know, I tried all I can, but I can’t use Newspaper 🙁
Thank you
Hi TagDiv,
I’m trying to configure the blocks on my homepage to pull content from certain categories. How do I program the different homepage blocks to send certain content to certain blocks?
Thanks.
How I can insert Javascript code inside post?
I tried the following code:
<script type=”text/javascript”>// <![CDATA[ function showBuyLink() { document.getElementById(“buylink”).style.display = “block”; setTimeout(“showBuyLink()”, 300000);} // ]]></script>
But when I publish the post. The code changes
the last > converts into >
Can someone please help me out.
Thanks
Hi Catalin, I want comments style just like it’s on the slider (I am talking about big grid and blocks 14 and 15 in my homepage), with no colored background rectangle, white icon with white number in line with meta-info (date, hour…)
here is the login information:
glasistre.info
Thank you!
The problem is the sticky menu, not the tabs. I want to keep the tab element.
I have a problem with the sticky menu and anchor links…
… it scrolls up but the menu covers the only item that is under “z” and the first tabb.
What I want is for the top to be visible when I click on “Z” and not be hidden by the sticky menu.
Hello alpsbox,
Please notice that our theme has a post template which does not display the featured images on posts but only in modules and blocks, like post template style 5. For more information about our post templates, please consult our documentation here -> https://forum.tagdiv.com/post-templates-2/
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for the message!
Hello krewblink,
Unfortunately, I do not exactly understand what you mean. Do you want to know where is the Section ID for the Big Grid 5 and where you can add your desired posts by ID? For more information about this, please try to consult the documentation here -> https://forum.tagdiv.com/block-settings-tutorial/ -> http://screencast.com/t/4CkWn8nOsa
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for the message!
Hello,
You can use a visual composer element called a “separator” like so: http://screencast.com/t/xgOVTEDCun1s You can add it after your content blocks.
Thank you!
Hello,
If you want to show comments in block 14, you need to ad them in the theme code as this block was designed without the comment count. Please add this line of code:
<?php echo $this->get_comments();?> in td_module_mx1.php as block 14 uses module mx1 to show content
like so: http://screencast.com/t/V3YHhLbgDfSU
Thank you!
Hi Catalin,
Thank you.
I have gone through all the links that you have shared with me and have understood many things. Few things which are still not clear, please try to answer them specifically
1. As you said “Please notice that the Featured Category is a category that is added automatically by our theme.”, what if I have already one category with the same name “featured” with same slug even before I started using your theme. Will NewsPaper theme create a duplicate category with the same name but different slug? Or it will not create any new category ? ( Since I already have that category)
2. I understood that I can populate posts on the mobile theme grid by adding the posts in the “featured” category: But what will be the order of the appearance of the post? Will the three latest posts from featured category will be posted on the grid or any random three posts ( not particularly in the order of date of publishing)
For the same thing- what is the case with “Editors Pick” under the footer section? Currently, I see that it shows random posts from “featured category” Shouldn’t it display the latest posts from this category?
Please try to understand that – Though you have listed “Featured” as one of the “Sort Order” here: https://forum.tagdiv.com/block-settings-guide/ but you have not made it clear that in what order posts will be displayed from “Featured Category”. Please make it clear even in your tutorial section. Let me know if you are having trouble in understanding what I am trying to ask.
3. what does sort = “popular” denote ? It’s 1. Popular (all time), 2. Popular (last 7 days or 3./Popular (jetpack + stats module required) ??
If its 3. Popular (jetpack + stats module required) , then I don’t have jetpack installed , how does it showing three posts under “popular posts” section in footer style-1 then?
I have gone through various threads here and have read various confusions about this issue with many community members here. A well-explained tutorial must be added in our community forum on this.
Thank you.
Hi,
Please provide more details about you block settings and your site url so we can take a closer look.
Thanks!
Thanks Andrei!
Could you help me with comments style on grids and blocks 14 and 15 (see the screenshot please) i would like to remove the background colors (and on grids the icon is on the top right and I want it bottom) and I’d like the icon and number to be white like the rest of meta-info. Thnaks!!
Hello nano2408,
For more information about our Sort Order you can see at our documentation, like this -> https://forum.tagdiv.com/block-settings-guide/
Please notice that the Featured Category is a category that is added automatically by our theme. You populate posts on the mobile theme grid by adding the posts in the “featured” category: http://screencast.com/t/XEpsK8Vd5FqR
Regarding on Editors Pick section fro Footer template style 1, please notice that it is just a simple block 7 which is sorted by Featured Category as you can see here -> http://screencast.com/t/bxQl9FfbWb2
Thanks for your understanding!
Hello vachos,
Please notice that I have tried with a Block 1 shortcode and it seems to work as properly, as you can see here -> http://screencast.com/t/uXiLRmO1AoN -> http://screencast.com/t/0JGpo59uS As I said you above, the MailChimp plugin is not tested with our theme and we cannot say for sure if it will work or not with our theme, sorry! Also, we cannot provide support for untested plugins.
Thanks for your understanding!
Hello,
Post template 11 will not show embeded content on the top of the post, but rather the featured image. The featured image must be added through a youtube, daily motion, vimeo, twitter or facebook. The theme’s featured videos were not planed to be embedeed videos. For self-hosted ovideos we do not recommend the video templates as they require featured videos which you cannot place if you plan on embedding the video from your media library or another source. The best approach will be to use post style 5 that will not show the featured image and simply embed a video and place a featured image so modules and blocks will have an image to show.
Thank you!
HI
Try this css in theme panel > custom code > custom css to change the font-size: http://screencast.com/t/dizaoUhl8hi
.post blockquote p {
font-size: 20px!important;
}
Thanks!
the news block does not show as highlights.
Featured with error