- 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
I can’t see [TagDiv] Block 10 on Appearance->Widgets page.
Shouldn’t be there too?
Hi,
Sorry for the delay! I have tested the video short-codes both on page adding it as element and also on posts adding it using short-codes, in both cases worked fine: http://screencast.com/t/5hHXiY3EkFZ
Please make sure you use this right, and follow this guide: https://forum.tagdiv.com/video-playlist/
@Steven
Block 10 also works: http://screencast.com/t/OkVBsB3Hb This block it’s used to add posts without feature image and it’s displayed on elements list’s like it should: http://screencast.com/t/twGDo9hZG3
Please try to deactivate all plugins using only VC (Version 4.3.4 found in plugins folder) and check to see if this features work. Please let me know.
Thanks for the message and sorry for the inconvenience!
Hi,
You can use this code in loop.php file like this: http://screencast.com/t/lI3oL0TV0O6
Replace the ‘207’ with your category ID in which you would want the block to be showed. Also use the do_shortcode() function to add the block widget as you like, just replace the short-code from my example with your own.
Hope this helps!
Here is the code I used:
if (is_category('226')) {
echo do_shortcode('[vc_row][vc_column width="1/1"][td_block9 sort="random_posts" limit="5"][/vc_column][/vc_row]');
}
Thanks
Hi,
Sorry for the delay. This space could come from this margin set to the row: http://screencast.com/t/qyI0ah6ha
You can reduce it by using this custom css in theme panel > custom css:
.home .wpb_row {
margin-bottom: 0px;
}
Set the margin as you like. I need you site’s URL so I can inspect it in order to give you a more exact answer.
Hope this helps!
Thanks
There is actually a built-in way. See my answer here: https://forum.tagdiv.com/topic/is-it-possible-to-show-pages-in-blocks/
Chris’s point about numerical order to help filter your pages is probably better than the date published one, if the block picks that up. (And the author trick would only apply if you generally exclude author functionality from your pages, as we happen to do on our site. Also, I just tested the block author filter and it seems to only lists those with Administrator role…)
I see what you meant Ecofame and thanks for your reply. What I meant is that the new 4.3 version which came out at last friday should have fixed all the “space” problems, so you would not need the custom css code anymore. But unfortunately it didnt at least at my project.
Likely you could look at page source, find the classes for those blocks, then add some custom css to the theme panel to over-ride the size of those specific classes. 🙂
I use AddThis to put the social both above/below the post, but some people have also taken the code from the loop-single.php file (or whichever post template you’re using) and cloned it to above the post block.
I think it’s this code in loop-single.php (based on theme v 4.22):
<?php echo $td_mod_single->get_social_sharing();?>
Okay, well https://forum.tagdiv.com/pagespeed-guide/ is where I got this reference from, and it was suggested by “you” guys. The post date is July 20, 2014 which I would say is fairly new and should still be aplicable as of this date, as I see no reason why it should not be. And I’m sure if you bothered to replicate these steps to see what was wrong, we would be able to come to a conclusion already.
All I want is a fix for this. I’m following “your” guide to achieve removing render blocking css/js – using the TagDiv Speed Booster plugin as set out in: https://forum.tagdiv.com/pagespeed-guide/
I followed your instructions and it did not work. The only line of code that gives me a fatal error is “add_action( ‘wp_print_scripts’, ‘td_inspect_scripts’ );”. And that is also the line of code that enables me to see a list of all the ids for all the css and js (needed for the next step).
So I ask again, please help me get through this step successfully.
Okay… Well I just tried it with ALL the plugins deactivated and it still gives me the fatal error…
I’m simply following your instructions on removing render blocking css/js – using the TagDiv Speed Booster plugin by adding the code :
function td_inspect_scripts() {
global $wp_scripts, $wp_styles;
echo ‘registered scripts<br>’;
foreach ($wp_scripts->queue as $handle) {
echo $handle . ‘ | ‘ . $wp_scripts->registered[$handle]->src . ‘<br>’;
}
echo ‘registered styles<br>’;
foreach ($wp_styles->queue as $handle) {
echo $handle . ‘ | ‘ . $wp_styles->registered[$handle]->src . ‘<br>’;
}
}
add_action( ‘wp_print_scripts’, ‘td_inspect_scripts’ );
into Functions.php as you have stated… And “generally,” I do know what I am doing. I followed your steps to a tea.
I’m having a another issue with white space between my blocks that i need to remove…i’ll like to bring them a lil closer there are too much white space between them..


