- 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,
If you want the same articles in both of them, set the same filtering settings and sort order in each block – https://www.screencast.com/t/Bz6WK9FJA – https://www.screencast.com/t/EwB4qmrYLnbY
Hope this helps you
Thanks
Hi,
Try to implement this in a standard text widget or a html or raw js block found in he visual composer elements list. You can also try it directly in the post / page content. If the script does not run, then you should search for an alternative way of implementing it such as a plugin. Iframes work with our theme as they do with any other wordpress theme. Try to add the code on a wp default theme as well to make sure the code works at all.
Thank you!
Hello hitechtry,
You should regenerate your Thumbnails using the Force Regenerate and Regenerate Thumbnails. For more information consult our guide here -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks.
Hello,
Unfortunately the theme was built to show categories as they are not a post type. A category is a taxonomy which is very different from a post type. You cna show posts or pages or events or other custom post types in our theme blocks using the post type filed from block settings or the latest articles section under post loop settings as you mention above, but there is no option for showing a category page on the homepage. Sorry. I do not know of a plugin that can do this.
Thanks.
Hello,
All of the settings you require are done by using visual composer, by editing the page itself. Please access the page settings and use visual composer to change the page and the blocks. Please use this guide: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
Unfortunately you will have to use static pages if you want to have 2 separate blogs. You will have to create 2 static pages and only filter the posts in the block settings based on the categories set to each blog. You have to separate the content either by category or tag so you can use the block filters to display separate content for each blog. THis guide should be usefull: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello indro,
1,2)If you want to make these changes you should use the code below and place it in Theme panel->Cusotm CSS area.
.td_block_big_grid_4 .td-big-grid-post-1 .td-module-title a{
color:brown!important;
font-size:25px!important;
font-family:Arial!important;
}
.td_block_slide .td-module-title a{
color:green!important;
font-size:35px!important;
font-family:Arial!important
}
The result is here -> https://www.screencast.com/t/xxjGHCXM4rJ
3)If you want to target only the first thumb of these modules, you should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-big-grid-post-0 .td-module-title a{
color:brown!important;
font-size:25px!important;
font-family:Arial!important;
}
The result is here -> https://www.screencast.com/t/FeKYlZ22
Also, notice that the font family should have to be loaded in your theme from Theme panel if you want to display it on your side.
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for your understanding!
Hi,
You can try this code and see if it works for you, you have to enter it in td_block_5.php file found in the theme folder->includes->shortcodes like this – https://www.screencast.com/t/bgBWwr7Hm9by
Example (replace with your tag id)
add_action( 'pre_get_posts', 'exclude_posts' );
function exclude_posts( $query ) {
$exclude_tags = array(247);
$query->set('tag__not_in',$exclude_tags);
}
Hope this works for you
Thanks
Hi Catalin,
Thanks for your assistance. All plugins are tested and have been working with no compatibility issue.
Strangely, the sidebar setting is not accessible on pages wich do not dispay the sidebar, such as here :https://www.screencast.com/t/rxjrPkbWHi (from http://stock-newswire.com/acheter-ou-louer/).
It says : While using Visual Composer sidebar settings are not available. To add a sidebar on page use the widgetised sidebar block.
However the sidebar setting is accessible on pages wich dispay the sidebar, such as here https://www.screencast.com/t/q0zp1WSLrrbM (from http://stock-newswire.com/calcul-rendement-locatif/).
Obviously there are different settings between these 2 pages, but I can’t see wich ones as I see visual composer in action in both.
Thanks in avdanced for your help.
Hi Catalin,
You’ll see the same items in Featured, in their respective category (always 1 category) and in the last block ‘Voor u geselecteerd’. I’ve no idea what the owner did. He did something with the 2 video blocks, but when I took a look those blocks were gone, and so was the sidebar.
I build a new theme, copied the existing untouched blocks in it, restored what was missing. But this I can’t put my finger on.
How do I attach screenshots?
Hello!
It’s seems what current version of Newspaper slightly incompatible with php 7.1.
Here is a part of nginx log:
2017/01/26 01:35:10 [error] 5642#5642: *4175 FastCGI sent in stderr: “PHP message: PHP Warning: A non-numeric value encountered in /usr/local/nginx/html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 997
PHP message: PHP Warning: A non-numeric value encountered in /usr/local/nginx/html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 997
PHP message: PHP Warning: A non-numeric value encountered in /usr/local/nginx/html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 997
PHP message: PHP Warning: A non-numeric value encountered in /usr/local/nginx/html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 997
PHP message: PHP Warning: A non-numeric value encountered in /usr/local/nginx/html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 997
PHP message: PHP Warning: A non-numeric value encountered in /usr/local/nginx/html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 997
PHP message: PHP Warning: A non-numeric value encountered in /usr/local/nginx/html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 997
PHP message: PHP Warning: A non-numeric value encountered in /usr/local/nginx/html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 997
PHP message: PHP Warning: A non-numeric value encountered in /usr/local/nginx/html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 997
PHP message: PHP Warning: A non-numeric value encountered in /usr/local/nginx/html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 997
PHP message: PHP Warning: Illegal string offset ‘test_time’ in /usr/local/nginx/html/wp-content/themes/Newspaper/includes/wp_booster/td_remote_http.php on line 93
PHP message: PHP Warning: Illegal string offset ‘test_status’ in /usr/local/nginx/html/wp-content/themes/Newspaper/includes/wp_booster/td_remote_http.php on line 95
PHP message: PHP Warning: Illegal string offset ‘youtube_ids’ in /usr/local/
I am experiencing a bug (either that or I am misunderstanding what the feature is supposed to do), but in the page builder, when using a block (specifically I am currently using blocks 15 and 16), on the filter tab, I have set the “post type” filter to “post” such that it will only display normal posts. But for an unknown reason whenever we publish a page, it is showing up on the page in the block.
Am I doing something wrong or is this a bug? I have verified that post_type for the page is indeed set to “page” in the database.
This is the problem for the tag name,
When you insert an ad-unit in wordpress, a filter verifies the screenview in order to readapt the sizes as you can see here below:
var td_screen_width = window.innerWidth;
if ( td_screen_width >= 1140 ) {
/* large monitors */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:300px;height:250px” data-ad-client=”ca-pub-9021387890731428″ data-ad-slot=”auto”></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}
The problem arise here because the data-ad-slot is “auto” (see above)
There should be a js that replaces “auto” with the IDs and here we are missing something
?????
They (block 12 (Most Popular) and block 9 (Must Read) display different articles/content!
Please take a look at both http://hispaniclatinonewsandevents.network
I added Block 9 (Must Read) under Block 12 (Most Popular).
Question is:
How do I edit block 9 to “display” (the format) exactly as Block 12 (Most Popular) does?
Hello Elizabeta,
So, I guess that here is talking about the Front End Editor option. Unfortunately, our theme does not work fine with Frontend editor and our developers have decided to exclude it from the theme. You can enable the Visual Composer frontend editor by removing this code from theme’s functions – http://screencast.com/t/1N4LB7WhP2jR but unfortunately, will not work properly if you have tag div blocks on the page.
Please notice that if you want to have a frontend editor, you can try using our additional plugin which is TagDiv Composer. At the moment, this plugin is in development mode and as soon as possible we will make it compatible with Newsmag, sorry!
If you refer to something else, please provide more details.
Thanks for your understanding!
Hi,
Unfortunately I do not understand what you mean, two different blocks display the same – in your case Block 12 (Most Popular) and Block 9 (Must Read). Please provide more information so we can see if it is posssible or not.
Thanks
Hello
I have checked your website and the featured images seem to work as properly, as you can see here -> https://www.screencast.com/t/cmVtO32E Also, is the problem will reappear, you should regenerate your Thumbnails using the Force Regenerate and Regenerate Thumbnails. For more information consult our guide here -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks.
Hello,
The titles are block titles and they can simply be deleted from the block settings like so: https://www.screencast.com/t/eFm3t7ySV86
If your sidebar is created directly on the page using the pagebuilder, then please check the block settings guide to see how to change block titles: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hi i have added thw google adsense code inside the Custom AD-1 & Article bottom ad
Site trttv.gr
The code is this (without the numbers ofcourse)
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– ads@trttv.gr –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-0000000000000″
data-ad-slot=”———–”
data-ad-format=”auto”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
There three days now and nothing is running in the ad’s boxes
Please advise
Thank you
It would be easier if you could attach images here. But I managed to get this working through a plugin that gave me the option of adding categories to pages. What I wanted was to instead of looping posts, I wanted to loop pages with pagination.
When you are on a page, and choose the template “Pagebuilder + latest articles + pagination” – you also get the block “Homepage latest articles” – it has three tabs: General, Post loop setings and Unique articles. Well, under “Post loops settings” you get a lot of options and filters, one of these is the option to use different kind of post types. In my case, I wanted to use pages, but I could not figure out how to for instance use only pages that where children of another page – so it just looped all pages.
But it feels like a “hack” to have to use categories for pages, in order to specify what pages I want in a loop, it would be much better if it also was a filter based on “Children of ID” for instance.
The site I am talking about is ondogbreeds.com – On the homepage I loop both pages and posts in the “Homepage latest articles” section, in the top grid I loop only posts. In the block below the top grid, I loop only pages from certain categories.
In the sub-pages like this one ondogbreeds.com/dog-breeds/a-c/ I then loop only pages with the category “a-c” and it’s working.
But if there is another way, other than adding categories to pages, in order too loop specific pages I would be very much interested. As I said, it just feels like a hack if you need an extra plugin to do it. Also, what if that plugin stops working at some point.
Hello,
Unfortunately the block title style can only be changed through custopm code or by activating another demo that offers a different style for the title. There is no easy way of haviong one style on another demo. Please use this topic: https://forum.tagdiv.com/topic/guide-me-how-to-change-the-format-of-title-of-the-blog/
As for the font size, you can use this code:
.block-title a, .block-title span, .block-title label{
font-size:20px;
}
Thank you!
Hello pvergados,
As you can see, if you want to make some adjustments for our block, you should edit these files from here -> https://www.screencast.com/t/rV8bitRTeO or if you want to edit the category page template, you should edit files from here -> https://www.screencast.com/t/QMZwmL88 Notice that is not a simple task and you should have some good coding skills to make these customizations. Otherwise, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks.
I bought the newsmag theme
Item Title:
Newsmag – News Magazine Newspaper
Item URL:
https://themeforest.net/item/newsmag-news-magazine-newspaper/9512331
Item ID:
9512331
Item Purchase Code:
XXXXX Tell me where to tell you the code
Purchase Date:
2017-01-24 08:41:51 UTC
For any queries related to this document or license please contact Help Team via https://help.market.envato.com
Envato Pty. Ltd. (ABN 11 119 159 741)
PO Box 16122, Collins Street West, VIC 8007, Australia
AND I BOUGHT VISUAL COMPOSER TOO
I CAN’T SEE FRONTEND EDITOR IN ROLE MANAGER
PLEASE TELL ME HOW TO ENABLE IT
4.2 I don’t see Frontend editor option in Visual Composer
First check if you have Frontend enabled for your user group – this can be done under WP Admin – Visual Composer – Role Manager. If you do not see Frontend editor option in Role Manager or if it is activated, but still not available it could be so that your WP theme author disabled Frontend editor from his/her theme configuration. In such case it is recommended to contact theme author directly to get information on reasons disabling Frontend and step by step guide on how to remove this blocker to enable Frontend editor
Elizabeta
You can use the block pagination if you want to expand on further posts. Please use the block settings guide to learn how to add a block pagination: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Thank you Catalin,
My site url is konica.al and its not public so you can use username: konica password: koni@12 to see it.
I know I sound weird with my requests, but I am constraint to satisfy my client’s “gusto”, and he wants to use big grids all over the homepage but wants to visually differentiante the titles:
1. In the big grid 4 on the top page wants different title colors, font, font-size etc, in other words custom css, and my problem here is that I cannot identify the default css classes of the newspaper theme blocks and their hierarchy and modules to be able to custom code them by myself.
Here: https://drive.google.com/open?id=0B0kbj5CETpoNWERLOFZ2ODJEdnM I want to be able to css-differentiate dhe titles of the same big grid left and right on desktop or bottom up in mobile (big grid 4).
2. Wants the same for the Slide -> https://drive.google.com/open?id=0B0kbj5CETpoNLWtXZGFIaG5aVGs
3. If in the homepage the same big grid is placed more than one time, than I should be able to differentiate them by adding a custom class to each one, but again being able to customise each one per se like described in 1.
screenshot here: https://drive.google.com/open?id=0B0kbj5CETpoNaTlzWi12anZab1U