- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperFlex Block Settings Guide
- NewspaperBig Grid Flex Settings
- NewspaperSingle Post Excerpt
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to insert a block inside the content of a post
- NewspaperCustom Post Type Support
- NewspaperMeta Info on Modules and Blocks
- NewspapertagDiv Composer Tutorial
- NewspaperSocial Counter Styles on Newspaper
- NewspaperCloudflare (CDN)
- NewspaperPage templates
- NewspaperFeatured Posts
- NewspaperTheme Colors Introduction
Hello !
1. Unfortunately at the moment this has to be done manually on each element as you can see here: https://www.screencast.com/t/uuOnWV3NhPzy I recommend to use only flex blocks because they have a lot of options
2,3: Unfortunately at the moment this has to be done manually on each element.
4. Mobile theme has no options in editing. It has been made like this so it can provide a good speed.
Thank you !
Hello !
Unfortunately there have been so many changes from 7 to 10 that you will have to simply redo the website with the new theme and use the new Flex blocks / pro templates.
Thank you !
Hello!
We have a small problem with the cache plugin WP ROCKET. We use the flexbox module to display random posts, however, with the cache enabled, posts are not displayed randomly. How to solve this situation if we also want a cache?
Thanks!
Hi,
If you are using flex blocks and flex grids then should be no problems, these will adapt to any size.
Thank you!
Hello !
You will have to replace all the blocks that no longer render. We recommend you using a PRO Demo or replacing all the blocks that you use with Flex Blocks. Those are the 2 options that you have in order to deactivate the standard pack.
Also you will have to use Cloud library templates for all the features available, post template, category template, etc.
Thank you !
Thank you vlad, 3,4 solved;
1.my logic would be: I use category A (featured) for the big grid flex 2. Category B (news) in the box below. if one post is in both categorys (and within the number of posts i choose per block) it should only be shown once. that doesnt work. https://www.dfz21.at/dfz/
2. That works on the Home. But how can i use a flex box in the widget aera ‘Newspaper Home”?
5. So that doesnt work in the default post template?
6. i think my settings are correct: The sidebar simply doesnt start at the same height as the post on the left side (with the breadcrumbs).
7. and what would be the code to get such an elemtent?
Br, Niky
I have a problem with filters on blocks, they don’t show results even though categories have inputs. For example, I select a category filter, but “No post” is displayed in the block. If I put all categories and short order, lastest, I see the last entry uploaded. If I add Multiple taxonomies filter, for example (40,35,44,), it works. If I add just (40) it doesn’t work.
What is the problem, why sometimes it works and sometimes it just shows “no post”?
Thanks!
Hello !
1. For this you will have to make sure that your filters are set properly as you can see here: https://www.screencast.com/t/RRYITmrG3NL0 this can be achieved using tagDiv Composer.
2. By using flex blocks on your sidebar you can change the size of the thumbnails as you can see here: https://www.screencast.com/t/0XtMkqrDOFc7
3. Since whatsapp is a mobile app the share icon will not be present on desktop.
4. Yes, please make sure you follow our guide here: https://forum.tagdiv.com/page-menu/
5. On posts I suggest to use Cloud Library Templates that are fully editable with tagDiv Composer. If you are already using one you can simply remove the element you want as you can see here, simply right click on the element and you can remove it: https://www.screencast.com/t/h5iPdf6K5BsA
6. Please make sure that your social counter is set properly as you can see here: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
7. You can use the column text element in order to render shortcodes or use HTML codes.
Simply copy the shortcode and insert it in the text area of the column text as you can see here: https://www.screencast.com/t/UEMEsVKog
Column text is an element from tagDiv Composer.
Thank you !
This is probably perilously close to a dev request and I apologize for that.
The situation is that I’m working on optimizing a site with 80,000+ posts (adding around 100 a day). The site owner wants to have ‘recent posts’ on the footer of every page. I’m using the default flex block, and when we run tests it overloads the SQL server.
We were able to track it down to exactly one thing from td-composer (2.6 | built on 17.06.2020 8:12)
class td_data_source, static function shortcode_to_args
If I add 'no_found_rows' => true to this:
$wp_query_args = array(
'ignore_sticky_posts' => 1,
'post_status' => 'publish'
);
then the SQL queries are much gentler and don’t crash. However this conflicts with pagination (which is likely why you don’t have it coded in there).
I believe a sustainable correction would be to check if there’s pagination enabled (since you can disable it in the blocks) and if NOT, to set that argument for WP_Query. That would enable everyone to improve speed without negatively impacting anything like pagination.
Hi,
By default our theme will generate thumbs for modules inside the blocks and grids, in this way the image will adapt and look well on all elements and viewporst you are using.
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
In some cases the images need to be regenerate in order to fit the module from block, for this you can use our guide form here -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
If this is not what you mean, please provide some more details and a link where I can inspect the problem.
Thank you !
Hello !
Unfortunately this is possible only on Flex Blocks, as you can see here: https://www.screencast.com/t/RLOg5PGI
Thank you !
Hi, I’m using Big Grid Flex 2 for my website. The grid shows 5 posts (1 big module and 4 smaller modules). How do I assign different category filters to each module.
Thanks.
Hi,
Yes, you can achieve this, first you need to open the page in tagDiv Composer editor, this is the look from desktop -> https://i.imgur.com/VjdUpNs.png now set on mobile and on each row in layout tab set the order number -> https://i.imgur.com/elZSSoO.png -> https://tagdiv.com/flexibility-rows-columns-newspaper-theme/
Hope this will help you!
Thank you!
Hello !
1. You can edit your pages using tagDiv composer and add more blocks. Find out more about it here: https://forum.tagdiv.com/flex-block-settings-guide/
2. You can create a sidebar by following our guide here: https://www.youtube.com/watch?v=fa7GenCHcBU
Thank you !
How can I reproduce hover shadow effect of my sidebar articles images “recent posts”, on big grid flex on home page ?
.td-big-grid-flex .td-image-container {
box-shadow: 2px 2px 4px #888!important;
}
this code works, but now I need the hover effect with shadow and transition on the big grid flex images.
Thank you
Hi,
I am creating a Nepali News website. I want to change Load More pagination option found in Flex Block name to something other like this { थप हेर्नुस } which in my contry language means Load More. and view all results in search bar to something like this { सबै खोजहरु }… Is there someway to make it happen through live CSS.
Hi,
For this https://prnt.sc/tbr5tq you need to set the row or inner row in 3 column like this -> https://i.imgur.com/Alz0xEH.png and you can use flex block elements, these can be adjusted with tagDiv Composer -> https://i.imgur.com/kRlRjFQ.png -> https://i.imgur.com/dmH3jot.png do not forget to set the filters and sort.
For this https://prnt.sc/tbr6sk you can use flex block 1, set the number of the elements you want to have -> https://i.imgur.com/Wcyz3Tu.png after that set the layout to make the blocks inline -> https://i.imgur.com/NAZqBvq.png also you can adjust the size of image -> https://i.imgur.com/u59Uo95.png -> https://i.imgur.com/nORlrU9.png
Hope this will help you!
Thank you!
Hi CEDFeducation,
I have no idea how you set these elements one over the other, but in order to solved the problem, you need to edit the page with tagDiv Composer, and drag and dope the menu element above ore below, after that move the title from there and set the menu back.
Also the flex blocks can be edited with tagDiv Composer -> https://forum.tagdiv.com/flex-block-settings-guide/ -> https://i.imgur.com/RaqObvY.png
Thank you!
As we’re preparing this site, I made a change to the copy in the Title above the Flex Block 1 at the top of the page.
Please glance at staging4.weteachsuccess.org
I have no idea how this slipped underneath the Main Menu. Naturally when I try to reach the settings for the Title I can only reach the element on top. Is there an alternative way to navigate and can you suggest what setting I should check? Or should I just delete the Title element and rebuild it? Got to get there first, of course.
Thank you.
Also is there a way to suppress the author name in a Flex Block 1? Can’t find an option for this.
It’s possible to create author’s box ajax pagination like the flex block have?
I have a lot of author’s in a blog (more than 10) and the list is too big.
thanks
We do see that Flex Blocks allow for the rounding of corners on thumbnails within a block. Wondering if there is some way to specify to round corners for thumbnails only by category? For example, only present rounded corners on images of columnists or images of opinion articles vs. news articles? Anything more granular than by block? And are we able to use regular blocks yet to achieve the rounded corners, even with CSS, or still limited to Flex Blocks? Thanks so much!
Hi tom.cox155,
As I can see you are using the responsive version for mobile, this can be adjusted using tagDiv Composer -> https://i.imgur.com/rlN0Sj8.png the flex elements can be set per device -> https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hi,
This option is available only on the slider element from tagDiv Composer -> https://i.imgur.com/OX4M90z.jpg it can not be assigned to other elements as flex block.
Thank you!
Hi, thanks for your response
Regarding flex block, the equivalent is only available for the big grid, but there is nothing similar for all the other blocks ..
So if i understand well, i need to recreate all my homepage using the cloud ? isn’t there a way to convert my current homepage or maybe upload it as a custom cloud template ?
if i really have to recreate all the homepage then could you please advice me a template that is similar enough to my current homepage ? https://fitnessreads.com/
-
This reply was modified 6 years by
Rinemedi.
Hi,
For footer just set a background color, this should make the footer boxed -> https://forum.tagdiv.com/background-introduction/
About standard pack, you need to check the full article about this plugin -> https://tagdiv.com/newspaper-theme-update-standard-pack-or-tagdiv-cloud-templates/ before you disable it you need to replace all the standard blocks with flex blocks and other few elements, in this way when you disable the standard pack, you website will still look normal and not full of short-codes.
Thank you!