- 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
This video shows you setting fonts for individual blocks. The question related to global settings and I too have a need to change. I would like to set the default post page default styles golbally. Please advise how. Thx
PS I’d like to have diffrenet styles for different post types and pages.
Hello @nickmde !
This is achievable by editing the custom flex block X modules. Documentation about it here: https://forum.tagdiv.com/edit-modules-flex-block-x/
Thank you!
Hello!
You can customize it and modify the elements as soon as there is a setting for it: https://forum.tagdiv.com/flex-block-settings-guide/
Please provide more information (screenshots or videos) about what you exactly need to achieve.
Thank you!
Hi,
I recommend you use a Single Post Template from tagDiv Cloud Library, and you can design it with tagDiv Composer.
To display the related articles or more from the author, you can use Flex Block and filter it https://www.screencast.com/t/SEmxo13Fo2X -> https://i.imgur.com/YIg3nPP.png
Thank you!
Hello,
I recommend you use a Single Post Template from tagDiv Cloud Library, and you can design it with tagDiv Composer.
To display the related articles or more from the author, you can use Flex Block and filter it https://www.screencast.com/t/SEmxo13Fo2X -> https://i.imgur.com/YIg3nPP.png
if you want to keep those templates the only way to remove the “more from author” tab is to use a custom CSS like this one:
.single .td-related-right{
display: none;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
I hope this helps you!
Thank you!
Hi,
This will not affect your page speed. Did you check for a plugin conflict?
There are a lot of factors which can make your site slow. Make sure you use only some templates and fewer functionalities and options.
Some factors which you need to take into account are:
External factors: server speed, if you are using CDN or not, the external resources loaded by your website like ads, fonts, tracking scripts like Facebook Pixel, Google Analytics, Twitter analytics, Hotjar and so on.
Internal factors: the number of elements on the page, image size, image formats, if you are using mobile optimized layouts, console errors, if you are using the Standard Pack plugin or not, if you are using the PRO demo or a standard one.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://spraythemes.com/newspaper-theme/how-to-speed-up-the-newspaper-wordpress-theme-using-wp-rocket/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
Thank you!
OK I found a way to block the ad, though I fear I am also blocking all admin header messages as well:
NOTE: Editing these files is DANGEROUS and can disable your website! Do so ONLY if you know CSS, HTML and general WordPress web development. You have been warned.
Normally instead of editing the CSS of the installed theme, you’d install a child theme, but TagDiv’s child theme doesn’t allow you to edit the wp-admin CSS… so you’ll need to edit the actual wp-admin.css file!
I also tried custom CSS but that is all front end facing and doesn’t affect the wp-admin section of your site. I probably could have found another
You should make sure you have a backup of this file handy. Either download copy your existing wp-admin.css file from your website or go to ThemeForrest and download a fresh copy of the theme which has the original file in it.
If anything goes wrong, make sure you have the ability to use FTP in some form to upload the unedited wp-admin.css file to your website.
OK – here’s how I blocked the ad:
In Appearance->Theme File Editor:
In the Theme Files: window, open up includes >
Then open up wp-booster >
Then open up wp-admin >
Then open up css >
Click on wp-admin.css
Now scroll down to line 380
Line 380 should show as display:flex;
Change the word flex to none so it now looks like this display:none
Scroll to the bottom of the page and click the Update File button.
I see no ill effects from this and I was able to restore the ad by changing the code from display: none; back to display: flex;
Until TagDiv sees the way to make this ad optional or dismissible, I guess I’m just going to block ALL of their admin area notifications and hope I don’t miss anything important!!
Kim
Hey guys, you do know that people like me, who provide web development services, use your theme right?
And you do know that running an ad across the top of every screen in the WP-ADmin area is super irritating, right?
I’ve tried to block this ad using CSS but I haven’t found the magic combination yet.
This is what I have so far:
.td-admin-web-services .td-wp-admin-header .td-admin-web-services-txt .td-wp-admin-top {
display: none;
}
I’d prefer a dismiss option be built into the ad or better yet that the ad run once only upon install and then never seen again. I have enough competition as it is with devs in my home town! Now the theme I’m using with one of my clients is advertising to my client?
I don’t like this at all.
Kim
※link
https://politicadeverdade.com/totosite
※error message :
1) The Mixed content tests failed. Please be sure that you can connect to your site over SSL and try again.
Error Returned: Navigation timeout of 30000 ms exceeded
2) DevTools failed to load source map: Could not load content for chrome-extension://eakacpaijcpapndcfffdgphdiccmpknp/scripts/content_page.map: System error: net::ERR_BLOCKED_BY_CLIENT
★There is a problem with that post. how can i solve it? help
※link
https://politicadeverdade.com/totosite
※error message :
1) The Mixed content tests failed. Please be sure that you can connect to your site over SSL and try again.
Error Returned: Navigation timeout of 30000 ms exceeded
2) DevTools failed to load source map: Could not load content for chrome-extension://eakacpaijcpapndcfffdgphdiccmpknp/scripts/content_page.map: System error: net::ERR_BLOCKED_BY_CLIENT
★There is a problem with that post. how can i solve it? help
Hello,
I am using your theme currently, and I would like to firstly say that it is one of the best WordPress themes I’ve ever tried.
I have a question regarding the flex loop blocks.
Whenever I select a filter from the dropdown, the page gets reloaded, which really hurts User experience, is there a way to make the bock load itself, similar to this website: https://www.failory.com/tools
In my previous reply to you I indicated I had a fix – “Fixed it by using the “Flex Block 1” instead of the “Post Loop” to generate the thumbnail posts/images under the featured image (Posts Loop 2). I now realize this fix is not adequate as I have lots of categories, and would have to make a diff template for each one so that I could set the “Flex Block 1” filter to match the appropriate category.
I created separate templates and used my fix for the main post pages in my nav bar (Faces, Arts/Culture, Food/Drink/ Health, Style, Weekend Away, Outdoor Fun, Travel), but of course it is inefficient to do this for all of the Categories (see list here – https://drive.google.com/file/d/1vermbXNlLDelB_Fx1lBGPOxgBlnqQtfZ/view?usp=share_link).
• In my “fix,” the main post pages in the nav use Posts Loop 2 for the featured (large) image, and the “Flex Block 1” (set to the appropriate Category) for the thumbnail posts.
• The other Category post pages listed under More don’t have a featured (large) image. I use the “Flex Block 1” alone for the thumbnail posts. When I use the Posts Loop 2 to generate the featured (large) image and add the Posts Loop below it, it doesn’t work. When in the edit mode of the TagDiv Composer it appears to work, but when I pull up the live version of the site, the Posts Loop only shows 1 post, and even ignores the offset (set to 1). See here – https://bayarearegistry.com/category/travel/outdoors/. Pictured is Posts Loop 2 + Posts Loop + Flex Box 1. Flex Box 1 is the correct output.
I have a 3rd party plugin radio player. It requires that I insert shortcode into the page in order to display the plugin output. Page editors like elementor have a block for shortcode. I cannot find such a thing in tagdiv page editor? Is there a way to do this?
I would like, for example, to edit an already pre-created column, let’s assume that it is a rectangle already inside the div tag, but I want to edit it and transform it into a square.
for example in the prints, I use Flex Block1. I wanted to edit the properties of this column, for example change the font of the message, increase the format, decrease it, in short… modify the column properties in a more detailed way
Hello @mediapac!
Please check this thread: https://forum.tagdiv.com/topic/unable-to-customize-pullquote-block-size-and-appearance/
Thank you!
And yet, the flex block is choosing wrong category.
Do u need to leave some credentials for further investigations ?
Dear Admin,
I very happy with your theme.
Currently, we are doing migrate to tagDiv Cloud Library to make website faster.
We are following this guide: https://tagdiv.com/newspaper-theme-update-standard-pack-or-tagdiv-cloud-templates/
But we still have confusions when removing dependencies.
As guide notice: ” Almost every template from the theme panel already exists in the tagDiv Cloud Library. …”
But I cannot find any same name block in tagdiv Cloud Library
Example:
Current Header: https://i.ibb.co/W63g421/current-header.png
Current Theme import: https://i.ibb.co/j5npD5w/current-import-theme.png
Tagdiv Cloud Template search: https://i.ibb.co/QfWS2yc/Header-tag-Div-Cloud-templates.png
Please kindly guide me or let me know document which help me migrate to Cloud Library smoothly from Standart Pack plugin
Thanks
Hi,
Please let me know where.
On the block is displayed the modified date if you enable it.
In the single post template, you can delete the Single Post Date and let only the Single Post Modified Date.
Thank you!
Hi,
Various factors can influence page speed, including server response time, network latency, image optimization, caching, and more. While the PHP version itself may not directly affect page speed, it can impact the web application’s performance, which in turn can affect page speed. For example, newer versions of PHP often have performance improvements that can speed up the execution of code and reduce server response times. There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://spraythemes.com/newspaper-theme/how-to-speed-up-the-newspaper-wordpress-theme-using-wp-rocket/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
Thank you!
Hello,
You can enable this option on the blocks -> https://i.imgur.com/DYXykP6.png
With tagDiv Composer, you can add the element Single Post Modified Date in Single Post Template and
you can change the additional text in “Last updated on” => https://www.screencast.com/t/EvfUQMfzkd, and the Single Post Modified Date will show you the last time you edited that post => https://www.screencast.com/t/j74uz43paZj
-> https://forum.tagdiv.com/single-post-shortcodes/
Thank you!
Hi,
You can disable the more stories block here in Theme Panel -> Post Settings -> More Article Box https://i.imgur.com/CR10pDV.png
Thank you!
Not sure when this started happening but whenever I create a post, a huge block of text will show up at the bottom of my story. It looks like its pulling from “RELATED ARTICLES”
https://signhunters.org/2023/03/hey-boo-boo-my-visit-to-yogi-bear-honey-fried-chicken/
https://signhunters.org/?p=942 (404 page)
Thanks Bettina, but I need to float the entire block, not align the text inside it.
Hello
How to I enable floating a paragraph block like you can with images? I’ve tried a couple of hacks I found, but they do exactly nothing.
Hi,
Please check this topic to costumize the style https://jetpack.com/support/jetpack-blocks/contact-form/
Thank you!