- 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
Hi,
Please check the block settings and replace All with your word: http://screencast.com/t/3iJ766StPG
Result: http://screencast.com/t/hwHW3o6x
Unfortunately Loading… cannot be translated from Theme Panel, you would need to edit tagdiv_theme.js and translate it there: http://screencast.com/t/H07TpxwZrAhf
Result: http://screencast.com/t/kOz9iLKcFXXh
Thanks!
Hi,
No, it is the “All” in the certain blocks – for example Block 1 – where you have a pulldown to pick other categories.
When you pick one you get a “Loading…” too while the posts in the chosen category are loaded – which I also don’t know where to translate.
Thank you for the quick response.
Oh one more thing – right now the theme automatically creates thumbnails for all uploaded images.
I have a lot of images in each of my posts. I want the theme to generate thumbnails for featured images only, as they will appear on the Homepage blocks and sliders. The rest of the images in posts don’t need to be duplicated.
Is there a way to customize this?
Hi,
You can try this css for post sidebar: http://screencast.com/t/IHEjNtSLE4
.td-post-sidebar .td_mod_wrap{
border-bottom: 1px solid #e7e7e7;
}
.td-post-sidebar .td_mod_wrap:last-child{
border-bottom: none;
}
.td-post-sidebar .td_block_wrap, .td-post-sidebar .widget {
border: 1px solid #e7e7e7;
}
Also for page if you use Widgetise sidebar block you can try this css: http://screencast.com/t/Ap0ZdwQUnvX
.wpb_widgetised_column .td_mod_wrap{
border-bottom: 1px solid;
}
.wpb_widgetised_column .td_mod_wrap:last-child{
border-bottom: none
}
.wpb_widgetised_column .td_block_wrap{
border: 1px solid ;
}
This css is general but you can add borders only for some blocks/widgets: http://screencast.com/t/95Y5NheX
Hope this helps!
Hello, I hope your day is going well.
I have been experimenting with css to achieve an outline effect around blocks. Can you tell me if it is possible to create something like this with different blocks and widgets in my sidebar?
Here is an example of what I’d like to do: http://screencast.com/t/YDypnpCKBbY4
I hope you can help me with this.
Have an Awesome Day!
Philip
Hi,
You can adjust the block line height for block title: http://screencast.com/t/oU1YJtnUFz1 The width cannot be adjusted because this css is to general for blocks titles. You would need a css for each column.
.block-title{
background-color: black;
border-bottom: none;
line-height: 25px !important;
}
.block-title a, .block-title span{
background-color: transparent;
}
Hope this helps!
Hello,
When I click on “PageNext/PagePrev” or “Load More” buttons in homepage blocks I see the Authorization Required window.
I think this request appears due to the fact that the access to “\wp-admin” folder is restricted by .htaccess file.
How can I fix this problem?
I know there are other threads on here relating to this, (I’ve read them) but I have tried blocking the category tags on the big grid in the theme panel and they wont budge.
I’ve cleared the cache, cleared the browser cache etc several times but I can’t get them to go
Any help would be appreciated
Many thanks
Hi,
Besides the thumbs WordPress creates when you upload an image as you’ve found out the theme create other which are used on module/blocks/slides..
If you decide that you don’t use a specific block/module and you don’t need that thumb then you can comment the image size function which creates the specific thumb.
You can find all thumbs here: http://screencast.com/t/pDhVaHSsakn8
Thanks
Hi,
You can try to do that with custom css in Theme Panel > Custom Css but all titles will have the same background color something like this: http://screencast.com/t/GhVAWMlHY
.block-title{
background-color: black;
border-bottom: none;
}
.block-title a, .block-title span{
background-color: transparent;
}
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Thanks for help, but after pasting code in this place I got such error:
Parse error: syntax error, unexpected ‘=’ in /home/…./domains/fullpicture.ru/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_module_single_base.php on line 63
Please, help!
Hi, Team
I have a wish to change background color width for Titles of blocks or widgets. Please advise me if there is a custom code to do that. I want background all the way in that line instead of it ends after text length.
1. Here is how it work now : http://www.screencast.com/t/BUTV1B0m2P
2. This is what i want : http://www.screencast.com/t/VlzpxJOgmelj
Thanks,
Yura
Hi,
Every time I upload a picture, the theme automatically duplicates the uploaded image into 6-10 images.
I’ve searched the forum and found out that the theme needs to duplicate images to fit in many different blocks and modules.
But this duplication is quickly eating up all my hosting space. For example my original image was 100kb in size, but the 10 duplicated images would total up to 400kb, or even more!
Please see the picture here:

