- 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,
This is not a bug, in this way was build this element. Only flex grids and flex blocks are adapting to stretch content, the normal blocks, Big Grid and Big Grid slide will not adapt.
Thank you for your understanding!
Hi,
1. I think that you are referring to this section -> https://i.imgur.com/0TlqeGH.jpg this is a mega menu, it can be achieve using our guide from here -> https://forum.tagdiv.com/mega-menu/ also make sure that you have selected the menu with the mega menu in cloud header (this can be done using tagDiv Composer -> https://i.imgur.com/gGTTolY.png).
2. You need to edit the homepage with tagDiv Composer -> https://i.imgur.com/FWwrpNe.png click on blocks/grids and check the filter tab, you can check more about this in our documentation from here:
-> Flex Block Settings Guide
-> Big Grid Flex Settings
3. You need to create the main category here -> https://i.imgur.com/36lBiqx.png after that you need to add the sub-categories that are under main category -> https://i.imgur.com/NRlTr2Z.png also in mega menu you can achieve this using the mage menu with subcategories.
Hope this will help you!
Thank you!
Hi,
Unfortunately Newsmag theme do not has this option, indeed you can try some custom css to increase the width, but the blacks, grids will not adapt to the new dimension, only flex block can adapt.
Thank you!
“Offset posts” is not working in “Post Loop”. “Offset posts” ignores the values set to it. As you can see from the screenshot, I set two “Post Loop” blocks in category page. In the first, the output of posts sets from 1 to 4, in the second one – from 4. But in fact, in both blocks the outputs are made from the first record. If I use Flex box, then everything works great. But at the same time, the size of the DOM structure increases from 1500 (post loop) to 10300 (flex box) and the page loads very slowly. All other plugins are deactivated. If Post Loop provides the Offset posts option, then it should work there. Or am I doing something wrong?
https://yadi.sk/i/umypt1DHrbiPOQ
https://yadi.sk/i/cdzDBTcDSl0Dzg
https://yadi.sk/i/h3-ofKhbkRsdzg
Hi, I would like to change the layout of the Posts Loop block to have the date, title and category appear over the image, like in the “Big Grid Flex 1” block, instead of under the image. Is there a way to do this within Posts Loop?
I know I can adjust the CSS of “Article title space” and “Category tag spacing” but that causes a lot of layout issues because of varying lengths of the title. I want to use the Posts Loop block because of the pagination at the bottom.
I realized for every image 25 images were being created and realized it was because I had turned on all the thumb sizes in Theme Panel > Block Settings > Thumbs on Modules and Blocks (/wp-admin/admin.php?page=td_theme_panel) when I first started using Newspaper X and was trying different templates. Now that I’ve settled on the default template which only uses Flex Blocks 1,3,4 and then I added a Module 7, am I correct in assuming that I can turn off ALL the block thumbnails that don’t mention Module 7 and Flex Blocks 1,3 and 4 and therefore only leave the following turned on? https://snipboard.io/hMwHFl.jpg
Hi,
Usually the settings from theme panel are general settings and these set using tagDiv Composer are individual, individual option will be the first that will apply, also on cloud templates the seeings from theme panel will not apply, these need to be made using tagDiv Composer -> https://i.imgur.com/Y5z17VF.png (on flex blocks and grids -> https://i.imgur.com/WnWtS7i.jpg )
Thank you!
Hi Corneliu,
Thank you for your kind words!
If you are using flex grids or flex blocks you can achieve what you need using tagDiv Composer -> https://i.imgur.com/bh5ewcY.jpg
-> https://tagdiv.com/try-new-flexible-big-grids-with-newspaper-theme/
-> https://tagdiv.com/blending-modes-newspaper-theme/
Thank you!
Hi,
The thumb should be generate in that way to be display the entire image, if you want to have more control over the thumbs you can use flex blocks and big grid flex these elements has more options for thumbs -> https://i.imgur.com/kaFLiFP.png
Thank you!
1. The getimage problem is solved.
2. The headline/title missing problem still continues. Now I can see the headline only in Firefox. It has disappeared in Chrome and Edge. The headline is visible for a second then disappears. I have entered the above custom css in the theme panel also but still there is a problem.
https://facesoman.com/dr-waleed-khalid-al-zadjali-taking-a-leap-of-faith/
3.Now the home page appearance has also changed in chrome. The flex box alignment is gone awry. The titles are coming below image instead to the right of image.
4. All the fonts on homepage change in firefox and edge and also on phone. Raleway changes to Times New Roman. When I open website in any browser with the url https://facesoman.com/ the font changes but when I open it as http://facesoman.com/ the font stays Raleway. I have checked with my server hostgator and my ssl certificate is in place and valid so they feel I should check with theme developer.
I have recently started getting all these problems. A request to solve these ASAP.
Thanks
Sophia
That does get close, but the inner row flex boxes will still be filtered together correct?
So I would end up with on large image/article from Category A, two smaller images/articles from Category B (one above the other), and finally two smaller images/articles from Category C (again, one above the other)?
-
This reply was modified 6 years by
Etoimos.
When the GDPR Cookie Consent Banner plugin is installed, the layout css are unconfigured, as verified the problem is in the lines:
html[class*=’ie’] [class*=’td_flex_block_’] .td-module-container {
display: block;
}
html[class*=’ie’] [class*=’td_flex_block_’] .td-image-container {
height: auto;
flex: initial;
}
Can fix that?
Hi,
What I’m trying to say is that there is no options for these elements to make these flex to look as you want, this can be achieve only with custom changes.
TO not say that I do not try to help you, I’ve made a custom code that should work for big grid flex 2
div.td-big-grid-flex-scroll .td-big-grid-flex-post {
float: left!important;
}
.td_block_big_grid_flex_2 .td_module_flex_7 {
width: 49%!important;
}
div.td-big-grid-flex-scroll .td-big-grid-flex-scroll-holder {
overflow-x: unset;
overflow-y: unset;
white-space: unset;
font-size: 0;
-webkit-overflow-scrolling: unset;
}
The custom css need to be set in theme panel> custom code> advance css> phones.
Hope this will help you!
Thank you!
Hi,
You can achieve something similar if you set a row in two and set in the empty columns a flex Blocks and filter it -> https://i.imgur.com/hH3YiwY.png -> https://i.imgur.com/eLgGwxa.png -> https://i.imgur.com/lMwe9tw.png -> https://i.imgur.com/rUpfF0J.png -> https://i.imgur.com/47pPezg.jpg -> https://i.imgur.com/IgoBVm2.jpg after that copy and past the blocks i the last empty inner column.
Hope this will help you!
Thank you!
Hi, guys:
I would really like to have the CSS to modify the overlay colours and the hover overlay colour for the big grid or flex big grids.
By the way, your theme is awesome.
Many thanks,
Diana
Thank you, Vlad
To confirm, system requirements fall within tagDiv’s requirements:
wp: 5.4.1
php: 7.3
mysql: MariaDB 10.1.43
as of 2020.04
nginx: 1.14.1
apache: 2.4.25-3
apache modules (mod_rewrite exists as rewrite_module): https://www.screencast.com/t/gIi6gKRod
Memory I set to 128MB after deploying the server.
All plugins disapled, excepting tagDiv’s, enabled main theme from child theme, no plugin cache, reset memcached on server, cleared browser(s) cache and history, and tried again. Issue persists.
I’m using Flex Block 4.
Module Flex 1, I can adjust title length (I believe was able to adjust previously as well), however excerpt length adjustments have no effect on article content lengths.
Module Flex 4 will adjust title length (was able to adjust previously as well), excerpt length not expected, so except length adjustments displays no effect
I changed the PAGINATION option from Flex Box. I turned it off. Let’s see if it works.
Please don’t tell me https://tagdiv.com/tagdiv-composer-page-builder-basics/ and https://forum.tagdiv.com/big-grid-flex-settings/
It is impossible to edit a block element by reading texts in these links.
Hi again
I want Big Grid Flex 2 to look like that link https://prnt.sc/st0t37
Mobile view has a problem although other views are almost ok.
Another example it is about Big Grid Flex 5 >> https://prnt.sc/st22px
All views are OK. There is a problem again in mobile viewport like Big Grid Flex 2
Could you please just tell me how to edit the Big Grid Flex 2 and Big Grid Flex 5 for all viewports (desktop, mobile…)? If I know it, I can edit all grid flex blocks by myself and I don’t ask any question about blocks any more.
Hello !
Please try this css code: .td-container-wrap .td_flex_block_1{
display: block!important;
}
At the moment we do not have a button to un-hide all the elements.
Thank you !
Hi,
For Warning: getimagesize =>
Please make sure that all the settings are 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 enable the option in PHP.Ini as you can see here: https://stackoverflow.com/questions/37531149/php-getimagesize-not-working-on-external-links That allow url is 0 on your side. You can ask your host to do this. Also this is the only solution for the moment, I will ask our developers about the allow_url_fopen security risk.
The flex block 2 is look different because in that demo is use a specific class that it make that layout -> https://i.imgur.com/QQLsm9s.png td-medicine-pro-quick with out that class -> https://i.imgur.com/NK31ljo.png
Also for the edge problem, please use this custom css ->
.isEdge .tdb-title-text {
background-color: #172842!important;
}
The code need to be set in theme panel> custom code> custom css.
Thank you for your understanding!
Hi,
1. Please note that the layout that you indicate is not the one from Newspaper is from Newsmag, it can be achieve only with Newsmag theme, if you want you can check this using tagDiv Composer and edit the Big Grid Flex 2 with tagDiv Composer also you can check a live demo with this element ->https://demo.tagdiv.com/newspaper_sports_pro/
2. This is referring to Big Grid Flex 1 this is the most complex Big Grid Flex https://i.imgur.com/734WEI9.png
3. Only flex grids and flex blocks are adapting to stretch content, the normal blocks, Big Grid and Big Grid slide will not adapt.
Thank you for your understanding!
Hi,
Please note that we try to answer to as meany topics we can (support hours (GMT+2) are from Monday to Friday: 8:00 AM – 17:00 PM also we had a day off https://i.imgur.com/rpUAb5G.png), we start from the oldest to newest.
Sorry the blog page can not be edited, this is pre-made. Also using our theme you can add the category element as you want only for ajax filter on blocks or category page or inside the post.
Thank you!
Hi,
Sorry, there is no option to filter each module inside the Big Grid Flex, there is only one filter that it will apply for the entire Big Grid Flex.
Thank you for your understanding!
Hi,
1. Unfortunately in category template there is no option to select the color for reviews, sorry, this can be done only with custom css -> https://i.imgur.com/aiYXs4b.jpg -> .tdb_module_cat_grid_1 .td-icon-star{
color: #fef;
}
The code need to be set in theme panel> custom code> custom css.
2. Indeed this option is only on flex block 1, if you want to have the same color for reviews stars you can use this custom css
.td-icon-star{
color: blue;
}
This code should apply for all elements.
Hope this will help you!
Thank you!