- 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
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Unfortunately, this solution does not work for me. I need EVERY module in the entire site to remove the meta info so that it removes the extra spacing that shows up when no meta info is included. Except for block 13 – that one needs to use its meta info or else the block does not render correctly. I don’t know how to use CSS to simply show the meta info on block 13 while excluding it from everything else on the website.
Suggestions?
Thank you.
Hello,
I installed the newsmag demo on my site at http://www.suksess.no then just changed the names of the categories to my own. I have also translated the whole site into Norwegian which was very easy with the translate option.
Everything is working well on the site, however, on my home page (and only on this page) some of the old tags or name of categories still show up like “Fashion Week”, “Gadget World” and “Best Smartphones”..
Have been trying to find out where and HOW to change this, but with no luck. I can’t find these old lables anywhere. Not in categories, tags or block settings.
Can you please advise?
Thanks,
Erlend
oww i got a problem with author block the title seems to be hidden under author, can you check and find a solution for me also the title of social networks seems a bit weird after the code… http://sonsoz.com.tr
Please check and hopefull there is a solution for that 🙂
PS: cant click on facebook
-
This reply was modified 10 years by
Smanchi.
Hi
To display the category drop-down filter on the same line with the pagination it’s a bit tricky. First you need to place this line above the one which generate the block title like here: http://screencast.com/t/BbOO6beG9np then add this css in theme panel: custom css: http://screencast.com/t/Qojl70ezALSn
.td-next-prev-wrap{
display: inline-block;
}
.td_block_wrap .block-title{
float: left;
}
.td_block_1 .td_block_inner, .td_block_2 .td_block_inner, .td_block_3 .td_block_inner, .td_block_4 .td_block_inner, .td_block_5 .td_block_inner, .td_block_6 .td_block_inner, .td_block_7 .td_block_inner, .td_block_8 .td_block_inner, .td_block_9 .td_block_inner, .td_block_10 .td_block_inner, .td_block_11 .td_block_inner, .td_block_12 .td_block_inner, .td_block_16 .td_block_inner, .td_top_authors .td_block_inner, .td_block_text_with_title .td_block_inner {
clear: both;
}
Thanks!
Hi,
This cannot be achieved using the Visual Composer elements, you will have to try a plugin like Wp Post Carousel that I guess they use. There is not block 13 it just looks like the tagdiv block.
Using just Visual Composer elements you could try Post Slider – http://screencast.com/t/3eJXVC8n
Thanks!
Hey guys, I need some help figuring out, how to get Block 13 (or any of the blocks for that matter), to show up:
shows 1 article at a time and has next/prev arrows that shows on hover. For example on this page of the http://youbeauty.com site they manage to do that, but how?

