- 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
If you’re using adsense code a solution would be to add the code in Theme Panel > Ads section in theme’s custom ad spots: http://screencast.com/t/DjDIQo9UEc7 and use do_shortcode function in every post template files corresponding with the post template used – http://screencast.com/t/OnJ6x0h0Z to display the ads.
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');?>
Also you will need this custom css – http://screencast.com/t/uuiWen8QXqXg
.td-g-rec-id-custom_ad_1, .td-g-rec-id-custom_ad_2 {
float: left;
margin: 0 0 20px 20px!important;
}
Note that I didn’t test this on every post template so you may need additional customization and if you don’t know how to do it yourself I suggest to hire a professional developer from sites like http://studio.envato.com/ as we cannot provide custom work.
Thanks!
Hi,
I have some reports regarding Raw Html/JS blocks and it seems to be an issue from Visual Composer. We will provide the new version of VC this week when a new version of Newspaper will be released.
If you cannot wait till then, you can send an email at contact@tagdiv.com paste a link to this topic and we will find a solution for you to test this.
Thanks!
Hi
You can add a sidebar using a widgetized sidebar block from Visual Composer like here: http://screencast.com/t/WcefJ9mKFml – http://screencast.com/t/um6mD1YunGq The result will be like here: http://screencast.com/t/bboo4YVEC Try to restore the code from its original version and apply this solution.
Let me know how it goes!
Thanks!
Hello Manoj,
You can change the default padding on each block by either making a custom css for it or editing the style.css file. You can target the specific blocks by inspecting them in your browser and identifying the classes used by it: http://screencast.com/t/6OcZrRNKdxQ
Unfortunately there is no global padding value that you can change in one instance and apply it to all of your site.
Thank you
Hi,
Emil replied to you on email and told you that it is a cache issue:
Hi,
You have to clear the cache after you make a change on the category settings. Or disable the cache plugin, make the changes and enable it back.
I placed the cache reset image 1st, my mistake, it should be done after you change the category settings, the order is this:
1 – change the category settings – http://screencast.com/t/sI3sNxs9ZTvq
2 – clear the cache – http://screencast.com/t/5YovUbQbZ
3 – check the result – http://screencast.com/t/TBSJRLFr5Thank you, Emil G.
Hi,
Sorry for delay, we don’t work on weekends!
When you set a featured image, it is cropped for different sizes to be used on modules/block/post styles. The theme uses the add_image_size() function, you could read more about the featured image size here (it’s from Newsmag documentation but the principles are the same) – https://forum.tagdiv.com/image-size/
Thanks!
Hello Manoj,
You will have to target every block and change the padding on it and also be careful about responsiveness. That’s why i said it was a difficult job to do. You can inspect every block in your browser inspector and modify it: http://screencast.com/t/Ng47nDC79 – http://screencast.com/t/Ffl6TvXdRvJ. Mind the containers the blocks are placed in. They will also need to be adjusted to your changes. You will practically change the whole site’s CSS because all elements are in relation to one another.
Unfortunately there is no easy way to do this task because the site was not meant to be customized like that.
Thank you.
Hello,
You have to be more specific and point us to the link that’s not working because I can’t find it on your site. It could be a plugin issue though. Try to disable all plugins except visual composer and see if it works. If the problem is still there, provide more details.
For the second part, I see you have the categories already set up on your block titles. Provide more details for what you would like to change
You can check the Ads section in our documentation: https://forum.tagdiv.com/above-footer-ad/
The big banner block (gadgets) is actually block 18, which you can use from visual composer when creating pages: http://screencast.com/t/lTJ1Rird
You can read about sidebar ads in our documentation: https://forum.tagdiv.com/sidebar-ads/
The editor picks in the footer section is demo content which comes with the first 8 styles of the footer.
https://forum.tagdiv.com/footer-templates/
You can read more about the revolution slider plugin and its uses here: http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380
Thank you
Hi
The Visual Composer plugin provided with the theme is this one: http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431 I was referring at this carousel block from it: http://screencast.com/t/BSUVvnWr3N We didn’t tested the plugin you indicated here: http://codecanyon.net/item/carousel-anything-for-visual-composer/8621711 with the theme so I cannot said how will work.
You can check the browser’s console if there are some errors and try to fix them, also try this with a default WordPress theme and see how it works.
Thanks!
Hi
To change the width of the site it need a lot of work on modules, blocks and any other elements that appear on the page. The entire layout will be affected and that involve a lot of custom work. Unfortunately we can’t provide any type of custom work at this moment, but can look for a freelancer from sites like: http://studio.envato.com/ to do it for you.
Thanks for the message!
Hi
Please check this topic, Emil posted an answer regarding this question here: https://forum.tagdiv.com/topic/custom-taxonomy-support-for-blocks/
Thanks!
Hello,
i tried to change hover color of social icon using the custom css for each individual icon code that i used
.td-social-icon-wrap_i.td-icon-facebook:hover {
color: #254887 !important;
display:block;
}
.td-social-icon-wrap_i.td-icon-googleplus:hover {
color: #D24233 !important;
display:block;
}
.td-social-icon-wrap_i.td-icon-twitter:hover {
color: #00AFE9 !important;
display:block;
}
but it does not changed any thing.
thespotkick.com
Hello lafrance,
1. There are the 2 post formats used by the theme: Standard and video. You can add an image format if you want like in this topic here:
https://forum.tagdiv.com/topic/post-format-type/
2. You will find very usefull information in our documentation for all sorts of settings and customization
https://forum.tagdiv.com/post-templates-2/
https://forum.tagdiv.com/post-formats-for-tinymce/
https://forum.tagdiv.com/general-settings/
Block-quotes were moved to formats: http://screencast.com/t/Uu6d6Swv
3. Unfortunately we have not tested our theme with that specific plugin but we haven’t received any complaints either.
I hope this helps.
Thank you!
Hi,
Please check Theme Panel > Block Settings and you can enable the category tag on specific blocks(including the Big Grid blocks) – http://screencast.com/t/aVCahD9m6uE
Thanks!
Hi
Paste the code below in theme’s ad spot like here: http://screencast.com/t/bKuExlqRJw- http://screencast.com/t/mGR3eUjbY
<div class="td-visible-desktop">
<a href="http://www.soccerbox.com/" target="_blank"><img src="http://acmilannewsnow.com/wp-content/uploads/2015/08/hämtning2.png" alt=""></a>
</div>
<div class="td-visible-tablet-portrait">
<a href="http://www.soccerbox.com/" target="_blank"><img src="http://acmilannewsnow.com/wp-content/uploads/2015/08/hämtning2.png" alt=""></a>
</div>
<div class="td-visible-phone">
<a href="http://www.soccerbox.com/" target="_blank"><img src="http://acmilannewsnow.com/wp-content/uploads/2015/08/hämtning2.png" alt=""></a>
</div>
Regarding the adblock question please check this topic: https://forum.tagdiv.com/topic/anti-adblock-script-to-my-wordpress-plugin/
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello,
If you want to change color only to the title without metadata, use this code instead:
.td_block_slide h3 a{
color:red!important
}
Thank you.
When looking at your hams page in width mode with visual composer as the mode…
Looking at a block there is an edit icon (pencil) in the centre – click that to open the settings panel shown in the tutorial. Is that what you mean?
I’ve been using demo blocks. I can’t figure out how to edit them on grid elements. Where exactly do I go? I’ve read through the tutorial but it doesn’t seem to answer it
Hi Jordan
For the second issue try this tutorial
https://forum.tagdiv.com/block-settings-tutorial/
Pat
Hello,
I need to create new website with 3 different languages – english, russian and german. I need to have a different content and some different structure elements (menus, block and etc.) for every languages. For example if you load appple.com in UK, Denmark, Russian and etc. every website looks different with different content. I do not have any idea how I can do this with your “newspaper” theme, but is very important to make it. I bought the theme today and I’ve just installed it. I am going to create the my new website structure tomorrow. I have experience with WordPress, but I’ve never created multilingual site since now.
I will be happy if someone can help me 🙂
Thank you!
Ok I fixed it by changing line 98 of /includes/pagebuilder/td_block_layout.php:
switch ($td_column_count) {
case '1/1':
return 2;
break;
(changed from 3 to 2)
The problem is that the get_column_number function doesn’t take into account whether or not the page has a sidebar, so the layouts don’t work properly on pages with sidebars.
Hi,
I would like to have in the ‘Article Bottom Ad’ two square google blocks nearby.
I created these two square blocks 336×280 and added them with extra code:
<div style=”float:left”> AD BLOCK </div>
<div style=”float:right”> AD BLOCK </div>
But it shows only one square block.
Could you please advise and help with the issue?
Hi Tagdiv Support,
I have used the Ajax Filter function for Block 14 (on my homepage, under “Travel” and I filtered by Categories (Busan, Seoul, Jeju). I’ve also used pagenization with 6 posts per page. Every thing works well except for the page transition. I’d like to have a more “fade in” kind of transition instead of the current one which the next page just drops down. Is it possible to customize the page transition styles on Ajax Filter? I have noticed that in Newspaper6 Fashion Demo the transition is smooth.
URL: http://www.1step1footprint.com
Thank you very much.
Regards,
Wei Jian
Hi I need help with the following:
why is the video function is not working on one of my posts – when i click on the link it takes me back to the home page mainnwhile it has it own url
how can i do the sub categorises on the home page block titles like the demo eg affiliate marketing: def, affiliate networks, internet marketing etc…
how can i display the ads on the bottom and the footer of the page on the home page like the demo (728by90) if using the tech demo
How can I get the big banner (block on the homepage – the section that says gadgets if using the Tech Demo)
How to get the ads on the sidebar using the tech demo and what size to use
how to do the editors pick for the footer
how to do author profile with image, how to change the profile image and add details and how to add it both on sidebar and end of a single post
what is the revolution slider plugin use for
Thanks
I’m trying to filter blocks by custom taxonomy but they aren’t in the options. I’ve read support isn’t included for these yet. I need more of a guide than just the location to edit in “td_config.php” I’ve no clue how to get them in there.