- 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
Hello tycoonz Fitness,
Unfortunately, our theme has not been tested with this type of plugin and we have no idea about the theme behavior with this type of plugin and also, we cannot say for sure if it will work or not with the theme, sorry! I do not know where exactly you want to display the MailChimp of your website? Please notice that all the shortcode which is generated by the plugin you should add inside the post if you want to display it there or inside a Text Block and place it where you want inside your website. So, another alternative for you would be to use the do_shortcode method and place the plugin shortcode inside the core files, corresponding to desired places of your website. ->http://screencast.com/t/mZul6h66Cvu
For more information about this method, please consult the documentation here -> https://developer.wordpress.org/reference/functions/do_shortcode/
If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
And sorry, an additional question, how can I change the color of the excerpt on my homepage ? i don’t found block and module colors
Hi there:
I’ve searched the forums but can’t seem to change the gradient where I was it in CSS.
I’m trying to alter the gradient on the front page, Block 18:
http://ea1.a87.myftpupload.com/
For example, using this:
.td-module-thumb a:last-child:before {
background: linear-gradient(to bottom,rgba(238, 62, 62, 0.9) 0%,rgba(238, 62, 62, 0.9) 100%) !important;
}
I alter the gradient in the thumb of block 14, but block 18 remains unaffected.
I think Block 18 is style mx8?, but this still doesn’t work:
.td_module_mx8 .td-module-thumb a:last-child:before {
background: linear-gradient(to bottom,rgba(238, 62, 62, 0.9) 0%,rgba(238, 62, 62, 0.9) 100%) !important;
}
Any help appreciated!
These are just names of the modules, you should change them manually in the site’s composer. You find the block you want to rename, click the edit button on the block and the first thing you’ll notice is a “Custom title for this block:” space, with English name. Replace it with Portuguese. 🙂
Thanks. I mean the use of blockquotes inside comments:
http://media.newsvoice.se/2016/10/blockquote-comments.png
When I use the “b-quote” button the text I want to make into a blockquote becomes enormous and in big letters.
I would like to edit that to smaller text and no big letters.
Looks like the CSS is being blocked by your robots.txt file or similar; See the specific “why” info on the page you’re linking to from Google. 🙂
Like it says right on that page “may not appear mobile friendly if blocking some of the page resources…”
Hi,
One of the websites we have that uses your Newspaper theme suddenly started displaying mostly in a serif font. We’ve checked and double checked and the Theme settings are on sans, but still the majority of the site is showing a serif font.
There are two areas showing a serif font:
1) The title of each block. So, for example, on the ticker at the top it says Trending Now in serif, but the title of the posts it is linking to remain in Sans.
2) The text of each blog post is in a serif font. Not the title, which remains in Sans (whether on the front page or on individual post pages), just the body text. The preview text showing below the title on the front page is also in a Serif font.
The result is a mixture of Serif fonts sitting alongside Sans fonts. It looks really weird.
If we’ve done this somehow accidentally I’d appreciate any help understanding how so we could prevent this from happening again. If there is some kind of fault I’d love to fix it.
Thank you,
Ned
Can you check for example with this url?.

