- 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 use this custom css:
@media (max-width: 767px){
.td_normal_slide .block-title{
display: inline-block;
top: 40px;
}
}
Thanks!
This works properly on the actual post page. However, it does not work in the meta section of the post when being shown via module block.
Any idea why the module would be showing incorrectly? Posts shown through the module from 2014 say ’45 years ago’ lol.
Thanks,
Did you enable it in the block settings?
hi, i need a text block that can show shortcodes from a plugin
[events_list_grouped mode=”monthly” country=”UK”]#_{d/m} – #_EVENTLINK – #_LOCATIONTOWN
[/events_list_grouped]
this if for events manager http://wp-events-plugin.com/
now i use wp default text block …. which i cannot add block title … 🙁
text block with title (tagdiv) dosnt show anything ….
thanks
salut, dintro data nu mai merge in chrome big grid block1 si block5
explorer … firefox este ok … numai in chrome arata asa …
totul era perfect … nu ma intalat nimic … nu am sters nimic … am vrut sa scriu un articol si cand sa il vad cum arata pana il public … mi`am dat seama ca nu mai merge pagina …
[IMG]http://i62.tinypic.com/axfspj.png[/IMG]
site >>> http://goo.gl/rz8oU1
multumesc
Nevermind, I figured it out. Seems the block numbering is different than its module, which made me confused lol
Sorry, I meant block. For example, I wan to edito block 12. Where is this located?
Thanks,
I have no idea. You could so a search of the folders for the theme on your local PC to locate that block of text, probably.
Hi,
The Facebook comments from that plugin could be disabled and added directly in code via a shortcode, and can be placed anywhere.
Disable it from here: http://screencast.com/t/66stO7tobuz and add this code where you want in the post template:
http://screencast.com/t/7VRRbPIk post templates are this depends of where you want to add them http://screencast.com/t/HLJfn6dcF6HE
About the infinite scroll, add a block with Visual Composer, set it to infinite load http://screencast.com/t/Ampm712bNNg then set how many post you want to display: http://screencast.com/t/WTwOIdwBJ
Thanks!
Hi,
Do you mean in blocks the author name. The code is here in each module http://screencast.com/t/Q6SvCviD, just delete the author code and add your custom code for that location_town
Thanks!
Hello,
I need to add div tags to ads.
Thus:
<div class = “xxxx”>
<async script src = “// pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”> </ script>
<! – Adaptable ->
<ins class = “adsbygoogle”
style = “display: block”
data-ad-client = “ca-pub-xxxxxxxxxxxxxxxxxxx”
data-ad-slot = “xxxxxxxxxxx”
data-ad-format = “auto”> </ ins>
<script>
(adsbygoogle = window.adsbygoogle || []) push ({}).;
</ script>
</ div>
Is there any way to do this easily?
Hi there!
I am having trouble hiding the sidebar on mobile. I am using the visual composer wigetised sidebar. I have added the following css from a few earlier posts:
@media (max-width: 767px) {
.post .td-main-sidebar {
display: none;
}
}
It is still showing up. I am using the infinite-scroll within a block13.
Thanks!
Any plugin that I install to utilize the Newspaper 4 theme layout such as Radio Station and CM Download Manager the middle section of the website loses its formation. Also, the content in the middle section is not responsive but I use the plugin [shortcode] in a page or post it retains the responsive feel.
For example:
1.) Radio Station: http://envythedjradio.com/show/love-block
2.) CM Download Manager: http://envythedjradio.com/cmdownloads/the-example-wow-shes-hot/
Goal: To still use the plugin with the theme layout and still retain the responsive feature.
Hi & thanks for a superb theme! I’ve got couple of questions, nothing huge but I’d like to get them sorted anyway.
1) My main menu has 3 drop menus. One of those dropmenu has a list of categories, and I made each one of them a MegaMenu. Now when I hoover on top of those drop menu categories, MegaMenu window blocks all the stuff under it. Is there a way to move Megamenu window 100 pixels to the right?
2) I have tagDiv Social Counter widget in the footer, but for some reason it has Facebook likes as 2 instead of 2100 or 2K. How do I get the right count?
3) I’ve been going through font & color options, and noticed that when I select a part of text (for copy-pasting) it’s highlighted with a bright yellow color. How can I change this? Almost anything neutral (like light grey) would be fine.
4) I have a few hundred quotes in my posts and pages. I would like to change them from default quote style to another style (one of your shorcodes). How can I change all of them in one go from one quote style to another?
Thanks again & happy New Year!
Hello,
I was wondering how I can change the mobile display of our website. Presently it is like this :
http://www.screencast.com/users/omnipundit/folders/Default/media/bde94e22-abc9-43c1-bc3e-91ea6e83f9cb
but I want to change to :
http://www.screencast.com/users/omnipundit/folders/Default/media/a450f9e4-0577-4061-946b-dbdbd45ba09e
So basically want to make image bigger(no excerpt) for mobile display. But at the same time I want to keep Block 6 for desktop (with excerpt). I have seen it done by lot of websites with same theme. Can anyone help me with the perfect block I need to use for Mobile display. Can we use two different blocks for two types of display?
Thanks,
sirfanik1
Hi,
Somehow we have missed the option for that. I have added on our todo list and we will add it in next theme versions. Until then you can do it via custom css and use this css into custom css filed in theme panel to change the color of big grid post titles: http://screencast.com/t/xMWDavzyCnd
.td_block_big_grid .td-big-grid-post .entry-title a{
color:blue;
}
Thanks
Hi,
For blocks/modules this is the function used to get the author: http://screencast.com/t/TBMQsLik you need to alter it to pull your own data.
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi there!
Just curious if there’s a way to have a bit of space between the posts so that it is not one solid list and there’s a separation before the next image/post.
Thanks in advance!
Kitt
I was looking to do this also.
Did you try the provided hack provided by Lucian, starting by editing the style 7 file?
http://screencast.com/t/EkldU6NPgqN
You have to edit the file per his example by moving the block of code to the desired location in the appropriate file for style 7; there is no theme setting to do what you want.
Would love to see how that works for your site?
Hi there,
I would like to change the author name in Block view into a custom post type. I would like to pull “location_town” from post type “events” instead of Author (admin) next to the date.
It would be highly appreciated if you could point me in the right direction.
Cheers and a happy new year to you all. Keep up the good work.
Hi,
This happens because you’ve paced the “REDES SOCIALES” block into another row: http://screencast.com/t/mQEtZ3WjEh6
Thanks
I have the same problem. Fresh WP 4.1, downloaded today:
Installing Plugin WPBakery Visual Composer (1/5)
Downloading install package from /home/wuetrs/public_html/bonfaru.com/wp-content/themes/Newspaper-child/includes/plugins/js_composer.zip…
An error occurred while installing WPBakery Visual Composer: Download failed. A valid URL was not provided..
Need a urgent solution too please. spending 58 bucks and can’t use it…
Hi,
You can add a block(for example block 6) in sidebar Appearance>Widgets like this: http://screencast.com/t/pkQXqNlBz6V
After that in block settings you select the category of your video post and Save: http://screencast.com/t/E91UQy93k5y
Result:http://screencast.com/t/0TpZIB89ij2T
You can find footer’s widgets here: http://screencast.com/t/9rXBINA0BO
This is the custom CSS I’ve been using for blockquote on our sites going back quite some time with Newspaper and now with Newsmag:
blockquote p { font-size:20px !important; line-height:26px !important; text-align: left !important; padding-left:20px;}
Hi there!
First off – thanks for a fantastic theme. really love it!!
I was looking for a block that is full width, 1 large image with the title beneath.
Closest i found was the slide block.
However – clicking the image in the slide, nothing happens, even though mouse indicates a hoverstate.
Any thoughts?
Bernt