- ApiPractical example – How to add a new Block and Module
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_module::delete
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- ApiUsing the Theme API in plugins
Hi,
There is a small comparison you could read – https://tagdiv.com/newspaper-vs-newsmag-how-to-choose-the-perfect-wordpress-theme-for-your-project/
The features of Newspaper are mentioned in the themeforest page
– https://themeforest.net/item/newspaper/5489609
Also check the Newspaper demos to see what can be achieved with it
– https://demo.tagdiv.com/select_demo/select_demo_newspaper
When it comes to flexibility, wider layouts, cloud templates etc Newspaper can offer them all. The tagDiv composer that comes with it has many more elements and settings than with Newsmag
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
You can test the cloud templates live here (preview and edit)
– https://affiliate.tagdiv.com/#/load/All
The categories and tags that you have created won’t be affected when changing the theme. Please let us know if you have more questions or need help.
Thanks
Hi,
@NickDeBaerdemaeker So maybe like this – https://www.screencast.com/t/1vFokKD1PaL
I removed the left margin of the logo and added the removed value to the right of it.
.td-header-style-1 .td-header-row .td-header-sp-logo {
margin: 28px 10px 9px 0px;
}
You can modify the value to the right if needed.
@bestword1 Hopefully the new header builder that is being developed will allow greater flexibility for designing a header style.
I can give you a code to position the ad to the right, you can use the other code from above if you want the logo aligned to the menu. This would be the result with both codes
– https://www.screencast.com/t/SeQAleFUVNxD
.td-header-style-1 .td-header-sp-recs {
float: right;
}
Thanks
Hi,
In order to do this you need to set some custom css.
You need to set the Article title position under image and info position above title
https://www.screencast.com/t/Ik6UYX7yV
Please paste this custom css in Newspaper>Theme panel>Custom code>Custom css
.td_module_flex_5 .td-editor-date{
float:left;
padding: 5px 5px 0 0;
}
https://www.screencast.com/t/XWAaaIFB
If this is not working please provide a link were I can inspect the problem.
Thank you.
I should place the date in line with the post title.
I’m using flex block 5 – 
I would like to get this – 
Thanks!
Hi,
If you do not want to have the feature image only on the home page then please edit the homepage and set some blocks without feature images like block 9 and 10, or use a flex and hide the image
-> https://forum.tagdiv.com/theme-thumbs/
Thank you for your understanding.
Hi,
I have just realised that the author photo that appears on Flex Blocks (“show author photo” option checked) links to the home page instead of the author page. the author name besides it links to the author page as expected. I suspect it is a bug. Or am I missing something here?
Szabolcs
Thanks. I never have looked into flex blocks.
You can preview and even edit block designs made by our team using flex blocks, here
– https://affiliate.tagdiv.com/#/load/Blocks
We will try to add designs based on flex grids in the future.
Hi,
Please regenerate the thumbs -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Also you can try with some flex block instead big grid 1 and see if the problem persist.
Thank you for your understanding.
Ohhh. Flex blocks. I need to read about those then.
Thanks.
Hi,
Unfortunately our theme do not have this option, but you can use a flex block and set settings per each device
On desktop: https://www.screencast.com/t/6HKNJjl35i
On mobile: https://www.screencast.com/t/Ik42eacS3DgK
Thank you.
Hi,
In most cases you would have to change the logo size to fit the header, not the opposite. Most header styles have a recommended logo size for good results
– https://forum.tagdiv.com/logo-favicon/
The exceptions are header styles 9, 10 and 11, these will display the logo in full
– https://forum.tagdiv.com/header-styles/
I should specify that currently there is a header builder in work, this will add more flexibility to the way header styles are built and can be used.
If the problem you are having is a different one please correct me.
Thanks
Hi,
1. With flex blocks and flex grids that would be possible. These have options to enable/disable the date per block
– http://prntscr.com/lpzzj8
So while the date general setting in the theme panel block settings is active, the date can be removed per flex block.
If this is not helpful maybe it could be done with some CSS, the general date setting has to be enabled first. Then set a custom class to the FEATURED ANSWER and LATEST ANSWERS blocks
– https://www.screencast.com/t/DfDzaIcu0fH
Then use a code like this, replace the “myclass” with the one you used
.td_block_wrap .td-post-date,
.td_block_wrap .td-post-author-name span {
display: none;
}
.myclass .td-post-date,
.myclass .td-post-author-name span {
display: inline-block;
}
This should hide the date for all blocks, except the ones that have the “myclass” class set to them. You could gibe it a try.
2. That would require modifications to the modules used
– https://forum.tagdiv.com/topic/how-to-show-date-update-article/
Thanks
Last problem, I need rounded corners and seem zoom effect on hover of flex 10 on my big grid 4 on categories.
https://www.pcusb.it/rounded/
Thanks
Is there a way to edit this type of media page or to set a default cloud template?
A lot of the image searches lead visitors to this kind of page from google and would like some flexibility in adding content for visitors to click on and make it a better looking page.
Here is an example- https://brandinginasia.com/vincent-digonnet-interview/vincent-digonnet-interview-branding-in-asia/
Thanks!
Hi,
Sorry that was my mistake.
Please add the below css in Newspaper>Theme panel>Advance css> Phones
https://www.screencast.com/t/EkGfyB2Abid0
https://www.screencast.com/t/3ypCtcdRlFcZ
.td_block_big_grid_flex_10 .td_module_flex_6 {
width: 100%;
}
.td_block_big_grid_flex_10 .td_module_flex_7 {
width: 80%;
}
Thank you for your understanding.
Wondering if anyone has any experience working with Elementor with the Newspaper 9 theme? It seems to work fine, but I am wondering more about long term stability and potential conflict issues. I amfinding Elementor to be a little more flexible than the tagdiv composer.
Thanks
Hi,
Using flex block you can set different layout for each device.
https://www.screencast.com/t/XOAd5h98c
https://www.screencast.com/t/Ekz86CCNJ
Hope this will help you.
Hi, thanks for newsletter.
This is big grid 3 and not big grid flex 10!
Hi,
For border radius in newsletter https://www.screencast.com/t/ubGaUuUru6C
Also the css provide by @Simion C. will apply to all thumbs.
I see that you fix the problem with big grid flex 10:
https://www.screencast.com/t/J1FXOpzhd
Thank you.
Hello, team tagDiv.
I am using flex block 1 to create a module similar to block 19. For this, I decreased the image width and then changed the layout to float left so that the meta info can float to the left of the image and then provided some padding. The problem is, it looks fine on the desktop but not the mobile phone. So I want to display excerpts on the desktop and hide them on the mobile phone. Is it possible? If no, any alternative?
Hope you reply,
Have a nice day.
Pratiek.
I have also this problem with big grid flex 10:
https://www.pcusb.it/border-3/
I solved with Big grid flex, thanks…
Is it possible rounded edge on newsletter plugin?
Thanks
-
This reply was modified 7 years by
Ginfox.
Hi,
In order to get the flex block 1 like the module 19 please follow the below screenshots:
https://www.screencast.com/t/shoeCSJX
The flex blocks have a lot of options, and you can do almost anything.
Thank you.
Hi,
The height will not be the same unless the titles have equal height. The length of the title will affect all the other post meta position.
You could set a min height for the title – http://prntscr.com/lnlzfb
That could be a solution, code used in example here
.td_flex_block_1 .td_module_wrap .entry-title {
min-height: 100px;
}
That is how the modules in this demo are made for example
– https://demo.tagdiv.com/newspaper_architecture/
The option to hide images will work per device (option is called image position), you mention you found it.
For the title space use the padding option – https://www.screencast.com/t/e38p4FdUr9
The cloud 56 block is made like this – https://www.screencast.com/t/UPTkn2QZX5I