- 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
Using latest Newspaper version with latest WP version. Noticed this for a while now but kept forgetting to bring it up.
I use block 18 and when I visit my site on mobile I cannot open the first post in block 18; there is no tap space. I’ve tried tapping on the image and the title but nothing. In case I’m explaining the block used incorrectly, here’s screenshot – nothing inside the red box can be tapped on mobile. I use Android and Chrome on mobile.
Thanks.
Hi
Sorry for delay we somehow missed your post.
Assuming that you insert the h3 tags like here: http://screencast.com/t/VjWl3QZ1S1X you can try this custom css ion theme panel > custom css: http://screencast.com/t/D6qRnNHIJU
.td-tags h3 {
margin-top: 0px;
margin-bottom: 0px;
}
.td-tags {
display: inline-block;
}
Thanks!
Hi
The titles color for blocks used in sidebar can be changed from Appearance > Widgets: http://screencast.com/t/lcNykx9Cmm
Thanks!
Hi,
The theme has some predefined footer templates and you can set it from Theme Panel > Footer – http://screencast.com/t/7F5ipHhpX So this block(Editor Picks) is added directly in the footer template code – http://screencast.com/t/mQOv1TaK2JY you can set it only if you alter the code.
For Editor Pick is used block 7, so if you want you can use it in the page content, just add it using Visual Composer pagebuilder – http://screencast.com/t/V2IaDhC713 – http://screencast.com/t/nVzkaifXIR
You can check theme’s documentation – https://forum.tagdiv.com/block-settings-tutorial/ and we have also some video tutorial on youtube – https://www.youtube.com/watch?v=rgWqozuqmJk
If you want to add your own widgets to the footer area, just use a style that allow you to add theme from Widgets area, for example – http://screencast.com/t/6eANPEtB5gRD – http://screencast.com/t/e5OoEmIeXjd If you only want to translate Editor Picks, you can do this from Theme Panel > Translations section – http://screencast.com/t/zOwQz0WJj6
Hope this helps!
Hi
The theme uses module mx4 to built the block 16, so you need to modify the td_module_mx4.php file like here: http://screencast.com/t/dCvRKPgd
Thanks!
Hi
Unfortunately the theme doesn’t have an option to filter the most popular article from current today, sorry.
For the most read articles from the last 7 days you have an option in every block http://screencast.com/t/sqw772neMj but make sure you enable the 7 day sorting from theme panel > block settings: http://screencast.com/t/A9Y4TAj9 and notice that this sorting option doesn’t work fine if you’re using cache.
Thanks!
Hi
The page set as mega menu have the layout that you created in Visual Composer, to achieve a mega menu page similar with the one present on the site you indicated you can try this layout in VC: http://screencast.com/t/RC8KAo7n – http://screencast.com/t/kCTaPQdmu Notice that it’s required a custom layout: 1/3 + 2/3. You can use the VC blocks to customize the page as you like.
Hope this help!
Thanks!
Hello,
I am having issues with block 7, because I want to use it for displaying “opinions category”. But I want to include and First and last name of the author in the home page.
For example check the following screenshot: http://prntscr.com/8bd8sr
Can you tell me any way how I can do that?
Thank you for your friendly support. 🙂
Hi,
The post content settings for blockquotes will not work on woocommerce single products and the theme doesn’t have an option for this. The qoutes will keep the default css.
You can change this using custom css in Theme Panel > Custom Css – http://screencast.com/t/ikwOBZh0qnX
.woocommerce #tab-description blockquote p {
font-family: Cookie;
font-size: 32px;
line-height: 30px;
text-transform: none;
color: #2b003f;
}
Thanks!
Hi BeautyGeek,
Please open a new tread when you have some questions or need guidance concerning the theme. Thanks!
The theme doesn’t have any option to disable widgets on mobile screens however you can do it using custom css, target widgets using widget’s specific class or id and media queries, like this: http://screencast.com/t/Dkkz8prDkD
This is the css code I’ve used:
@media (max-width: 767px) {
.td_block_id_1775388033 {
display: none;
}
}
To hide the more article box use this css code in theme panel > custom css section:
@media (max-width: 767px) {
.td-more-articles-box {
display: none;
}
}
Thanks for the message!
Footer Template:
Please suggest which one is Editor’s Pick block? I have tried to follow the other links what you have shared already, but they are of no use or at least I could not understand it.
How to add it back if got moved from Home Page?
Honestly, this particular section on Home Page is not user friendly. Other things are so easy to set up.
Also, please suggest what each block has, as I always struggle and waste time in searching it.
Also, is it possible that we can completely remove the NAME : Editor’s Pick and drop other widget there?
Hi,
The Big Grid blocks are not sliders and you need custom modifications to change this and it is not an easy task. I suggest to hire a freelancer to do this for you as we cannot provide custom work, sorry.
You can use use Big Grid Slider if you want to use a slider – http://demo.tagdiv.com/newspaper/big-grid-slide/
Thanks!
Hi,
1. There is a general color for blocks/widgets title – http://screencast.com/t/QpH3wKXkj this should change the background and color also for wordpress widgets.
2. Please provide a link and more details(some screenshots with your settings) as I’m not sure what you mean.
3. The theme doesn’t have such an option, You can try to find a plugin to redirect category to a page, like this one – https://wordpress.org/plugins/simple-301-redirects/
Thanks!
Hi,
For block 14 you have to edit module mx1 – http://screencast.com/t/gfxh2EZdqJg and the Big Grid 3 is made using – http://screencast.com/t/VmQdP2kSpfpl
Thanks!
Thank you Chris,
I tried to do so, but Visual Composer does not show any tagdiv block to use on the home page, as can be seen here: http://postimg.org/image/se3n8wyof/
What can be wrong here?
Tagdiv, please, can you give any support about this?
Thank you
Hi,
Like I said above the Big Grid blocks were not designed to be used like this and you will need custom modifications to adjust this block to be stretched. You can hire a professional developer to do because it is not an easy task and the time doesn’t allow us to provide custom work, sorry!
Thanks!
Hi,
You can use custom ads to paste your adsense code and disable it on specific devices, use shortcode to display the ad in your post content: use ad box block in a page – http://screencast.com/t/yld7vZnxCR and take the shortcode to use it in the post content – http://screencast.com/t/apmrlllFvRP9 Also in page content you can display it using ad box block.
If you don’t want to use the theme ad system you can try to use a plugin or you can hire a freelancer to customize this for you as unfortunately we cannot provide custom work at this time, sorry!
Thanks!
Hello,
I have a problem, I used a block for a category in the homepage, but the posts within this block doesn’t show the images. my url is http://www.youngplusmag.net
Thanks
Hi,
I want the tagdiv block widget category to be same as the category of the current post, let me know how this can be achieved.
Thank You
That’s for translation, in case you’re blocked from getting to Envato to look for yourself ;-0
SO, looks like you’d want to create a mega manu and then put the four graphics linking to four different “publications” for the diff languages.
So, mega menu expert needs to step in … here …. !
Hi,
I was wondering if there was a way to customize the blocks. For example, I need the layout of block 16 with the additional information of the author and date underneath.
Thanks,
Sarah
Hi,
Thanks for the reply!
Unfortunately I can’t get it to work.
I’m using block 14 and big grid 3, can you please provide me the code for those two?
Thanks in advance!
Raymon
-
This reply was modified 10 years by
RaymonRK.
Hi,
not really sure I got what you’re trying to achieve, but if what you want is for the blocks to show a selection of pages instead of a selection of posts, this might help you out. I did it for posts but should work for pages too. The only thing to it is not filtering, you just input the id’s of the pages and they’ll show in the blocks. If you change the selection of pages just a couple of times per week like I do, it’s great. If you constantly need to change the pages that show in the blocks then you might need another solution.
This works on widgets too btw 🙂
Thanks for the recommendation. I think I’ll find another option though as I don’t want to install another plugin and muddy up the site with categories for pages.
I’m going to look at customizing the block in the child theme instead to pull pages by an ACF field, or perhaps use a post category with and link the block using custom fields to an assigned URL.
What I really wish is that the theme had shortcodes or a display option to show text on top of images the same way you can do that with posts, but anyway – thanks for getting back to me.
Hi,
You could look for a plugin which assigns categories to pages and then use the theme blocks to display the pages included in those categories. An example would be – https://wordpress.org/plugins/add-category-to-pages/
Note that i didn’t do any test with this plugin, if it doesn’t work look for a similar plugin.
Thank you!
