- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Thank you Bettina!
It is pretty tricky to understand what blocks I should invert 🙂 The code is a bit obscure to me.
Would you have any idea by any chance?
I would prefer to use your premium service for my bigger request in few weeks.
Thank you in avance for any help.
Have a great day!
Hello,
Normal the slog should not affect the page. Did you use filters for the block on that page? Please provide a link to that page to inspect it
Thank you!
Hello,
This social sharing icon appears only on the mobile version. If you want it to be displayed on the desktop version, you need to use a custom CSS => https://www.screencast.com/t/slYFHBpS8tr
.td-social-line{
display: inline-block;
}
The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf
Hope this helps you!
Thank you!
Thank You for You help, tried this scenario before but when i write something in wp editor and close it there is no content in designeted area on website so if i click “usual save” it saves empty block:
please see step by step screenshots:
https://imgur.com/a/I3dLuWW
Hi,
is it possible to change color to the “next prev” navigation buttons on post block?
How can I remove the “On Top” button? The button in the footer to go back up.
Thanks
Here is the homepage of my website.
You see the red marked portion. The background image becomes blurry after insertion. Actually it becomes zoomed-in also. But I am using a large image with more than 3000 px width. It’s using center-center coverage. Every other coverage doesn’t cover the whole block. How to fix this so that it covers the whole section without getting blurred?
I wonder if there is a recommend image ratio for the articles.
Is it 16:9 or similar? I notice that some pictures get compressed to a width of 696x?. Would 696×392 be good format for the uploaded pictures?
I understand there are post templates that can be configured to use the pictures almost full page. This is sort of dynamic so I am just wondering how to deal with the whole issue.
Maybe I should upload 1200×675 by default or similar?
Any hints on how to manage this would be greatly appreciated.
I can see that the pictures as show in “flex block 3” and “posts loop” come out a bit different if I don’t adhere to some standard formatting. “flex block 4” seems to be able to use more height and cuts the picture less.
Hello,
If it is a block feedzy from WordPress, you can change only with custom CSS, like this => https://www.screencast.com/t/7dCWnhVi you can set which color want
#feedzy_wp_widget-2.td_block_template_8
.td-block-title > *:before {
background-color: red
}
The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf
Hope this helps you!
Thank you!
i should use another block maybe some which has layout color styling because blocks dont have . so simple i figure it out
Hello,
Unfortunately, the theme does not have the option to load a page in this way. With our theme, you can create the page content in the way you want to display.
If your page contains only posts then you can use the option for pagination for the blocks => https://www.screencast.com/t/AcqobqnoCgm -> https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
thank you so much for the immediate response. I have installed tag div composer i activated the theme i am using block 16 in that certain section and click on the element i can change the color of the headline and background text of the headline but i cannot find where to change the color of the intro text in the articles and i cannot find out how to set up intro text to display text above the read more breakpoint line of each post i set. Would you be so kind to guide me only this section is available but no color Content length
Module MX7
Title length
Excerpt length
Module 6
Title length
Hello!
The flexblock 3 has the structure like that:
~ first module with big picture in which you can have excerpt
~ second module with another some little pictures in which you can not add excerpts
So, you can not enable excerpts for module 2.
Thank you!
Did you recognize that the containers for the header and the main-content are shifting around when they are loaded? There is always a high CLS in the Extension for Web Core Vitals in Chrome Browser when the site is loaded for the first time that appears when the site is reloaded. I racked my brain what the reason for that weird behaviour could be, but it seems that the main reasons for the high CLS are:
1.) div.vc_row.tdi_60_360.td-ss-row.wpb_row.td-pb-row https://imgur.com/a/XTGGoXf
It has a cumulative score of: 0.08985 and the element resizes from load to display several times (10 times!!):
Moved fromLocation: [192,1078], Size: [1395×9341]
Moved toLocation: [203,1078], Size: [1395×9341]
Moved fromLocation: [192,0], Size: [1395×650]
Moved toLocation: [203,0], Size: [1395×650]
Moved fromLocation: [222,1040], Size: [1335×9379]
Moved toLocation: [233,1040], Size: [1335×9379]
Moved fromLocation: [0,10456], Size: [1790×503]
Moved toLocation: [0,10456], Size: [1800×503]
Moved fromLocation: [192,710], Size: [1395×330]
Moved toLocation: [203,710], Size: [1395×330]
https://imgur.com/a/xO2Dr9t It seems that the header as at the beginning of the loading a really weird position (the red block in the picture).
2.) the header element: div.vc_row.tdi_25_c64.wpb_row.td-pb-row
The CLS score is about 0.09484
Moved fromLocation: [203,0], Size: [1395×650]
Moved toLocation: [192,0], Size: [1395×650]
Moved fromLocation: [203,1078], Size: [1395×48]
Moved toLocation: [192,1078], Size: [1395×48]
Moved fromLocation: [0,643], Size: [1779×90]
Moved toLocation: [0,643], Size: [1779×90]
Moved fromLocation: [203,710], Size: [1395×330]
Moved toLocation: [192,710], Size: [1395×330]
Moved fromLocation: [233,1040], Size: [1335×85]
Moved toLocation: [222,1040], Size: [1335×85]
Can this be fixed? What is the reason for that CLS? First I thought it could be the Merge+Minify+Refresh Plugin but there is no change if it is deactivated or not.
What is the reason for such a weird behaviour?
Thanks for help!
Greetings Kathrin
Attempting to edit a page in the backend I get this:
wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: tds_category_module_mx8 is not set.
/home/caduceus/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php
Display backtrace
wp_booster error:
Missing parameter: ‘file’
/home/caduceus/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php
Display backtrace
Fatal error: Uncaught Error: Class ‘tds_category_module_mx8’ not found in /home/caduceus/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php:267 Stack trace: #0 /home/caduceus/public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_text_with_title.php(148): td_block->render(Array) #1 /home/caduceus/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): td_block_text_with_title->render(Array, ‘\r\n<h2 style=”ma…’) #2 /home/caduceus/public_html/wp-includes/shortcodes.php(343): td_global_blocks::proxy_function(Array, ‘\r\n<h2 style=”ma…’, ‘td_block_text_w…’) #3 [internal function]: do_shortcode_tag(Array) #4 /home/caduceus/public_html/wp-includes/shortcodes.php(218): preg_replace_callback(‘/\\[(\\[?)(slide\\…’, ‘do_shortcode_ta…’, ‘[td_block_text_…’) #5 /home/caduceus/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(198): do_shortcode(‘[td_block_text_…’) #6 /home/caduceus/public_html/wp in /home/caduceus/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 267
Hi,
1.2.3 This is because the Newsmag theme do not understand that the page that you made and assign as search page to a search page, that is way I said that this can be achieved only with the search page that we provide, -> https://i.imgur.com/vmUt64m.png also if you want to display a message when there are no posts in block, then you need to edit the block that you use in the custom search page.
Also if you want to edit that element, I think that you are using the flex block 1, this is set on this path -> wp-content/plugins/td-composer/legacy/Newsmag/includes/modules/td_module_flex_1.php
Hope this will help you!
ecoreporters.pl
If I try to edit specific type of block (text with title) there is no option to save content of this partucular block. checked evrything I could do, event tought it could be something with cloudflare, disabled it but nothing helped.
screenshot:
https://imgur.com/a/ll59poa
How can I save this window content?
Hi all! Loving the theme thus far just have a few customization questions. I’m sure it’s possible I just can’t figure out how to do them. I’ve watched several videos on customizing the theme and found a few help files, but couldn’t find anything related to what Im trying to do. I’ll submit the questions separately to keep things in order. This question is related to flexblock-3. How do I enable excerpts on the other four posts that the flex block allows you to display? Thank you. 🙂
It would have been functional to have a post block with only posts from two categories.
Thanks anyway.
Hello!
Our theme can only display the posts which have at least 1 of the category you specify in the filter of the block, so you can not make it display only the posts which have both categories.
Thank you!
Hi Calin,
Thanks but it does resolve the issue.
https://labinmotion.com/service-providers/
1. I created a page and using tagDiv composer I inserted a flexblock in the page that displays custom posts
2. I also added a search filter (search and filter plugin) to search the custom posts
3. When there are no results it is throwing a “blank” instead of displaying a message such as “No records found”.
Have not been able to identify the PHP file that is responsible for this behaviour. The site-wide search that you pointed to works on a site-wise basis. Any further help would be highly appreciated. Also the number of records also does not display.
Thanks in advance
Partha
You’ve misunderstood, as I have already mentioned that the Widget which is the FEED URL is not the block from Tagdiv (as you mentioned Tagdiv doesn’t provide this feature) instead it is the widget sidebar from Wp as you previously pointed it out to me.
If it’s the tagdiv block that I won’t make this thread to ask for help.
I repeat it’s the widget sidebar not block of Tagdiv hope this clears the misunderstanding.
How to change the border color of the widget title of NON tagdiv block widget.
Thanks in advance again.
Ngb
-
This reply was modified 5 years by
Romi.
This is the second time I have had to repair the database to get it working.
When are you going to solve the bug so that it doesn’t happen to me again?
You have no shame!
Reparada (s) ‘wp_cli_scripts, wp_commentmeta, wp_comments, wp_duplicator_packages, wp_itsec_bans, wp_itsec_distributed_storage, wp_itsec_fingerprints, wp_itsec_geolocation_cache, wp_itsec_lockouts, wp_itsec_logs, wp_itsec_mutexes, wp_itsec_opaque_tokens, wp_itsec_temp, wp_itsec_user_groups, wp_links, wp_mailster_actions, wp_mailster_form_fields, wp_mailster_forms, wp_mailster_forms_lists, wp_mailster_links, wp_mailster_lists_subscribers, wp_mailster_queue, wp_mailster_subscriber_fields , wp_mailster_subscriber_meta, wp_mailster_subscribers, wp_options, wp_pac_products, wp_pac_results, wp_pac_scans, wp_postmeta, wp_posts, wp_redirects, wp_social_users, wp_term_relationships, wp_term_taxonomy, wp_termmeta, wp_terms, wp_tm_taskmeta, wp_tm_tasks, wp_usermeta, wp_users, wp_wc_avatars_cache, wp_wc_comments_subscription, wp_wc_follow_users, wp_wc_phrases, wp_wc_users_voted, wp_wfblockediplog, wp_wfblocks7 , wp_wfconfig, wp_wfcrawlers, wp_wffilechanges, wp_wffilemods, wp_wfhits, wp_wfhoover, wp_ wfissues, wp_wfknownfilelist, wp_wflivetraffichuman, wp_wflocs, wp_wflogins, wp_wfls_2fa_secrets, wp_wfls_settings, wp_wfnotifications, wp_wfpendingissues, wp_wfreversecache, wp_wfsnipcache, wp_wfstatus, wp_wftrafficrates, wp_yoast_indexable, wp_yoast_indexable_hierarchy, wp_yoast_migrations, wp_yoast_primary_term, wp_yoast_prominent_words, wp_yoast_seo_links, “wp_yoast_seo_meta table (s)
Hello,
I’m using an interactive mapping plugin and don’t understand which block to use to insert the shortcode for the map display.
The code looks like this: [display-map id=’16801′]
Can someone help me out?
Hi, I use this thread which seems inherent to me.
It is possible to have a “post block” that displays only if the post has two specific categories and to exclude posts of a specific category.
For example:
The post “A” has the category “cat2”.
The post “X” has the category “cat1” and “cat2”.
The post “Z” has the category “cat1” and “cat4”.
The post “Y” has the category “cat1” and “cat3”.
Is it possible on a page to have the first post block that only displays post “X”? And (just below) a post block that displays post “A”.
Therefore, the first post block must have the category “cat1” and “cat2”, but it must exclude the categories “cat4” and cat3 “, the second post block must have only the” cat2 “.
I need to manage the “featured” posts on the various pages of my site.
And I would like to avoid posts with the “featured” category from appearing on all pages, because on all pages I will create a post block at the top with the “featured” (most important) posts.
Thanks for support
Hello,
Please try this custom CSS and change the code color with your code color => https://www.screencast.com/t/7pgowNRau
.td-footer-wrapper .td_block_7
.td_module_wrap:hover .entry-title a {
color: #041FFF;
}
The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf
Hope this helps you!
Thank you!