Is there any way to fix this? Can I remove unused thumbnails? If so where can I customize the code?
Thanks guys!
Hi,
You said above that you managed to change the titles for that blocks, so you did this from blocks settings. Please make sure that you have Visual Composer plugin active from the plugins section: http://screencast.com/t/hPo4k6ZJ also when you edit/add a page make sure that it is set for Backend Editor: http://screencast.com/t/plhCU8l4zgN
Let me know how it goes!
Thanks!
Hi,
1. Please set your excerpt type on letters from Theme Panel > Excerpts: http://screencast.com/t/AQMpCu9U and also from excerpts section you can set the lenght for each module/block that you use: http://screencast.com/t/dsABTbzDf
2. If you want to add a block with Visual Composer on your page please use Block 12: http://screencast.com/t/TBxtv6E3Z – http://screencast.com/t/lysA2Rvpd
Also you can use modules(11, 12, 13) with read more button to display articles on categories pages: http://screencast.com/t/r5TLeNA429
You can check our demo and see how blocks and modules are used: http://demo.tagdiv.com/newsmag/ and our documentation may help: https://forum.tagdiv.com/newsmag-documentation/
Thanks!
Documentation is very simple: “Copy and place the code in the HTML-coding of your site in the location where you want to place the selected social buttons”.
This is the code:
<script type=”text/javascript”>(function() {
if (window.pluso)if (typeof window.pluso.start == “function”) return;
if (window.ifpluso==undefined) { window.ifpluso = 1;
var d = document, s = d.createElement(‘script’), g = ‘getElementsByTagName’;
s.type = ‘text/javascript’; s.charset=’UTF-8′; s.async = true;
s.src = (‘https:’ == window.location.protocol ? ‘https’ : ‘http’) + ‘://share.pluso.ru/pluso-like.js’;
var h=d[g](‘body’)[0];
h.appendChild(s);
}})();</script>
<div class=”pluso” data-background=”none;” data-options=”big,square,line,horizontal,counter,sepcounter=1,theme=14″ data-services=”facebook,vkontakte,google,twitter”></div>
I repeat my question: where I must place this code?
Hi,
In the screencast, you show how to edit the blocks but where is that page?
Where do I click in the theme panel to get to the screen you’ve displayed?
Kind regards,
Anthony
Hi,
Please provide more details about your issue as I’m not sure what you mean. You can edit blocks like this and change settings: http://screencast.com/t/ITCv91pEk
Please also follow our documentation: https://forum.tagdiv.com/newsmag-documentation/
Thanks!
Hi,
We know about this issue, if you use load more feature on blocks, the unique article doesn’t work for the new post loaded from the block. We have this on our issues list and we are searching for a solution for it and we will try to fix it soon as possible. Sorry for this inconvenience!
Thanks!
Hi,
Please note that this feature, when enabled, it pulls and puts together the top most viewed posts that have been viewed in the last 7 days so it does not matter if a specific post added in a block it’s 5 or 6 or 7 years old as long as it has been the most viewed post from last 7 days. Also you have to enable post view for this feature to work properly.
Thanks!
Hi there,
On my homepage, I have ‘block 7’ set up to display my older posts. However if you ‘load more’ posts when scrolling down, some of the posts repeat. Check it out:
In the ‘block 7’ settings, I have the following enabled:
– Sort order: Popular (last 7 days)
– Limit post number: 6
– Pagination: Infinite load
– Infinite load show ‘Load more’ after x pages: 2
Could you help me make it so that the posts don’t repeat?
Thanks!
Ben
I think there is a known issue with some blocks when you use the “zoom” function in some web browsers, but not all. I noticed this with one block when zoom was at 95% for some oddball reason in Chrome on my MacBook pro.
Shit, sorry, it must be something to do with my laptop. I just checked on another laptop and block 5 seems to work fine now! Do you have any idea whether it’s the settings on my laptop that make the margins this big and the posts not show next to each other?
Many thanks!!
Not sure if my reply went through.. I still don’t really get how I can get my posts in block 5 to show next to instead of underneath eachother. When I change to a 2/3 – 1/3 split they’re still underneath eachother? I want them to be shown in two columns like in your block 5 example.
Also, why are the margins to the right and left of my website so large? It seems like half of the screen isn’t being used, while in your demos the margins are a lot smaller?
Sorry, I’m a real WP newbie, many thanks for your help!
Manon