- 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
site is oki-family.com
now those abstract of posts is a bit long, how on the home page can I adjust and reduce text to be shown?
Hi,
1. I think that you are using header style 6 or multipurpose style 3.
Now the css code that you have in Theme panel is not for the menu background, this is set from theme panel> theme colors -> https://www.screencast.com/t/FPN29npU also now you can use cloud headers from tagDiv Cloud library and you can edit them using the theme builder, tagDiv Composer.
2. So in order to have the grid stretch on full width you’ll need to use the tagDiv Composer, edit the page and set a Big Grid Full -> https://i.imgur.com/1wvFEnc.jpg
Big Grid Flex Settings -> https://forum.tagdiv.com/big-grid-flex-settings/
Block settings tutorial -> https://forum.tagdiv.com/block-settings-tutorial/
3. The Visual composer that you are using is an old version, now the update version is WPBakery, but we recommend to use it with our theme only if you do not use cloud templates ( using cloud templates with WPBakery can create conflicts).
Also you can check more in our documentation from here(new documentation) -> https://tagdiv.com/category/documentation/ and from here( old documentation ) -> https://forum.tagdiv.com/newspaper-theme-documentation/
Hope this will help you!
Thank you!
Hi,
SO you are referring to the underline under the titles, you can change the style on these from Theme panel> Block settings> Global block header template, I think that you have now set the header template 6, change it and the underline it will be removed.
-> https://i.imgur.com/bDZX2hD.png
Hope this will help you!
Thank you!
Hi,
Is look like instead of the featured image is display the logo on the blocks thumbs.
If you checked the plugin conflict and the problem persists, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!
The “Live Reviews” category style on the category page (1st screenshot) does not match the style of the block titles on my homepage (2nd screenshot). The category page has the three dots on the sides of “Live Reviews,” and I’d like to change that to match these: Screenshot 2
Hi,
nutricaoemfoco.com.br
It´s a little bit better now, after I install the autoptimize plugin.
Thanks.
Hi,
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Also the Newspaper v8 is an old version is very possible to not work properly with the last version of the WordPress.
Thank you for your understanding!
Hi,
1. If you are using standard templates, you can use the option from theme panel -> https://i.imgur.com/P82yrxe.png or you can use on pages the tagDiv Composer and set individual the blocks.
2. If you want to remove the Instagram from mobile ->
.td_block_instagram {
display: none;
}
The code need to be set like this -> https://i.imgur.com/I1bXfoR.png
Thank you!
Hi,
The subcategories can be set using tagDiv Composer, look in the filter tab -> https://i.imgur.com/XKT1cjE.jpg -> https://forum.tagdiv.com/block-settings-guide/
Flex Block Settings Guide -> https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hi,
The most easy way to change the background color for all widgets is to use a custom css -> https://i.imgur.com/TxZZy9f.png
.td-main-sidebar .widget .block-title span{
color: green;
}
The code need to be set in theme panel> custom code> custom css.
Also these images appear like this -> https://i.imgur.com/y172u02.pngbecause do not have set a featured image -> https://forum.tagdiv.com/featured-image-or-video/
Hope this will help you!
Thank you!
Hi,
So if I understand correctly you want to chose witch category to be display on flex block, if is so, then you need to set a primary category on that post ( if it have two categories, football and athletic -> https://forum.tagdiv.com/primary-category/ ).
Thank you!
But… have you tried this solution?
it seems to me that it doesn’t work, I still have to publish “the last 4 articles of a certain category”.
Anyway forget it, I found a solution by myself,
One row -> Flex block 5 -> Layout modules for row 4 -> module gap 0
Hi,
Please try this custom css, you need to set it in Theme panel> Custom code> Advance css > phones
:target:before {
content:"";
display:block;
height:60px!important; /* fixed header height*/
margin:-60px 0 0!important;; /* negative fixed header height */
}
Hope this will help you!
Thank you!
Hello !
We are sorry for the misunderstanding !
Unfortunately you cannot achieve this using a post loop. You will have to use a block, preferably a flex block. You can achieve that look by setting the ROW Layout as you can see it here: https://www.screencast.com/t/piwmYmTlk4
I hope this was helpful !
Thank you !
Hello !
In order to hide the author in flex blocks you have to edit your blocks using the tagDiv Composer as you can see it here: https://www.screencast.com/t/f6lAVvJSlIsS ; https://www.screencast.com/t/8P6iuygeHpa ;
Thank you !
Hello! We need help with a few questions. The first is:
1.How can we remove the phrase by whom posted news, in what time and social networks only in the top of the articles? For example, on this page https://new.lpk-sibiri.ru/logging/forwarders/rottne-f15d/
At the bottom of the article these blocks should be left.
I use WPML to build a multi language website.
Then use WPbakery and Block-4 to add a category archived list page.
But the ajax read more function not works with correct language.
For example, WPML default is English, when I in traditional Chinese page to click read more button.
It will add the English post item but not Chinese item.
Is there anything wrong? How to fix it?
thank you
Looks like the code could be like this (I haven’t found any issue so far)
.tdc-content-wrap p a, .td-footer-page p {
display:none;
}
.tdc-content-wrap .wpb_row p a{
display: block;
}
Thanks Calin and Alex for investigating and actually figuring out the right piece of css code to handle that issue.
Here is the css code to insert in the custom css box in the theme settings:
.tdc-content-wrap p a[href*=”http”], .td-footer-page p {
display:none;
}
.tdc-content-wrap .wpb_row p a{
display: block;
}
As far as wp rss aggregator is concerned, when editing the “feed to post – append to content” area of the feed source, you have to include whatever text within the text link:
Read more is fine
Read more here is not fine: the css trick will hide the url and “here” but “read more” will still show (that applies to the “read more link” below the “other related posts”)
Hope that may help other fellows using Newspaper Theme and WP Rss Aggregator plugin.
Hi,
I would like to know how to change the order of appearance of social networks in “Social Block”.
Thank you!
Hi,
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Thank you for your understanding!
I have “Flex Block 3” and display the main category name above the featured image.
Can I display the subcategory name?
ex. I have Athletic -> Football and now display “Athletic” but I want to display “Football”.
How can I do this?
Hi,
If you are using standard post style -> https://i.imgur.com/W75mt1u.pngyou can use a custom css to remove the “MORE FROM AUTHOR”.
.td_block_related_posts .td-related-right {
display:none;
}
The css need to be set in Theme panel> Custom code>< Custom css
Thank you!
Hi,
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Also we’ll reply back on email as soon as possible.
Thank you for your understanding!
Hmm, it doesn’t seem to work. Even if I put in really big numbers, it stays the same.
This is the CSS I use:
:target:before {
content: “”;
display: block;
height: 40px; /* fixed header height */
margin: -40px 0 0; /* negative fixed header height */
}
For desktop this works perfectly.
Should I use something else for mobile?