- 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,
@ThryveWell – To center the modules from block 13 you could use the following css (add it in Theme Panel -> Custom CSS) – http://screencast.com/t/kMQqfeewboWG
.td-pb-span12 .td_block_13 > .td_block_inner > .td_module_14 {
display: inline-block;
}
.td-pb-span12 .td_block_13 > .td_block_inner {
text-align: center;
}
Not sure what link did you wanted us to see, please use the direct demo link and resend it – http://demo.tagdiv.com/newsmag/
Block 13 wasn’t designed to work on full width (no sidebar), we have it on our list for the future updates, our initial thought was that the images are too large on 3 columns and the UX is not good.
The theme wasn’t designed to work on full screen, sorry about this, if you cannot use it for your project please send an email at contact@tagdiv.com , include a link to this discussion and we will provide a solution.
Thank you!
-
This reply was modified 10 years by
Emil G.
Hi
You can increase the width’s of article top ad by modifying the indicated value from td_block_ad_box.php file: http://screencast.com/t/07D6rrrB – http://screencast.com/t/B5lToMsnqBZy
Let me know ho it goes.
Thanks!
One more question for you guys. i need to add a sign to add block “advertisement” – “reklama” how do i do i? WE are also using child theme so please if there is FNC which we can hook on let me know… here is banner and the way how it should look like http://screencast.com/t/An39RJ7N..
Hi all,
This is block 1 show up on demo site: http://imgur.com/3kTK8Yd
And here is Block 1 display on my site: http://imgur.com/PDNDWld
Anyone can show me how to fix it?
Hi jeanbecq,
Sorry for delay we missed your post as this topic was solved! When you have an issue please create a new topic to be sure that we don’t miss it.
If you add the categories IDs to the ajax filter spot, only those categories should appear on your block – http://screencast.com/t/QNWWOwNA – http://screencast.com/t/kVRmcCWWQ
Please note that if you have no post to a specific category, it will not appear on the ajax filter even if you add the id.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
-
This reply was modified 10 years by
Alin [tagDiv].
Hi
1. Try this css in theme panel > custom css: http://screencast.com/t/ANcl5HZ5Ha
.td_block_13 .td-module-comments{
display: inline-block;
margin-left: 10px;
float: none;
}
2. To add Read More button you need to edit td_module_14.php file and add this code like here: http://screencast.com/t/xBI2Pdqp5FS
<div class="td-read-more">
<a href="<?php echo $this->href;?>"><?php echo __td('Read more', TD_THEME_NAME);?></a>
</div>
Then add this custom css in theme panel > custom css: http://screencast.com/t/RFjn3Gwjv
.td_module_14 .td-read-more {
display: block;
margin: 0 15px 20px;
}
.td_module_14 .td-excerpt{
padding: 12px 20px 20px 20px;
}
Note that this changes will be applied every time when module 14 is used.
Thanks!
Hi
To obtain that layout you need to edit td_block_1.php like here: http://screencast.com/t/IvFhnGIp8b or just replace the code from that file with this one: http://pastebin.com/xWk2kZGT – http://screencast.com/t/4hAFOUufipzo
Note that I’ve test this only with a 2/3 + 1/3 layout: http://screencast.com/t/Vt549TmPWL and only with block 1. For a different implementation you will need custom modification and if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hello,
First of all, you have to understand that newspaper 6 is a totally different theme. It was built from scratch in order to provide a better ‘cleaner’ theme with many improvements and possibilities.
Many of the previous settings will not work in newspaper 6 so you have to change a few settings in your new theme version.
1) You can change ALL fonts of the theme from the theme panel. You just have to find the ones you need. For headings H1-H6 the option is here: http://screencast.com/t/SGl89bcpxhI4 for posts and for pages they are in the page section. If it is a module title, you have to find the modules and blocks article titles. There are a lot of font settings and they can be a bit confusing.
2) Shortcodes were changed in version 6 so you have to rebuild your page in visual composer. Also the CSS code for styling was changed in the new version so ALL custom modification made in version 4 will not work anymore
3) If you have custom modification to your titles, it will not work anymore. Please remove all CSS customization you had in the previous theme version.
As an alternative, you can use this css to adjust the title:
.page-id-8427 h3{
margin-top:0!important;
}
I hope this helps.
Thank you!
Hi,
If you use Visual Composer to create your page, you can use Widgetised Sidebar block to display your custom sidebar – http://screencast.com/t/QgjXE99zqzw5 as the sidebar is added automatically only if you don’t use VC pagebuilder.
If you need this, you can switch to PageBuilder with title template which allows you to set the sidebar from Page Settings – http://screencast.com/t/6Wklpgg3e – http://screencast.com/t/ufa8te8Ijz
But you need to be careful how you add blocks to the page if you use this template, for example Big Grid can be used only on full row width(so you cannot use it on this template only if you don’t use sidebar) – http://screencast.com/t/3cz3DtNHnlT – http://screencast.com/t/Oinr6S3zvLT
On posts you can select a custom sidebar.
– It can be set globally (to all posts) from Theme Panel -> Template Settings -> Blog and post settings – http://screencast.com/t/FBCaRUVYe2
– On each category, this will override the global settings and the posts included in the category will inherit the settings from here – http://screencast.com/t/j7J0vtEBti
– And it can be set individually on each post (overrides global and category settings) – http://screencast.com/t/DhiJ3uqcr
Hope this helps!
Hi,
I have added your suggestion to our list and the developers will take a look and consider it for a future update.
A solution at this time is to block inline ads in the code manually, using the post id(is_single function) – https://codex.wordpress.org/Function_Reference/is_single or try this solution to block the ad for posts from a specific category – https://forum.tagdiv.com/topic/replace-adsense-code-of-ads-fields-in-a-category/#post-54692
Hope this helps and thanks for suggestion!
Hello Bmusiq,
Please make sure to update your theme to the latest version (6.5.1) and also update visual composer to the latest version (it comes with the latest version of the theme).
If the problem is still there after the update, please try to disable all your plugins except visual composer and check the playlist again.
I have tested this on my end and it works fine, even adding the playlist shortcode in a textblock.
If the problem is still there after disabling plugins please send us an email at contact@tagdiv.com and provide your login info so we can take a closer look at the problem and come up with a solution
Thank you!
Hi
I suspect you’re using page builder + latest articles as page template in Visual Composer: http://screencast.com/t/eRU4fCDo You can find more informations about page templates in our documentation: https://forum.tagdiv.com/page-templates-2/ Also you can change the sidebar from page settings: http://screencast.com/t/7y3bwpnv2J and you can customize the latest article area from posts loop settings: http://screencast.com/t/IIpzqFa7hQ7 Regarding the sidebar widget that can be customized from Appearance > Widgets: http://screencast.com/t/UH5kUA4Dp IOn this section you can add or remove elements from that widged or change the blocks settings displayed in the widget.
Hope this help.
Thanks!
Hi
As the slide block to be displayed you need to have at least 2 posts in your custom post type. If you have more posts and want to display only some specific posts you can add a tag or include them into a category, then set in slide settings that category/tag to be displayed: http://screencast.com/t/N55dmtV3HQG
Thanks!
Hello,
The featured images work like this: https://forum.tagdiv.com/featured-image/
You have to be careful of the images you upload and check how they are displayed in different blocks. In the theme panel->block settings you will see a section for thumbnails: http://screencast.com/t/Dt7016hmpr6. These are the sizes used across the site. You need to upload images bigger than the block thumbnail you want it to display in. I hope this helps.
Thank you!
Hi,
Do you refer to the space between article title and excerpt?
If you disable meta info, the container is still there, but you can use this custom css – http://screencast.com/t/IkRFD8crNQ
.home .td_block_11 .td-module-meta-info {
min-height: 0;
}
Thanks!
Hi,
This is basic functionality of Wordress and also the theme use this. The small images are not automatically enlarged by WOrdpress or by the theme(only cropped), but can be enlarged via custom css or try to use a plugin like Thumbnail Upscale in combination with Force Regenerate.
If you want to use css please add this code in Theme Panel > Custom Css – http://screencast.com/t/Wd8FeCrgE
.td_block_big_grid_1 .td-big-thumb .entry-thumb {
height: 100%;
}
Hope this helps!
Hi guys, let me make long story short – I’ve used pirated verison of theme for a while, set it up (version 4), loved it, and decided to buy updated version 6. So here I am.
website in question is – https://www.coma.lv/
1) fonts. I’ve change any possible setting in theme, however I could not get my headings and titles to change to anything but Roboto.
2) boxes with golden border here – https://www.coma.lv/photo/wedding/ before the update boxes with golden border were positioned nicely on the right hand side of each block. Now they shifted below other blocks. As soon as I remove border, they move back to the right.
3) section “Типы сайтов и цены на разработку” here – https://www.coma.lv/wordpress-website-development/, middle block is lower than others. When I change from H3 to Paragraph – everything is ok.
Hi Guys,
Great fan of your work 🙂 I have bought both Newsmag and Newspaper themes to use on my websites. But few things/options which I really miss and am sure many publishers like me want them as well. So, here is a small list of features suggestion, which you guys can bring in future version of themes…
1. Many publishers like me have smartphone apps of their publication/website. So, please introduce a widget kind of thing for sidebar just like social counter widget which displays the logos of Apple App Store, Google Play Store, and Windows App Store.. through which we can notify and redirect our readers to respective app stores to download our mobile apps.
2. Please introduce auto load of previous or same category post on single post page. You can check Flex Mag theme to know what am talking about. They have given an option of auto loading posts below the single post using ajaxing, i guess. The auto load of posts increases the page views per visitor, brings down the bounce rate, increase average time spent on site.. and good in various ways. You can also check Digit.in website to check the auto loading of posts. Please introduce this option and we publishers will be very thankful to you guys.
3. Auto YouTube playlist fetching or Latest videos fetching from a specific YouTube Channel. Many publishers like me also have YouTube channel, which they updates on regular basis. So, if you can introduce a widget and Block/Module to display YouTube playlist or Channel’s latest videos list automatically just by adding the playlist ID or Channel ID… it will be awesome! In current block, we have to manually enter the IDs of videos which we want to display which is very painful thing to do again and again.
4. Please introduce native functionality of adding contact forms, no more depending on 3rd party plugins.
5. Introduce Quora profile option in Social Counter Plugin.
That’s it for now. I hope to get a positive reply on introduction of these features soon in the themes. 🙂
Thanks & Regards
Nitin
A full width row is exactly what I am looking for. Mind you that the site is under construction, but anyone can feel free to check out thryvewell.com
As you can see after “Connect with us” on the home page, I would love to be able to get a full screen blog or at the very least, center that list of blog posts. There seems to be an invisible side bar widget that is preventing me from even messing with the margins to jimi-rig it. Even with that space there, I cannot even add anything on the right of it if I wanted to because it’s apparently at “full width” even though it is clearly not. If i try to add a block next to it, the images get even smaller which looks awful.
To be honest, I am really not impressed with the versatility of this theme–and I have dealt with a fair share of themes now.
Maybe tagDiv will have some suggestions but at this point, I am wishing there was a refund.
I would also like to increase the sidebar side margin but again, it seems as if there is no easy way to do this 🙁
Thanks for the response Chris, perhaps I made a mistake purchasing a “non-widescreen” theme due to the lack of customization options.
Hi!
I have 2 questions about Block 13:
1. Is it possible to show the post view count in the details, near the date? How can I do that?
2. How can I add a ‘Read More’ button, underneath the content excerpt? (something similar to Block 13 –on 2 columns from the NewsPaper theme)
Thanks in advance!
Most themes which I have dealt with allow you to pick the width of the content and have certain sections or visual composer sections have no side margin. Not being able to fully use the width of the screen makes the theme look too retro in my opinion and I was not aware that this theme did not allow you do edit this…could you please provide me with a way to make full width blocks? I specifically would like to see this on my home page. Usually I see this option in visual composer but for some reason I do not see it with this theme.
Thanks!
I need it like this 
Search for this code and replace inline-block with block Hope this will be very simple than the other one 🙂 .block-title a,
.block-title span,
.block-title label {
/* label is for jetpack */
line-height: 17px;
display: inline-block;
padding: 7px 12px 4px 12px;
background-color: #222222;
color: #fff;
}
The corrected code will be look like this .block-title a,
.block-title span,
.block-title label {
/* label is for jetpack */
line-height: 17px;
display: block;
padding: 7px 12px 4px 12px;
background-color: #222222;
color: #fff;
}
Hello!
I want to embed a google map and block the scroll with the mouse. Since I can’t do that with the “Google Maps” element I tried using the other one: Google Map, but it doesn’t gets render in my page. You can take a look here: http://mktg.mx/contacto/
Thanks a lot for the help!
Problem solved thanks to your support! I set hotlink protection on images to block the use of the images on other sites. This blocking is not making it visible image on facebook!
[ITA]
Problema risolto grazie alla vostra assistenza! Avevo impostato la protezione hotlink sulle immagini per bloccare l’utilizzo delle immagini su altri siti. Questo bloccava immagine su facebook non rendendola visibile !