- 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
In Newspaper v6.1 the comments are incorrectly handling <br> and <p> tags, creating unexpected results between comment input and comment output. This was found with WordPress v4.2.2 and default WordPress comments.
Typing something like this:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam venenatis diam ligula. Aliquam in ligula ac lacus ullamcorper efficitur eget sed massa. Curabitur efficitur arcu urna. Donec interdum tellus quis elit consequat rhoncus. Aenean quis massa eu diam auctor pretium. Etiam semper lacus mauris, non aliquam nulla auctor nec. Curabitur tincidunt luctus velit vitae feugiat. Proin at iaculis tortor. Aliquam placerat nunc sed posuere efficitur.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur molestie faucibus mauris. Aliquam vel efficitur tortor. Nam suscipit eget risus id euismod. Proin eleifend magna leo, cursus elementum quam placerat at. Integer sed sagittis lacus.
Actually produces this:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam venenatis diam ligula. Aliquam in ligula ac lacus ullamcorper efficitur eget sed massa. Curabitur efficitur arcu urna. Donec interdum tellus quis elit consequat rhoncus. Aenean quis massa eu diam auctor pretium. Etiam semper lacus mauris, non aliquam nulla auctor nec. Curabitur tincidunt luctus velit vitae feugiat. Proin at iaculis tortor. Aliquam placerat nunc sed posuere efficitur.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur molestie faucibus mauris. Aliquam vel efficitur tortor. Nam suscipit eget risus id euismod. Proin eleifend magna leo, cursus elementum quam placerat at. Integer sed sagittis lacus.
If you create proper paragraph spacing in the comments entry text area then they should also appear with that paragraph spacing in the published comment.
Perhaps helped myself by identifying script handle. The script is appearing at line 1163 instead of line 60 in souce file. However, it is still being shown as render blocking by Google Pagespeed Insights.
Thanks Sir. Your suggestion helped me. But sir if I want to change the style and size of the double quotes in blockquote then how can we do it?
@Alin – I know I changed these, but how would I go about making these that same style, but making it so that the text isn’t centered.
I just want that same block styling with out the text aligned in the center.
– Thanks
I would like the background of the big grid to stretch across the length of the screen as shown in the demo of the Video stack http://themeforest.net/item/newspaper/full_screen_preview/5489609 . How do I make that happen I see it is also in the ad block also so im guessing its in the padding?
On my contact pahe i had a blocklike this. After teh upgrade only the codes comes up.
How we can solve this issue?
[td_social custom_title=”PERFILES SOCIALES” icon_style=”1″ icon_size=”32″ facebook=”http://www.facebook.com/Estambul” twitter=”http://www.twitter.com/EstambulNET” el_position=”first” open_in_new_window=”y” instagram=”http://www.instagram.com/estambulnet” pinterest=”http://www.pinterest.com/estambulnet” tumblr=”http://www.estambulnet.tumblr.com”]
Thank you, that worked. But now I have a new question lol, in the screenshot it shows the tabs aligned right next to the block title whereas with mine, it pushes them all the way to the right. Is there a way to adjust their positioning?
Hi,
The module applies to each post and to get the id of it you can use $this->post->ID
To add a the text under the slider you can sue a text block element from VC page builder and add the text you want: http://screencast.com/t/xGvmmioBD
Thanks
Hi,
Unfortunately you cannot block this using custom css, but you can try to remove this function from td_data_source.php – http://screencast.com/t/woVwnjCQB
Thanks!
I was hoping there was a way to put a common element at the bottom of every post (either above or below the sharing elements), in the same way you can add blocks on a page (via VC), but it doesn’t sound like that’s possible without modifying the code.
Thanks!
Hi,
You can use rel=”nofollow” to
“Nofollow” provides a way for webmasters to tell search engines “Don’t follow links on this page” or “Don’t follow this specific link.”
: https://support.google.com/webmasters/answer/96569?hl=en&ctx=cb&src=cb&cbid=-5rmggrfsp2rq&cbrank=3 and add it as I’ve instructed you above.
Thanks
Hi!
When i follow your method, a new page is created but the homepage doesn’t have the block and sidebar. The new page has the block/sidebar and the it is included in the sitemap too. Should i exclude this page from the sitemap? and why the sidebar/block is not appearing on the homepage? Please help
Hi
If you want to add a specific category you have to add the category’s Id, which you can find id here: http://screencast.com/t/OlX0NG636fp in block settings like here: http://screencast.com/t/DPgTKe2jx
The result should be like here: http://screencast.com/t/F1SbcqJxg
Also please follow this guide: https://forum.tagdiv.com/block-settings-tutorial/
Thanks.
How do I make this as default regardless of the block type? Regardless it shows just the author name. I’d like to put the “By” text before the author name.
Thanks!
Hi,
1. Unfortunately at the moment we don’t have an official documentation regarding theme’s regular child system and right now just files that are located in theme’s root can be overwritten using the child theme, this means posts template files(in this case just the default post template the single.php file as for the other ones we have some issues which we’re trying to fix as soon as possible), page templates, category/archive/author.. templates as well as the header and footer templates.
For modules and headers/block/modules and so on.. we’ve added the API based system about which you can find more detailed info here: https://forum.tagdiv.com/the-child-theme-method/
We also have this in our attention and plan to improve the child theme overwriting system in the near future. We hope to offer the possibility of overwriting most of theme’s files using the child theme and for that we have to find the best solution for it and the right implementation.
2. You can remove the default google fonts from the config file here: http://screencast.com/t/wmxKL4rF which can’t be edited using the child theme. Sorry!
Thanks for the message!
Hi,
If you have created a custom sidebar please add widgets to it from Widgets section – http://screencast.com/t/TuqUH4vTQE and you can display it on your page content using Widgetised Sidebar block – http://screencast.com/t/78EvZsYieS or if you use page template with article list and you want to display a custom sidebar also there – http://screencast.com/t/KnL4kcFqe96
Hope this helps!
Hi,
For pages if you use blocks added using Visual Composer you will have to change the fonts for block title, excerpt, articles titles, please check Theme Fonts – http://screencast.com/t/xYlnzI7qFYem
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1. You will need custom work to achieve that, here you can find and alter the code to block bottom ad – http://screencast.com/t/sb35p9Xb9 unfortunately we cannot provide any type of custom work at this time, sorry!
2. Did you also updated the child theme? Please try Emil solution from this topic – https://forum.tagdiv.com/topic/big-grid-1-and-2-problems-on-newspaper-6-and-6-1/#post-55607
3. Please make sure that you delete the old version of Social Counter, then install and activate the new version of the plugin – http://screencast.com/t/qScPww6guj6 and make sure that it is the latest version – http://screencast.com/t/Mwqpwjj9rtM
Thanks!
Hi,
On category page please add the code like this – http://screencast.com/t/zuCN3xgBEEtL – http://screencast.com/t/hNbIEmOF6 – http://screencast.com/t/YSEGzL3T
On tag page you can do the same thing just edit tag.php file like this – http://screencast.com/t/5oBXAtbFO1
<?php echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1')); ?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can use pull quotes from Formats – http://screencast.com/t/prNlLXy28u and you can change the font style and size from Theme Fonts – http://screencast.com/t/ohhSj8hWTimd also the text will take theme accent color – http://screencast.com/t/KMo00zjO
If you want to change that color you can use custom css in Theme Panel > Custom Css – http://screencast.com/t/pIdgFFkR
.td-post-content blockquote p {
color: #b7b7b7;
}
Thanks!
Hi,
Please make sure that you delete the old version of Social Counter, then install and activate the new version of the plugin – http://screencast.com/t/qScPww6guj6 and make sure that it is the latest version – http://screencast.com/t/Mwqpwjj9rtM
You can find and use Social Counter block via Visual Composer in a page or you can use this widget in a sidebar – http://screencast.com/t/daFmoQSgb and just paste your ID like this – https://forum.tagdiv.com/how-to-set-social-counter/
Thanks!
Hi,
I want to customise the sidebar of each post ( not the smart sidebar ) but could not find ways to word it out.
Editing blocks of pages using Visual Composer is ok. but how can I edit side bar block on single POST?
Thanks,
Steven
Hi,
You can use Style 4 for Big Grid blocks that you use – http://screencast.com/t/9rTVSf4G2e6 – http://screencast.com/t/XnBppWJqpRx
Also regarding regenerate thumbnails…did you get any errors? You can try to regenerate them again as it seems that for some of your images did not work – http://screencast.com/t/VpjCXYJs or you can try a plugin like Force Regenerate it also removes those thumbs not used by the current version of the theme.
Thanks!
Hi,
Please remove also the margin bottom there – http://screencast.com/t/zvNJMr7RQL
#sola_nl_title h3 {
margin-bottom: 0px !important;
}
1. You have an option and you can choose what articles should be displayed on more article box – http://screencast.com/t/W3s9EShy
2. You can use Style 4 for each Big Grid – http://screencast.com/t/9rTVSf4G2e6 – http://screencast.com/t/XnBppWJqpRx
Or you can use this custom css to remove gradient background – http://screencast.com/t/aAxd2Exku but it wont look nice if you have white background images.
.td_block_big_grid_2.td-grid-style-1 .td-module-thumb a:last-child:before {
display: none;
}
Thanks!
Hi,
Sorry for delay!
I have checked your page on Mac and using the code directly in a text block it will take the full width of the ad, there is a inline css for your ad and the theme doesn’t control that. Like you can see the ad is displayed sometimes at 700px – http://screencast.com/t/HOT8bmNhp this depends how google send you the ad.
A solution to control width is paste your adsense code in a custom ad from Theme Panel and use shortcodes to display it:
*take the shortcode from a page – http://screencast.com/t/IsYHmhGp – http://screencast.com/t/JtnTkMYw9TR
*use this shortcode in text block – http://screencast.com/t/a5UwshoL
*you can control the size from Theme Panel if it need – http://screencast.com/t/ElxojmQJkVt
Thanks!