- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Thanks for the css snippet you have provided, but it focuses on the hover colour of the icons. My interest is in changing the background color from grey to another color when I hover over any of the icons it contains. Can you indicate what needs to be added to the css?
Hi Bogdan, I already used the background color selection – that is what I meant by “I set the color and saved changes in the td composer css area” What I want to know is why it doens’t work.
Thanks
Hi catalin,
Where to put that CSS code? can you please suggest?
Thanks
Imran
Hello Imran,
You should try using a bit of CSS code for this.
.td_smart_list_4 .td-sml4-nr{
width: 35px;
}
Thanks.
Hello,
I need the description text of the author box (on the post page) to display fewer characters than what the description contains (and which will be displayed entirely on an author’s page, which groups his posts).
How to do it please? CSS? PHP?
Thank you
cordially
I would prefer to use just the tagdiv composer since the pages already use it but I need some kind of pagebuilder for posts and custom post types also.
Maybe you can help me out with using the page templates. I have a template choose but upon filling the visual text box with content the styling or layout doesn’t change on the front end. It just lays everything out the way it’s typed with no formatting. This is with visual composer off.
I did install TinyMCE Advanced which helps a little bit but I don’t get all of the extra easy css options like rounded corners, colored borders etc. that I get with visual composer.
When do you guys plan on releasing these updates, are we talking about a month or so or a year? Just looking for a guesstimate.
Thanks
Hi,
The logo will be displayed as you upload it. If the logo would be round originally, it would be displayed round. Or you could try and make it round with some CSS. Like this
– https://www.screencast.com/t/Kg46HEuYolI
Codes for the mobile theme have to be entered in Theme panel->Mobile theme>Custom CSS code
.td-footer-logo img {
border-radius: 50% !important;
}
Thanks
Hi,
The travel blog demo will add a margin top to the top of the website as long as header style 8 is used
– https://www.screencast.com/t/WCzh5CsDW8
This could be removed by either editing the demo stylesheet and removing this margin
– https://www.screencast.com/t/hZJVPwX6Vy
Or by canceling the margin with a different code in Theme panel->Custom CSS
– https://www.screencast.com/t/9YoMDmjfQOGR
@media (min-width: 768px) {
.td-blog-travel .td-header-style-8 {
margin-top: 0;
}}
Thanks
Hello georgelaskos,
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Hello,
You can use a custom css code to change the colors:
.td-related-title .td-cur-simple-item:hover, .td-related-title .td-cur-simple-item{
color:grey!important;
}
.td-related-title .td-cur-simple-item{
background-color:red!important;
}
You can add the code in the theme panel->custom code section of the theme panel
Thank you!
Hi,
The hover is set in css for each button in particular. There is no option in the theme to change this behavior. It can only be changed with custom css code.
.td-social-style2 .td-social-icon-wrap:hover .td-icon-facebook{
background-color: grey;
}
.td-social-style2 .td-social-icon-wrap:hover .td-icon-instagram{
background-color:grey;
}
.td-social-style2 .td-social-icon-wrap:hover .td-icon-twitter{
background-color:grey ;
}
.td-social-style2 .td-social-icon-wrap:hover .td-icon-youtube{
background-color:grey ;
}
Change the colors in the code and then place it in the theme panel under the custom code section.
Thanks;
Hi,
It depends on your code, also the live CSS would be easier to use since the results can be seen immediately. Code entered there could create problems, make it as specific as possible and test more.
Both the theme panel code and Live CSS code will be saved in the database safely, it will not be lost.
Thanks
HI,
The use of the !important tag should only be used if there is no other way to strengthen or prioritize the CSS code. It could create problems with the order of the loading in CSS.
It would also depend on the code used, as a whole.
Try to use enter code in one place only, either the Live CSS or theme panel, so you can keep track of potential conflicts between the codes you use. It all depends on the code used.
Thanks
Hello mirko,
You can try using the code below and place it in Theme panel -> Custom CSS area.
.td_data_time{
display:none;
}
Thanks.
Hello,
The top bar was never meant to show up on mobile devices. You can however activate it through css. Please check this topic:
https://forum.tagdiv.com/topic/top-menu-mobile-2/
Thanks.
Hi,
If by amend space you mean the space between elements, note that elements can be positioned further using the CSS design tab. For example this is grid 7 with another grid below it. By setting a negative top margin for the one below, it will be dragged up
– https://www.screencast.com/t/OIgofAnm9yuZ
Maybe that is what you are referring to. For the moment I don’t believe there are any plans to make modifications to how the grids behave. There could be in the future, I will add your suggestion on our list.
Thanks
Hello nattyandrade,
Please try using the code below and place it in Theme panel -> Custom CSS Area.
.footer-logo-wrap img {
margin-left: auto;
margin-right: auto;
}
The result is here -> https://www.screencast.com/t/uqBLQ4n0zgDs
Thanks.
I’m back to use Speed Boster, its plugin, because of the CSS block render, and for better performance.
Ok, so I stopped using some plugins for this.
Now, I started to create ShortCodes, create my own scripts, and insert them into posts.
The question is:
The functions.php, located at:
/wp-content/themes/newspaper/functions.php
If I update WordPress, or Theme, will it be overwritten?
Hello,
I’m using the mobile theme. I want to make the logo on the footer round (like on my desktop version: http://prntscr.com/jqc65v)
Now it’s like this: http://prntscr.com/jqc5sd
I’m trying to find the CSS class for the logo, but I don’t find any want to look on the desktop the mobile theme version (in the chrome inspect and all the responsive generators websites, shows the responsive theme without the mobile theme active).
Can you help me to find how to make the round logo?
THanks
You can by identifying the page ID (https://www.competethemes.com/blog/find-page-id/). Then you can style it like so .page-id-xxx. You have to put the code before the css class of the element you want to style. E.g let’s say the page ID is 100 and the menu css class is .td-header-menu. You can style it like so:
.page-id-100 .td-header-menu {
put your css here
}
Hi,
Is it possible to add custom CSS for a specific page only?
For example: I have a specific page with a hero section and the page template is “Pagebuilder + Overlay menu”. But I want the color of the menu items to be different from the rest of the website due to the color of the hero image.
Hi, I have a widget with an email subscription box, I’d like there to be a background color so it stands out more, I set the color and saved changes in the td composer css area, yet it is still just showing no background.
Hi Simion,
I eventually fixed this issue. Where would you recommend adding CSS – Live CSS editor or in the Theme Panel?
I find using both can cause unexpected results – possibly interfering with the cascade of CSS.
Thanks
Shane
Hi Simion,
Thanks for your help. I was able to figure it out.
There definitely seems to be a conflict between the Live CSS & Theme Panel CSS editors. I think the conflict arises when a piece of CSS includes the use of !important along with the CSS property and value.
I know the use of the !important rule can lead to issue’s. Maybe this is one of them?
Thanks
Shane
I found, that on my homepage of Newspaper theme magazine there is a lot of internal css and there are two link for files (images), that don’t exist. My website is being slower due this broken links. Can you check it. The code with the links is:
.td-menu-background,
.td-search-background {
background-image: url('https://192.168.0.194/wp_011_lifestyle/wp-content/uploads/2017/03/47.jpg');
}
.white-popup-block:before {
background-image: url('https://192.168.0.194/wp_011_lifestyle/wp-content/uploads/2017/03/2.jpg');