- 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 add this custom CSS in Theme Panel > Custom CSS:
@media (max-width: 767px){
.td-menu-wrap #td-top-menu {
display: block;
}
#td-top-mobile-toggle {
display: none;
}
.header-search-wrap {
display: none !important;
}
.td-grid-wrap {
padding-top: 0px;
}
}
Thanks
Hi Support,
Please take a look here: http://goo.gl/fSaU7L
Two questions:
1. How do I remove the complete category block (and sub categories) from each category page?
2. How do I prevent these grey block in the slider? Is there an option to have the image automatically fit/stretch? Should I change the background color? I have this with almost all images, very annoying. How to avoid/fix this?
I use a child theme, so please let me know what code to insert/remove from which php file.
Custom css code is also fine 🙂
Thank you.
Text blocks and fonts with H3 and <B> are bigger in the latest version.
Hi,
A simple solution is to exclude the current post from each block that appears on that post page. To do that add this code like here: http://screencast.com/t/TEmTsIpX3Ea5
if (is_single()) {
$wp_query_args['post__not_in'] = array(get_the_ID());
}
Thanks for the message!
Is there a documentation of new “custom built drag and drop gallery”?
Some of the new layouts made possible by the format menu from tinymce + the new ui
Where to find this…?
Thanks a lot for those tips =]
Hi,
If you want to add a title you can add it via HTML like this:
<h4 class="block-title">
<span>my title here</span>
</h4>
Thanks for the message!
@neotrope Thanks, i’ve selected the option ‘Compress all content’ in my cPanel, this should do the trick. Thanks for all the tips guys 🙂 Will report back soon.
several of your errors should be set on on the server/hosting side of things and not via WordPress / plugins
1) gzip/deflate must be set to “on” for your server; contact your hosting provider
2) browser caching is controlled via expiration headers for content; with Apache it’s easy with htaccess file (see the pagespeed sticky topic for my settings)
3) vary/accept encoding header, set at server
Note that is why these items are marked “server” when doing test check on speed. These items are good for about 20 points alone and should be done first before doing anything else as these are necessary for ANY website, especially WP, to run faster (or really, to run properly).
Hi Lucian,
very cool! Worked for me! I extended it a little bit, that it can use more than one tag and does not appear at all, if there is none:
$post_tags = get_the_tags();
$tags_filter = '';
if ($post_tags)
{
for($i=0;$i<count(array_values($post_tags));$i++)
{
$tags_filter .= array_values($post_tags)[$i]->slug.',';
}
$tags_filter = substr($tags_filter,0,-1);
echo do_shortcode('[td_block4 tag_slug=' . '"' . $tags_filter . '"' . ' limit="5" custom_title="'Related Posts'"]');
}
Thanks for your help!
BR, Claudio
Hi,
I would also like this feature. Totally makes sense.
I had the same issue in Block 4. I put the recommended code after the foreach loop in the inner() function.
....
foreach ($posts as $post) {
if(!is_single($post->ID)) {
....
}
BR, Claudio
Hi,
You have no menu because you use the top one and that one it’s hidden on mobile, If you want you can add a menu or you can add this
CSS in Theme Panel > Custom CSS:
@media (max-width: 767px) {
.td-header-menu-wrap {
display: block !important;
}
.mobile-logo-wrap img {
top: 0px !important;
}
}
This way you will set the top menu to appear on mobile too. Unfortunately it will look like this: http://screencast.com/t/h2aWk9lQDKOS
Thanks
Hi,
You can do it by adding the block from single.php file before the sidebar using the do_shortcode() function like this: http://screencast.com/t/0diGnANrnc
This way you will display first in the sidebar a “Related Posts” section by current posts first tag, it will display the posts that have the tag which is first on current post tags, it’s using block 5. You can customize the block from page builder and you can find the shortcode if you switch to classic mode.
Here you have the code from my example: http://pastebin.com/pZNUHNTL
You can do the same in case the sidebar is on the left side.
Result: http://screencast.com/t/xaqyue8Wc
Let me know if it works.
Thanks
Hi,
Unfortunately you can’t call posts in blocks by id the theme doesn’t have this feature, sorry for this.
You can try doing this using the filter by tag slug, you can add a tag to the post that acts like an id so you can call them after that tag and adding it in like here: http://screencast.com/t/4XFVyV0vw
Thanks
Hi,
Not exacly, module 3 has a diffrent layout, if you want to add this for module 3 you have to add it in td_module_3.php like this http://screencast.com/t/pEMMzPz0c and add this CSS in Theme Panel:
.td_mod3 .td-social-sharing-buttons {
position: relative;
left: 110px;
width: 33%;
margin: 0px;
}
You can make them look as you like using via CSS.
Thanks
Hi,
You have to use this class .td-a-rec-id-header in the code i gave you, as i said before, the class changes if the ad type it’s changed.
You can draw it on the image like this http://screencast.com/t/RcBrKx2fB and then set the image to be displayed in the your header ad section in Theme Panel and place the link you want as well.
Thanks
Hi,
Please add this custom CSS in Theme Panel > Custom CSS:
.td-post-text-content img .wp-smiley {
display: inline-block !important;
}
Also in order to make turkish letters work with speed booster plugin add this code:
&subset=latin,latin-ext
..in the functions.php file, like this: http://screencast.com/t/R0kmXGB8
Thanks
-
This reply was modified 12 years by
Lucian.
@Gee95 i have to go too work now,they a lot of info on the site that can help you set up correctly…bless
Yes,too get on cloudflare network you need to used they nameservers…
It’s asking me to change my nameservers, is this correct for WordPress? 🙂
there nothing to install you go to cloudflare websit @ https://www.cloudflare.com/ and sign up and then set it up…
Oh, i’ve never heard of ‘Cloudflare’ before. Is it simple to install on WordPress?
Thanks again 🙂
Cloudflare and this plugin..
removed “Leverage browser caching”
You can find that plugin also via wordpress website @ the url http://wordpress.org/plugins/leverage-browser-caching-ninjas/
Is there anyway to fix these main issues, maybe by plugins?
Image:

Thanks 🙂
This is super cache results for my site when it load..
<!– Dynamic page generated in 0.755 seconds. –>
<!– Cached page generated by WP-Super-Cache on 2014-07-18 07:23:37 –>
<!– Compression = gzip –>