- 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
I think I found the solution to my problem right here :
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
I’m currently working on it, I’ll let you know if it’s OK.
Hi,
Those options are available only on flex blocks -> https://www.screencast.com/t/093GsFvO
-> https://www.screencast.com/t/IP1MyRAKoTx
If you want to change the category background color for others blocks you can use custom css -> https://www.screencast.com/t/FLJZl5suEM2
Thank you!
Hello,
Sorry if this questions has already been answered before : I’m french, and I don’t know the exact good words to do my research in english.
I just installed your theme on my website, right here : https://conso-mag.com/
First, thank you, it’s great !
Then, I have this problem with the images on the first blocks. The images are aligned and resized according to the top left corner. I would like the image to adjust to the block.
Could you help me with that ?
Hi,
Al you need to do to get that pagination and blocks is to set the homepage templates on Page Builder + Latest Articles + Pagination.
For blocks with 3 columns you’ll need to edit the homepage look for homepage latest articles > general and set sidebar position with out sidebar -> https://www.screencast.com/t/VvUnd18rBo -> https://www.screencast.com/t/hVXi6d35c7
Thank you!
Hi. Thanks for your reply. Yes, I have that set but it only show excerpts under the top two images. The smaller images below have a title then a blank area where the excerpt should be?
First block HERE
Hi,
I think that the easy way to have the custom title set to center will be to change the header template, or if you want to keep that header template you can use a custom css
https://www.screencast.com/t/GXhURKEuo
Set the code in Newspaper>theme panel>Custom code>Custom css
.td_block_template_8 .td-block-title {
text-align: center;
}
Hope this will help you!
Thanks.
Hi,
So the blocks should have different titles than what I am seeing at the moment
– http://prntscr.com/mhdgkl
The blocks should have the title that is set for them while editing the page with the composer, for example
– http://prntscr.com/mhdh1v
Some examples would be helpful if possible, what exactly are you doing and what is happening. Let me know.
Thanks
Hi,
If you are not using the mobile theme, then the answer is yes, you can shot the top bar on mobile version using some custom css
Enter it in Theme panel->Custom CSS section, then the top menu will appear on mobile.
@media (max-width: 767px){
.td-header-top-menu,
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}
.td-social-icon-wrap{
display:none;
}}
-> https://www.screencast.com/t/PAimTvZ18O
Also here is our documentation for top bar -> Top bar templates
Thank you!
Hi,
In order to do that you’ll need to remove the
.type-product {
border: 2px solid #000;
}
from theme panel custom code, and set the border only on product blocks not on all class that have a type product
add this custom code
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
border: 2px solid #000!important;
}
Hope this one will help you better!
Thank you!
When you use lazyload or something from the block settings the problem is there
Hello
I have a problem with custom title in “block”.
On the main page I have entered a custom title for blocks, but they do not display them – what could be the reason?
Sorry. I attached wrong image.
Please see following image link.
https://i.imgur.com/ngUcc1i.jpg
The site with numbered pagination is http://itnews.or.kr/ .
Please scroll down to the bottom of the page.
In addition, can you please find out which block they use?
The block has the grid with equal hight boxes.
https://i.imgur.com/kdRQv1b.jpg
I can not find such block in your elements list.
Hi,
That homepage is provided only when the travel demo is installed. But you could re-create the same design. All that is special about that homepage is the top part, the rest are simple blocks. A similar topic
– https://forum.tagdiv.com/topic/travel-demo-top-blocks/
In the theme files you can find the homepage of the travel demo
– http://prntscr.com/mhauu2
So you could begin from there, enter that code in a new page and edit it with the composer. Or as I mentioned re-create the design in the composer. If you need help let me know.
We will try to add more sections or pages from demos in the cloud library, in coming updates.
Thanks
Hi,
In pages a sidebar can be defined in two ways. Either split the row and add the elements directly, like this – http://prntscr.com/mhably
Or use a sidebar widget element and choose from your available sidebar widgets
– http://prntscr.com/mhac15
If you choose the widget sidebar method, you can use the social counter
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
For ads there are ad box widgets, and a recent posts can be any block widget sorted by latest.
Widget sidebars can be created from a few places
– https://forum.tagdiv.com/sidebars-tutorial/
If you choose to create the sidebar in the composer, for the social network links you can still use the social counter, there is also a social icons element (not available as a widget) – http://prntscr.com/mhae3h
There will be ad boxes for the ads, and also many block types with many filtering and sorting options to display the latest posts
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
The thumbs are secondary image made form source image in order to fit with the blocks size
-> https://www.screencast.com/t/QrEH6dhScqd -> https://forum.tagdiv.com/theme-thumbs/
Also how @Artsiren said recommendable would be to use some large image and set enable in theme panel only for the thumbs that you are using.
Thank you!
Thanks. That flex block 5 it very cool ! It can set many options, But In flex block 5 I choose header template style 8 for header title , How can i set header title in center ?
Hi,
Those options are available only on flex blocks -> https://www.screencast.com/t/093GsFvO
-> https://www.screencast.com/t/IP1MyRAKoTx
If you want to change the category background color for others blocks you can use custom css -> https://www.screencast.com/t/FLJZl5suEM2
Thank you!
Hi,
I think that you are referring to header ( https://www.screencast.com/t/TAtNBdbOH3d ), if is so than you’ll need to edit the page and set for each block the title background color -> https://www.screencast.com/t/VdEfFYJLBBSr
Thank you!
Hi,
I think you want to change the space between menu and first block on the page ( https://www.screencast.com/t/eTK3az8O ) if is so then you’ll need to set on the first row the margin top ‘-48’ https://www.screencast.com/t/fWpleU759Jw
Using css -> https://www.screencast.com/t/poM2zmAyHJ
If you have other questions, please let me know!
Thank you!
Hi,
Here is the custom code for load more button -> https://www.screencast.com/t/BLeMpaj62x
from style section you can set the font on load more button -> https://www.screencast.com/t/UcuVTBfjc1
.td_flex_block_5 .td_ajax_load_more{
width: 100%;
}
Just add the code in Newspaper>theme panel>Custom code>Custom css and all FlexBlock 5 will have the load more button with full width.
Thanks.
Thanks, Calin. Is there a way to make this work if, for example, one block might need to be “latest” but another might need to be “random” or “featured”…? For example, I’d like the first block to show 3 Featured posts (so I would only have 3 posts categorized as Featured at one time)…but in random order. Or specified by post ID. Then in my “Latest” block (which is a post loop), I’d like those to be the latest, but exclude anything in the first block. Thanks!
Hello,
how can I add other social networks in Social menu? For example ok.ru is very popular in our country (unfortunatelly))).
Also I need to add ok.ru sharing button. And adding vk.com, ok.ru and Telegram to Social Counter block would be great idea.
How can I solve these problems? Social networks are big part of our media work.
Hi,
I have two columns on webpage with FlexBlock 5 in each. Which CSS code I have to write to make “load more buttons” bigger and with full block width?
Hello,
as the saying goes ‘If You Don’t Ask, You Won’t Get It’ so here is some suggestions for the next update 🙂
Full Layout control
– Simple Option Boxed/Full (not add a background to enable boxed layout…)
– Content/Sidebar ratio (right now fixed at 66%/33%) 33% for a sidebar it’s too much.
– Container width control.
– Gutter width control | left and right content gutter, left and right sidebar gutter.
Add padding and margin control for H1..H6 Post Title etc…
Add templates for Reviews.
When you have a thematic website you will used most of the time the same Reviews criterias for your posts
ex: Mobile reviews
– 1) Design
– 2) OS
– 3) Camera Quality
– 4) Average battery life
– 5) Performance
etc
ex: Restaurant reviews
– 1) Food quality
– 2) Service quality
– 3) Price
– 4) Accessibility
etc
So it’s will be great to not have to rebuild each time the same review for each post.
Be able to add custom image size.
Have a better control of some post templates
– Custom Featured Image size (if the Content/Sidebar ratio is changed the Featured Image width need to be changed too)
or build a formula to detect the good Featured Image size | (Container width) – ( (all gutter) + sidebar width) = content size so Featured Image size = XXXpx
or select the full image size as Featured Image if the Content/Sidebar ratio is changed.
It’s not the best solution but at least a CSS reduction will provide a better result than an increase.
Switch Theme support and Theme panel menu in the admin bar
The “theme support” is more easily accessible than the “theme panel”, which means that the user will need more support than customize the theme ? :*) Too complicate to use ? lol
A Favicon who replace all WordPress favicon setting. Right now the “Theme Panel” favicon replace only the Front End favicon not the Admin one
Or Better provide 2 favicons entries Front End / Admin 🙂
Add a Header and Footer builder. This really missing in Newspaper, most of the premium theme have one now.
Enable tagDiv composer for Post or build also all new blocks for WPBakery, even the custom possibilities are less.
A post need some custom blocks as well, not only the pages.
Add a vertical slider to tagDiv “Add element” left bar.
I using a Wacom tablet and I do not have a mouse wheel so I can navigate into the “Add element” left bar, or at least enable the arrows.
(PS the search box is cool but useless when you have no idea of what you’re looking for.)
Rebuild the Ads section, the way of working is to old and not effective.
Take a look at Better Ads from BetterStudio who is include in Publisher.
It’s not perfect but far more advanced than what provide Newspaper.
Better Ads > Normal Ad/ AMP Ads, AdSense Ads, DoubleClick for Publishers, Image Ad, HTML Ad, Campaign manager, Ad Blockers Fallback
Default Ads by categories/ sub categories, all default Ads can be overridden in each post/page.
Woocommerce is totally forgotten. Win money with some Ads it’s cool but sell products or goodies it’s a good income way too.
Some Product and Category templates will be welcome.
Best Regards
Nexus
Good Day,
Please, my youtube links are not generating video thumbnails both in my posts and home page. I have enabled video thumbnails for all blocks and still, no thumbnails are being generated. Kindly Help