Hi, I understand. I have used the custom CSS, changing the color, but I think I also have to specify the template, which in my case is the Default template. How do I have to specify it?
Thanks
body .td_block_template_4 .td-related-title .td-cur-simple-item {
background-color: #460f31 ;
}
body .td_block_template_4 .td-related-title .td-cur-simple-item:before {
border-color: #460f31 transparent transparent transparent !important
}
May you could provide any CSS code that I could use?
Hi,
From the screenshot that you provided it is possible that the page content to have a margin top.
Usually, this can be removed by using the tagDiv Composer, editing the page selecting the first row from the content and setting in css tab 0 for the margin top -> https://i.imgur.com/hitbXGq.png -> https://i.imgur.com/ldc1GJC.jpg -> https://i.imgur.com/TA9JX0P.jpg
I hope this will help you!
Thank you!
After the 11.4.1 update, I still do not see this fix on my website.
I am still having the following two issues:
1. Missing Create an Account checkbox on WooCommerce Checkout page
2. Login prompt on iOS devices continue prompting on every page, even while being logged in
Screenshots of the above two items will be shown below


Issue 1 happens on desktop browsers.I fixed this issue previously by changing some CSS on the checkout page (outside of the WooCommerce code, it was the theme CSS, which is what this update is supposed to fix).
Issue 2 only happens on mobile iOS browsers. I fixed this previously by editing some code in one of the mobile menu / mobile header files.
I have made a thread on these items before. I have also previously fixed these items as well. It is not related to any other plugin that I need to disable, etc. I made changes to the NEWSPAPER THEME FILES which resolved both of these issues.
However, with each theme update, my changes get replaced with the new theme files.
I have asked politely before and ask again PLEASE SHARE WITH THE DEV TEAM AND STOP DEFLECTING IT AS ANOTHER PLUGIN ISSUE.
Thank you,
Thomas
https://jailbirds.com/
Hi,
I’ve installed Newspaper-child-theme, but any directive on the child theme is ignored and the css properties in the style.css work only with the “!important” directive.
Has anyone had this problem? How can I solve?
thanks
Hi theleaderdotinfo, is possible when you set only the shortcode to be some extra step that need to be done to display code from the shortcode, maybe it is some css.
Right now I see that the code is set directly in column text -> https://i.imgur.com/FjwzE52.png if this is removing the maybe you can set the code in html raw.
Thank you!
Hi iamratnesh, this is because you are using for all image another background image, this one -> https://i.imgur.com/2rcdbTo.png -> https://i.imgur.com/fjTvOYm.png
What you can do is to find from where is coming that background image and remove it or you can use a css for the flex block 1 -> https://i.imgur.com/vELTd0I.png
.td_flex_block_1 .td_module_wrap .td-image-wrap:before {
border-radius: 30px;
}
Set the code in the theme panel > custom code> custom css.
I hope this will help you!
Hello,
For pages, please check this topic and articles which can help you https://rudrastyh.com/woocommerce/checkout-privacy-policy-terms-and-conditions.html -> https://wordpress.org/support/topic/how-to-include-privacy-policy-link-in-checkbox-at-woocommerce-checkout/ -> https://woocommerce.com/document/configuring-woocommerce-settings/
Also, to display the checkboxes, please use this custom code =>
input[type="checkbox"]{
-webkit-appearance:checkbox!important;
}
This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.
Thank you!
Hi,
I think that you can try a code like this one:
.td-header-container {
width: 100%;
background-color: #222;
}
.td-header-main-menu {
width: 1021px;
margin-left: auto;
margin-right: auto;
position: relative;
display: table;
}
Set the code in the theme panel> custom code> custom css.
Thank you!
Hey, yeah sorry my bad. I choose a different header style in the theme options. The navbar on my tech theme looks like the one from the “Sport” news theme. Is there a way i can style this navbar in css to get 100% width? Thank you!
Hi!
1) Do you have a built-in way to list my menu items like in this picture, or should I use CSS?
https://drive.google.com/file/d/1CN_D6VdUp33EThDOC2uroWP1PV8Zacwa/view?usp=sharing
So: The submenus should be listed horizontally and every submenu item of submenu (how do you call them?) should be listed even if the submenu is not active, if the parent menu item is active.
2) Where can I hide this mobile menu icon? I am using Crypto News template and cant find this logo in any Settings. Probably obvious thing to ask, but I have tried to search and not found. 🙂
https://drive.google.com/file/d/1t3bhcpnM34jmO4DFjBrGDmPZmlTw_xqW/view?usp=sharing
3) Also, where can I delete these submenu icons? They do not appear on every submenu, only in the ones without any link.
https://drive.google.com/file/d/1aZ8vEAba0Z8RF8C3NJ6ntrb_SkkF4oX0/view?usp=sharing
Thank you very much!
Hello,
Please try this custom code CSS to hide it
#mp_form_below_posts6 form.mailpoet_form
{
display: none;
}
This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.
Hope this help you!
Thank you!
Hi Asdria ,
The navigation bar on the tech demo is made full with with custom css that is set in the code of demo.
Normally, just installing the demo should make the navigator bar full width -> https://i.imgur.com/evbuNHt.jpg
If this is not what you mean, please let me know!
Thank you!
I’m in the same boat as @vikasnangia – I’ve specified my fonts for body text and headings in the Theme Panel (in my case, Lato for body text and Montserrat for headings), but I’m finding in multiple locations that choosing “Default font” in the element settings renders out in Roboto.
If this is by design I’m absolutely bewildered – if I say “Default” it should inherit what has been set globally, I shouldn’t need to go through *every* element in *every* template and manually set my fonts. That’s what CSS was designed to do (update once, change all that inherit it), it’s what every website I’ve coded for the last 20 years has been setup to do.
Update: I found a workaround to quickly update the fonts per template in bulk – in tagDiv Composer choose “Website Manager”, Fonts and then hover over the fonts you want to standardise. It’ll advise which elements are using the font in question, then you can choose your preferred font and it’ll make the changes. I still don’t understand why “Dafault font” won’t just inherit what’s set in the Theme Panel, but it’s a reasonably efficient workaround. Oh, and you have to do this on every template too.
-
This reply was modified 4 years by
AI_Mangaman.
Hello Madalin!
There is no color set up there on the sides. Please re-check the theme panel settings.
Also, you can try to add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
.td-boxed-layout #td-outer-wrap {background-color: #004AAD;}
Thank you!
Hello @westropMEF!
Try to add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
.tdb_single_content .tdb-block-inner.td-fix-index {
word-break: break-word;}
Thank you!
Hi ShaviSuri, unfortunately, the problem can not be fixed with css, we need to find the source of the problem.
I think that this problem is from an extra code or plugin that you are using because our theme is not acting like that.
What I suggest is to make a test only with tagDiv plugins and see if the problem persists, also what you are using to create posts? Maybe the problem it is from the post builder.
Please make a test using only tagDiv plugins and make a new posts using the Gutenberg editor. In case that the problem is still persisting, then please make a full backup for your website and contact us via email at contact@tagdiv.com, provide the wp-admin access and include the link of this topic so we can investigate and see from where is coming this problem.
Thank you!
Hello @piotrk87!
A workaround there could be only to add some CSS code there to make it radius.
Thank you!
Hello
Is it possible to disable thumbnails on posts without a featured image? I use flex block to showcase my recent posts on my main page, but I may not have an image prepared for some posts. So, I was wondering if tagDiv has an option or CSS
that can disable thumbnails for posts without images.
For reference, my website is: pawprintsweekly.org
Hi,
Please also look into this issue, My post words are breaking into next line for example word “temple” is breaking into tem
ple and “ple” is going into next line but I want that full temple word should not break and completely move in next line.
Please find the attachment below:
Please suggest me some CSS to fix it.
https://www.ancientbharat.com/wp-content/uploads/2022/02/Screenshot_20220202-220532.jpg
Hello @iamratnesh!
If you want to hide the flex block on other viewport, then you should select the viewport and there is an option on the element to be hidden in the CSS tab: https://www.screencast.com/t/kWi3UGn7kyG
Thank you!
Hello @desirevp!
1. If you use cloud templates, then you have the possibility to add any ad code/image easily where you’ll like. For example, if you add the ad codes in the theme panel, then you should select the ad spot, so the shortcode/element will know from where it should take the code to display the ad.
2. If you want to hide the ad on other viewport, then you should select the viewport and there is an option on the element to be hidden in the CSS tab: https://www.screencast.com/t/kWi3UGn7kyG
Thank you!
Hello,
I have downloaded and activated the Estates Pro header, which I want to edit to my specifications. I replaced the logo it came with with my own, without changing anything. However, unlike in the template, my logo will not overlap the hero section below it. It’s set to -80 in the CSS at the bottom, just like the template, but the effect is not the same.
For the record, the site is: https://onlineleadershipnetwork.com/
You will see the logo in the top left corner, disappearing under the element below it, despite being set to -80 in the margin. The effect I am trying to recreate is here:
https://demo.tagdiv.com/newspaper_estates_pro/
Please let me know what may be going wrong.
Gregory
Hi there,
I hope you are doing well. I am facing a strange issue which I am not able to fix permanently.
Whenever I am writing few words break and go to next line even it has space for few more words.
I don’t want to use classic editor.
Please find the attachment:
https://www.ancientbharat.com/wp-content/uploads/2022/02/Screenshot_20220201-203454.jpg
https://www.ancientbharat.com/wp-content/uploads/2022/02/Screenshot_20220201-203425.jpg
Please suggest me some solution or CSS solution so I don’t have to waste my so much time to fix these kind of errors, I have Googled alot but didn’t work.
Thanks and regards
Shavi Suri