- 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 would like to customize a block, and have a unique style apply only to that block, simply add a specific class to it like this for example
– https://www.screencast.com/t/yWMBgADBmmUh
– https://www.screencast.com/t/jt6ZPM7U
– https://www.screencast.com/t/DsXbmGYz
Then you can refer to that custom unique class set to each block, and create you custom code based on it
– https://www.screencast.com/t/U5CUiRJpd
And further style the block according to your needs, knowing that these modifications will only apply to the the block that has the said class.
Here you can find more information about using the browser inspector to identify the elements on the page and their classes, in order to create custom code in theme panel
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
You could try the solution provided in this topic – https://forum.tagdiv.com/topic/icon-on-blocks-title/ maybe it is what you are looking for.
Thanks
I added custom taxonomy (Wrote code in newspaper child theme functions.php)
Now I want to add taxonomy filter in Block Filter Settings (Visual Composer element created by newspaper theme).
Can you please guide me how can I add taxonomy filter for all Blocks?
https://drive.google.com/file/d/0B9HAxPYelymTXzZ2MW56cnRON3M/view?usp=sharing
Thank you in advance
Hey there,
I would like to check if it is possible to have a fix spacing for Post Title for blocks (block 4). I am hoping to achieve to have a 3 line (fixed) spacing throughout, so that the Posts title and excerpt alignment within each Post will be aligned and consistent no matter.
Hope to hear from you soon!
Image url:https://1drv.ms/i/s!Ai3uwVtbSehutoUmKwibSQ9C6007Fg
Hi,
Please make sure you are setting the block in Visual composer like this – https://www.screencast.com/t/ivfgTpSQC on a full row. Then you should have a result like here – https://www.screencast.com/t/UL6kmfv9ps
Thanks
Hi,
The block you are using has this layout predefined. Please use another block that will show images the same height. There are 25 blocks to choose from. Pick another one that suits your needs.
Thank you!
I did look at the custom page level css to style blocks and modules differently on a page
Look at https://www.theindianpanorama.news/indian-american-edition/
The problem is if I use the same module (9) again the code used applies to that as well; not able to isolate the block.
Any help would be appreciated
.td_block_5 .td_module_3 .td-module-title a {
color:white;
}
.td_block_3 .td_module_1 .td-module-title a {
color:white;
}
.td_block_9 .td_module_8 .td-module-title a {
color:white;
}
.td_block_2 .td_module_2 .td-module-title a {
color:white;
}
.td_block_2 .td_module_6 .td-module-title a {
color:white;
}
Hi,
@sunnysider Please try to disable all your plugins except Visual composer, check or remove any custom code you might have entered in Theme panel or added to the theme files and clear any caching installed. Then see if the problem is solved. I have not seen this problem before, or had any success trying to replicate it, so most likely it is caused by a plugin or theme customization.
@jkellerer Any block or other visual composer element that allows sorting will display the posts according to the option set in the element settings – https://forum.tagdiv.com/block-settings-guide/ So a block set to Latest, will always display the latest posts. In your case I see that you are not using the page building elements available by default in Visual composer. Maybe you have a cache that affects the filtering process. It is recommended to use this caching plugin – https://forum.tagdiv.com/cache-plugin-install-and-configure/ with the mentioned settings.
Thanks
I want to solve this issue too.
I need to style a specific and unique block with a different background and font.
Any help on how to add a class or solve it any way?
Hi.
I want add custom setting block at Newsmag Option Admin Panel.
I’m using Child Theme.
I have next file structure:
/themes/Newsmag-child/includes/td_config.php
I copy td_config.php from parent theme and past next code
if (is_admin()) {
/**
* generate the theme panel
*/
td_global::$all_theme_panels_list = array (
'theme_panel' => array (
'title' => TD_THEME_NAME . ' - Theme panel',
'subtitle' => 'version: ' . TD_THEME_VERSION,
'panels' => array (
............
<strong> /*Send info button*/
'send-info' => array( // SEND INFO custom button
'text' => 'SEND INFO button',
'ico_class' => 'td-send-info',
'file' => td_global::$get_template_directory_uri.'/includes/wp_booster/wp-
admin/panel/views/td_panel_send_info.php',
'type' => 'in_theme'
)</strong>
................
)
)
);
/themes/Newsmag-child/includes/wp_booster/wp_admin/panel/views/td_panel_send_info.php /*I create new file*/
But nothing happened. New setting block is not in admin panel.
What I do wrong?
Thanks,
Julia
How can I use this icon in the block? -> http://i.hizliresim.com/W0XjoQ.png
Hello,
Sorry but our theme does not have any such settings. The pages will only show a list of posts continuing the ones on your homepage. If you want to load the posts on the same page though, you can simply choose another page template without the latest articles element: https://forum.tagdiv.com/page-templates-2/ and create your own block with an infinite loading pagination. This guide should help with the settings: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello Tony,
If you want to change the color for these elements, you should use a bit of CSS code to do that.
.td-review-score{
color:red;
}
.td-review-header .block-title{
background-color:red!important;
}
.td-review-summary .block-title{
background-color:red!important;
}
The result is here -> https://www.screencast.com/t/uXbKoGcUTXWW
Thanks for the message!
Hi,
Please provide a link to your website and more details about what exactly you are trying to achieve and where, so I can try to give you a more accurate solution. A border can be set on a row, in Visual composer like this
– https://www.screencast.com/t/DksATb3gLO – https://www.screencast.com/t/pCho6xwf
Or on a block like this – https://www.screencast.com/t/fB3jZzBKDfC – https://www.screencast.com/t/3SRuVyeFpq
Thanks
Hello Owlcomics,
If you want to change the color for your module title, you should use a bit of CSS code to do this. Try the code below and place it in Theme panel->Cusotm CSS Area.
.td_block_big_grid_7 .td-module-title a{
color:red!important
}
The result is here -> https://www.screencast.com/t/2KnFXvuYn
Thanks for the message!
Hello Bergfreund,
Do you have featured images setup for this posts which is displayed with Big Grid? Also, check your Theme panel, Modules/Blocks Thumbs settings to be active for this Big Grid, clear all your caches and check the results. Also, is the problem is still there, please provide your website URL so I can take a closer look at it. After this, if you are using some untested plugins which can cause some problems in this regard, please try to disable all of them, install only the required plugins which come bundled with the theme core files and rule out any conflicting plugins. Clear all your caches and check the results.
Thanks for the message!
Hello,
You can add the code in the theme panel-> custom css box.
Your titles are not all caps: https://www.screencast.com/t/Ms4iV1WRvEi
The latest posts title is a block title. Please read this guide to learn how to use the block settings: https://forum.tagdiv.com/block-settings-guide/
The color is set from the same block settings.
Thank you!
Hello wuche,
You should use a bit of CSS code to change the color of it. Try the code below and place it in Theme panel -> Custom CSS area.
.td_block_big_grid_1 .td-post-author-name a{
color:red!important;
}
.td_block_big_grid_1 .td-post-date, span{
color:red!important;
}
The result is here -> https://www.screencast.com/t/h2Pt647AAOky
Thanks.
Sorry but I cannot access your site as it is in construction mode. The titles you mention are most likely block titles. Please read this guide to see how you can change a block’s settings: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hi,
Many of times I am trying to edit home page using back end editor. But all time it reset. When I am trying to edit a block name, settings shown empty. When I drag a block for re alignment it will reset and only shown latest article only. All System status shown perfect in theme section.
Hey guys, this is appearing behind the “Related Articles” section.
How can I change the text color or remove the block of color?
https://brandinginasia.com/wp-content/uploads/2017/04/Screen-Shot-2017-04-10-at-9.00.28-AM.png
Thanks!
Bobby
My website: https://inspiraonline.uk/
If you visit the homepage and scroll down, you will see a section called “Development Posts”.
I am using Block 5 module for that section, but the issue is even if I set the post count to 3, the section is displaying the post thumbnails vertically when it should be showing them horizontally as your demo does.
Example: https://demo.tagdiv.com/newspaper/block-header-3/ (MOST POPULAR section at the bottom, just above footer)
I can send a few screenshots if you wish.
Hello, I need a conditional for the image of the news to be shown, for example:
If img src “empty”
thumbnail hidden
Else
imagem visible
We have news that have image and news that have no image, so I can not hide all the images from a block.
Look:
http://oprogressodetatui.com.br/n/category/esportes/
thanks
Since version 7.8, all “grid” layouts for post doesn’t work and give the “Put this shortcode in full row to work”, but I was using some of them in “non full row” for having more complex layout and keep some additional content in the row.
There’s some way to fix this? I saw some new grid (Big grid full) has been added, I’d understand the error with those full ones…but also “big grid X” gives the same, and it’s a big problem for the layout I was preparing for the website, that was having for example a 3/4 1/4 layout with grid on 3/4 and a post block box in the 1/4
Thanks in advance for the help 🙂
Thank you.
I deleted the other 2 blocks and have it showing 3 posts but it is showing 1 big image and 2 small ones. I would like all big images.