- 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
When i rezise the broswer window the top of the blocks (where the title of the block is) gets pushed a little up and down so that the white space underneath the actual heading dissapears.
See this picture for a screengrab of the issue (on the upper most picture the broswer width have been tightened)

What can be wrong?
Can I change News ticker block title length?
I’ve found that child themes are often an issue on our server, partially due to the CSS redirect. I try not to EVER use them anymore. It did cause issues for us, on multiple themes, not just this one.
Not sure this impacts you, but the other things that killed our server was a bot from Ukraine hitting our login panels over and over. “Limit Login attempts” plugin helped, and then in our case we had to block the entire country of Ukraine for abuse (!).
Optimizing the wp-config.php file helped a lot, too, putting in the actual paths to domain and also the the theme folder, to cut down on those queries for high traffic spikes. Couldn’t hurt đ
Hi,
Please take a look here: https://forum.tagdiv.com/topic/write-review-from/ how you can create a page like that.
The image from demo is used full width: http://screencast.com/t/i0TfO4gfwW and it width is 980px: http://screencast.com/t/AmqZW6kw
Also I tested and you can add your image in a text block: http://screencast.com/t/hwrLhImSJ
Result: http://screencast.com/t/BaMvVttfXh
Thanks!
Hi,
The pages/post are cached(if cache is used) so basically it shouldn’t be an issue, the problem comes on high traffic and interactive elements like ajax requests (pagination, load more, etc). Reducing the number of blocks/elements on page should be considered as a last option, the rest of the optimizations should solve this issue.
@deanhankin – If you have any trouble with the theme please provide more details, you could send them via email at contact@tagdiv.com
Thank you Emil G.
Hi,
I’m sorry I forgot to tell you to delete comments line. If you want to have comments above Big Grid please edit like this: http://screencast.com/t/BlYCNb8eWs
If you want to leave comments above Big Grid you can paste only Big Grid shortcode (that you figured out): http://screencast.com/t/t2Af1FqNZ
I’m not sure if this is the issue, but you can add an extra class to container div(post-grid) like this:
<div class="td-container post-grid">
<div class="td-container-border">
<div class="td-pb-row">
<?php
echo do_shortcode('[td_block_big_grid]');
?>
</div>
</div>
</div>
And use this css: http://screencast.com/t/Y6a9eVGw9
.post-grid{
padding-left:1px;
}
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
@Rabattix – please provide the url so i we can take a look, if you don’t want to post it here send it via email at contact@tagdiv.com , sometime the pagespeed test reports render blocking even if the elements are moved at the page bottom.
@nelito – the other pagespeed improvements are way more important than moving js/css at the page bottom, also it won’t lower the cpu usage. To improve on that you have to reduce the number of queries (fewer plugins, fewer blocks on page, reduce the elements which use ajax requests/pagination like mega menus/load more/infinite load), use cache, set the browser leverage cache, eventually use MySQL Query Cache. If you’re unhappy with the theme please send an email at contact@tagdiv.com and we’ll come with a solution.
Thank you, Emil G.
Hi,
I see you didn’t optimized the site – http://screencast.com/t/qY1CL39D
Follow this guide – https://forum.tagdiv.com/newspaper-documentation/
You can also check this – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Try to reduce the number of blocks on page, reduce the number of elements which come with ajax pagination (mega menus, ajax pagination, load more, infinite load – blocks)
Disable the view counter (it updates the database counter on each page view).
Try to reduce the number of plugins, use only the really important ones.
Hope this helps.
Thank you, Emil G.
Hi,
When you add a youtube playlist block you have this setting: http://screencast.com/t/NQmTrDl602F
Result: http://screencast.com/t/ZbhZAaAI
If youtube playlist doesn’t work, please make sure you also test this without any plugins active and leave just Visual Composer plugin active and also empty cache then check again. I also tested this and found no issues, we suggest to deactivate all plugins to make sure this doesnât happen due to others plugins you use and if this issue persists please let me know and also provide a link, so I can inspect this.
Also here you can read how to set playlist: https://forum.tagdiv.com/video-playlist/
Hope this helps!
Hi,
What version of Visual Composer do you use? There are some memory issues with the latest version, try to install version 4.3.5, then optimize the site – https://forum.tagdiv.com/how-to-make-the-site-faster/ (especially the gzip compression, images, cache and browser leverage).
Reduce the number of ajax using elements on page (mega menus, ajax pagination/load more/infinite load). Also reduce the number of blocks on your main page.
If nothing works please send an email at contact@tagdiv.com and provide more details.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
A line error arises due to the fact that I removed the comments in the subject.
It turns out that this line is superfluous – comments_template('', true);
Problem lies elsewhere – block is shifted to the left:
Hi,
I have checked your site and on homepage you have padding for text block: http://screencast.com/t/yMzkNO2NTv
But you also have that empty space that you mentioned: http://screencast.com/t/Y4VnZmR1wo0
Also your post’s sidebar looks fine: http://screencast.com/t/PVD9ETgZEka
I also checked your megamenu: http://screencast.com/t/hcxxmGva0u
Did you solve the padding issue?
How you can see I had make screenshots in all places that you mentioned(I think) and I did not found padding issues.
Please let me know!
Thanks!
Hi,
There is an option for blocks in settings: http://screencast.com/t/2I1FhAvKUOYN
Also you can find more in our documentation: https://forum.tagdiv.com/layout-border-missing-or-removing/
But I think that it is not what you mean, so for example if you want to change border color for sidebar: http://screencast.com/t/zoX4NPFK You have to inspect and change it with css code: http://screencast.com/t/0M04Yg27Alf
.td-pb-row [class*="td-pb-span"]{
border-left-color:white
}
You have to inspect individually all widgets to change border color: http://screencast.com/t/Xv05pZKx9mG
Hope this helps!
Great! It’s Works!
Only had to remove 1 line:
comments_template('', true);
With this line was fatal error. I deleted this line.
Here we go:
<div class="td-container">
<div class="td-container-border">
<div class="td-pb-row">
<?php
echo do_shortcode('[td_block_big_grid]');
?>
</div>
</div>
</div>
By the way, you notice that the board moves down the left?
I also, like you have in the screenshot to the left leaves. How to align?
Hi,
Yes, you can use Theme Fonts to change fonts. I think that you are referring at Latest articles font for above page.
You use module 11 to display Latest Articles, so you can change posts title for module 11 from here: http://screencast.com/t/S79UcSvZrm
Result: http://screencast.com/t/JvRGWhMhiMgZ
Excerpts and Block Titles you can change from “Modules and Blocks General”: http://screencast.com/t/jzGxfRwzG2zn
Result: http://screencast.com/t/XWPuYyolaE
Thanks!
Hi,
You have to edit single.php(default template) to display Big Grid after sidebar and paste this shortcode like this: http://screencast.com/t/0G9dZSdugO
<div class="td-container">
<div class="td-container-border">
<div class="td-pb-row">
<?php
echo do_shortcode('[td_block_big_grid]');
comments_template('', true);
?>
</div>
</div>
</div>
Result: http://screencast.com/t/bBF74NyVZn
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please take a look in Settings > Visual Composer and try to activate the blocks from there: http://screencast.com/t/fKyWThcM
Thanks!
Additional: Here is the problem with the mega menu. Screenshot Imgur. http://imgur.com/414bwJw,GO3EBgC
Follow-up: Looking at my css in staging, I see the css is correct.
.td_block_mega_menu { padding-top: 20px; } style.css:4026
But, looking at the css of my live site, I see the css is incorrect and missing that part.
Here is the correct CSS code section. http://screencast.com/t/LiXKdbBuxh2w
Here is where the CSS is missing on my live site. đ http://screencast.com/t/Tonlckv8Ju48
Thank you for looking into this. I think this is a real and complex issue. I would love a resolution since my mega menus look like crud on my live site without top padding.
Somewhere along the way, my theme css is messed up and causing my mega menu to not have enough padding above the images. Also, the sidebars are at 0 top padding too and this causes a miss alignment on the front page between block titles and pages with sidebars.
This wasn’t the case before an update and somehow it got adjusted. I can’t find the css that is causing it. I’m pretty sure it isn’t custom css that I inputted, because I checked all the places where that could be happening.
What is even weirder, is that when I look at a snapshot of my site in staging, it shows it with the proper spacing. http://bit.ly/1DHMIwo it looks just fine. It’s the live site that is missing the padding for some reason. http://bit.ly/1zNynwZ (not, on the front page, I have 20px VC space block in place above it to make it look “even”; in the staging site, you see that 20px added to the normal padding to cause the title to sit lower)
http://screencast.com/t/97AW3LY1xyjm
no padding space above “Text with title” block between two “block 4”, 3 column VC.
http://screencast.com/t/XQ4FBvKc
no padding space above sidebar “social counter” widget title
The current version of Visual Composer is a memory hog. Not directly related to theme.
Hopefully next version will be better.
Ironic how so many people were whining about not getting the latest version of VC the moment it was released, and now they have it, it’s not that great.
My site has 95 speed rating without modifying the speed booster file, using all my recommendations.
Render blocking css/js are not a deal breaker for the web. If you can fix everything else you’re good.
Of course, I’m spoiled with 12core XEON and 32GB RAM.
Hi!
I am using block16, with no sidebars, and seems that the row is breaking before it should be, so layout got broken. Already tried with other blocks and got the same result, always breaking.
Thanks.
Okay, thanks Alin I will try it.
Now I would like to take advantage of your attention to ask about another issue that i have on the same page: custom fonts. I can change the font using html on the visual composer’s text block, but I should be able to do this on theme panel – theme fonts, shouldn’t I?
Regards,
Fz
How to add a post slider, on the home page? (block big_grid)
I understand here?
in “loop-single.php” – related and big-grid:
</article> <!-- /.post -->
<?php echo $td_mod_single->related_posts();?>
and
----> <?php echo $td_block_big_grid-> how to correctly write? ();?>
To display the last posts, how on the main page.
Lets say i have the HOME page and i want add some new blocks inside
i hit ‘+’ add an element but there is no Block 1 , Block 2 , Block 3 ….. like here https://forum.tagdiv.com/blocks/
there are other staff but no blocks like the link
Hi,
I’m not sure what you mean, you can’t add blocks on pagebuilder?
When you create a page you have to set page template: https://forum.tagdiv.com/page-templates-newsmag/
Then add blocks like this: http://screencast.com/t/zGh8LQlTOmoU
Please follow our documentation: https://forum.tagdiv.com/newsmag-documentation/
If this is not your issue please provide more details, screenshot will help.
Thanks!