- 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
Where can I change the title of this block?
Thank you Simion,
I have worked on my block titles thanks to you.
I have problem using mobile to register on my site. the site will allow you to create an account using mobile, now the site will send you a link to your email to create your password. if you click on the link it will go blank (using mobile). please use an active email and mobile to run the test, you will see the error.
Thank you sir
Im trying to do a different color scheme for one specific block (Block 15), so its not working because its affecting the colors of the other blocks…
I tried the code:
.td-block-span4 a {
color: #fff;
}
But also affects the color of other Blocks that is using the block 15.
Is it possible to have a different post tittle inside block 15 without affecting the theme colors or other blocks?
Hi there,
I’m using “Pods – Custom Content Types and Fields” to create some custom posts for different reasons. Now my problem is that when I use a category filter (Block 12 for instance) it doesn’t display any custom post referred to that category.
Any clues about how to fix it?
$buffy .= ‘ – ‘. human_time_diff( get_the_time(‘U’, $this->post->ID), current_time(‘timestamp’) ) . ‘ ago’;
1. Your code above is showing wrong time. All my posts are appearing to have been published ‘3 months ago’.
I would also like the time ago to revert to normal dates after 7 days.
2.<?php echo ( get_the_time(‘U’, $this->post->ID) > strtotime( “7 days ago” ))? human_time_diff( get_the_time(‘U’, $this->post->ID), current_time(‘timestamp’) ). ‘ ago’ : $this->get_date(); ?>
Am using the code above on my flex blocks eg on td_module_flex_1.php and the codes works well and reverts to normal date after 7 days
How do I align ‘time ago’ maintaining the color as that of ‘date’?
Sorry if I wasn’t clear, but that is not the issue. I want the bullet points to be left, but the problem is how Newspaper made all of the bullet points inside of a blockquote aligned to the center instead of to the left, like how it originally was before.
1. From the front end, you can see the the text associated with the bullet points is aligned to the center, with unnatural spacing from the bullet points they’re associated with. e.g.: https://i.imgur.com/zFkdoE2.jpg
2. You can see that the same issue persists in the back end. e.g.: https://i.imgur.com/FTd0rGl.jpg
3. When I highlight the text with the bullet points and click on “Align Left,” the text repositions itself appropriately, right next to the bullet points, which is what I want. e.g.: https://i.imgur.com/VUPitrL.jpg
4. You can see that the issue is now fixed on the front end as well, which is how I want it to look. I do not want the bullet points gone, but I want them to stay, and for the text to be aligned to the left next to them and not floating in the center. e.g.: https://i.imgur.com/tZo4Bmj.jpg
5. The problem is that I cannot go through thousands of post to fix this issue for every bullet point list that was placed in a blockquote before I purchased Newspaper and replaced my theme with it. How do I make sure all of the text in bullet point lists from previous posts are automatically aligned to the left?
More clear:
In published view: flexes are sharp, other block are blurry.
In Composer: everything is sharp.
What I mean:
1) Not all block thumbnails are blurry: Flex thumbnails are very sharp but other block thumbnails are blurry. You can see the test page on my site:
http://vietnamaustraliatrade.net/test/
Where in Block 1 the thumbnails are very blurry, but they are sharp in Flex 3.
2) Thumbnails of ALL blocks are sharp in Composer. But they become blurry in normal viewing
https://www.screencast.com/t/S6htMAa3kNj
That image show the Block 1 but in Composer mode. It’s sharp.
Thank you,
Sol
-
This reply was modified 7 years by
dungtrong.
Hi,
Please check the color theme from theme panel -> https://forum.tagdiv.com/theme-colors-introduction/
-> https://www.screencast.com/t/4279smom -> https://www.screencast.com/t/mJxq6pIoCM
For post titles from blocks you need to set a custom css-> https://www.screencast.com/t/mHELrYRN
.item-details h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
color: blue;
}
Set the code in Newspaper>Theme panel>Custom code>Custom css
Or you can use flex blocks instead of sample blocks -> https://www.screencast.com/t/6jgQtTlyKgXw
Thank you!
1. I believe you mean the images – http://prntscr.com/mkiyzd
The module you are using for the search results is module 16 – http://prntscr.com/mkj0r4
Module 16 uses the thumbnail size created by WordPress, default is of this size
– http://prntscr.com/mkizyi
If you modified the width and height set there, this explains it.
The solution is to either change to default settings as shown in the screenshot, or chnage the module that displays the search results in Theme panel->Template settings->Search template.
2. Regrading the mega-menu, it is not created properly – http://prntscr.com/mkj1tv
The menu item you choose to make a mega-menu must not have sub-menus
– https://forum.tagdiv.com/mega-menu/
– https://forum.tagdiv.com/topic/hopefully-last-bit-of-help-slight-issue-with-the-mega-menu/
3. Envato specifies that a theme license can be used for one website
– https://themeforest.net/licenses/standard
– https://themeforest.net/licenses/terms/regular
4. The theme can display a login in the top bar – https://forum.tagdiv.com/login-how-to-enable-user-registration/
It will allow users to register/login when it is enabled.
5. You mean the ajax filter? – http://prntscr.com/mkj4mg If you want to show specific categories in the ajax menu, enter the category IDs you want to appear here – http://prntscr.com/mkg5bf
The IDs can be seen here for example – http://prntscr.com/mkg5i6
Here is a guide with the block settings – https://forum.tagdiv.com/block-settings-guide/
Hi,
If you are using some flex blocks, then the zoom can be disabled in the grid settings – https://www.screencast.com/t/XSjCBVnmA
So if you don’t want this effect, disable it.
A code solution as you mention would work just as well. Either use the default big grid with additional CSS
.td-module-thumb .entry-thumb {
transform: none!important;
}
or the flex grid with the hover setting disabled.
Thanks
Hi,
So if you want to have in all blocks in pages/ categories … the time ago you need to set this code
$buffy .= ' - '. human_time_diff( get_the_time('U', $this->post->ID), current_time('timestamp') ) . ' ago';
like this -> https://www.screencast.com/t/lWhmJDCKoL45 -> for cloud blocks -> wp-content/plugins/td-cloud-library/includes/tdb_module.php
and for default blocks in wp-content/themes/Newspaper/includes/wp_booster/td_module.php -> https://www.screencast.com/t/NfJkpSX3
This will solved the problems with the time ago align and color too.
-> https://www.screencast.com/t/Dg43Z86o -> https://www.screencast.com/t/wdlW2jPh
If you want only the time ago all you need to do is to comment the post date
-> https://www.screencast.com/t/IedWkZLvr
-> https://www.screencast.com/t/dJxjmjZ9 -> https://www.screencast.com/t/neMzPzXDW
Hope this is what you need!
If there is still a problem or you have more questions, please let me know!
Thanks.
Hi,
You mean the module from the top of the demo? – http://prntscr.com/mkic2x
That shoudn’t be hard to do with a flex block.
The meta can be set to appear above the image and some padding
– http://prntscr.com/mkicvo
Add a background for the meta – http://prntscr.com/mkihmq
A shadow could be added but for both modules in the block – http://prntscr.com/mkik3f
It could be added with some CSS – http://prntscr.com/mkilmf
– http://prntscr.com/mkilvl – http://prntscr.com/mkim0k
Code used in the example
.myclass .td_module_flex_1 .td-module-container {
box-shadow: 0px 0px 1px 0px #000000;
}
Of course you can customize the fonts used as you want, the category tag
– http://prntscr.com/mkin8p – http://prntscr.com/mkio2c
If you have more questions let me know.
Thanks
I have the same problem and waiting for their help. It’s very strange that the quality of Flex is very good but it is very bad in other blocks. And more strange that they all look good in the Composer mode, and become bad in normal view.
https://forum.tagdiv.com/topic/thumbnails-are-very-blurry/#post-277037
Btw, I don’t think we need upload images with the exact sizes, because everything was fine when I worked with Newsmag.
-
This reply was modified 7 years by
dungtrong.
1. How many domain themes can be used in the domain? Because I have a few websites, so I want to know.
2. Signing up and joining the website shows up. How does it work??
3. Website filter does not work on MV. Almost all categories are showing. View website’s home page blocks.
You can compare the thumbnails between Block 1 and Flex 3 in this test page
http://vietnamaustraliatrade.net/test/
The quality of Flex is far better comparing to Block 1
But in TD composer that Block 1 looks great
How I can disable meta info (date, author name and comment count) from just one specific block?
I was only able to find this option in the theme panel but disables Meta info from all my blocks.
Hi Simion,
Yes I want to use it from the theme child or plugins though.
Thanks to you I found this solution working within a plugin you have to put in your td-bespoke-plugin.php:
add_action('widgets_init', function() {
return register_widget(new td_block_widget( 'td_block_bespoke' ));
});
-
This reply was modified 7 years by
fgrenier.
I’m having the same issue, not the header tittle, but the tittle of the posts inside the block… They are currently black.
Even when i try to change the color using the TagDiv Composer “Title text color” in the General settings does not work.
Hi,
Would you be so kind a give me the TD-Composer settings or (/and?) the custom CSS to turn only the Module Flex 1 in Flex Block 4 into a “card”. In my case the cards should be with a gray card background, a border and a drop-shadow. Basically similar to your Architecture preset, on a white wrap. (But I do not use Architecture!)
Thank you
Each block has settings for the font in the composer, including block 1
– http://prntscr.com/mkg7wk
Check in the style tab of the block, most font properties can be customized there.
Or if you want to set general settings, use the theme panel settings
– http://prntscr.com/mkg8k0
Hi,
I think that you are referring to header ( https://www.screencast.com/t/TAtNBdbOH3d ), if is so than you’ll need to edit the page and set for each block the title background color -> https://www.screencast.com/t/VdEfFYJLBBSr
Thank you!
Hi,
That page provides a 404 – http://prntscr.com/mkg2u7
I believe you are referring to the ajax filter menu. The category filter and the ajax menu are different things.
If you want to show specific categories in the ajax menu, enter the category IDs you want to appear here – http://prntscr.com/mkg5bf
The IDs can be seen here for example – http://prntscr.com/mkg5i6
Here is a guide with the block settings – https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
1. A form with the options you mention could only be done with a plugin. You could search for such form plugins online. The theme doesn’t have a form with such capabilities.
2. Those are block titles, edit the page with the tagDiv composer and make the required modifications. Widgets in sidebars can be edited in Appearance->Widgets
– https://forum.tagdiv.com/block-settings-guide/
Let us know if you have more questions.
Thanks
Hi,
Check the Theme panel settings from here -> https://www.screencast.com/t/pyARvGUY8F and try to set up your desired blockquote.
Thanks for the message!