- ApiPractical example – How to add a new Block and Module
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_module::delete
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- ApiUsing the Theme API in plugins
Hi fabioweb90, you can use the flex block 1 or 2 -> https://i.imgur.com/d1vOAjD.jpg -> https://i.imgur.com/1mmSCW1.jpg -> https://i.imgur.com/zPcKqmn.jpg -> https://i.imgur.com/E8e02J1.jpg
Hope this will help you!
Hi Calin,
1. Can you please conduct the same test for the “title” element, because it isn’t working for us on the homepage. If we select H2 in the tagdiv composer, it shows as H4. We are using the following:
Newspaper Theme version: 10.3.6.1
PHP Version: 7.3.20-1+0~20200710.65+debian9~1.gbpc9cbeb
WP version: 5.4.2
2. As for the related posts and side bar posts, we are now using flex block 1 for both. When we select h4 (default) for the tiles, the titles for those element show as h4, but the posts titles still show as h3.
for example, on this post: https://photographycourse.net/types-of-camera-lenses/
the title for the flex block 1 element “related posts” is showing as h4, but the 6 posts that appear under it, show as h3. Is there any way to fix this. The same issue is with the sidebar posts under the heading “must read”.
We do not want to tag any headings to these posts at all. Is there an element that doesn’t mark them all as headings? If not, how can we remove the current h3 from the titles of the related blog posts in the sidebar and in the end of the post.
Please let me know. thanks!
Domien
Hi,
1. The links/posts that are display at the end of articles can be edited using tagDiv Composer -> https://i.imgur.com/VWPm3LW.png -> https://i.imgur.com/llfT4UZ.png also you can replace this block with a flex block and filter it -> https://i.imgur.com/9Lwvwgl.png
2. Using tagDiv Composer there is no element to add the comment section on pages, this can be done only using the option from theme panel that is a general option for all pages. Also on homepage there is no option using our theme to set the comment section under each box/article, it can display only the number of comments.
3. First you need to set some reviews to your posts/articles using our guide -> https://forum.tagdiv.com/reviews-2/after that you need to edit the single post template from tagDiv Cloud Library with tagDiv Composer -> https://i.imgur.com/YoP015M.png and add the review elements -> https://i.imgur.com/FDcMddl.png
4. What you can do is to use tagdiv Composer and you can flip the row using the order option -> https://i.imgur.com/NGaV2Dj.png or better you can do this per columns -> https://i.imgur.com/9RaZMAX.png
Hope this will help you!
Hello !
The latest articles option and related posts come from WordPress not from Newspaper Theme. You can disable it from here as you can see: https://www.screencast.com/t/uzXRgXTiHlH You can disable that and replace it with a Flex block that has more editing options.
Thank you !
Hi,
1. 2. All these can be achieve only if you are using a flex block, these elements have more options to for customize -> https://forum.tagdiv.com/flex-block-settings-guide/ -> https://i.imgur.com/LI4rX0c.png -> https://i.imgur.com/bQjVGTv.png
Thank you!
Hi,
To make sure that this problem with articles is not made my untested plugins, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also if you want to hide tag, category, author and you are using a pro demo, then you need to do it using tagDiv Composer and check the layout tab from flex blocks -> https://i.imgur.com/jYP7Fb4.jpg or use the right click on the elements that you want to remove.
If the problem persists, please provide me a link where I can inspect this problem.
Thank you!
Hello !
Unfortunately not. The post loop element will auto-render the posts from the category that it was inserted in. You can use Flex Blocks instead which have a more customization range.
Thank you !
Hi, I’ve today bought and activated Newspaper on the WordPress site I am developing and it does not seem to be complete. There are no demos, update and activation of the plugins has failed. I am left with a site that now just has my sample posts in a long line with no layout at all and the extensive information I had on various widgets seems to have disappeared. There is minimal functionality evident. I made the change and activated Newspaper understanding it had more flexibility, options and good support, but so far, nothing has worked properly. The only tabs are for Welcome, plugins (which are listed as outdated/ inactive) and support.
What is going wrong please?
Hello !
Unfortunately the Post Loop element does not offer a filtering options. You can replace it and use Flex Blocks. In flex blocks you can go to filter settings and exclude by category / post id using a negative in front. For example: ” -24 ” : https://www.screencast.com/t/srkJPFaqt
Thank you !
Hi kunpotsu,
Unfortunately this option for h tag on titles is not available on all element, only on flex block element and title element. What you can do is to replace your block from sidebar with a flex block then you’ll be able to us this option -> https://i.imgur.com/vf0buHi.png
Also if you want to remove it for all elements from inside the block/flex block, then it can be done only form theme files.
Thank you!
Hello !
You can achieve that by using Flex Blocks and in the Layout tab you can use to hide the featured images as you can see here: https://www.screencast.com/t/uoKBv3UPN
Thank you !
Hi
on cellule4x4.com with TD editor I have a text and several boxes that happear in all the preview, but when i check with my smartphone it s completely different, no more flexblock & text with title, any idea ?
Hi,
Another way is to use a custom css, you can try this one:
.td_module_flex_1 .td-image-container, .td_module_flex_3 .td-image-container, .td_module_flex_4 .td-image-container, .td_module_flex_5 .td-image-container, .td_module_flex_1 .td-thumb-css, .td_module_flex_3 .td-thumb-css, .td_module_flex_4 .td-thumb-css, .td_module_flex_5 .td-thumb-css {
width: calc(100% + 40px);
margin-left: -20px;
margin-right: -20px;
}
Set the code in theme panel custom code> advance css> phones.
Unfortunately I do not quiet understand what do you want to achieve using the block 5 widget, please provide some more details and some screenshots if is possible.
Thank you!
Hi,
1-2. I just check this and on my install these settings are working correctly -> https://prnt.sc/u0zihh -> https://prnt.sc/u0zipd make sure that is not a plugin conflict, also what version of theme, WordPress and php are you using?
3. If you are using a single post template or a pro demo you can edit the cloud template with tagDiv Composer -> https://i.imgur.com/UITmXvv.png and replace the Single Related Posts with a flex block and filter it after Related Posts -> https://i.imgur.com/mfaGPiv.png in this way you can use the Title tag (SEO).
let me know the results!
Thank you!
Hi kunpotsu, if you are referring to the h3 tag from posts titles, then you can use tagDiv Composer and use flex blocks, in this way you can choose the h tag for the post titles -> https://i.imgur.com/GPgKd5G.jpg
Unfortunately there is no option to remove the h tag completely.
Thank you!
Hello !
That element is no longer available. You can use any Flex Block that is now fully customizable using tagDiv Composer.
Thank you !
Hi,
You can filter the block and grids using our guides from here:
-> https://forum.tagdiv.com/big-grid-flex-settings/
-> https://forum.tagdiv.com/flex-block-settings-guide/
-> https://i.imgur.com/XN0aLOk.png -> https://i.imgur.com/VK41zXg.png
Thank you!
Hi fokjabit, unfortunately this can be achieve only if you are using a flex block or grid and set after that the post look with offset 1 -> https://i.imgur.com/BeYB1er.jpg -> https://i.imgur.com/BeYB1er.jpg -> https://i.imgur.com/ITTYfIx.jpg
Thank you!
Hi,
If you want to do this only for flex blocks, then you can use tagdiv Composer and add on these elements some margins left and right with “-” like this -> https://i.imgur.com/Onr0a9Q.png
Hepe this will help you!
Thank you!
Hi wmvova,
What you want is to have some more control over the categories template, unfortunately this can not be achieve with the standard category templates -> https://i.imgur.com/d1ycAMf.png, you need to use cloud category templates for tagDiv Cloud Library, these can be edited using tagDiv Composer and you can set on grids and blocks the settings you want.
Hope this will help you!
Hi,
i have installed newspaper theme and customizing using builder. All is working fine. i am changing the mobile layout i want to do flexblock imgs to fullwidth on mobile and title,excerpt in container width. how can i achieve this? i have inspect the blocks that has left,right padding if i remove that all the elements of block go to fullwidth, but i just want to make imgs fullwidth on mobile.
plz let me know what piece of code i change for that.? thank!
Hi – loving the Newspaper theme but wondering: Can I add a tag to an image in a Flex Block based on a custom value from a post?
What I currently have in the Flex Block is an image with a category tag overlaid on the image with the corresponding category of the post. So the article belongs to the category XYZ and the image has a tag overlaid on it that says XYZ.
What I want to do is replace that XYZ tag with a custom value from the post (in this case, it’s a custom value called ‘source’).
Would appreciate any help you can give.
Thanks!
I have tried to reach him and he does not reply. I use Flex Box 5 and categories that start with the letter A end with the letter X. Categories that start with the letter Y Z are not showing up. We need help. Thank you.
Thank you Colin!
I cannot use a Cloud Template as I have a lot of custom code in my single template (I am using loop-single-4.php)
Can I replace the following code with a code which would diplay the related articles as a flex block?
<?php echo $td_mod_single->related_posts();?>
Thanks!
Hello !
That can be achieved by editing the blocks settings as you can see here: https://prnt.sc/tzeb4v This works only on Flex Blocks.
Thank you !