- 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 !
I have browsed the documentation but haven’t found any answer : on your demo site you showcase différent blockquote styles but when I click Blockquote on the WYSIWYG panel of my post, the big centered blue blockquote appears. I would rather like the “Box Quote Center” showcased here : https://demo.tagdiv.com/newspaper/blockquotes-pullquotes/
Unfortunately, when I open my shortcode Menu, it’s almost empty (I can only access video playlists and smartlists shorcodes).
Could you please help as I am also interested in using other shortcodes but I cannot find them and they don’t seem to be documented anywhere.
Thx
Hi,
The theme has options to create a review for the post, like this
– https://demo.tagdiv.com/newspaper/td-post-intel-claims-new-ssd-750-drives-are-its-fastest-ever-for-desktop/
– https://forum.tagdiv.com/reviews-2/
A post that has a review will display in a block like shown in the guide. So you could create reviews for the posts and display them all in a block
– https://www.screencast.com/t/GaCv0fjkd6hA
If you require something else it could only be done with a review plugin maybe.
Thanks
Hi,
The blocks can display custom post types, you have to enter the name of the post type you use in the required field
– https://www.screencast.com/t/UeLojQlvJ
Try to enter the CPT name in the post type field of the block.
Thanks
Hi,
That would depend on where are you using the module/block with module 4. There are a couple of things you could try, please mention where are you using module 4.
Not pages built with page builders, pages built with the default WordPress editor. Example of an AMP page
– http://prntscr.com/k89xpn
– http://prntscr.com/k89xyr
AMP is supposed to deliver performance based on simple content, not display heavy elements like grids, blocks etc. Then there would be no point for it. Please read the guide
– http://prntscr.com/k89yxn
I have the same problem with Block 12. I’m showing the most recent posts. When I click “Load More” it repeats the same most recent 5 posts over and over again.
Here are my filtering settings, I have 20 posts that it is pulling from.
URL is http://www.gustavoarellano.org, problem is the “Recent Posts section under the big slider.
Hi,
Can we use tagdiv to create blog posts? I need more functionality than the basic templates.. Is this coming?
I honestly assumed I would replace VC with this builder and it would be better, but as it turns out there is nothing set in place to replace Visual Composer to build posts?
I know I can type posts manually but it would be great to be able to drag and drop text blocks, images, quotes etc.
Thanks,
Matthew
Hi,
i try to use the tdcomposer with the Plugin WP Glossary by WP Instinkt to show the latest Article form the Glossary, but it don’t work.
https://codecanyon.net/item/wp-glossary-encyclopedia-lexicon-knowledge-base-wiki-dictionary/16101768
The Developer said, the Plugin use custom post type, but i can’t add their Cntent to the blocks:
https://codecanyon.net/comments/19956933
I have tried to add the post ID:
https://prnt.sc/k837c6
or the category filter:
https://prnt.sc/k83990
Is there a Chance to also add custom post types?
Thats would be very insane 🙂
Regards
Hi,
That will not work with our theme. You could color the whole article title link with CSS, but not parts of it.
You could try something like this for the module you use, example for module 8 you are using (block 9)
– https://www.screencast.com/t/IeVoe9rWDnL
<?php echo str_replace('|','<span>', $this->get_title($title_length)). '</span>';?>
What it does is that you can for example create the post title like this
– https://www.screencast.com/t/rrbJ6pnjtJB
When you place that “|” character in the post title a span will be created. You can use that and style the text that follows
– https://www.screencast.com/t/AgBQaxJHYc
.td_module_8 .entry-title span {
color:yellow;
}
Module files can be modified in a child theme
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Custom CSS code can be entered in the Theme panel->Custom CSS code section
This would be a solution if you should consider it.
Thanks
Hello Rohit,
Keep in mind that the Editor Picks is just a simple Block 7 set up by default for Footer template. There is no option that allows you to change it. If you do not like it, you should not choose to use Footer Template which uses that block and create it by yourself, using a page for your Footer section or, for example, Footer Style 5 which allows you to add any elements you want at the Footer section.
Regarding your second request, you should use such a custom CSS code to change the color. Please use the Inspector Browser, according to our documentation from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
It could be centered but that may not be the best solution. A solution would be to place it in the top menu with one of the solutions mentioned above. Then I can give you a code to display the top menu on mobile
– https://www.screencast.com/t/Dj20r0Yg1Vo
This is the code for that
.td-header-sp-top-menu:after {
content:"Escritos y lecturas"
}
@media (max-width: 767px){
.td-header-sp-top-menu,
.td-header-top-menu-full {
display: block!important;
text-align:center;
}
.td-social-icon-wrap{
display:none;
}}
You could also style it if you want to – https://www.screencast.com/t/YO1f2eWnp2k
Hi,
Deactivate the optional mobile theme plugin if you want to display the same content from desktop on mobile.
Note that when the mobile theme is active, you will have to create two versions of a page. One for desktop with the page builder or in any way possible. Also one for mobile, this is limited to the mobile editor and it’s simple capabilities
– https://www.screencast.com/t/jeHTSQZauy
– https://forum.tagdiv.com/the-mobile-theme/
The mobile theme is intended to be used if you want to display a different version of the website on mobile, a simpler and lighter version with no blocks, grids etc. If you want to display those elements, deactivate the mobile plugin.
Thanks
Hello pakdefense,
If you will use that plugin, you have more options in the panel. As a hint, you can hide it when your cart is empty like this -> https://www.screencast.com/t/RaAvHPntp7Xo and if you want to display it only for the Woocommerce page you can try using the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.wpmenucartli{
display:none;
}
.woocommerce-page .wpmenucartli{
display:block;
}
Hope this helps!
Thanks for the message!
Dear team,
I am having a bit of an issue with mobile display. If I open the page on my phone it does not display at all what I created. It’s like the theme is not loading, it is just a standard page with no blocks. I have the mobile plugin installed. Also, how can I add items to the mobile footer?
webpage: https://moosa-daly.com/549163_wordpress/
Please help! Thank you!
Hello Vjcoil,
Unfortunately, please notice that our theme does not contain any adroll-block class. Most likely, you are using some untested plugins which introduce that class into your theme code. Notice that we cannot provide support for untested plugins and we recommend to remove all of these, clear all the caches and check the results. For more information about our ads, please check the documentation from here -> https://forum.tagdiv.com/header-ads-adsense/
Thanks for the message!
Change the grids, experiment with other grid and block types. Full width grids will use the featured image as background, all other modules use thumbnails that are created from the featured images.
The theme uses a center top cropping when creating the thumbnails, this method would be the best overall
– https://forum.tagdiv.com/featured-image/
Also you can experiment with the flex blocks, these allow you to choose an image size and other image parameters. I see that for this post you use a portrait image with text
– https://nationofmotivation.com/the-4-hour-work-week-by-tim-ferriss/
The cropped thumbnails created from that image will not display the full image. if you plan to use such images for some posts or all posts, maybe consider using the flex block
– http://prntscr.com/k7tfar
Hi,
What exactly should I check in the homepage? I have clicked most of the blocks, grids, ads in the homepage but I see no problem at the moment. Sorry if I misunderstand.
As a note, if you use WPBakery as the builder for your website, deactivate the tagDiv composer (this plugin will be activated automatically after a theme update). There could be problems when they are both active, in some cases.
Thanks
Nvm, I figured it out. If this helps I will late others know here. I put a WordPress on a subdirectory for a separate blog from the main site. Installed my theme which is the newspaper theme. I thought to myself what could be the issue considering I deactivated all the plugins. I logged into the main site which has wordfence a firewall tool it had blocked my IP address once I whitelisted on the main site I was able to save my settings on the Newspaper Theme on the subdirectory.
Hi Simon.
Let me clarify my question. If I have 10 “featured” posts, and I want the 10th post (which is the oldest published date) to appear first in the featured block grid, how can I accomplish this this?
There is a lot of banners appearing on my Newspaper site.
In the code i saw that it is comming from a div “adroll-block”
How can I disable this?
Will setting offset to 1 exclude the latest post from showing in random / popular blocks?
Thanks.
Hi,
sorry my english isn’t well:
I don’t quite understand what you want to do there, some more details would be helpful. I see a row with a block in the left column, and social counter plus widget sidebar on the right.
The news ticker can slide only posts, not text. For that you could try some text slider plugins and implement the element by shortcode if possible. Shortcodes can be entered in text elements, like the column text for example.
Thats what i want to say.
Above the left colum with the Block (red lines) i want to add allready a row with 2 columns.
I want to tried width the 2 text-column-elements beneath,
don’t want to use any Plugin, becaus ei allready use more than ~12 at this time 🙁
If there isn’t any solution i need to use another Plugin.
Regards
-
This reply was modified 8 years by
Leopart.
Hi,
Adding a big grid in a row is possible, a single condition would be that the row is not split in any way. Big grids can only be placed in full rows.
Blocks can be placed in most layouts, for the best results these row splits should be used
– https://www.screencast.com/t/u2V648UjT
The other layouts would be more suited for multi-purpose elements for example.
So you can split the row as you want and place the elements as you wish.
I don’t quite understand what you want to do there, some more details would be helpful. I see a row with a block in the left column, and social counter plus widget sidebar on the right.
The news ticker can slide only posts, not text. For that you could try some text slider plugins and implement the element by shortcode if possible. Shortcodes can be entered in text elements, like the column text for example.
Thanks
Hi,
I see the post appears in the top grid – http://prntscr.com/k7h9q9
Also in the category page – http://prntscr.com/k7h9x9
So the problem would be only with that block for some reason. The block displays posts as late as 14 may, and you have posts after that date in the category page. The block displays old posts, not the latest. Check what sorting is used for the block.
I see you also have caching, try as well to clear the cache. Check if this has any effect.
Thanks
Hi,
From theme panel excerpt settings you can customize the excerpt length for modules that display it, not enable it for modules that do not show an excerpt.
You can see for example how all the theme blocks look here
– https://demo.tagdiv.com/newspaper/block-1/
Some of their modules display excerpts others do not.
The modules can be modified through a child theme, they are supported
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
This is a topic that might be of use to you if you want to modify some modules
– https://forum.tagdiv.com/topic/adding-tags-and-excerpt/
You could also experiment with the flex blocks, these have settings to enable/disable the excerpts
– https://www.screencast.com/t/uY9fNpC2j5
– https://demo.tagdiv.com/newspaper/flex-block/
Also they are highly customizable in terms of layout and style, so you could make a flex block look in many ways.
Thanks