Hi
Note that the sidebar added within the widgetized sidebar block applies only for the section built with Visual Composer pagebuilder. If you’re using pagebuilder + latest as page template, for latest article section will be set another sidebar from loop settings: http://screencast.com/t/UUaXCvUjZj2L
The default sidebar can’t be used only for the part of the page generated by VC, the rest of the page will use the default sidebar or other one, depending by users settings.
If this does not help please provide a screen of your layout from Visual Composer or the entire code from bacakend mode via http://pastebin.com/ so I can inspect it closer.
Thanks!
Multumesc. Acum as vrea sa mai stiu cate ceva.
Pot adauga news ticker-ul in toate paginile site-ului si pot afisa un image block cu cele mai recente articole doar in prima pagina.
Nu folosesc visual composer si as vrea sa stiu cum fac totul doar cu invocarea block-urilor.
Merci.
Hi
This is a very strange issue and I am not sure appears like that. On our demo, for example, the block aren’t edited from more then 1 month and also the latest post was published last year, however the posts are displayed fine in blocks.
If this happens again try to clear all caches deactivate all plugins except Visual Composer and test again.
Thanks!
Hi,
I ran a few more tests on block 15 and it seems you can activate reviews on it if you edit the theme core files like so: http://screencast.com/t/oVoGHmIF4bdG
get_author();?>
get_date();?>
get_comments();?>
(Make sure you add the div’s as well. the forum deletes them)
result: http://screencast.com/t/RzcpKiYg5o
Try it out with your plugin and see if it will show up!
Thank you!
Hi
To achieve that you need to edit the file corresponding for the block that you want to affect. For example if you want to move the pagination near the title in block 1 the file that must be edited is td_block_1.php: http://screencast.com/t/kVWLZQsk1 After that add this css in theme panel > custom css: http://screencast.com/t/LJEZAccv
.td-next-prev-wrap{
display: inline-block;
}
Thanks!
Hello,
Our theme has 2 different type of pagination namely-block pagination (every block has his pagination) and site pagination when include pagination of related articles.
The newspaper_health will display the main page when you enter the number of page in link, because this has not the pagination but only block pagination-this is the reason.
If you want to have the site pagination you should make some customization like this: http://screencast.com/t/eQkQgi0dukD
Please make sure you have activated the page-builder+latest articles+pagination option and you should see the result-> http://screencast.com/t/syMWdNXEQa http://screencast.com/t/eYEEph8DcPi .
Hope this helps!
Let us known how it goes.
Thanks.
Hello,
The “menu” you are referring to is the ajax filter. It can filter categories, authors or tags http://screencast.com/t/evnbWW2r6K. You can read about it here: https://forum.tagdiv.com/block-settings-tutorial/. In order to edit the categories shown in the filter you can use category id’s you can pick-up here: http://screencast.com/t/wCwhy0q9w0x and then use it in the filter to only display the categories with the id’s you input: http://screencast.com/t/QvD477P8
As for the tags or authors you can input the tag names or author names separated by comma.
Thank you!
Hello,
You can hide latest article by selecting a different page template: http://screencast.com/t/gf9ofIrFRfeX
The latest articles module is only present in one of three page templates. It is not a standard block you can see in the back-end or edit.
I hope this helps
Thanks.
Hi, Im using the newspaper demo, and the section “news” (page) has some blocks, but those blocks also have some kind of menu at the right of the title of the block, for example: title: “Dont Miss”, at the right of this says “business, fashion, featured, gadgets, more”, so, i cant find where to hide or modify this “menu”, i mean, how to include it in the block settings (from the pencil using backend from visual composer) i cant find anything about this in the tab General, Filter, Ajax Filter or Pagination (im talking about the block1 or any ohter settings)
I would like to upload a picture but i does not allow me.
thanks again.
Hi, thanks for the support, i would like to know if anybody can help me to hide those sections, cuz in my main pages (the demo ones) always are visible, but in the backend (visual composer) im not able to see those blocks to delete them.
Any ideas? thanks
Hi,
Sorry for the delay, the topic got closed for some reason.
You can find the answer to your question here: https://forum.tagdiv.com/topic/blockquote-uppper-case-color-in-article-editor/#post-77363
Thank you!
Hello,
You can change the block quote in the editor as well if you want by editing the theme files: http://screencast.com/t/RysGNhzLkj The editor cannot be targeted from the theme panel. It only affects the front-end.
Thank you!
Hi cookingpanda,
For change the size of the Blockqoute is an option in Theme panel like this: http://screencast.com/t/bWsfb9yo4Q and to change the color you can do it manually in WP-article editor like this: http://screencast.com/t/IbjmwJtVeVYx or in Theme panel you can change the general theme colors like this: http://screencast.com/t/UdKfQsoS9mq4
And also you can try the code below in Custom css area like this: http://screencast.com/t/t6J7R3m2cnB9
.td-post-content blockquote p {
color:blue;
}
Thanks.
-
This reply was modified 10 years by
Catalin.
Rehman,
Thanks for sharing this tool. Unfortunately for me, the tool doesn’t appear to work on https sites so I can’t test my main blog.
When I tested an old, unused blog I have, the results were what I would expect:
URL:
http://oracleodi.com/faq/what-is-oracle-data-integrator-odi/
Test Link:
Result:
1. What is Oracle Data Integrator (What is ODI)?
>>>1. Oracle Data Integrator Download
>>>2. Oracle Data Integrator Resources
>>>>>>1. Speak Your Mind Cancel reply
Which corresponds to:
1. H1
>>>1. H2
>>>2. H2
>>>>>>3. H3
The presence of the “Cancel reply” text is actually correct. This text is hidden on our pages via CSS.
It appears that Outline Tool indicates that the Newspaper Theme’s HTML5 implementation needs to be reworked. I had my own HTML5 questions about the theme detailed here: https://forum.tagdiv.com/topic/feature-requests-and-suggested-improvements/
I wish I had the time to troubleshoot this issue.
if you check my site http://sonsoz.com.tr you can see my arrows at bottom of the blocks and as you can see my red block titles i have a space for the arrows…
Hope i explained what i mean…
I can earn some space by that way…
-
This reply was modified 10 years by
Smanchi.
Is there a way that i can move my pagination titles in pages near block titles , give block titles category names and want the arrows near them…
Thats the only problem i am having and that will be my last problem i guess annd hope 🙂
Thnx tons…
Iʻm using this code to remove the meta info: .td-module-meta-info { display: none !important; }
A problem now is that the code removes the info I need to show for Block 13… Any way to fix that easily with css?
Thank you so much!
Hello, when I build a post with smart list, advertising does not come down the post. Use a code a script in the footer and this code in the theme panel
<div style = “width: 690px; height: 250px” id = “SC_TBlock_87949” class = “SC_TBlock”> Loading … </ div>
Example of where advertising is not seen
http://xn--decorandouas-jhb.com/10-tips-de-moda-y-belleza-para-parecer-mas-joven/
A normal post whit advertising
http://xn--decorandouas-jhb.com/unas-decoradas-con-nubes-video-tutorial-paso-a-paso/
Please help
Hi is there a way to simply add a thin black border to the thumbnails on all (or selected) modules and blocks?
On the home page of my site, http://www.mondodr.com, certain pictures where there are white backgrounds would benefit from a border.
Thanks