- 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
Hi,
The block titles can be edited using tagDiv Composer like this -> https://i.imgur.com/xIPy6kE.jpg -> https://i.imgur.com/ZoaJhpm.jpg
If this is not the case, please provide some more details and screenshots.
Hope this will help you!
Thank you!
Hi,
As I can see there are no link, is just the text color, this need to be done with the editor you use to create the page, Gutenberg editor or classic editor (classic editor can be found as element in Gutenberg) -> https://wpstackable.com/blog/how-to-change-the-color-of-any-text-in-the-wordpress-block-editor-gutenberg/
Thank you!
Hi,
I understand that I can’t have the “Created on” date together with the “modified on” date simultaneously on the post listing block (I am using Block 2 on the TagDiv editor).
I want it to appear such that he Created on date appears on all post listing, together with the modified on date, if the post has been edited before. If the post hasn’t been edited before, the listing should just show the Created on date.
I’ve added the Single Post Modified Date element on the single post template as well, but it shows the Modified date, even when the post has not been modified before. How can I make it appear only when the post has been modified?
Thank you.
So this is correct view of blocks on Chrome browser: https://snipboard.io/XFzfGU.jpg
But as I visited with Microsoft Edge Browser the same blocks and sidebar blocks have some problems. The images and texts are not in correct line: https://snipboard.io/ELVpsW.jpg
I hope you understand the problem. And this is just with one browser, I can not check with every other browser in the world. I hope my site is looking good on different browsers, devices, mobiles of different persons in the world.
Hi,
For me the arrow have the same color on mobile and desktop -> https://i.imgur.com/oVI2Q7k.png jsu make sure that is display, if not, you can use this css:
.td-scroll-up {
display: block;
}
Thank you!
Hello !
Please note that the feature you are trying has not been tested and most likely your Jquery is blocking Theme’s Jqueries.
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.
If you are not using non of them, please make sure that you do not have a plugin conflict, please deactivate ALL non theme plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Let me know the results!
Thank you!
Hi,
You can use the search for searching the shadow option -> https://i.imgur.com/ViHEN6l.png on of the element that have this option is flex block 1 -> also to achieve the same as in your screenshot is more easy to use a custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
I want to change the 324 X 160 from Block Settings -> Thumbs on Module/Block to 350 X 250 px
How can I do it?
I saw that I have to regenarete the whole thumbs after that https://forum.tagdiv.com/existing-content/
Thank you.
I checked everywhere but could not find the option to change/edit block title.
Hello,
my portal is http://www.sportlive.gr and I am trying several days now to calibrate the right (colour blue) sidebar to show the articles in a perfect horizontal alignment but i could not do it.
I want the modules divider (the thin gray line) to be in the same horizontal position as we press the next/previous articles.
Best Regards
It includes link sharing within the “blockquote” tags.
It does not bring in the form of a visual preview.
Hi,
The code is not working because your permalinks, please change theme from plain -> https://i.imgur.com/b5auUUr.png after you change them, clear all cache and set this code in theme panel> custom code> custom css
.td-module-meta-info a[href$="/?cat=premium"] {
display: block!important;
}
.td-module-meta-info .td-post-category {
display: none!important;
}
Also please note that the theme do not have an option for this, and this is a custom work. If you using the permalinks on plain the custom css will not work correctly.
Thank you!
Hi,
In this way is working our theme, there is no settings to prevent this. There is an way to prevent this on pages, but you need to set in each block the posts ids that you do not want to by display -> https://i.imgur.com/sTokVcc.png -> https://forum.tagdiv.com/flex-block-settings-guide/
Another thing that you can use on pages is the unique article option -> https://forum.tagdiv.com/unique-articles/
Thank you!
Hi,
The settings from theme panel and tagDiv Composer do not apply on some elements like the home element and some blocks elements because in theme panel is set an extra class on body and is overwrite the settings -> https://i.imgur.com/gZb0qT9.png you can solve this problem in two ways, one remove the class from body and the style will apply or use custom css -> https://i.imgur.com/ebrfq8Y.jpg.td-gadgets
.td-header-style-5 .sf-menu > .current-menu-item > a{
color: #2f2;
}
h3> a{
color: #fff;
}
.td-gadgets .td_module_8 .entry-title a:hover {
color: #2f2 !important;
}
.td-gadgets .td-header-style-5 .sf-menu > li > a:hover {
color: #2f2 !important;
}
The doe need to be set in theme panel> custom code > custom css.
The color on “trending now” it can be change using tagDiv Composer -> https://i.imgur.com/De4R9gd.png
Thank you!
Hello !
The flex Blocks can be edited using tagDiv Composer as you can see here: https://www.screencast.com/t/sOEMEKrOr
Thank you !
Hi,
Please try this custom css
.page-nav a[href$="/2/"] {
width: 100%!important;
}
.page-nav a {
width: 45%!important;
font-size: 16px;
margin: 0 2.5%;
padding: 18px 48px;
color: #fff;
background-color: orange;
}
.page-nav a, .page-nav .current{
display: none;
}
.page-nav a:first-child, .page-nav a:last-child {
display: block;
}
.page-nav a:first-child i:before {
content: "Prev";
}
.page-nav a:last-child i:before {
content: "Next";
}
.page-nav a:last-child i:before, .page-nav a:first-child i:before {
font-family: sans-serif;
font-size: 24px;
text-transform: uppercase;
font-weight: 600;
}
Hope this will help you!
Hi.
As or which block has the option of shadow and not only as a Hover effect, is there a way to apply it even if it is by CSS ???
https://www.screencast.com/t/tIgyTJ6ZwNg6
You have to activate the format of the thumbnails used in the Mobile version. Go to your theme panel > Block settings > Thumbs on Modules/Blocks.
Then, you may have to regenerate your thumbnails. To do so, use a plugin and it should be pretty straightforward.
Best,
It is not working. -> https://imgur.com/ldPHJWE I only want to show the(sub)category tag PREMIUM if the posts are in that subcategory on all blocks. Other category tags hidden.
I made a lot of PREMIUM subcategory tags -> https://imgur.com/2zqPV9N
Because otherwise the PREMIUM posts will not be showed on category pages.
Hi,
It’s indeed a problem, even more if you consider that TagDiv promotes the theme by announcing super fast websites (Google score of 98 on an Ad, if I remember well). Well… With which configuration then?
Regarding the AMP Plugin, I’ve indeed tried and found it quite limited. Specifically:
- We need to insert ads at specific locations. Do you know whether it is possible?
- How can we further customize the AMP version. I see for instance that you have a block of three articles on the top of your AMP website version. It is the standard way. However, the size of the thumbnails is not in line with our desktop version and we would be able to change it. So… either we play in the CSS file and risk to lose it after an update or…?
I also know that some developers provide an alternative to the official AMP plugin and they developed a theme dedicated to Newspaper: https://ampforwp.com/themes/newspaper/
Do you know about it?
Hi,
Please try this custom css
.td-module-meta-info a[href$="/?cat=45"] {
display: block!important;
}
.td-module-meta-info .td-post-category {
display: none!important;
}
Hope this will help you!
Hi! We’re preparing a new home page, so we don’t have any block with authors on the current home page. This is the link to the test page, where you can see the ‘Colunas’ section without authors’ names. I’ve noticed that authors’ names are not being shown on any block, no matter what page they’re in.
https://cangurunews.com.br/nova-home/
Thanks!
Hi,
The pages will be display in pages place not in cloud, you can import homepages from cloud too -> https://i.imgur.com/3Ix5fiX.jpg and edit it with tagDiv Composer -> https://i.imgur.com/gJGFxo6.png -> https://i.imgur.com/V3RbhKo.png
The only page templates are these from our documentation -> https://forum.tagdiv.com/page-templates-2/ using tagDiv Composer builder you can use flex blocks and elements to make the page to look like you want.
Thank you!
Hi,
Please make sure that you are using the last version of the theme, Newspaper v10.3.2 also make sure that all the theme settings are set like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/ ->
and please increase all requirements that are lower, and follow all steps.
Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error, if you have these errors, you will have to contact your host and let them know that your admin-ajax.php is blocked either by firewall or the security settings.
Let me know the results!
Thank you!