- 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,
@SALZBURG12 Please try this custom css:
On page’s sidebar: http://screencast.com/t/Mur0oNsE
Also on post’s sidebar: http://screencast.com/t/ReU5JFX3S
.wpb_widgetised_column .block-title > span, div.td-main-sidebar .block-title > span{
background: white;
color: black;
font-size: 15px;
}
@ajaffarali You also can try that code.
If doesn’t work please provide your site URL.
Thanks!
Hi,
Blocks have only 3 types of pagination: http://screencast.com/t/Jx8PufgQU6b
You can use page template “Homepage+Articles List”: http://screencast.com/t/M495uOZ5Ibt and use module 9 to display Latest Articles: http://screencast.com/t/QHPePgbJr
So you will have pagination that you want: http://screencast.com/t/HEJIo2qA
Also you can set 12 articles to display: http://screencast.com/t/o8Z0q822mvZ
Hopr this helps!
hmmm… tried this:
.td-main-sidebar .block-title span{
background: #0c2044;
color: #ffffff;
font-size: 20px;
}
pasted into “custom css” and cleared the cache.
nothing happens, all non-tagdiv-widget still have a black color (http://www.salzburg12.at)
Hi,
Try this custom css: http://screencast.com/t/tdjy763KH
@media (max-width: 767px){
.td_block_slide_big{
display: none !important;
}
}
Also if you want to hide the Big Slide only for homepage use:
@media (max-width: 767px){
.home .td_block_slide_big{
display: none !important;
}
}
Hope this helps!
Why its not possible to add extra blocks ….. via Add element ?
For now i load some templates and then i delete what i dont wont its the only way or i miss something ?
Hi,
I think that you are referring to widgets title from sidebar. You can change it with css code:
All blocks title: http://screencast.com/t/y9izYKyJPb9
.td-main-sidebar .block-title span{
background: white;
color: black;
font-size: 20px;
}
Or you can target one widget: http://screencast.com/t/y7tyGVqNoODy
.td-main-sidebar .widget_recent_comments .block-title span{
background: white;
color:black;
font-size:20px
}
Only tagdiv’s blocks have this option from settings: http://screencast.com/t/mhneHKCtdEO
Hope this helps!
Hi,
Moving js and css to the footer won’t improve the general page load time, the elements will still be there,js and css are executed later because they are moved at the page end and by this it creates a faster page load illusion for the visitors.
Disabling the default fonts may help – http://screencast.com/t/nWTTMIVxwK
Reduce the number of plugins (only use the ones that you realy need).
Reduce the number of blocks on the page (fewer queries).
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
You can try this solution:
1. Edit td_module.php like this : http://screencast.com/t/KjLPzbsDBxE
Code that you have to paste on else condition: http://pastebin.com/zCaDGebT
2. Change called function for modules(all modules or just that for blocks that are you using): http://screencast.com/t/1RpccM0g
Result: http://screencast.com/t/6h7ft9GqB
You can change it also for posts(or leave with that function by default get_date) if you want, by editing loop-single or single_template depending of post template that you want to use: http://screencast.com/t/6dDaUdWjb7
Result: http://screencast.com/t/ajtzdwDKjxf
Thanks!
I set my own template for homepage.
I set block 6 for my latest posts on homepage with 12 articles how to set page pagination to how numbers
like page 1 page 2 page 3 page 4 after 12 articles?
http://prntscr.com/63m928 see this
I really want to show page pagination after 12 articles for block 6 🙁
waiting for your quick reply!
thanks,
FAheem
The hosting company affects the situation by blocking the file to protect their server, otherwise the usage wouldn’t necessarily cause a server to go down. They also affect it by the limitations of their hardware (CPUs and storage, etc.). However, admin-ajax.php is an issue with WordPress due to the Heartbeat API since about WP 3.5 or so.
Search the plugin repository for a plugin called Heartbeat Control and install it. It’s a very simple and lightweight plugin. Once you install and active it, go to your settings menu to find the settings for the plugin. It only has two settings. I’d recommend setting it to allow only on post/page edit screens and 60 second intervals.
That plugin will reduce the majority of your requests, allowing you to unblock admin-ajax.php and still server traffic, even at 8k visitors at once. I’ve used it on VPS and shared hosting to reduce the number of queries. You don’t need Heartbeat API doing anything outside of the post edit pages in 99% of cases.
Good luck.
Ignore the render blocking … that has nothing to do with slow page load times.
To limit use of Google fonts, simply don’t use them. Switch to websafe fonts in the control panel, and then search/replace all the Open Sans and Roboto fonts in the style.css and choose web safe fonts.
Note all those Google fonts in the mobile page?
Where these google fonts came from? I have no idea how to limit them!
And how do I eliminate the render-blocking javascripts?
See here: https://developers.google.com/speed/pagespeed/insights/?utm_source=pubinsights&filter_third_party_resources=true&hl=en&url=http%3A%2F%2Fwww.viraldump.com%2Fsimple-message-brought-room-school-kids-absolute-tears%2F&priorityGroup=speed
I really want to get rid of the red warnings…
Hello,
I would like to show excerpts text on Big grid image not only title.
Theme panel>excerpts>Big grid module used on td block big grid
There is no field to show exceperts text. How can I show it on the following the largest one image?
http://themeforest.net/item/newsmag-news-magazine-newspaper/full_screen_preview/9512331
hi,
i see too more link in main page.
for example in Big Grid Section;

this areas are clickable. and posts titles same. i want to delete post title links. how can i do ths?
Another topic;

i use block 1 and block 2. posts pictures and post titles are clickable. i want to delete pictures links or title links.
thank you
Hi,
Add this in AD section in Theme panel: http://pastebin.com/vhD8Efmh
and in Custom CSS section, this one:
.td-a-rec-id-header {
height: 100%;
width: 100%;
}
.td-a-rec-id-header object {
height: 100%;
width: 100%;
display: block;
}
embed {
height: 100%;
width: 100%;
display: block !important;
}
@media (max-width: 767px) {
.td-header-sp-ads .td-header-ad-wrap {
display: block !important;
height: 100px;
}}
Hope this help!
Thanks!
-
This reply was modified 11 years by
Marius.
Hi,
1. I’m not sure what you mean with created a sidebar as a widget. You can create a custom sidebar from Theme Panel > Template Settings(you can choose a different sidebar for each template) for posts for example: http://screencast.com/t/1Q7yZTzG And it is normal to find it empty in Widgets section, just add widgets to it: http://screencast.com/t/cUctIPwK5tc
And set it to display: http://screencast.com/t/h7SQeDjTM
Result: http://screencast.com/t/88S4IiqgYpZB
2. You use Header Style 3 with blog-stack that why is that issue on mobile. For Classic Block stack we made a special header, this one http://screencast.com/t/FEoXVhLMpcv and in combination with other headers is not guaranteed that everything will work fine.
So if you want to use it like this, please paste this css for mobile view in Theme Panel > Custom Css:
@media (max-width: 767px) {
#td-top-menu .sf-menu {
display: none !important;
}
.blog-stack #td-top-search{
right: -50px;
top: -75px;
}
.header-search-wrap .dropdown-menu {
left: -56px!important;
}
.header-style-3 .td-logo img{
width: 30px;
}
}
Result: http://screencast.com/t/0e2v9SlcLw4e
Thanks!
Hi,
Please provide more details about this, when you save the settings in Theme Panel the theme freezes on the load animation and it doesn’t save anything? If that’s the case the issue may be cause by the server which blocks access to admin-ajax.php file, in this case you have to talk with the host server administrator and let him know about your issue, he’ll remove this restriction.
Thank you, Emil G.
Hi,
You can only try to reduce the number of queries by using fewer blocks on page, using cache, optimizing image size (reduces traffic), use fewer plugins (only the really important ones). Also consider cleaning and optimizing database, maybe use a firewall (you may have unwanted traffic which kills your resources).
The view counter increments the count on each page visit, if you have a lot of visitors at one time this can be a problem. If nothing works you may have to consider switching to a better host.
Thank you, Emil G.
Hi,
My answer was for displaying date on posts. And that I tested and it’s works.
Now I see that you want to do this for modules, so this is not an easy task and you would need custom modifications to the date’s function: http://screencast.com/t/DV1r3Euyj
That date that you have now it is date when was created page/block. We would have gladly made it for you but for the moment we cannot provide custom work.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can try to do this with Post Type from block settings: http://screencast.com/t/j6BBNBVU but sort order that you want have to implemented in the theme, so you need custom work for this and it is not an easy task. We would have gladly made it for you but for the moment we cannot provide custom work. I suggest to hire a professional to modify it for you.
Thanks!
Hi,
You can use this custom css in Theme Panel > Custom Css: http://screencast.com/t/MGhkwxsVegHO
.td-header-top-menu {
display: block !important;
}
Result: http://screencast.com/t/q2DYx26Abfa
Please also note that the top menu hasn’t been designed to be used on mobile screens so you might need additional customization to it.
Thanks!
Hi,
1. Please edit td_module_single.php like this: http://screencast.com/t/UORDxTeR
target="_blank"
2.I’m not sure what you mean. Here you can find predefined columns from footer. In Widgets section you can add blocks to the footer’s columns: http://screencast.com/t/24tKzKCnz
3. It is not a ideal size, you can use any image size bigger then 537x360 anyway the image will be cropped to fit in that size.
4. Please follow this guide: https://forum.tagdiv.com/how-to-change-user-avatar/
5. You can find and set social share in Theme Panel > Post Settings > Sharing: http://screencast.com/t/dnL2dzx7kuc
6. Theme doesn’t have an option for this, you can try to find a plugin.
Thanks!
Hello!
Can i make a custom “block category” that show events at homepage? Posts must be ordered based on next event first (based on current time), and then the other posts in following order, until the last one, or maybe 4.
It is possible? Maybe if i could insert php code inside block.
Thanks
Ok, thanks! I make some other changes.
One more question,
who will find the title for each block as this?
I mean in code, because i want to make the same change!
Thanks a lot!
After some digging I found where i changed the desired headings 🙂
I am however still curious what the Tabs Font actually changes since it seems to make no difference anywhere on the site when i change it 🙂
I do have two more questions:
1. How do I change the font in the footer section (regular block-text in the left most Footer column)?
2. Sometimes when I the last day have been playing around with the fonts I´ve experienced that all of a sudden the fonts can stop to load and hence won´t display on the page (they get replaced by some weird standard Times New Roman-like font). It all looks fine in the settings. But I am forced to actually go back in to the font settings and reselect the font I want to display in the actual place and re-save. Then the font shows up again. However after a little more playing around changing fonts one or more of the fonts stops working and ends up being replaced with the generic Times New Roman-like font and I have to go back and change them again… :-/