- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewsmagtagDiv Composer Tutorial
- NewsmagWeather Widget
- NewsmagExchange widget
- NewsmagInstagram widget
- NewsmagHow to use the Visual Composer plugin
- NewsmagIntroduction
- NewsmagFooter templates
- NewsmagCustom ad spots
- NewsmagLoading image effects
- NewsmagSmart sidebar
- NewsmagFeatured images
- NewsmagGeneral settings
- Newsmag7 days post sorting
- NewsmagTheme thumbs
- NewsmagExcerpts introduction
- NewsmagTheme colors introduction
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
Hello
I want to change the thumbnail image size of block 12.Also date is not showing
Please check the url : https://www.pagalparrot.com/
Screenshot
https://postimg.cc/image/r9awwhv0d/
Hello Raveess,
The Custom Excerpt will not appear on the post but only in a block. So, if you want to display some text in a post you should add Subtitle like this -> https://www.screencast.com/t/VoOZLiD4LNT and the result should look like this -> https://www.screencast.com/t/ED3pzSz4vZWW
Thanks for your understanding!
Hello,
There are 2 important notes regarding small thumbs in blocks
1. Your image must be at least the size of the thumbnail because the theme will not enlarge images. it just crops them.
2. Your thumbnails must be regenerated. We usually recommend ‘force regenerate’
Thank you!
Hello jacksonywl,
Unfortunately, the theme does not have any such an option that allows you to disable only the Excerpts from the Homepage, sorry! Another alternative for you would be to use only blocks which do not have Excerpts, like Block 9, for example -> https://www.screencast.com/t/6Gw4KEKwmkCL -> https://www.screencast.com/t/qz9Sll2KMu
If you are unsatisfied with our product and if you want your money back, please make a full refund here -> https://themeforest.net/refund_requests/new and we will get your money back as soon as possible.
Thanks for the message!
Hi,
When using the theme with existing content, you have to regenerate the thumbnails. Please use this guide
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks
Hello!
I’m trying to remove “continue to the category” from my homepage, but I’ve done everything and it’s still there.
Modify block 12 and even then the phrase appears.
I need help.
Hi,
I have had to add the following to the Theme Custom CSS area…
.td-page-content p {
margin-bottom: 0;
}
I have done this so as to override a margin-bottom setting of 26px that is being set in the Theme Style.CSS file (see the following extract from it).
.td-page-content p,
.td-post-content p,
.wpb_text_column p,
.td_block_text_with_title p,
.woocommerce #tab-description p,
.mce-content-body p,
.td-page-content li,
.td-post-content li,
.wpb_text_column li,
.td_block_text_with_title li,
.woocommerce #tab-description li,
.mce-content-body li {
font-size: 15px;
line-height: 26px;
}
.td-page-content p,
.td-post-content p,
.wpb_text_column p,
.td_block_text_with_title p,
.woocommerce #tab-description p,
.mce-content-body p {
margin-bottom: 26px;
}
My question is what is the reason for having it set as I cannot see a reason for it. With it set it makes the Drop-Down Filters that I have configured in the WP-EventON plugin display incorrectly.
Please let me know the purpose of the margin setting so that I can access it as I cannot see any detrimental effect so far.
Regards
Fergus Walsh
The Irish Place
Main thing is to make choices on number of queries, such as not having five different size modules on every page; and try to limit home page to clever layouts maybe only using three different module types.
Also, optimize your site for common issues of overloads by using a plugin like limit login attempts to stop bots trying to guess passwords via your login form, block XMLRPC, and see the security hardening page on wordpress.org to help stop certain things from access.
I would like to change Catogory heading (block title) CSS. Where to do it?
Hi,
Something is not functioning correctly there. There seems to be some extra margins loaded, which override the 0 value set by the theme
– https://www.screencast.com/t/50tBWkB9cVaM
Without those margins there would be no issue
– https://www.screencast.com/t/fDVAxVVWO4D9
I can give you a code to make sure the theme code applies, enter it in the theme panel->Custom CSS
– https://www.screencast.com/t/oPazbZAd04g
@media (max-width: 767px) {
.td-pb-row, .td-block-row {
margin-left: 0!important;
margin-right: 0!important;
}}
You could try and identify what the cause is. Deactivate as a first step all plugins as a quick test, then check if the problem is solved.
Thanks
Hello,
We try to inject code into an ad slot. The Criteo Tag (Non adsens) in the “ARTICLE INLINE AD” slot.
The ad does not appear on the site (Empty and white space, like you can see in the screenshot) and can not be found on the source code of the pages in which it should appear.
We tried to inject the tag directly before the </ body> tag. The ad showed at the end of the page, why we think the problem comes from the theme.
SIte: https://observalgerie.com
Here is the code (placement Article Inline Ad):
<!– BEGIN 1257343 – obervalgerie – FR – CDB – PCK – In article sur desk –>
<div id=”criteo_1257343″>
<script type=”text/javascript”>
var passback2 = function(){
//– Create the script
var script = document.createElement(‘script’);
script.src = “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”;
//– Creating the ins
var ins = document.createElement(‘ins’);
ins.className = “adsbygoogle”;
ins.setAttribute(‘data-ad-client’,’ca-pub-5637083728650188′);
ins.setAttribute(‘data-ad-slot’,’9804936550′); //set adslot
ins.setAttribute(‘data-ad-format’,’fluid’); //set ad-format
ins.setAttribute(‘data-ad-layout’,’in-article’); //set ad-layout
ins.style.display = ‘block’;
ins.style.textAlign = ‘center’;
//– Getting to the parent element
var parent = document.getElementById(‘criteo_1257343’); //set slotid
//– Append the script and the ins to the DOM
parent.appendChild(ins);
parent.appendChild(script);
(adsbygoogle=window.adsbygoogle || []).push({});
}
Criteo.events.push(function() {
Criteo.Passback.RenderAd(‘criteo_1257343’, passback2);
});
</script>
</div>
<!– END CRITEO TAG –>
Hi,
All the thumbnails are going to be cropped as I mentioned above, a center top crop will be used. Try to enter this code in Theme panel for the Phones block
– https://www.screencast.com/t/L5ERt5yCWm
.td_block_14 .td-module-thumb .entry-thumb {
height: 100%;
width: 100%;
}
For the top grid issue, you could use a different one, which displays the images differently. I tested with one of your images, full grid 3 displays it better
– https://www.screencast.com/t/R9RDlULUdG09
So you could use that grid instead of the one you currently use. There will be different results between each element. You just have to find what is best to display your images.
In my post form, I have use post template 9 which contain youtube video inside. The problem is when I fill in feature video and then the theme auto generate the feature image from video its contain black space over and the bottom of the image. Anyone have some solution about this? I would like to remove the black space out so I can show it on the “Block 4” of the Newspaper theme
Ok, let me tell you exactly the problem with thumbnails.
Visit: https://www.rsviral.com
Check: “Latest News” section. All thumbnails are displaying in there original size.
Check: “Phones” section. The image is getting cropped, I need the full-size image there also, I don’t want to get cropped my images.
Now if we look at the upper side colorful thumbnail, that all are also cropped. I want all the images in their whole size.
Please make a “new setting” which fit our original images in their thumbnail without getting cropped.
For all blocks, grid and full grid types. Can you make any “auto-fit without cropped” setting for thumbnails?
Now, I hope you understand my problem.
Thanks! Rohit S
-
This reply was modified 8 years by
Rohit Sharma. Reason: I Bold some words
Hello,
You can disable the author for posts from here: https://www.screencast.com/t/frg411godU
and for pages: https://forum.tagdiv.com/meta-info-modules-blocks/
Thanks.
Hi,
I wanto to make the block (For example: block 21 ) sticky with the help of TD Composer or one way. How can I do that, I use smart sidebar, but it worked for category page not for the home page.
Thank you.
First: I don’t want blocks or modules with two equal width columns.
When I select a row’s properties, there are very limited options for the number of columns. Perhaps it’s buried in some tab I simply happened to overlook. The thing is: on Visual Composer it’s possible to configure a lot more options as for number of columns and their widths by figuring out the math of it.
On Visual Composer I can set the columns like: 3/12+3/12+6/12 or 2/12+2/12+2/12+3/12+3/12 or whatever, I think the point is clear that this is a lot more flexible.
I need something much simpler as for columns’ configuration: 1/2+1/2. Again empty columns, so I can insert whatever text element, html element or any other element I need.
However I had to select the page by the post ID on the database, and input the following into post_content:
[vc_row][vc_column width="1/2"][/vc_column][vc_column width="1/2"][/vc_column][/vc_row]
Because if this change was to be made on WordPress’ default editor, then TDC would cry out like “You made changes outside TDC”. ¬¬
If this is the case that I missed something on TDC row settings, would you point it out, please?
Or, in case configuration of a row’s columns has really become restricted to those few options, I suggest to bring back a field like Visual Composer’s to input the fractions that sum up to the number of columns.
Hello ClaudiaDeLuca,
If you want to do something like this you should use a Category Template from Cloud Library and from there you can customize it as you wish. Using the TD COmposer you can create the category page through adding a block and sort it to display all available categories for example. For more information about this way, you should read our documentation guide from here -> https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
If is not what you mean, provide more details so I will be able to provide a more accurate response.
Thanks for the message!
Hello tanose,
Do you have some AdBlocker at your computer? If yes, you should disable it, clear all the caches and check the results. Also, if you are using an Adsense code, notice that validation will take a while until the ad will be displayed at your side.
Thanks for your understanding!
Are you using the latest version of WordPress? You could mention this issue to your hosting provider, could be server related. That is a WordPress file and since you checked and it is not missing, it could be blocked for some reason by the server.
Hi,
That is not possible by a theme option. Each demo contains custom design created by us, each is unique. This design along with theme panel settings will be imported as soon as the demo is installed
– https://forum.tagdiv.com/demos_introduction/
– https://forum.tagdiv.com/installing-demos/
That block 5 has custom design for it, only in that demo. By default it looks like this
– https://demo.tagdiv.com/newspaper/block-5/
However you could use the design for that block without installing the demo if you don’t want to. This is the code used to style the block like that
– http://prntscr.com/jztqes
This code can be entered in Theme panel->Custom CSS section, it will affect all the block
5 unless made more specific
.td_block_5 .td_module_3 {
padding-bottom: 16px;
}
.td_block_5 .td_module_3 .td-module-image .td-post-category {
background-color: transparent;
position: relative;
color: #ff036e;
margin-right: 0;
padding: 0 0 8px 0;
}
The font properties of the category tag can be modified in general, same for post titles
– https://www.screencast.com/t/m4HkdGauY37
Or per block – https://www.screencast.com/t/WjFDogad
The color you can change in the code if needed. Let me know if you have more questions.
Thanks
What problems are there exactly with the thumbnails in your website, I could take a look if you could mention some examples. Note that the results are different depending on the block/grid used.
So you could check all of the block, grid and full grid types, see how they look. There are many types of grids and blocks available
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
– https://demo.tagdiv.com/newspaper/big-grid-1/
– https://demo.tagdiv.com/newspaper/block-1/
Thanks
Thanks for quick response. I have another problem. I have changed layout and template (Pagebuilder + latest art + pagination) in Page Settings but now I can’t put new row under the Latest Posts with “drag and drop”. I can only do this over the Latest Posts. I would like to add some Block under the Latest Posts – how can I do that?
Screen: https://ibb.co/fszSjo
Hi, I specifically want to edit the titles of pages displayed within the blocks. It doesn’t seem to be working, I’ve tried everything.
Also make sure you are not blocking that stuff with robots.txt — which it seems a lot of people have been doing incorrectly. You can’t block the main elements loaded by your web pages from google or the page won’t load all the elements.