Google said :
Page appears not mobile-friendly
Content wider than screen
Links too close together
I don’t know how solve this. can you help me? thanks.
Hello,
On our website I’m using your template. There are only two problems I cannot solve.
1. On the landingspage (bc1.nl) there are square blocks linking to #respond, I don’t want this. How can I turn this off? Here you can see an example https://www.bc1.nl en https://www.bc1.nl/fout1.jpg
2. The TagDiv Social Counter doesn’t work great with our language, in Dutch more characters are used to say someting than in English. This is why the number of likes (in Dutch – vind ik leuk) on Facebook isn’t shown correctly, the Twitter icon in the social counter is shown over the number likes on Facebook. As you can see here https://www.bc1.nl/fout2.jpg
thanks in advance
Hello all,
I have a problem with my backgrond not appearing in desktop for any post. Example:
http://soutaoboa.com/maes-filhas-vinculo-cura-vinculo-fere/
The image is in the post:
<div class="backstretch"><img src="http://soutaoboa.com/wp-content/uploads/2016/10/maes-filhas-vinculo-cura-vinculo-fere.jpg" /></div>
But the original styles are still being applied:
.td-backstretch {
max-width: none;
opacity: 0;
transition: opacity 2s;
display: block;
}
Since opacity is 0 it’s normal that it won’t appear any image. I assume that there is some javascript that is creating this element and change it if it’s desktop, mobile, and so on… but i didn’t find any information about that in the documentation.
One important things is that this behaviour seems to have appeared after we activated cloudflare and browser cache activated also on cloudflare. It is probably related to it but I need to have browser cache activated…
Can someone please help me here?
Thanks in advance.
hi, i wanted to change the width and height of block 1 thumbnail which is 324X235 pixels
to 350×250 how can i do this?
thanks
danyal
Hi,
So, I finally implemented the code in all smart list type and it’s working well. Though it’s not working on mobile ( with TD Mobile theme plugin ON)
So, I also added this code to “td_smart_list_mob_1.php” but since “custom_ad_1” can’t be recognized by Mobile theme hence it’s not working.
What we can do is to call for “Article Bottom Ad” under mobile theme option (https://i.imgur.com/8bkJGHf.png ) in spite of “Custom_Ad_1” . If it’s possible , please tell me the way or if there is some other way around.
One more thing- So, we already have the same code written in “Article Bottom Ad” section of theme setting panel ( https://i.imgur.com/el1PniV.png ) so, for the desktop version too, Can’t we use
“article_bottom_ad” in spite of “custom_ad_1” in following code:
$buffy .= do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
Kindly assist.
Thank you.
i can’t find the place where can i change the td-social-list info (facebook twitter and youtube ) td_block_wrap td_block_social_counter td_uid_29_5813d3170173e_rand td-social-style8 td-social-boxed td-social-font-icons td-pb-border-top
Hi first i am very happy to use this theme, it is powerfull.
I have some questions. please tell me how 1) to grow the width of the VC Elements (Big grid 3, blocks) a little more as he did in the main website http: //news360.info. The live demo your own presentation shows quite larger than its own mou.http: //demo.tagdiv.com/newspaper/. Can I change something in the code to grow elements to 1366 px?
The same problem with the size is in any of your demos i have installed.(travel blog, magazine, college)
Please take a look here:
http://www.screencast.com/users/philjimkaterini/folders/Default/media/9f491cff-b47f-4de2-a4e0-dc487e147c0a
2) I can completely remove the menu? The closed from topic but says again add menu.
sorry for my English.
Thanks!
I want a slider and four small blocks of news please find below the picture of what i want to achieve
Hi Catalin,
I think I managed it already. It worked by doing the following:
In custum code > Custom CSS:
.td-magazine .block-title > span, .td-magazine .block-title > a, .td-magazine .block-title > label, .td-magazine .widgettitle {
padding-left: 0 !important;
background-color: transparent !important;
padding-bottom: 8px !important;
}
In custum code > CUSTOM BODY CLASS(S):
td-magazine
Is this the right way, or do you think there is a better option?
website is:
http://www.drenthemagazine.nl/
Cheers!
Hello,
I have one more question about the mobile plugin:
I would like to change the size of the image circulated on the link sent to you. I would like to keep this pattern in the block: http://i.imgur.com/eqt8lbn.png
Hello,
The site you mention has a custom css preventing the block from getting to much height. The code the site owner uses is this one:
.td_module_mx8 .td-module-thumb {
max-height: 400px;
}
Thank you!
Ok I see, this is the Shortcode Mapper in Visual Composer settings !
But when I do this, ALL my blocks in my homepage becomes dark ! And I want just the block 14 to be like this…
Thanks for your help!
But I’m not sure where I have to put this code:
[vc_row full_width="stretch_row" el_class="td-homepage-full-row" css=".vc_custom_1477652713189{background-color: #7a7a7a !important;}"][vc_column][td_block_14 sort=”random_posts” limit=”3″][/vc_column][/vc_row]
What is the back end editor in visual composer ??
Thanks Bogdan,
Can the size of the block 18 image be adjusted.
If you see the home page it is a large Image http://www.fitlogy.com
Can I make it smaller breadth(width) similar to the image posted above.
Hi Alln,
I have spend also several hours to find a way to change the other way around.
So I would like to have my block title without the background color, but with the colored underline. I found how to change the font color.
Please let me know!
thnx
Hello Mantis,
Please notice that this type of element over you are referring to is just a simple Block 14 which is limited to display only 3 posts and which are placed into a full width row with the stretch rule. You can try the following code and place it in Back End editor in Visual Composer. The code should be found here -> http://pastebin.com/4fRP24YV Then you add this code you should use a bit of CSS for better results. Try the code below and place it in Theme panel -> Custom CSS area.
#td-outer-wrap{
overflow:hidden;
}
Hope this helps!
Thanks for the message!
Hello,
We have had this report by a few people and all of them worked from the start on our end. Please try it from a different machine. All of the people in this topic emailed us and we were able to load the translation on the first try from our end. There is something local affecting the translations. Please try it from different machines or remove any firewall or software that could block the translations. If you still cannot do it, also send us an email but until now we could not find any problem with the translations.
Thank you!
Hi there,
I would like to know, if it’s possible, what kind of block is in my screenshot and how it is configured (with the dark background etc.)
This block can be seen on the Newspaper 7 sport demo: http://demo.tagdiv.com/newspaper_sport/ (in the middle of the page)
Thanks in advance tagDiv team 🙂