- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
I think that you have something in the editor; normally, please check the code editor to see if there is custom css.
Also, please provide screenshots.
Thank you!
Hi,
If I understand correctly, the image in old posts is displaying twice, what can be done in this situation is to use a code, css and javascript and if the first element from the post is an image to be removed/hide, if you want, I can try to see if I can make a code for this.
Thank you!
Thanks, it’s an option. I need help with the css, it turns out that in the Theme panel custom code section I have some modifications to h3 and h4 but this affects other plugins that use the same global configuration.
CODE:
/* tip letra/color encabezado articulo h3 y h4 */
.td-post-content h3 {
position: relative;
display: inline-block;
font-family: "Raleway-Regular";
font-size: 24px;
color: #fff;
/*background-image: linear-gradient(to right, #0076db, rgba(107,167,219,0.60));*/
background: #0076db;
padding: 8.5px 10px 8.5px 10px;
/* border: 0px solid #eef6fb;*/
transform: translateY(-50%);
box-shadow: -5px 5px 2px rgba(0,0,0,0.25);
margin: 35px 0 20px 0;
}
.td-post-content h3:before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: -2px;
right: -2px;
border: 4px solid #eef6fb;
z-index: -1;
}
.td-post-content h4 {
position: relative;
display: inline-block;
font-family: "Raleway", sans-serif;
font-size: 20px;
color: #0076db;
background: #fff;
padding: 5px 10px;
border-left: 2px solid #0076db;
border-bottom: 2px solid #0076db;
margin: 0 0 20px 0; /* Agregamos 20px de margen inferior */
box-shadow: -3px 3px 2px rgba(0,0,0,0.25);
}
I have tried to create a new rule or class and it has not worked, the new class would be for the posts and leave the global parameters that are fed by other plugins.
page reference

