- 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
Hey I’m wondering if it’s possible to change block title’s image background color or completely remove it. For instance, the crafts theme by default uses the yellow smudge for each block title background on the homepage and sidebar titles. Can this be changed?
Hello,
I’m trying to import some posts using WP All Import and I’m importing photos as galleries. In order to add them as a gallery, the plugin developer sent this:
I would suggest contacting the developer of your theme and asking if there is a way to automatically include all images attached to the post without listing their IDs.
This is the current shortcode that it’s using, but I need to import the photos without the IDs in the shortcut:
[gallery link="none" columns="1" size="large" td_select_gallery_slide="slide" ids="62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,60,61"]
How does one set Title Length and Content Length for TD Composer Elements? Your Excerpts introduction states “The excerpt settings are located in the Theme Panel > Excerpts. From here you can customize the length of the title and content excerpt for modules/blocks” but Excerpts settings on the Theme Panel appear to have no effect.
https://forum.tagdiv.com/excerpts-introduction/
Your Block Settings Tutorial states that one can “Select the title and excerpt length for each of the modules used on the block,” however Title and Content fields seem to have been omitted from the current version of TD Composer.
https://forum.tagdiv.com/block-settings-tutorial/
Am I missing something?
I have my featured post set as a single item in Block 24 style. I don’t like the way Block 24 displays images on mobile though. Can I change Block 24 to display images on mobile like it does for Block 15 (or another block)?
You can view it here: https://www.InterestingAnswers.com
Hello Simion,
The CSS code works nice, however, ‘read this’ will still be visible. With which css code could be managed not to show ‘read more’ and ‘more from this autor’; in fact, the whole block below a post.
Many thanks,
Ad
I noticed that it’s impossible to read articles (posts) on my website http://www.agendang.com via mobile devices any longer as a slider or sidebar blocks the reader’s view from reading the contents published.
How do I deactivate that slider?
To ascertain my peculiar problem, kindly click this article: https://www.agendang.com/foreign-automobile-investors-show-renewed-interests-in-nigeria/ or any other post using any mobile device.
Hi,
You should simply use a block filtered by your latest posts. Check the settings from here -> https://forum.tagdiv.com/block-settings-tutorial/
Hope this helps!
Thanks.
Hi,
If you mean the article titles you could make that modification where the module title is defined
– https://www.screencast.com/t/UoTwOw8lYU
You would need additional code if you want that link to change dynamically, but if you place it there it would appear in the module (may need to create additional CSS also).
If you mean the block title, that file you mention would be the one (if that block uses block header template 11)
– https://www.screencast.com/t/bLmzd5LIb
– https://www.screencast.com/t/YLMGdqI4e
Wrap that in a link or what is needed.
Thanks
Sorry, this does not help with my question.
I want to know what is the CSS code to change the color of the line below the block title. Could you help me please?
Thank you,
I want to change all the blocks and put them up. I do not want to modify only some, I want them all the same
Hi,
I would like to place an icon (or simple “>”) next to title links on the homepage. This icon should link to an external url. I can code the icon and post specific url, but where in the code should I place it? I tried td_block_template_11.php, but with no result. I am using that block 11 for https://international-agriculture.com/.
Can you guide me?
Regards,
Victor
Please try and mention the block type you want this for, it may not work for all blocks or cause problems with others.
The category tag color is predefined at the moment, it cannot be changed by a theme setting. It could be with some CSS if needed. Similar topic here
– https://forum.tagdiv.com/topic/category-label-appearance-on-block-1/
It’s location may be different depending on type of block. What type of block is that? I could try and give you a code to position it in the left corner of the image, if that is what you mean.
Hi,
The menu would be hidden along with the whole header if you use an empty page template for example
– https://www.screencast.com/t/P1iyBJoZMPT
But that will remove the footer as well. Such a dedicated setting does not exist at the moment. I believe there are plans to add more design and functionality settings for the theme headers, in future updates.
I could give you a code, check if it works. It applies only on the homepage and it should remove the menu when not sticky
– https://www.screencast.com/t/zhljPzQFJQNl
And display it when sticky – https://www.screencast.com/t/tQBvtwnW
Give it a try, enter it in Theme panel custom CSS section
.home .td-header-menu-wrap {
display: none;
}
.home .td-header-menu-wrap.td-affix {
display: block;
}
Thanks
Hi,
The top menu is removed on mobile. I could give you a code to make it visible, the result would be something like this
– https://www.screencast.com/t/RI1YoMXcI
@media (max-width: 767px){
.td-header-sp-top-menu,
.td-header-top-menu-full {
display: block!important;
text-align:center;
}
.td-social-icon-wrap{
display:none;
}
.menu-top-container {
margin-right: 0;
}
.top-header-menu li a {
margin-right: 12px;
}}
If needed I could modify this code. It can be entered in Theme panel custom CSS section.
Thanks
Hi there
I used the tagdiv composer and created a row. In CSS I selected “hidden”. How do I ‘find’ the row again when I want to change this setting to “show”.
Best regards from Lars
Depending on that category filtering the block will display posts. So the post has to belong to one of those categories to show in the block. If you see a post that doesn’t belong there, check it’s categories. Chances are it shares a category with another filtered block, so it appears in both.
There are two methods that can be used to further avoid duplicates.
The offset – https://forum.tagdiv.com/offset-feature/
Unique articles – https://forum.tagdiv.com/unique-articles/
The unique articles should not be used if you use block pagination.
Hello YTGAW,
You can try using the code below and place it in Theme panel -> Custom CSS area.
.td_block_social_counter .td-sp:before{
color:#defc00!important;
}
.td_block_social_counter .td-social-box{
background-color:#474747!important;
}
The result is here -> https://www.screencast.com/t/Gk4MVDKSW
Thanks for the message!
Hi,
All modules can display category tags, enable them in the theme panel
– https://forum.tagdiv.com/category-tag-on-modulesblocks/
The tag that will be shown will be the post primary category, more about that here
– https://forum.tagdiv.com/primary-category/
Thanks
That may not work with the modules, each block uses predefined modules with predefined thumbnail sizes, the design is based on that. Why not use multiple types of blocks for different results, instead of conditioning the same block modules.
I have never tried something like that, can’t say if it would work properly or not, it seems to not work. There are design problems, for example the article titles are not visible for some modules doe to the extra CSS.
Maybe review your modifications if you want to keep using them, or try other modifications. Or simply use different types of blocks, that would be much easier.
Hi,
That would be how CSS works, in cascade. For example in the header menu, the initial background color is white, also the default underline color is the blue color. The settings you made in the theme panel apply over these initial default colors
– https://www.screencast.com/t/10R6rLaE2mEE
So those will be loaded first and then the ones in the theme panel. Depending on website loading speed the effect may be noticeable or not. Try to install a caching plugin if you don’t have one, for better loading speed. We recommend the WP Super Cache.
I could also show you how to remove the initial colors if you should consider that.
Note that this is also somewhat browser dependent, note the difference between loading on Chrome and Firefox.
That block should display an excerpt, like this
– https://demo.tagdiv.com/newspaper/block-2/
Check your settings for module 2 – https://www.screencast.com/t/VOeieHDugmfl
Check in the tagDiv composer as well – https://www.screencast.com/t/4tTsRZSXKjQ7
Check if you entered something in the manual excerpt for the posts, that will replace the default excerpts
– https://www.screencast.com/t/2F1VB9qTQC
I have a couple plugins that only offer shortcodes to render their output. Is there a block in TagDiv composer that allows input of a shortcode that will render it as such instead of just rendering the text [shortcode style=param-etc]?
How to automatically load another post when users scroll to the end of the current post? like infinite loading of posts (not blocks) on bottom of each blog post
Hi Catalin,
Sorry I did not get it.
How to do this changes directly from TD Composer? I cannot find any options there.
And what is the code to change the color of the line below the block title?
thank you!
Hello.
Here’s my site: https://alilove.pl/
While loading this site, firstly load white-blue style, then mine. Why is that? How to change this, that only mine style is loading?
Second one, under block – RECENZJE – there is no excerpt. How to fix this?