Hi Sergenial,
All the white spaces are reduced as I wished and that is to thank for TheMediumUTM tha helped me a lot.
These are the codes I got from him and pasted in to theme panels costom css area.
————————————————————–
@media (min-width: 1019px) {
.span1, .span3, .span4, .span6, .span8, .span9, .span11, .span12 { margin-left: 20px !important; }
}
.td_mod_wrap .meta-info {
display: none !important;
}
.td_block_wrap { margin-bottom: 0px; padding-bottom: 10px; }
.td_mod_wrap { margin-bottom: 10px; }
.td_mod1, .td_mod2, .td_mod3, .td_mod4, .td_mod5, .td_mod6, .td_mod7, .td_mod8, .td_mod9 { margin-bottom:
10px!important; }
.td_mod_wrap .thumb-wrap { margin-bottom: 10px; }
.wpb_row { margin-bottom: 10px; }
.td_mod3 { min-height: 65px; }
.td-grid-wrap {
padding: 10px
}
Now I am happy with how the home page looks. There is only one problem and that is that the content-wrap has margin left.
here is my site:
http://www.ecofame.com
good luck
ecofame
Ok sorry, probably i’ve missed something in my previous post.
I have already an homepage, already filled with block and everything I need.
What I’m asking for is: there is a way to show a page instead of a post inside the blocks?
Here: 
To make this possible first you have to make a page and name it “Homepage”
After you do that then you have to go in WP settings,reading and on the top where it say “Front page displays” you will choose the page you made called “Homepage”
Now with all that out the way you only have to go in to pages and look for that page you made called “Homepage” and click on the edit botton and in there it will show you how to build a home page with blocks 1,2,3,4 etc…
To learn how go to this link https://forum.tagdiv.com/newspaper-documentation/
and then look for “Home Page and Templates” and it will teach you all you need to know…
In homepage, where is the block1, block2, etc.. there is a way to shown a page and not a category of post?
And in the big slider?
Thank you 🙂
This CSS code should fix ur problem…
.td-footer-wrap .td-grid-wrap {
padding: 0px !important;
}
Hi there,
This is my website http://www.aplotaria.gr/ . I want to change font size in 2 blocks. The one is named “Γράφουν” under the featured post at the left and it is a text block and the other is named “AGENDA” at the right and it is a widget. I want to increse the font size from 14 to 15 px.
I changed the font size throu theme panel-custom typography-post content font but it didn’t work for the 2 blocks. It worked for the others blocks in homepage.
Any advice?
Hi Christopher,
Actually, I’m not using any Caching plugins nor any CDNs… And if you want any examples, I have provided my website where you can see just that. I might also point out that I’m having a 4th issue that is very much related to issue (2).
4) My “Next Prev Ajax” also does not work for any of my blocks.
I think that my whole “Pagination” system is broken for me.
They deleted the responsive settings in the lastest update and replace it with JS settings…
Deleted files – 2 files
includes\wp_booster\td_responsive.php
wp-admin\panel\views\panel_responsive_settings.php
New files – 7 files
images\pagebuilder\block10.png
images\pagebuilder\vimeo.png
images\pagebuilder\youtube.png
includes\modules\td_module_10.php
includes\shortcodes\td_block_10.php
wp-admin\images\panel\panel-icons\ico-js.png
wp-admin\panel\views\panel_custom_javascript.php
Block 10 is missing from widgets. Maybe they just forgot to add it there as well.
As for Visual Composer, uninstall your current copy and then upload the latest version from Newspaper –> includes –>js_composer.zip
Block 10 and all the other additions will then be visible.
-
This reply was modified 11 years by
Nitish Saxena.
I am haing trouble with CloudFlare. As someone mentiones before, the site becomes “not-mobile responsive” using it, altough I do see a good speed improve. Any suggestions? Is mandatory to use the payed version to resolve this issue?
Have you all a nice weekend!
I can’t see [TagDiv] Block 10 on Appearance->Widgets page.
Shouldn’t be there too?
-
This reply was modified 11 years by
gnoe.
I just upgraded theme/plugins and I can see Block 10. It’s there.
Youtube/Vimeo Playlist blocks are also there.
Shortcodes for Youtube/Vimeo are there since last version but we need some instructions how to use them on posts.
Just uploaded the recent update and now the top menu (black one) causes a huge black box that runs 1/2 way down the page. The only option to get rid of the black box is to disable the top menu.
It’s also adding a the side widgets, which are not displayed on the home page normally.
Image: https://plus.google.com/photos/111356467277136681657/albums/6058611929371131297?banner=pwa
site: tvfishbowl.com
Author rank with rel=author is 100% dead. 🙂
The theme supports various schema.org markup, and the latest (brand new this week) version of YOAST SEO has whole bunch of added support for microformat data but I’ve not had a big block of time to dive into that in depth. It’s on my to do list, actually, for this coming week 🙂
Right now I’m in midst of playing with mod_spdy and a new wildcard SSL cert, and connecting that to mod_pagespeed correctly (waaaah).