- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi, I’m trying to fully validate my website.
I’ve to solve only 3 problems caused by the td_css_generator.php file
It’s possible that at the line 756 there is mobileu_gradient instead of mobile_gradient
background: -o-linear-gradient(top, @mobile_gradient_one_mob 0%, @mobileu_gradient_two_mob 100%);
Also I think that this property causes some validation problem
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’@mobile_gradient_one_mob’, endColorstr=’@mobile_gradient_two_mob’, GradientType=0 );
Other problems (spaces in the url) were in the td_social_sharing.php file but I easily solved and put a new file in the child theme.
Could you help me to join a full validation?
thanks
Hello Ninhigan,
Use the code below and place it in Theme panel -> Custom CSS area.
.td-category-description{
display:none;
}
The result is here -> https://www.screencast.com/t/QHe5csStth
Thanks for the message!
You show me an example. For example, swipe right to 50 pixels. I can do other options according to the example.
and Can you write a CSS code to work only on mobile?
Hi,
The image opacity gets stuck because of js errors. It is the lazyload animation that breaks first when having a js error. You can simply disable lazyload to get the same effect as the css you use but there could be other parts of the theme affected by the issue.
Generally it is caused by plugin conflicts.
Thank you!
In custom CSS I used this code to have icon color in menu and it work
.menu-item-585 .fa {
color: #0088c8;
}
But I have problems because I don’t know how to setup the color #ffffff for sticky menu of site.
I have same color that in normal menu and it’s the same of background of stiky. I need #ffffff.
Can you help me?
Hello bob,
Sorry, indeed, for module title does not exist any such an option for color. If you want to change it, you should use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-module-title a{
color:red!important;
}
Thanks.
Hello 13teen,
You should search for these classes in the style.css code if you want to make some changes over there.
Thanks for your understanding!
Hi,
The background header image is defined in the header template file, each header style has this option I believe
– https://www.screencast.com/t/ZXSBuyyA
You could create conditions for each category, if is category set a background image. I did not try something like that, can’t say if it’s possible or not.
There would be another way of doing it, with some CSS. For example using the category ID
– https://www.screencast.com/t/snAWT51EL0vc
You could set a background image with CSS for each category like that.
From what I know there are plans to provide an increased functionality for the header in the future, so maybe something like this will be possible.
Thanks
Hello interfans,
As a quick example, you should try using the code below and place it in Theme panel -> Custom CSS area.
The code is here ->
.td-module-title{
background-color:green;
}
The result is here -> https://www.screencast.com/t/6b6kIACdlh
If you need a deep customize, notice that you should do it yourself, using the Inspector browser from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hello AlessandroTax,
Use the code below and place it in Theme panel -> Custom CSS Area.
The code is ->
.td_block_12 .td-read-more{
display:none;
}
Thanks.
Hi guys, amazing theme — thanks so much for all of your hard work on it.
I have a really quick question. I’m using the Better Font Awesome plugin and using icons with all of the header tags. How would I set a default color with CSS for those icons? Here is an example of how I’m currently doing it — I’d like to get rid of all of the span tags:
<h3 style="text-align: center;"><span style="color: #bab8b8;">[icon name="arrow-down" class="" unprefixed_class=""]</span> Check Latest News</h3>
Thanks in advance for your help!
I used my basic knowledge of CSS and determined it was this element using Inspector
<div class=”block-title”><span> </span></div>
When I delete it the ABOUT US text disappears and so does the extra horizontal space where it was.
<div class=”block-title”><span> </span></div>
Can I somehow override the code so that it doesn’t show this element?
Website — > https://www.InterestingAnswers.com
If you are using the default post templates, you can hide the views with CSS. Use this code
.single .td-post-views {
display: none;
}
and paste it in the custom css section of the theme panel
That can be done with CSS. Share the link to the post you want to make the changes.
why i need to add this in CSS,
body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img {
opacity: 100;
Hi,
How do I adjust the position of the photo in the image info box element? Could you give me the CSS code for this or can you show me how to do it? Can I set it up separately in the Desktop, landscape, portrait and phone viewsport?
I have the news9 theme, but can not complete the install because I get the failed message: The package could not be installed. The theme is missing the style.css stylesheet. How do I resolve this issue?
Only solution is to inline above the fold content in the head.
We use a service called Critical CSS to look at a page then generate the most needed elements, then put in the head before the closing /HEAD element in template.
Worth a look: https://criticalcss.com/
(I don’t work here)
Wordpress said my them is installed but missing files.
This is what it says:
“Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.”
We checked every plugin and finally managed to found the real issue. The problem with the Gallery disappears the moment we enable the sidebar which we are not using at the moment.
So the problem isn’t due to any plugin but some issue that surfaces when we are using the full content column without the sidebar. Can it be fixed with some CSS as we don’t intend to use the sidebar for articles/posts?
In inspector I find this:
when adding hover class for class="td-theme-slider iosSlider-col-3 td_mod_wrap – http://prntscr.com/kp3rez – category tag changed color.
go to category code in inspector and we see a big css-code – http://prntscr.com/kp3spn – with css code .td-theme-slider:hover .slide-meta-cat a
When from .td-theme-slider:hover .slide-meta-cat a I delete this part – .td-theme-slider:hover – all work fine. But in style.css I can’t find that.
Where I can find this part of css code?
-
This reply was modified 8 years by
13teen.
Hello,
Unfortunately iOS 9 could be too old for the new flex block implementation. We cannot test with older versions of browsers. Unfortunately there is no solution we can provide for older browsers that do not share the compatibility for html 5 and CSS3.
Sorry for the inconvenience.
Hello,
Here is the css needed to remove the image gradient:
.td-grid-style-1 .td-module-thumb a:last-child:before{
display:none!important;
}
You can add it in the theme panel under custom css.
thank you!
Hello,
If you do not want to have a hover effect to your slider, you should check the code below and place it in Theme panel -> Custom CSS area.
.td_block_slide{
pointer-events:none;
}
The result -> https://www.screencast.com/t/mzz06Wtcv
If is not what you mean, provide more details so I will be able to provide a more accurate response.
Thanks.
can u please share the css/code used
I will try it in VComposer as TDcomposer or cloud library just is not working