- 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, Everybody.
Â
On my homepage (Front Page) in my Blocks (Block 16, 24, 2, 15) settings I use pagination – Next Prev ajax.
On my website in any blocks when I click > (to load next articles) on Wi-Fi connection no problem but in 3G or 4G connection (in a good signal as well), it does not load next articles.
I have no idea why or where can I start to find what is the problem.
Has anyone knows what is it?
Thank you.
Hi.
Please, I’m using the News page as homepage. Some things I’m customizing through the page called News but I am not finding where to change the block of Latest articles. I do not find this block on the NEWS page and neither do I find it in APPEARANCE -> WIDGETS. Any tips on how to proceed?
I also would like to create blocks with different contents (not articles) such as showing Buddypress members or the latest BBPress posts, but I can do it only with widgets in the sidebar but I want it in the main page. Would it be possible to help with these 2 items?
Hello alex,
Please notice that the Text with Title block does not allow the js code, sorry! You should place it in Javascript custom area but please notice that we cannot provide support for untested code, sorry! Notice that code does not come from our theme and we cannot provide support for this, sorry!
Thanks for the message!
Hi,
So does not it work with version 7.0 ??
I tried using php 7.1
But the site did not look very good, like block_big_grid_3, set with 3 articles, I was gonna see 5 articles.
Hello Narinder,
Please check the theme panel because our theme has some options which allow you to hide this meta information for modules/blocks and post pages, like here -> https://www.screencast.com/t/EpN2k24oql and here -> https://www.screencast.com/t/BiSYlG3nKbmL
Hope this helps!
Thanks for the message!
Hi,
That is a block 3, this block uses module 1. Make the modifications to the posts title for module 1
– https://www.screencast.com/t/lBQSJCcDymI
This is a list of the blocks and which modules are used, depending on the layout
– https://forum.tagdiv.com/theme-blocks-modules/
Blocks can use different modules when set on one column, two columns or three columns.
Thanks
Hello,
I wanna adjust the font style and weight (bold) of my post titles of my popular articles (meest gelezen) block (orange tab). I want them to be the same as all my other blocks. I adjusted module 3 (theme fonts/modules and blocks – article title), but nothing happened. What am i doing wrong?
Thanks!
Hello,
Yes, you seem to have gotten it with the ajax filter. The ajax filter is to show extra categories in that block. but they have no immediate tie to the posts that are filtered on the first view.
For the second request, you can only use inclusion. The ajax filter does not support excluding categories. You will have to add the ones you want shown.
Thank you!
Hi
On the site http://www.udvikling.fiskogfri.dk, the logo is partially blocking the top of the slider on mobile devices.
I tried the mobile theme plugin instead, and that was much better, but unfortunately none of my pages content work in the mobile theme?
I also tried this code:
@media (max-width: 767px){
.header-style-3 .td-logo img{
height: 52px;
width: auto;
}}
And nothing happens
We are launching tommorrow, so please help!
Thank you for the reply, indeed you’re right. My understanding was that the ajax filter was related to the real Block content filtered out from unwanted categories (that in the end is my case). Instead, if I’ve understood correctly the aim is to show in the block itself only the categories I decide but in any case with the ajax filtering I have the chance to see also other categories that have been filtered out from the block, am I correct?
Another question: is the ajax filtering only inclusive? Shall I have to add one by one all the categories I want to add? Is there a way to use the same exclusion logic with minus before ID?
Thank you
Hello albertok,
Unfortunately, I do not exactly understand what do you mean? Please provide more details about what you want to achieve and also, you should provide some useful screenshots to show me what exactly you want to achieve. Make a photo from our demo and provide it here. Do you want the title for your blocks or what? Notice that if you want to write custom text on your website, you can use the Text with Title block, like this -> https://www.screencast.com/t/4glB36tx
Hope this helps!
Thanks for your understanding!
Hi,
That should not happen, the theme will create exact thumbnails from all the featured images you use for the posts. Please try and regenerate the thumbnails using this guide
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks
Hello,
You are confusing the filter with the ajax filter it seems. The filters you apply to the block, applies only to the posts shown in the block, not to the menu you can see above the posts. That is a different menu called an ajax filter. Please read this guide: https://forum.tagdiv.com/block-settings-tutorial/
You can find the ajax filter options in the same block settings but under a separate tab.
Thank you!
Hi,
The easiest way would be to hide these elements with CSS on the posts you mention. You can use the post unique ID and create a code to remove the sharing and also related articles just for those posts. Like in this example
– https://www.screencast.com/t/ux94lD9ks6
– https://www.screencast.com/t/IszaczKLlZYH
– https://www.screencast.com/t/TXwtMUPfB4
Use the post Ids you want in the code, and it will remove the sharing and related articles only in them. Enter the code in Theme panel->Custom CSS section
.postid-18093 .td-post-sharing,
.postid-18093 .td_block_related_posts {
display: none;
}
The post Id can be found either with the browser inspector for example, or in the WordPress posts edit screen
– https://www.screencast.com/t/n7hX9419
There are also other ways.
Thanks
Hi. How do you get your block 13 to look like this https://ibb.co/n5dujQ in the local news demo sidebar? After installing the demo (without demo content), mine looks like this https://ibb.co/dvQbW5. I want mine to look like the demo.
I want to be able to share parts of a page using a URL parameter like ?jumpto=quoteoftheday and based on that URL parameter, the social share information would be different for Facebook and Twitter. I am already pulling the URL parameter fine, I just need to know if it’s possible to override just the social media tags in the header somehow.
Is there a hook I can use in my functions file to override the social media tags for the header?
I use Yoast SEO. I don’t know if that complicates things. I just want to be able to replace that block of social media tags in the header with my own. Specifically for Facebook and Twitter.
Thanks in advance!
Well, keep in mind ‘hacking’ the theme or any theme will need to be redone each time you update theme; same if you add custom functions to your functions.php — advanced users create their own plugin and put all their functions in there to survive theme updates — you can google that.
Anyway, here is something I did for one site to add top of page banner above menus … this is for only printing ads on posts and not on pages or indexes (indexes have a simple sidebar ad top of sidebar instead).
Anyway…. not sure this will print on this forum due to the php query, but here goes … I made a custom css class to control padding, background color and bottom border and align center:
<?php if ( is_single() ) {?>
<div class="neotopper"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block"
data-ad-client="MMMMMMMMMMMM"
data-ad-slot="NNNNNNNN"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
<?php } ?>
Chrome has built in ad blocking being tested, depending on your settings and version and locale.
Check your Chrome version and settings, as most likely cause. Try clearing history/cache in Chrome, and make sure you have latest update.
1. On the author page, how can I remove the box at the top showing the image, posts, comments? http://majorfuss.com/author/catherine-levine/
2. On a tag page, how can I remove the word “Tag” in the title? https://snag.gy/zcP09l.jpg And how can I hide the breadcrumbs on tag pages only? https://snag.gy/pg7LnA.jpg
3. On a search page, how can I increase the font size of “If you’re unhappy…”? https://snag.gy/6FhxKr.jpg
4. On a 404 page, how can I change all of the font styles? https://snag.gy/t4Tfwo.jpg And how can I change the block title to a different style? https://snag.gy/XN6wEZ.jpg
5. On mobile, how can I remove the top menu showing my social icons? https://snag.gy/JzluHL.jpg
Hi,
sorry I wasn’t able to upload the pictures before. So, this is the main block 2 settings including the list of categories:

