- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
PS:
It is a row made out of 1/3 + 1/3 + 1/3
All the way left I have ”Text With Title”
The other 2 are just ”Text Block”
Hi,
The thumbnails are stored in the wp-content->uploads folder on the server. Checking the website you provided the thumbnail images source is not found
– https://www.screencast.com/t/ZcETl8mO1l
Check in the uploads folder on the new server, maybe during the migration they were lost or not moved.
You could try and recreate them as well, with the plugin from this guide
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks
Hi,
If this is what you want https://www.screencast.com/t/fNF1xeygm
then please replace the above css with this one
.td_block_9 a{
color: white;
}
.td_block_9 .td-post-date{
color: lightblue;
}
.td_block_9 .td_module_8{
border-bottom: 0;
}
.td_block_9 .td-module-comments{
display: none;
}
.td_block_9 .td-block-title span{
border-bottom: 3px solid lightblue;
}
.td_block_9 h3 a:hover{
color: lightblue!important;
}
.td-post-date{
display: none;
}
.td_block_9 .td-post-date{
display: inline-block;
}
Activate the date from theme panel.
The background color is:
And follow the screenshots: #33434d
https://www.screencast.com/t/PbAXjqwHbj7
https://www.screencast.com/t/ElrjkScIurMy
https://www.screencast.com/t/RQztmRueUB
Hope this will help you.
Thanks.
Hi,
That is a block with the block title and ajax filter circled
– https://imgur.com/a/ocpQ0jT
What exactly is the problem with these elements?
Thanks
Hi,
You can make the elements inside the page have a higher width or full width, not the actual page as a whole.
For example you can stretch the rows used in the page
– https://www.screencast.com/t/RmCEWTPmqOB
Then you could use flex blocks in the page, flex grids or full width grids.
There are 10 types of full width big grids – https://demo.tagdiv.com/newspaper/full-big-grid-1/
Through the cloud library you can import blocks designed by us based on flex blocks, preview and even edit them here
– https://affiliate.tagdiv.com/#/load/Blocks
Please let us know if you have more questions.
Thanks
Hi,
I could take a look at that issue. Set the widget again in the sidebar and provide a link to the page or post where it should appear.
Ads are not difficult to use. The theme has ad spots in the theme panel
– https://www.screencast.com/t/P6TBnuG5u
Ad codes can be entered in the spots you want and they will be displayed accordingly. You can use Adsense but other ad types should work as well
– https://forum.tagdiv.com/ads-adsense-overview/
– https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Regarding blocks there is a guide here
– https://forum.tagdiv.com/block-settings-guide/
If you have problems using ads or blocks, please mention them and I will try to help you.
Thanks
Hi,
If you have the default demo install on theme mobile you’ll see 3 blocks with the last 3 post with the featured category, and latest articles; in order to add content you’ll need to set some content in Mobile editor https://www.screencast.com/t/mkePciuBGLWi ( the mobile theme will not take the content from desktop, you need to set a new one for mobile. )
Thank you for your understanding.
Hi,
Using similar filtering and sorting in blocks and grids will lead to them displaying the same posts, that is normal.
If it’s necessary to use the same filtering and sorting, either use the unique articles setting, or the offset setting for each block
– https://forum.tagdiv.com/offset-feature/
The homepage blocks and grids will show what you set them to show, according to the categories you choose in the filter settings
– https://forum.tagdiv.com/block-settings-guide/
The latest articles section below your content in the homepage has filtering settings as well
– https://www.screencast.com/t/nwFw6H533
So basically every element currently in a page can be filtered differently. You can exclude categories from each element if needed (by IDs), example
– https://www.screencast.com/t/s8moK1Qt
Or even specific posts (also by IDs) – https://www.screencast.com/t/gRsj0Yb40
Thanks
Hi,
That is the Newspaper theme from what I can see, this is the Newsmag forum.
Newspaper has a few block header styles to choose from
– https://demo.tagdiv.com/newspaper/block-header-1/
Most of theme are left aligned however, or center aligned. This is because the right side is where the ajax filter is displayed
– https://www.screencast.com/t/gTQAf2T1Lzu
If you don’t plan on using ajax filters you could use some CSS
– https://www.screencast.com/t/U7XnTHaM9Ky
This code is general, it will affect all the block titles in the website when used
.block-title {
text-align: right!important;
}
Thanks
Hi,
1. I believe you are referring to the category tags – http://prntscr.com/likf3f
Those have predefined colors, they could only be changed with CSS, not by a theme setting.
I could try and give you a solution, mention for which elements you want to change the color, which blocks and where. A link to the website/page would be helpful so I can test.
For example something like this would work for all the category tags at once
– https://www.screencast.com/t/kFYKB3RkS
.td-post-category {
background-color: blue;
color: black;
}
2. Maybe something like this – https://www.screencast.com/t/1IPmNEYmVI
The menu will start from the right if you enter this code in Theme panel->Custom CSS
@media (min-width: 767px) {
#td-header-menu .sf-menu li {
float: right;
margin-right: 14px;
}}
3. I could take a look, provide a link to where the grid is in your website and exact details about what you want to do.
4. Seems the theme will override the font weight on mobile, it will set a font-weight of 600, so the one from the theme panel will not apply anymore
– https://www.screencast.com/t/rhlVigkI6Hh
I will add this on our list of issues, I don’t think this is intended to happen. As a quick fix I could give you a code to make sure your desired font weight applies. For example
– https://www.screencast.com/t/t5hkyCyH
.td_block_big_grid_4 .td-small-thumb .entry-title {
font-weight: 100!important;
}
Let me know.
Thanks
Hi,
Just a heads up for the next update.
There are lot of new requirements now from Google for mobile sites at developer.
https://developers.google.com/speed/pagespeed/insights/
Like on mobile
WebP and Jpeg2000 needed.
Speed Index
Time to interactive index
Which can be tackled via lazy loading etc.
Also eliminating render blocking scripts and better way of handling/minimizing javascripts.
Lot of new pre-requisites are there.
Hopefully in the next update we can see some of them tackled 🙂
Regards
SP
When using grid styles, such as style one, is there a way to have images fill each box 100%. Have some instances where images aren’t filling the box, assume their size is lower than box size. I was under the impression that the template created multiple versions to help fit the multiple boxes, but this may not include stretching for obvious quality reasons. Is there a way to do this though using CSS or in settings somewhere?
Thanks for your help. I may need some more help please.
So I have managed to do this – https://we.tl/t-pBb548MgV8 . However, it does not look as nice and clean as the second screenshot I sent yesterday.
How do I make the text bigger, bolder. How do I add the section title and center it? I would like to replicate this https://we.tl/t-N9IthhbMKL as close as possible.
I also would like to show the date on this block only. Not any other blocks. I think if I do what said above for the date it will show on all blocks.
Please help me perfect what I have.
Thanks.
I added a widget for convertkit form to the sidebar.
when I load my sight I can see the form briefly but then the about me covers it up.
How do I fix this.
I’m having a dickens of a time figuring out how ads/blocks work in this theme.
I updated my Newsmag Theme 4.6, and then… The Social Counters Block disapeared. And i can’t put it back : it is simply not here anymore, i the page building tool, or in the widget section. The Instagram Widget and Pinterest widget are still there, but no more Social Counters…
Hi,
How can I move the header block title to the right side as in the picture below
It can be enabled with code. Paste this in the custom CSS section of the theme panel.
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
.td-header-sp-top-menu {
display: block !important;
text-align:center
}
}
Hello, Simion!
Exactly. Only titles and metas. The problem is only with Big Grid Flex, the other blocks and flex blocks work. I tested it on new pages, the problem is the same.
See the screenshot:
Hi,
That may happen if the unique articles option is enabled on the page
– https://forum.tagdiv.com/unique-articles/
Please check if that is the case. This setting should not be used when there are blocks with pagination in the page. It will cause duplicates from the second page.
Thanks
Hi,
This is the ajax filter – https://www.screencast.com/t/MDkMnhhfuCJ
Each block can display this filter when enabled – https://www.screencast.com/t/pezZ9ewX
By default (when set to display categories) the filter will show all your categories. If you want specific categories to appear there, enter their IDs
– https://www.screencast.com/t/baVqyWLpNhak
– https://www.screencast.com/t/0gbLEDUlR
If I misunderstand something please correct me.
Thanks
Hi,
In order to show the date please go in Newspaper> theme panel> block settings > meta info on modules/blocks and activate the data https://www.screencast.com/t/cz2V8J84
For the second part you need to ad this custom css in Newspaper> theme panel>Custom code>Custom css
.td_block_9 a{
color: white;
}
.td_block_9 .td-post-date{
color: lightblue;
}
.td_block_9 .td_module_8{
border-bottom: 0;
}
You can change the color and ad more parameters if you want
Results:
https://www.screencast.com/t/XxrXkTS5j
Hope this will help you.
Thanks.
Hi,
So just text as in the post titles and meta? The problem is just with flex grids? What if you place a default grid, or flex block? Try in a different page as well. Let us know what you find.
Thanks
Addition: The same error also appears in “Block 18” (Buchkritiken & Tipps). After click on “Load more” (Weitere Beiträge), the same post appears again.
Hi,
Unfortunately the theme is quite limited when it comes to working with custom post types. These posts don’t have the same settings as default posts, blocks and grids have limited support for them (no filtering by taxonomy) etc.
For pages there is an option called unique articles, this will prevent duplicates
– https://forum.tagdiv.com/unique-articles/
Something similar may be made for posts, so that the currently viewed post doesn’t appear in widgets present in the same page.
There are plans for both the suggestions you mention. But I can’t say when the focus will be on them fully. There are some other priorities at the moment, and new features in work.
Sorry for any inconvenience, please let us know if you have more questions.
Thanks
When clicking the “load more” button on the “Flex Block 1” on the frontpage, the last post shown appears again as the first post of the loaded posts.
See here https://www.literaturcafe.de/ (Weitere Beiträge anzeigen)