- 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
I found the solution, Google Chrome was blocking the script.
Thanks for your help!
-
This reply was modified 9 years by
Redouane.
Hello,
Sorry but the category colors are only grabbed on the post itself. The blocks and modules do not have a color change option. It can be changed with css but it will affect all tags at one. Our theme does not have the functionality for the blocks to detect the color of the category and set it as a color tag.
Thank you!
Hello,
The height of these blocks cannot be changed. They have a fixed layout that cannot be altered without customization. DO your blocks look any different than this example?
https://demo.tagdiv.com/newspaper/block-13/
https://demo.tagdiv.com/newspaper/block-18/
If so, it probably means you did not regenerate your thumbnails after switching themes. Please use the force regenerate plugin and regenerate the thumbs.
Thank you!
Hello,
In order to make the read more buttons rounded you can use this code :
.td_block_13 .td-read-more a{
border-radius:10px;
}
You can change the 10 pixels in order for the button to be more or less rounded.
As or the haedlines, you will have to be more specific.
Thank you!
Hello,
In order to change the categories displayed in a block you will have to use the block settings. Please read this guide: https://forum.tagdiv.com/block-settings-guide/
If you cannot access the visual composer editor or create a new page, then it could be a plugin conflict so 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!
Hello,
The images in your sidebar are different because you use 3 different blocks on your sidebar https://www.screencast.com/t/vOIsGeMSY
Please only use one block and filter it to show 3 posts. That way you will get the same image on all of the posts.
Please use this lin to see the different blocks and how they show up on the front-end https://demo.tagdiv.com/newspaper/block-1/
Thank you!
The link is in the first post, anyway it’s http://www.keyforweb.it
About settings i have hide block on mobile device via visual composer editor only. If you need i could create an account for access to backend site so you can check the page and setting.
Thank you
Hello likocorp,
First of all, I will thank you for your interest in our theme. So, if you want to display only these posts for your Big Grid, notice that our theme has an option for it in Theme panel -> Block Settings, like this -> https://www.screencast.com/t/zCi7jI1QJj In the same way you should to do for News Sticker block, like this -> https://www.screencast.com/t/VlmcL5AR6kf Use the Post Id Filter option from block settings. For more information about this feature, please consult here -> https://forum.tagdiv.com/block-settings-guide/
Thanks for your understanding!
Hello! On the Block 13 (for example) can I customize the color of the category tag, so that each category has its own color? Thanks so much!
Hi! I’d like to customize Block 13, Block 18, and Slide…namely to keep the same width but adjust the height. Currently, the image is so big that the title can’t be seen without scrolling down. How can I adjust the height? Thanks!
Hi! I’m wondering how I can fully customize the blocks…for example, I’d like to customize the “Read more” buttons on Block 12 to make them rounded, as I can make them rounded in the right column here: http://e50.4da.myftpupload.com. I’d also like for the headlines to be not in all caps.
Hello,
I’m trying to show the post subtitle in the home through the “block 22”, “td_module_17”.
I have localized the files “block_22.php” and “td_module_17.php”, but I have done several tests and I do not get that the subtitle appears in the home.
Could you help me?
Thank you!
Thank you. I do not have the “Global Block Header” under Block Settings.
Do you know why the images under my popular post category on the side bar is displaying different sized images? If there a better way to display popular posts? I am currently just using a random post setup as popular posts.
Thank you.
Hello,
Please provide a link to your site so we can inspect the issue.
Are you sure you do not use another block header template? : https://www.screencast.com/t/qpc4X9rIoi6
Thank you!
Hello
It was very nice to purchase you newsmag theme. Thank you for your good quolity product.
Meanwhile I have short questions:
1. Is it possible to freeze constantly the certain posts in main page up preview like it shown in my screenshot
http://savepic.ru/13449195.jpg
2. How to leave only two-three posts here http://savepic.ru/13490154.jpg
Make for these posts seperate category?
Thank you!
Sergey
Hello, sorry for my not perfect english… i’ve used visual composer for my homepage and i used “Hide on device” option for hide content on mobile so the users could see only grid and news block on smartphone and tablet.
The issue is that if i make a check on homepage with google search tools i see grid and news block that i created for mobile also in desktop view…..
Hello the problem was the SSL certificate issued by Let’s Encrypt. Google chrome on Android devices was blocking it because the ssl provider was not secure. I removed the ssl and everything is ok. You can’t see any ads because are regional based ads.
thank you for the help.
Hello,
For my site : https://anonymster.com/
I performed a couple of optimization recommended in the guide i could find on the forum and documentation.
However i am left with this rating : https://tools.pingdom.com/#!/cpAEXx/anonymster.com
Combine external CSS
Parallelize downloads across hostnames
Minimize request size
Remove query strings from static resources
Could you please help to fix those last 4 blocking points ?
thx
Hi,
Related Article Block Problem?
Please Help..
http://hizliresim.com/7qD32l
AND
http://hizliresim.com/37zG15
Thanks…
The theme includes a license for this plugin so you don’t have to buy it.
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Hello,
I’ve investigated and found the reason behind my nightmare: ModSecurity (https://modsecurity.org).
Basically on my apache based web hosing the mod_sec module was blocking the Facebook SDK web API call (https://developers.facebook.com/docs/javascript/quickstart):
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 'your-app-id',
xfbml : true,
version : 'v2.8'
});
FB.AppEvents.logPageView();
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
In particular facebook-jssdk was blocked.
Since this script was loaded through the theme’s custom code -> custom html panel all the theme settings were blocked from being modified.
After whitelisting this script the issue was solved automatically.
I hope this could help other users or the support staff in the future 🙂
P.S.: thanks to all the support staff for assisting me with this issue. Special thanks to Alvin 😉
-
This reply was modified 9 years by
truth.
Please keep in mind that in our theme has been made some improvements regarding on WPML plugin but it is still not the final version.
There is not mention in the documentation!
So what are the “improvements”?
Also in the Themeforest page CHANGELOG (Version 7.8 – March 21st, 2017) there is no WPML “improvements”.
Really thanks.
Hi,
The demo comes with predefined dummy content that you can replace (not edit) with you own content
– https://forum.tagdiv.com/installing-demos/ when you should decide to uninstall or change the demo all the dummy content will be removed, leaving the website as it was previously.
You have to create your own menu structure – https://forum.tagdiv.com/main-menu/ – https://forum.tagdiv.com/mega-menu/
categories – https://forum.tagdiv.com/how-category-settings-work/ and posts – https://forum.tagdiv.com/post-templates-2/
Then you can assign these categories and posts to the elements in the page structure
– https://forum.tagdiv.com/block-settings-guide/
The Politics demo uses header style 11 and a text logo – https://www.screencast.com/t/ds0nKRVMTD you have the option to make the menu sticky in theme panel – https://www.screencast.com/t/D5vgadKOdL and use the mobile logo on the sticky menu – https://www.screencast.com/t/ucmyzu6mp
The Fashion demo uses Header style 10 and a normal image logo – https://www.screencast.com/t/Ll5BE10G18uh that can be displayed on the menu when sticky.
Please let me know if I can be of further help, or you need any clarifications.
Thanks
Hi Team,
I’ve just updated my newspaper theme sent by themeforest. Before that, I was using v7.7.1. I did have Background color set to Grey. After updating to v7.8, my blocks on homepage are become on edges which are clearly visible that there is no padding between the Grey background color and block’s title, content and thumb images.
It seems too ugly now. Please help me how to correct it/add padding or something wrong I’ve done?
I am also using Child theme, where there are lot of customization I already have.
Thanks,
Hello,
You can disable the comment count on blocks from the theme panel: https://www.screencast.com/t/hAV68kP6
You can remove the author as well from the same screen
You can remove the excerpt from any block or module from the excerpts section. Add a excerpt length of 1 and there will be none shown: https://www.screencast.com/t/pbwAQmmHSc
You can change the block header styles from here: https://www.screencast.com/t/CeApfeKTNwlk
If you add a custom block to your footer, each one has it’s own style. You will see a list of each block and how it displays here: https://demo.tagdiv.com/newspaper/block-1/ – https://www.screencast.com/t/Ll8POfBCYVe
Thank you!