page reference
To improve readability, I am manually setting a custom bottom margin of 30px for each sentence.
It’s too cumbersome, so I want to set the css bottom margin and ask how.
Hello,
I recommend using cloud templates, which are more flexible. To hide the description for the template that you have you need to use a custom code css
.td-category-description
{
display: none;
}
The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf
Thank you!
I have to edit the margin bottom on every post
It’s annoying, but how come there is no setting that can be fixed?
For example, can you give me the css code for that part?
Thanks to anamaria for solving the problem.
I wish you always healthy and happy with your family.
-Korean Eunji
Hi ThrustMedia,
If you want to use css to hide this element from a specific category, the easiest way is to use the id of that category, for example:
.category-368 .tdb_category_sibling_categories{
display: none;
}
The id of the category is 368 and this can be seen in this place – https://i.imgur.com/Hr4pLXS.png
I hope this will help you!
Hello,
You need to delete the background color an set the background image in the tab css on the row.
Thank you!
Hi tridence,
Unfortunately, there is no option in the theme to change the width on Newsmag. There were users who tried custom css, but the problem is that many elements do not adjust well to a larger size.
Thank you!
hello newspaper community.
I have a problem my hompage.
yesterday(2023-07-09 about 22:00 theme css file updating)
my hompage : unclesknowledge.com
i dont know that why making problem
only i edit bottom margin ㅜ.ㅜ
i dont edit any css code..
please help me
I’m having the same issue and it’s bothersome and messes up the flow of the site. There needs to be a way to turn this off. If I delete the element on the category page that does not have a subcategory, it deletes it from every page I have the category sibling element added. It’s a bit non-intuitive to have non-replated categories listed on unrelated category pages.
Where can we add CSS to turn this off? I’ve looked in every custom or advanced CSS area and it will affect the whole site vs where I need it (on specific pages).
Thank you.
After sometime of troubleshooting I realized that both sites I have installed this template on were doing the same thing.
If the Next Article has a short title it does not center the “Article Name” underneath the Next Article text. The Previous side appears fine. Just the left side.
It’s resolved by removing the following css
.tdi_173 .tdb-post-next .td-module-container {
align-items: flex-end;
}
Hi,
For this you need to edit the homepage and drag and drop the element in the section you need to be set, after that you need to check that the element to be set as inline – https://i.imgur.com/zIRTd9W.jpg then you can adjust the elements on column using the CSS tab – https://i.imgur.com/Amezqct.png or using the elements from column – https://tagdiv.com/flexibility-rows-columns-newspaper-theme/
Thank you!
Hi,
This is a standard template from the theme panel and uses a custom class body css. You can try to use this template similar with that https://cloud.tagdiv.com/#/single/header/Headers/1761
Thank you!
The image tag that is added is inage-css-class „td-center“ in the advanced settings. That‘s the one I‘d like to be the standard setting. Hope that info helps.
Hi,
If the problem appears only when you are not logged in, then it is related to a cache plugin or optimize plugin that is minify the javascript or css.
I will recommend to check the settings from those plugins to find out the option that is causing the problem.
Thank you!
Also, how do I turn off related products from showing on the product page? I don’t want this showing because I have only one product and it’s repeating below the information on the product page and it’s confusing. I placed the below code in Additional CSS, but it didn’t work. It’s still displaying. I’m thinking this has to do with your shop plugin.
.related.products {
display: none;
}
Thank you!
Hi,
That section can be edited only using css, for example:
.tdb_loop.tdc-no-posts .td_block_inner .no-results h2 {
font-size: 13px;
font-weight: normal;
text-align: left;
padding: 20px;
border: 1px solid rgba(190, 190, 190, 0.35);
color: rgba(125, 125, 125, 0.8);
}
I hope this will help you!
Hello Calin,
Thanks for your reply.
1. I read the guide at the link you offered. However, I did not find anything about how to cope with header cloud templates. Moreover, the guide is outdated, and I cannot follow it. The guide shows a screenshot from the cloud template page, where there is a possibility to add new languages (clicking on a plus icon). However, in the latest version of TagDiv/WPML there is no such possibility (see the screenshot at the link https://prnt.sc/uXbaWpcIw1vi).
To add another language I use WPML’s translation management menu. But the header cannot be sent because of base64 encoding.
2. Another solution with online decoder I don’t understand. I have decoded the content of the header cloud template. And what do I do with the decoded text? I can see there a lot of base64 decoded attributes, such as tdc_css, flex_width, f_descr_font_size, content_general and others. Some of them are located under the tags, which are not existing in the custom XML configuration tab. Do I have to add all of them (including new tags) to custom XML or what?
Hi,
Please try this custom css:
#td-mobile-nav .td-mobile-content ul{
flex-direction: column;
}
Please set this code in the theme panel > custom code> custom css.
I hope this will help you!
Hello,
Please try to recreate another menu, and try to set it, or you can use a custom code CSS.
Thank you!
here is pic.
https://photos.app.goo.gl/kAPwbdfZYXdthHmGA
Want to adjust(reduce the height) this space height, pls let me know CSS.
Thanks in advance.
Hello There,
Everything was working until I check pagination on my website, to be specific on this page:
https://franchisegoal.com/franchise-opportunities/
The same thing is working on desktop but not on mobile devices.
For your info,
1. I use Mobile theme but disable it for the particular page.
2. CSS Combine – Off in Cache Plugin
3. Load CSS Asynchronously – OFF
Please Suggest as it is impacting our visitors experience(Several users has reached out to me for this issue on our website).
Query -2 :
How can category and tag searches be enabled in the search window? For example, if there is a category called “food and beverages,” we expect it to be displayed when someone searches for that category, including the associated posts. Currently, only the posts are appearing in the search results, but not the corresponding category and tags.
Thanks
Gaurav
Hi Yash, there is no configurations that our theme can provide for Support Ticker, in the best scenario if the plugin provide shortcodes, then you can set those in pages that are already styled, otherwise it will be need to use css or changes in the plugin files.
Thank you for your understanding!