- 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,
I want to show more than one author, into the “td-post-author-name” area located in blocks and in article itself, whenever a post/article has been written by two or more authors.
I installed the Co-Authors Plus plugin and it allows to add multiple authors for a single article but they are not shown altogether into the proper areas (namely “td-post-author-name”).
Is there a way to achieve this?
Hi,
Unfortunately visual composer is not recommended on posts in our theme as it was not tested. you can activate visual composer for posts from the VC settings role manager, but you could get mixed results. We only designed the blocks to work on pages, not on posts.
In order to remove the gradient on the slide element and the icons visibility, you can use this css:
.td_block_slide .td-image-gradient:before{
display:none!important;
}
.td_block_slide .td-icon-left, .td_block_slide .td-icon-right{
opacity:1!important;
}
Thank you!
Hi,
Unfortunately there is little you can do about adblock. If you want to change the classes in our theme for the ads, then you can do so from the theme files and style.css. It will be no walk in the park as there are many places to edit. For this to be easier, you will need a text editor that can search for strings. Just the td_block_ad_box class is found and used 184 times in the theme files: http://screencast.com/t/UUWSldAd
As you can imagine, there is no easy solution I can provide for this as it’s quite a big modification to make.
Thank you!
Hi,
I am adding am embed image or video with a code like this.
<div style="padding:8px;"> <div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50.0% 0; text-align:center; width:100%;"> <div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"></div></div> <p style=" margin:8px 0 0 0; padding:0 4px;"> Photo by @daviddoubilet May 23 is World Turtle Day. This baby green sea turtle is heading to the safety of the open sea in Nengo Nengo French Polynesia. Green sea turtles are the ancient mariners of the sea, migrating long distances to return to their nesting beach. Adults prefer sea grass diets, and can live to 80 + years. Green sea turtles are an IUCN and CITES listed endangered species due to declines related to direct overharvest, by-catch and habitat loss. With @natgeo @natgeocreative @thephotosociety #ocean #worldturtleday #life #beauty #sea #wild for #moreocean follow @jenniferhayes and @daviddoubilet</p> <p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;">Снимка, публикувана от National Geographic (@natgeo) на <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2016-05-23T23:04:34+00:00">%месец %-ден %година в %-часа:%минути%сутрин/вечер ST</time></p></div>
<script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
I have tested it couple of times and in all cases the CPU and the number of processes rise is very big no matter what picture or video is used and no matter the channel. The code I provided is just an example. You can test with any code. This happens when people are reading the article (right after opening). After removing the script the CPU usage and the number of processes significantly drop even if there are more people reading the same article.
-
This reply was modified 10 years by
Marto.
Hi,
It seems your site does not use a thumbnail for that module’s images. Please make sure you have this thumbnail active: http://screencast.com/t/Ee3rTOnEPzW and remove any image optimization tools you might have like photon from jetpack for example. And then regenerate your thumbnails. Please follow this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Do you see a reason why this should not work? All I get is an un-styled link.
xxx (can’t post href code here)
.front-2 {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
padding: 11px 30px;
letter-spacing: .03em;
background: #dd3d13 !important;
border: none;
color: #fff;
font-weight: 700;
-webkit-transition: background-color 0.4s;
-moz-transition: background-color 0.4s;
-o-transition: background-color 0.4s;
transition: background-color 0.4s;
text-transform: uppercase;
text-decoration: none !important;
text-align: center !important;
letter-spacing: .04em;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 0 auto;
display: block;
width: 200px;
height: auto;
}
Hello,
Please make sure you remove any image optimization tools such as photon of jetpack, then regenerate your thumbnails. Please follow this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Let us know how it goes.
Thank you!
Hi,
If you plan on using the exact same block on another page, you can simply copy it’s shortcode from classic mode->text mode: http://screencast.com/t/cCo05XT4QHM and paste it inside of the other page (in the same way)
Thank you!
Hello sonix32,
Please notice that if you have changed the headings from H3 to H2, all your module title will be in H2 now and the font size for these will be greater than H3. So, if you want to decrease the title font size only for your mega menu, please try to use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_mega_menu .td-module-title a {
font-size:15px;
}
Hope this helps!
Thanks.
Hi
I am not sure why you encounter this issue so please provide more detail about the sort used on block 4 and the slide. When images are missing from indicated blocks the post titles are still there? Do you have any informations about the posts, post date or post author, when images are missing?
Thanks!
Hello,
We have no reports of this error up to this moment. We are not sure why this happens. It could be a plugin conflict. Please try to deactivate all plugins except visual composer, clear cache and reset cdn files. Then test your blocks again and see if they still disappear.
Let us know if your blocks still disappear and if they do, please provide a link with a block that does not display anymore so we can inspect it and see why this happens.
Thank you!
Hello
If you want to change the size for that images, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.woocommerce div.product div.images img {
display: block;
width: 50%;
}
The result -> http://screencast.com/t/YBF7s9G3Omb9
Thanks.
How to custom name class CSS add ADS ?
Because Adblock plus block ADS.
Thank you
Hello
i find a way to add block title but i need your help please
i add separator with text above the grid and its work, please help me with css to make it with red background, or at least change the fonts size and make it bold.
pleaseeeeeeeeeeeeee
http://sport.sky-host.cu.cc/new
and this
http://www.screencast.com/t/OdeMCqWFG
thanks
-
This reply was modified 10 years by
Lewis.
Hi,
i leave in montreal city thus i put config to UTC-4
Every day at 20:00 I lost the pictures I have in the slide and the block 4 and midnight everything returns to normal
Do you have an idea about this problem
Hello,
i create 3 column layout
each column has a list (block 9).
each column also has different background
Because of each column has different height.. it kinda ugly.. any idea to make the height equal for those 3 column
Thanks
Hi.
I have enabled all the thumbnails sizes for the blocks, but the web page never show the correct image size.
Do I have to make any additional configuration?
Thank you.
Sorry another VC question. Let’s say I create an element in VC. Like a Block 1 on two Columns…I add all my filters and get it just right, etc. Now I want to use that same block on another page. Do I save that section as a template?
Excellent. Finally. Thank you!! Now I can use the blocks.
Hi, I wanto to report an issue.
When I’m setup a Block (12/16,etc) and I choose a random Sort order, after a few hours in live the block disappears. why happend that?
I want to create a block to show random my posts all day.
Hi,
When you add a block, the settings pop-up directly. If the block is already in place, you can press te little pencil button to get to the block settings: http://screencast.com/t/cGTxBtGts In the filter tab you can select categories from where the block should get posts.
Hope this helps.
Thanks.
OK, I understood, then this is what said if add normal content in the text area without using blocks, the featured image won’t appear.
Thank you very much for the help
I meant that the homepage will not show the image in it;s content. Here is an example of a page that has a featured image set: http://screencast.com/t/biiTZexI – it does not show up on the front-end: http://screencast.com/t/konXRWm7mZW but if I were to create a block on another page and filter pages instead of posts: http://screencast.com/t/qt9mnQSj only then will the featured image of the page be seen: http://screencast.com/t/yhcsaRuPE
Thanks.
Hi,
Maybe you filtered a category that has no posts to display. If a block has nothing to display, it will not show up at all. Pleas make sure you filter all categories and latest posts.
Let us know how it goes.
Thank you!
Hello,
You can show products in a block in visual composer by adding the ‘product’ post type in the block filter: http://screencast.com/t/VW5cw8m2VSJp but keep in mind that our blocks were designed to show the standard post, not products or any other post types.
Thank you!