This one is the list of IDs that I want to exclude (-1 for no-category, -5 for vibes category and -6 for featured category).

An this is the result page:

As you can see from the final screenshot (I cannot provide the link because the site is in maintenance) both Vibes and Featured categories are there (NO posts without category is present in our site at all, just put it the filtering for safety).
Thank you,
Andrea
-
This reply was modified 8 years by
DinamoDEV. Reason: Editorial
Hello Chris S, 🙂
As I said above, I reinstalled a wordpress all clean, I then add the theme I downloaded from envato and then I added my plugins one by one (I scanned all these plugins on virustotal to be sure that there is no malware). And I see that today sucuri tells me that all is well! Coool ^^.
I think he had to remember my previous scan.
Otherwise I followed your topic on secure wordpress:
– I changed all my passwords by putting very strong passwords for my FTP account, my database and of course my wordpress account.
– During the wordpress installation all clean, I changed the table prefix which was wp_, which I think too sensitive. So I put 15 characters (uppercase, lowercase and number) before the “_”.
– I deleted ALL the plugins and theme that I do not use.
– I added a plugin that backs up my database and my ftp every day, and that sends it to me on drobox and a remote ftp.
– I also have a plugin that automatically updates ALL plugins updated if necessary.
– This morning I added a plugin named “WP Cerber”, which protects me well wordpress and blocked me attempts to intusions (131 ip blocked trying to access my wp-login page when I disabled it)
– I also have the plugin Shield Security, do you think there would be conflict in both ???
I think now I’m secure, what do you think?
I really want to thank you for the help you have been able to bring me
Hi,
Let’s make things more clear for a better understanding. The theme creates a Featured category automatically
– https://forum.tagdiv.com/featured-posts-2/
If you want to display posts from the featured category in a block or grid, simply choose it in the category filter
– https://www.screencast.com/t/4cvioezrVA
Post will be displayed from this category, and sorted by the chosen method
– https://www.screencast.com/t/sTDchtO1V5fQ
If you use category IDs in the filter, posts will be displayed from all those categories, again based on the sorting used.
There is a featured sorting option that displays only featured posts from the desired categories for example
– https://www.screencast.com/t/dY430jDHWi
Thanks
UPDATE:
https://imgur.com/3X22Rrc
I use this code and text in block 14 is not white. Also if someone can help how can I write code for this to apply on single category? Where i need to put category name?
.td_module_mx1 .td-module-meta-info
.td-post-category {
background-color:#005689!important;
text:#ffffff
}
.td_module_mx2 .td-module-meta-info
.td-post-category {
background-color:#005689!important;
text:#ffffff
}
Hello TNTJ Sites,
Yes, the Single Image element will apply a background color black as a general effect and that’s why the image will be darker. Try to use a bit of CSS code to remove this effect.
.td_block_image_box .td-custom-image a:before{
background-color:inherit!important;
}
The result is here -> https://www.screencast.com/t/WTrYhzLp7kI
Hope this helps!
Thanks for your understanding!
Modify this file: wp-content\themes\Newspaper\includes\wp-booster\td_module.php
Add this: https://pastebin.com/7adCSvWj
2. Locate the block that you want to use (ex: wp-content\themes\Newspaper\includes\modules\td_module_17.php
Add this:
<?php echo $this->get_the_tags();?>