- 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,
Please activate the block pagination from the block settings here: http://screencast.com/t/TzG0enAH1l0
Thank you!
Hello all,
Unfortunately, this error could come from a big number of problems. I believe it happens due to a server configuration which is not responding, it could be due to a delay or it could also be a temporary issue so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this. Also, make sure that your permission for the upload folder is set correct. You can check this by trying to upload an image in the media library. If the process succeeds then the permission is okay. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the Cpanel, please contact your hosting provider.
Also, make sure you meet the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/
If you still cannot install the demo, please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also provide a link to this topic.
Thank you!
Hi Catalin
I find that the mobile theme is great for performance
impossible not to use it, you have done a great job
I saw that remove “featured” on front-page.php at the line
<div class=”td-container”>
<?php echo do_shortcode(‘[td_block_big_grid_mob_1 sort=”featured“]’); ?>
<?php the_content(); ?>
They are able to get into the mobile home a grid with the last three articles…
The problem is that they also are shown below in the “latest articles.”
You should just find a way not to show the first three items below in “last articles”
Thanks!
Hello socialleo,
Unfortunately, our theme does not have such an option that offers you a way to add your ads in this places of a site, but it can be done only through code. First of all, you have to create your shortcode and then you have to place the code in core file according to smart list used by you. For example, if you are using the smart list 8, you have to add the do_shortcode method in td_smart_list_8.php, like this -> http://screencast.com/t/UFhhrRh18VFL and the code for your custom ad 1 is -> $buffy .= do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
The result you should see here -> http://screencast.com/t/yroXAs923
Also, please ensure that your custom ad fields contain your desired code, like this -> http://screencast.com/t/wOAwvRwTwP
Hope this helps!
Thank you for your understanding!
Hi,
The block is present if you add it to your page. if you removed then you need to add it again. It will not display automatically. Please provide an example of how you are implementing the social counter and provide a link to your page so we can inspect it.
Thank you!
Hello Augustine,
1)If you want to have the Back to top button for your Mobile layout, you have to use a bit of CSS code to do this. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-scroll-up {
display: block;
}
}
The result you should see here -> http://screencast.com/t/pyG0JGuC3zqV
2)Unfortunately, at the moment, this is the behaviour of our mobile theme. We work hard to add more improvements our theme and in next our updates we will try to develop this plugin to render and the Visual Composer shortcode.
3)Unfortunately, this type of plugin is not tested with our theme and we have no idea about the theme behaviour with this type of plugin on our new latest version.
Thank you for your understanding!
Hello
My thumbs are very low quality and they differ original images. I use M3 block on main page
Can you see it? Our website
Hi,
The posts can be filtered in the big grid slide just like the ones on a normal big grid by using the block setting: http://screencast.com/t/n8SsKjabSK
The images not fitting inside the container is a whole different matter. Your images need to be at least the size of the container for them to fit properly as the theme does not enlarge the images. It only crops them. if the images are big enough, then you need to follow this guide to fix the images inside the container: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Hi, i have a 3 question
1. How to remove title in post
because title is big at mobile post
(1) http://popkoon.cdn3.cafe24.com/cdn/2016/05/1KakaoTalk_20160512_154455985.jpg
(2) http://popkoon.cdn3.cafe24.com/cdn/2016/05/KakaoTalk_20160512_154455711.jpg
2.How to reduce td-block15 height
because td-block15 is big at mobile
(1) http://popkoon.cdn3.cafe24.com/cdn/2016/05/KakaoTalk_20160512_154455985.jpg
3.How to chanege loading image on my image
(1) http://popkoon.cdn3.cafe24.com/cdn/2016/05/xczxc.png
have a nice day
Hello volleyumbria,
This error -> http://screencast.com/t/XW2ZouO2hQe comes up in the search/block 21/module 16 when a post has no featured image set to it. This is the case because the search uses the default WP thumbnail. We are working on a fix for this and until we can implement it, you can use this workaround:
You need to edit td_config.php and add this code:
td_api_thumb::add('thumbnail',
array(
'name' => 'thumbnail',
'width' => 150,
'height' => 150,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Big grid 1, 3, 7 - small image'
)
)
);
It should look like so: http://screencast.com/t/RTkWKH6me
Basically, you are just adding another thumbnail to the list in between the existing ones. Then the error will not display anymore.
I recommend you to change the module for Search from Theme panel, like this -> http://screencast.com/t/I0AmPRbybZZN
I have checked your website and I saw that you have an older version of our Newspaper. If you want, please update the theme to the latest version (7.0) because this bug was fixed in the new version.
Hope this helps and let us know how it goes!
Thank you for the message!
Hi,
If you want to make the titles stand-out please remove the previous code and use this css in the custom css box:
.td-big-grid-post .entry-title a{
background-color: rgba(0, 0, 0, 0.51)!important;
}
Alternatively you could use the grid style 4 from block settings:
http://screencast.com/t/xtTj3BBij – http://screencast.com/t/jnYD1nrUe79Y
Thank you!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/0CRPdbNCpE
@media (max-width: 767px){
.td-top-menu-full {
display: block!important;
}
}
Thanks!
Hey man,
How did you rename the block name?
Hi,
After updating the theme to version 7.0, Google adsense ads are not showing up on mobile, however, they do show on desktop. I activated mobile theme plugin and inserted ad codes into the respective ad blocks, even then they are not showing up on mobile. On either cases, they do not turn up on mobile. But yahoo ads are showing on mobile as well as desktop. Site is http://techiewheels.com. I’m not sure which is causing the issue. Pls help me to get out of this. Thanks.
Hi and I wish you more happy tagDiv days. Congrats!
My site is this: emvolos.gr
I want to have different sidebars in different categories. So I created a new one for this category: http://emvolos.gr/category/%CE%BF%CE%B9%CE%BA%CE%BF%CE%BD%CE%BF%CE%BC%CE%AF%CE%B1 and I want to place ads NOT google, just simple images with links. As you will see I already placed one (novacert) but i did this with Slider Revolution. Is there a simpler way to add an image with link because I want to do this for various categories.
Also please check the front page and you will see that next and prev arrows are not showing under blocks.
Thank you
Hi, as soon as I try to save an update on a page, I get the following warning:
Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/themes/Newspaper/includes/wp_booster/td_block.php:175) in .../wp-admin/post.php on line 197
Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/themes/Newspaper/includes/wp_booster/td_block.php:175) in .../wp-includes/pluggable.php on line 1171
What could be the issue of that?
Newspaper: 6.7.2
Wordpress: latest
Hi Bogdan B., I have updated to newspaper 7 and social counter plugin to 4.0, but the social counter block still missing, so I can´t fix the fields you´ve mentioned before.
Instead of this, the social counter widget works excellent, why is that?
Even on home page in the block section the format is gone
http://s32.postimg.org/y38zpecf9/Schermata_2016_05_11_alle_18_58_31.png
Yes, I know its because of the filter, but before it didnt show up anyway, also, when I hide it through CSS, there is nothing broken, so why does it show up, when I dont need a Block title?
Hi, you notice the white padding on both sides. if you check the category pages (http://splashysplash.com/category/fashion/)
there are no white paddings on the sides, even though they are both using the same style block
I have solved the problem I was having with the news ticker. The ticker was under the menu and was being cut off, I have moved it down and it displays correctly so we do not need that to be looked at anymore. Thank you.
As for the problem with the titles. I have attempted the fix you provided above but I was not able to change anything. I have looked through block settings and did not find anything other than being able to turn the category tag on or off, could you please provide an image of what I need to change in block settings?
I have added the code to custom css: http://screencast.com/t/gI6PW2vf
I need to make the titles stand out because without the black background over the grid, it is difficult to read:
http://screencast.com/t/U36DzzgUk
Thank you!
Hi,
I have tested this again and an empty block title will not show up at all: http://screencast.com/t/4dKQTBYkUqD unless you add an ajax filter. If you do, then you need a title as the widget requires it in order to display properly: http://screencast.com/t/BKeZSkPecZn
Thank you!
Hi sir, please view my latest post
Update: I think I understand what has happened, because i have activate “mobile theme” showing for some reason the mobile version as the primary. There is no way to work with normal theme & mobile
About demo content i am ok now. But i have problem about mobile theme & normal theme when is both activated
Thanks for your time
Hi Catallin, thanks for the feedback, I was more concerned with the Category menu link underline hover colour on the main menu, as well as block titles? do we have to set the colour of these manually because in Smartmag we set the custom category colour and this then applies to all category menu links etc. For newspaper theme do we have to set this colour manually using custom css?
Thanks
Matt
Hi,
Try it like so:
The solution to the problem is to put the line of code from this link on top of the htaccess file. Literally put it on top, not inside the other lines of code, but just on top.
Not the whole thing or else it will screw up your webpage. Just this part: Header add Access-Control-Allow-Origin “*”
Make sure you copy from StackExchange so it copy and pastes correctly, because the htacess file is one of the most delicate parts of operation.
Thank you!