- 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
- TutorialsDefault Block Settings Guide
- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
Hi!
How do I add a class name to a text block? I tried different methods but none of them is working.
Thanks.
Hi, my first problem here, using Newsmag theme. 🙂 Please check attached pictures. I think there should be at least 1px space between images in block 14 and block 9(red part).
I regenerated my thumbnails and images are 341x220px as they should be. On another picture it looks good.
Any suggestions?
https://o16i.imgup.net/block_14le69e8.jpg
https://s28i.imgup.net/properspaccdcf.jpg
Regards,
LCale
Hello,
I activated Adsense and google accepted it. Ive created my first Adblock in my Adsense account and put the code in the sidebar ad widgets but its not showing on my site…I only see the reserved place in the widget bar but no ads…
ty
Hello Bodgan,
as I wrote before, the way this part of the theme has been implemented is not ok because Post settings should be available to all those user who can write an article/post not just to only those who have the capability to publish an article. Please try meditating on this point.
Basically you want to change the default user roles and capabilities of wordpres but the theme cannot do this
No, I don’t want to do this. I want my contributors to use Post settings. I can not do this because the theme displays those settings only to those users (according to WordPress official user roles) who have the capability to publish i.e. administrators, editors and authors (I’ve tested this by myself by using the User Role Editor plugin).
I hope this time I was clear enough, let me know otherwise.
Thanks in advance.
Hello pedroarmindo1,
You forgot the brackets. Add this code -> [td_block_ad_box spot_id="custom_ad_1"]
Thanks for the message!
Hi,
You can make the top menu display in those conditions using this code, just enter it in Theme panel->Custom Css
@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;
}}
Result – https://www.screencast.com/t/TAEqVmya
Thanks
Hi,
You could do that using this code, it will aplly on all the mega menus you have, if you want to make it more specific use browser inspector – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ to target a unique class where you want it to apply – https://www.screencast.com/t/1qp8tGmJfaP
.td_block_mega_menu {
background-color: red;
}
Or for a single menu item
.menu-item-3305 .td_block_mega_menu {
background-color: red;
}
Thanks
Hi,
i want to remove the bottom border of modul 13, because I want to use modul 13 and 12 in a combination. Means: First post by block 13, second, third post, … by block 12 with an offset of one. Can you teach me, how to remove the border?
to understand what i mean: picture
thanks
Hello,
I assume the popular videos is a block somewhere on your site named that way. It is a simple block that can be filtered like any other there is no special video element in our theme. You can use the block settings to name your blocks however you like and have them filter specific posts, specific categories, specific tags…etc. There is no sorting option to only show videos though: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hi,
I’ve added a secondary title to my posts depending on my requirements. You may check the URL
For article display view, I’m using Block 9 as shown here: http://scotomastudio.com/category/commentaries/
I want to give one-line space between the secondary title and the main title in the article display view, i.e. Block 9. Basically I want the secondary title to appear on top of the post title. Please guide me how can I do that. I’ll be immensely grateful.
Thanks!
Hi team,
I am use a Child theme of News 7 Paper Theme, and when i update the theme, i have to manually copy all my custom blocks, modules, templates (Code) what i create into /Newspaper/includes/td_config.php and then copy in the new version of “td_config.php” , what can i do to do this process more efficient?
i have this tow directories:
/var/www/html/wp-content/themes/Newspaper/
/var/www/html/wp-content/themes/Newspaper-child
Can i put another “td_config.php” into my child theme?
Hi Team,
After update my News 7 Paper Theme to 7.7 i have a problem with Block Video Playlist, when i add a Block to my sidebar and add the list of youtube id’s separated by comma the home page only shows the header a footer, the body stay empty.
I disable all the plugins installed and only left the Visual Composer Activated to test if any plugins make that problem but the error stay present whit all plugins off.
this is the list of youtube id what i am use:
DVcZoBcYshY, 5BGoIg88FV8, acIZdnmevuA, 8pK4W06IQgQ, aV7sOAFLbUE, _nqs2wjvGnk, zruY_0Lir7k
Other t
What can i do?
We would like to restrict the inclusion of individual posts in the homepage blocks based on a Custom Taxonomy we set for each post.
Each block lists posts from 1 or more filtered categories. We want to use a Custom Taxonomy to include/exclude specific individual posts from the block.
We tried with the WordPress pre_get_posts hook, but it didn’t play well with the theme.
1) Please let us know if there is a different hook we can use or some existing function we can use instead.
2) I presume there must be some single common file, code segment or function where you call the Select for each post’s inclusion in the blocks.
If it exists, what is its name, where is it located, what line should we modify to add our custom select?
(We considered creating a category called “exclude” and putting -# in the category filter list, but that’s the opposite of how we want to work. We want all the articles initially excluded from the homepage, unless the taxonomy is explicitly checked to include that post.)
Thanks.
Hello Catalin,
I may not have written correctly or i am not accurate enough. I apology for my english, i was talking about the white “block” that i am showing more accurately on this screenshot.
Thanks for the answer 🙂
Hi,
This has happened because of the code provided above, as the mega menu was not meant to display like this. The limit for the modules in the mega menu is defined in td_block_mega_menu.php found in the theme folder->includes->shortcodes here – https://www.screencast.com/t/2sNvj9Vihchj also if you want to remove the “All” you should comment or remove this line of code from the same file – https://www.screencast.com/t/ua9wHUg6Yu
1. From what I can see the content in the sub-footer is already center aligned – https://www.screencast.com/t/v5FRYm8XuweK Please correct me if I am misunderstanding this
2. Unfortunately, our theme does not have any such an option that allows you to redirect, you could use this guide on how you can create simple 301 redirects:
http://www.wpbeginner.com/plugins/how-to-quickly-redirect-post-page-wordpress/ and redirect the actual link to the one you want
3. In order to add a new social network, you need to edit the theme code. Here is an example of how to add a new social network – https://forum.tagdiv.com/topic/adding-social-media-services-under-social-networks/
Thanks
Hi,
@LeadingSport Sorry for misunderstanding, the text probably dissapears for some of the blocks because you have set a white background for the title – so you should go to each of the blocks that have this issue and clear that background https://www.screencast.com/t/OF0gaWMVfkui and return them to the default state, it should look like this – https://www.screencast.com/t/KQShdYNC1kfG
Then enter this code in Theme panel->Custom Css, it will remove the background color and border from all the blocks
.block-title {
border-bottom: none;
}
.block-title span {
background-color: transparent;
}
Result – https://www.screencast.com/t/xqsEWBjq6p
Please let me know if this works for you.
Thanks
Hi,
You could try this code, it will increase the max menu size, if that is what you want just enter it in Theme panel->Custom Css
If you add more items in the mega menu it will show them all in the dropdown (within the limit of 400px)
.block-mega-child-cats {
max-height: 400px;
}
Result- https://www.screencast.com/t/caiacrXhkNDi
Thanks
I install the theme and download the demo content, but the structure on section don’t miss from https://demo.tagdiv.com/newspaper/ do not looks like the section SECCIONES from http://dev.eldecidor.com.mx/, where actually have the same structure applied.
Please help.
Hello Bogdan,
My question is about a page, not a post. My apologies if this wasn’t clear.. I tried to say it a couple of times.
I’ve created a couple of Pages (using Visual Composer)
For Pages, the text in numbered (ol) and bulleted (ul) lists is not inheriting the size settings of the “page content” font.
They show in the Visual Composer… and on the page layout, but they do not show when the page…
Could you have a look, again?
Thanks.
Hi,
If the blocks show as code you need to click on Backend editor – https://www.screencast.com/t/hOLCV9ob and you will be able to use the editor – https://www.screencast.com/t/U2bMvgjwe5 You can find more about Visual composer here – https://forum.tagdiv.com/how-to-use-visual-composer/
I’m sorry I missed the second question, the page template with latest articles will always display that feature at the bottom of the page after your content, as specified here – https://forum.tagdiv.com/page-templates-2/ What you could do is to select the default page template with no latest articles – https://www.screencast.com/t/iOZequzj and create a block with the title Latest articles and position it wherever you want in the page – https://www.screencast.com/t/MiA3WQq3Z7W and use any content and sorting you want – https://www.screencast.com/t/RiCNYKchTMZK
Thanks
Hello,
The ajax filter should put the links automatically if you add the ajax filter data. Please use this guide to display content in the ajax filter: https://forum.tagdiv.com/block-settings-guide/
If the filter does not populate properly, please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hi,
Like my colleague said above, you need to edit the file loop-single.php found in the theme folder – https://www.screencast.com/t/03wlQqibXwsV if you are using the default post template and add the code or codes provided above containing the custom ads in which you have added the ad code – https://www.screencast.com/t/SabRwdEK above the author box – https://www.screencast.com/t/iy5hBPUhx The result should look like this – https://www.screencast.com/t/3orYq4Nnhnl so you need to enter this following code in Theme panel->Custom Css to display the side by side
.single .post .td-a-rec-id-custom_ad_1,
.single .post .td-a-rec-id-custom_ad_2 {
display: inline-block;
}
If you are not using custom ad 1 or 2 fields you need to change the code accordingly
Result – https://www.screencast.com/t/ZFWW2yq8k
Thanks
Hi,
You can disable the author box in post pages in Theme panel->Post settings – https://www.screencast.com/t/x9Z0nE6yuUKc and also you can disable the author name on blocks and modules in Theme panel->Block settings – https://www.screencast.com/t/t6H5zywe If this is not what you wanted please provide more details about what you are trying to achieve
Thanks
Hi,
You can do that using this code, it will make all the block titles transparent, just enter it in Theme panel->Custom Css
.block-title span {
background-color: transparent!important;
}
Result – https://www.screencast.com/t/1dCrfBVW7
Thanks
Hi,
The block load more and next/prev pagination options have the functionality you already know. If you want to change it you will need code modifications.
A quick solution, without any code modification is to place a button just bellow a block with a specific link to a category – https://www.screencast.com/t/EHsUELXRVi – https://www.screencast.com/t/XcYt8zwnL
Hope this helps!