- 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
Disregard previous statement in #155157
Since I was not able to communicate what I wanted this is what I just did and what I want to do:
1. I now created another Block 12 in my Home Page. It displays under the Ad Box which is under Most Popular.
2. Now “How do I get this Block to display the articles/post that currently display in Block 9 titled Must Read located on the right side of Home Page next to Most Popular? See http://hispaniclatinonewsandevents.network
Hope U understand this now!
P.S. By the way what post/articles are selected to display in the Must Read and Most Popular? Is there documentation that explains this?
Thank you. My blog is set as static page from the beginning: https://filetea.me/#n3wBwcuvYluRVi33baiGAXJXQ
I can edit main blog page in visual composer but all the time when I click on update page I lose everything.
I don’t know why. When I enter a “Novosti” page in VC writes: You have blank page. Start adding content or templates.
Than I create a block as I want and filter categories but when I click on update I lose everything. 🙁
But in second blog: http://laglika.gradskekarte.com/novosti/lag-lika-u-medijima/
I can edit everything in Visual composer without losing anything when I click update. Strange thing.
Maybe I should contact Visual composer support. I thought I was doing something wrong with theme settings …
Thank you a lot one more time!
Hi Guys,
I’m using the Visual Composer to redesign my homepage. I’ve added the “Posts Slider” to my first row and it’s displaying my posts and article titles in the default font. I went into Theme Panel > Theme Fonts > Modules and Blocks – Article Title and changed all 19 Modules to my preferred font, but I still see the Default font displayed.
Can you please let me know how to change this? I don’t have a live URL yet because the page is still in draft mode while I build it.
Thanks,
Dave
Hi there. Please ignore my previous post.
I have managed to figure out the mobile theme css has a max-height setting that blocked out the extra rows/items.
By changing the max-height style, i was able to show all items in the menu.
thanks for you time
Consider this topic resolved.
Hello,
The themes have different blocks and modules. The visuals are different as we tried not to make a copy of newspaper. We tried to make each theme as unique as possible. Unfortunately the elements are not compatible from one theme to another. Newspaper and Newsmag rely on visual composer while ionMag has our own custom made page builder. Sorry but they are not compatible one with the other. Ionmag premium will feature more blocks, more headers, more settings, etc. But let;s not make this forum about ionMag as this forum is destined for newspaper. If you have any further questions about ionbmag please post a topic on our ionmag forum here: http://forum.wpion.com/forum/ionmag/
Thank you!
Hello ChRoM,
Please keep in mind that by default, the theme does not show up the top bar menu, but only for the desktop version. So, if you want to display it, you should use the code below and place it in Theme panel->Custom CSS Area
@media (max-width: 767px){
.td-header-top-menu{
display: block !important;
}
}
The result is here -> https://www.screencast.com/t/8eOusSuF73j
Thanks for the message!
hello,
You should limit access to such people 🙂
I;m not sure exactly what is going on with oyur block settings but you should start from the top. Make sure each post is in it;s proper category and check the category parents from the category section of wordpress. Next, check the blocks on the homepage and see if the settings for them had been changed. You can use this guide to see what each setting does: https://forum.tagdiv.com/block-settings-tutorial/
Unfortunately you are the one that has to investigate as we have no idea of how the site/blocks were set before the ‘gnomes’ came in.
Thank you and best of luck.
Hello Lewis,
If you are referring to the widget which has a red background color, you should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
body .td-block-color-style-1{
background-color: green;
}
The result is here -> https://www.screencast.com/t/yVAAl2KCh4O
Otherwise, you should provide more details.
Thanks.
BLOCK 1 OR 17 aint fit for the kind of listing i want..
i was the blog post side by side just like block 4 but with a longer image of module 4
Hello,
The difference is because block 4 does not use module 4. A block is a container for 1 or more modules but the numbers do not match. Please use this section to figure out which block uses which module: https://www.screencast.com/t/ja4MN2l6Kb8i
You cna also use the browser inspector to see the module sin a block as they have classes with the module name
Thank you!
Hello,
1. You will not be able to fin a block font as blocks are only containers for modules. You will be able to see which module is used for which block here: https://www.screencast.com/t/BQq8QesHWcx
Then you can change the fonts on each module you want from the fonts section of the theme panel
2. Hello,
You can change the black color, but it will affect all blocks at once. You can use this code to change it from black:
.td-post-category{
background-color:red!important;
}
Add the code in the theme panl-> custom css box.
3. Please use this guide to improve page speed: https://forum.tagdiv.com/how-to-make-the-site-faster/ and you can try the mobile theme as an alternative: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hey, i have two questions:
1. is it possible to deactivate the post advertising for selected posts?
2. in the previous version of Newspaper i edit the “editor-style.css” like here descibed but now it doesn’t work anymore in version 7.6.1? http://pastebin.com/6T6zAe2f
/*
usage:
.td-block-row {
.mx-row(td-block-span);
}
@all_span_selector - is the begining of the span selector
*/
/* ----------------------------------------------------------------------------
editor style
*/
/* max width - content + sidebar */
/*html .mceContentBody {*/
/*max-width: 696px;*/
/*margin-left: 24px;*/
/*margin-right: 24px;*/
/*background: #ffffff url('images/editor-style/grid-sidebar-desktop.gif') repeat-y left top;*/
/*font-family: Verdana, Geneva, sans-serif;*/
/*position: relative;*/
/* responsive Landscape tablet */
/*}*/
/*html .mceContentBody:after {*/
/*content: 'SIDEBAR';*/
/*color: #ccc;*/
/*position: absolute;*/
/*right: -50px;*/
/*top: 0;*/
/*display: block;*/
/*width: 10px;*/
/*word-break: break-all;*/
/*}*/
Yes, messing with the theme width will break the theme elements. Not the theme itself but the blocks and grids. We built our theme with a fixed width in mind and we adapted the theme elements to this fixed width and created the responsiveness based on it as well.
Thank you!
Hello,
You can use this code:
.td_block_image_box .entry-title{
text-transform:capitalize!important;
font-size:25px!important;
}
Thank you!
Hello,
You can use this custom css code to change the font size on block 11 mobile:
@media (max-width:767px){
.td_block_11 .td-module-title{
font-size:15px!important;
}}
Thank you!
We purchased this theme after playing few hours with IonMag.
It has more choices than IonMag however I feel IonMag (free) provided some blocks or visuals which are not present in Newspaper.
What’s provide IonMag premium theme?
Is there any chance to get post title and excerpt under pictures with one picture blocks/grids? Blocks 22 and 23 I meant. This is a minor but important choice.
Many visuals representations on tagdiv composer are different in the live preview. Starting with block 1, 2, 3, 4, 5 (three columns instead two)
Visual composer and tagdiv composer feel redundant to me, but maybe I’m missing something with visual composer.
Is it posible to import those blocks from ionmag source code? Two columns blocks which are perfectly fitting a 2/3 scheme
Impressive work anyway guys.
Best regards
Hi,
To remove the Load more on Block 12 – https://www.screencast.com/t/AAci6JaNuzR you must open your page in Visual composer editor, then go to Block 12 settings – https://www.screencast.com/t/fl9N6rLA5Hs and in the Pagination tab choose a different style or no pagination
Thanks
Hi,
Each block uses different modules, they do not have to correspond to the block numbers (block 9 uses module 8 and block 10 uses module 9) you can get some impression about this in Theme panel->Block settings – https://www.screencast.com/t/DVULMaAiLI or you can check with your browser inspector – https://www.screencast.com/t/AYpQSGRwfto
You could align the title content using this code, enter it in Theme panel->Custom Css
.td_block_9 .td-module-title {
text-align: center;
}
Thanks
Hello dharma3d,
Unfortunately, our theme does not have any such an option for it, sorry! You should edit the theme core file corresponding to post template used by you. For example, if you are using the post template default, you should use the do_shortcode method and place the Ad (you can use the Custom Ad 1) as you want. The required code which has to be added is here -> <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?> As a suggestion, you can see here -> https://www.screencast.com/t/O6TEOdIy
If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
The blog page if set like so: https://www.screencast.com/t/KK2Cx4ZD it will just show a list of your latest posts. It will not provide any controls for the content shown.
If you choose a static page, then you can use visual composer to create the page and filter your content the way you want it to. Please use this guide: https://forum.tagdiv.com/block-settings-guide/
Thank you!
”module 4” has taller images compared to ”block 4”
Hi,
If i understand correctly you want two different blocks containing different modules to look the same when they are not meant to – http://demo.tagdiv.com/newspaper/block-9/ – http://demo.tagdiv.com/newspaper/block-12/ You could use the same block then, or something similar to both of them like block 17 – http://demo.tagdiv.com/newspaper/block-17/ If you could explain exactly what you want to edit in block 9 maybe I can give you a solution.
Thanks
instead of block 4
GoodMorning.. i want to use ”module 4” on my Homepage for latest articles in stead of ”block”
Hello,
1. Our theme requires featured images in order to display a thumbnail on the homepage and other blocks. I’m not sure what plugin you used for this but it could not be compatible with the theme
2. Please provide a link to your site so I can inspect it
3. I’m not sure what Sppe Boasting is. Is it the speedbooster maybe? Please use this guide in order to see how speedbooster works: https://forum.tagdiv.com/how-to-make-the-site-faster/ – https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
4. Hi,
Sorry but the tested and recommended plugin to use with our theme is wp super cache. That is why we only provide settings for it: https://forum.tagdiv.com/cache-plugin-install-and-configure/
5. In order to move the post views to the bottom of the post you must access each of the post template files and move the post view code further to the bottom of the file: https://www.screencast.com/t/XIB9wqAPY
each post style has it’s own file
6. Please use this guide: https://forum.tagdiv.com/the-child-theme-support-tutorial/
7. Sorry but we have no official method for instant articles. There is this topic where some of our users discuss the issues presented using the FBIA: https://forum.tagdiv.com/topic/newsmag-media-elements-incompatible-with-facebook-instant-articles/
8. Yes there is. Please use this link and select the different blocks from the ‘menu’: http://demo.tagdiv.com/newspaper/block-1/
9. Unfortunately you will have to use a plugin for that.
here are a few:
https://ru.wordpress.org/plugins/wordpress-social-login/
https://ru.wordpress.org/plugins/super-socializer/
https://ru.wordpress.org/plugins/nextend-facebook-connect/
Unfortunately these are not tested so they could require further customization to work properly with our theme especially our custom login modal.
10. Here is an unofficial guide I made: https://forum.tagdiv.com/topic/facebook-comments-2/
Thank you!