- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hello,
Sorry, this is the only way for this case. If you want to place in another section of the website, you should use a bit of CSS code to do this. Notice that we cannot provide custom work at the moment, sorry!
Thanks for the message!
Hello ianternet,
If you want to affect this button, notice that you should use a bit of CSS code in order to achieve as you wish. Try to use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-craft-ideas .td-read-more a, .td-craft-ideas .more-link-wrap a {
background-image:none;
color:green!important;
font-size: 15px;;
}
The result is here -> https://www.screencast.com/t/XIhNKEgTk
Hope this helps and let us know how it goes!
Thanks for the message!
I am using the recent posts, recent comments and archives widgets, and an image widget in the footer. I can hide the elements with css, but it leaves some black footer space. Not sure how to hide that part. Is there a way to introduce a new class in that part of the footer?
Hey there,
as the title suggest,
I currently find the column width of the website I am working on, too narrow. As I am working on a 2/3 column on most pages, the contents feels really narrow.
Is there a way I can control to the width I want it? CSS for example.
Current Website Url: http://leapdsc.com/leapdsc/client/hdb
Please advice me on this.
Hi,
I want to change the style of block title (block5). Background: transparent, border bottom more bold an border-style double. First I use:
.td_block5 .block-title a, .block-title span{ …
but that dosen’t work. Now I have change the background for all blocks to transparent by useing:
.block-title a, .block-title span{
background-color: transparent!important;
}
That works for the background. Is there a way to make the border bottom more bold? Or is there a way to make that by custom css and extra class? Means:
.custom_block_setting p {…
I’ve tried to make it in that way, but that dosen’t work too
Can you teach me?
Thanks
Hello,
Please add this custom css in your theme panel-> custom css box:
.td-blog-beauty .td-header-style-11 .td-logo-wrap-full{
margin-top:0!important;
}
.td-main-page-wrap{
padding-top:0!important;
}
Thanks.
Hello leapdsc,
Try to use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.home .widget_text{
margin-bottom: 0;
}
.home .wpb_content_element{
margin-bottom:0;
}
.home .vc_wp_text .textwidget {
margin-bottom: 0px;
}
.home .textwidget p{
margin-bottom:0;
}
The result is here -> https://www.screencast.com/t/WqdgnPvpsKL4
Thanks for your understanding!
Hi. I am using footer style 5. I was wondering if there was a way to hide the upper part of the footer with the three rows but retain the lower part (with logo, about and social icons) in smaller devices using css. I cannot seem to find its class using the Chrome inspect element.
Thanks! I got the menu updated.
Could you give some hints about the custom CSS. Where I should set it?
My page is DevOpsJournal.org, you’ll see what I mean by look at the title.
Sorry I am new to WP 🙂
Ok,
In this case you will need a bit of coding skills to do it. This should help:
https://wordpress.stackexchange.com/questions/217881/remove-css-styles-from-specific-page
Thank you!
Ok,
In this case you will need a bit of coding skills to do it. This should help:
https://wordpress.stackexchange.com/questions/217881/remove-css-styles-from-specific-page
Thank you!
Hello Dave,
Please try another redirect plugin as it seems the one you are using is not working properly. The theme is not compatible with all plugins out there so when you experience something wrong with a plugin such as the error you mention, simply start searching for another one. You can also make redirects directly in htaccess so you do not have to use any plugin at all:
https://css-tricks.com/snippets/htaccess/301-redirects/
http://www.inmotionhosting.com/support/website/redirects/setting-up-a-301-permanent-redirect-via-htaccess
Thank you!
So I’m not entirely sure why, but everything I’ve tried to do to get the styles to load will not work. I’ve checked the source code of my home page and the styles are being included and after the parent theme, but nothing loads. Has anyone had this issue with Newspaper before?
My site is http://www.miningclips.com
you can see the style sheet is loaded http://www.miningclips.com/wp-content/themes/Newspaper-child/style.css?ver=8.1c
this example styles will not override or load the parents styles
input[type=text], input[type=url], input[type=tel], input[type=email] {
background: #ffffff;
border: 1px;
border-radius: 5px;
}
.mcForms{
background-color:blue;
}
a) check the system status in the theme panel
b) check php settings in your hosting panel
c) increase RAM allocated to WP in wp-config.php and php settings in hosting panel
d) consider optimizing site for https via proper server side redirect for http > https queries, add https admin required in wp-config.php vs using plugin for https
e) try disabling plugins that load CSS/js onto admin panels and pages/posts, even if not actually used on those pages (e.g., Contact Form 7 doesn’t need css/js on pages without the form actually being used)
f) test one of your post pages with GTmetrix.com to see if you need to optimize server settings for gzip/deflate, expiration headers
For images
A) better to optimize in Photoshop prior to upload to site (e.g., 40kb image vs 124kb image — slows down system if server has to do that for you)
B) better to set the WP default compression level to 50 in functions.php than use plugin to do that, this will make thumbs uploaded more optimized
Hello yangchen,
If you want to remove that sections, About Me and Contact, you should remove them from Menus in General Settings. Also, if you want to make some changes to the Text Logo and TAGLINE, you should try using such a custom CSS code for this. You can provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response/code.
Thanks for the message!
Hello,
1) our theme uses the default comments of WP so you will have to serach online for a WP solution on how to remove the email field:
example: http://crunchify.com/how-to-remove-url-website-field-from-wordpress-comment-form/
2) These elements can only be targeted with css.
Please use this code for the search:
.td-head-form-search-wrap input[type=submit]{
font-size:20px;
}
Use this code for the post comment button:
.comments input[type=submit]{
font-size:20px!important;
}
You can add the code in the theme pane;-> custom css box.
Thanks.
Hello k2point0,
Try to use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-post-author-name{
pointer-events:none;
}
The second solution would be to remove this meta information from Theme panel, like this -> https://www.screencast.com/t/MHCriIbGyha
Hope this helps!
Thanks for the message!
Hi Bogdan,
Thanks for the reply.
Just for clarification. I created a complete page including header, footer etc. So the complete page is built with an custom editor. There are no components of the newspaper theme used in this landingpage. That is why i want to remove the css etc.
Hope to hear from you soon.
Thanks
ronny
Hello,
Try the code below and place it in Theme panel -> Custom CSS area.
@media (max-width:767px){
.td-module-meta-info{
display:none;
}
}
Thanks for the message!
Hi,
The theme does not provide any options to change the background colors for posts. It can only be done with custom css.
The css is different depending on the template you want changed as the code will affect multiple templates so I will need more precise instructions for me to help.
Thanks
Hello rhrohan,
Unfortunately, please notice that we do not implement this functionality in our theme and we cannot provide a valid solution in this case, sorry! Try to find another online tutorial for this implementation and check how this will work on your website. All the CSS code for the entire theme can be found in the style.css file.
Thanks for your understanding!
Hello,
Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-subcat-link{
text-transform:capitalize;
}
The result is here -> https://www.screencast.com/t/caz49LzOx
Thanks for the message!
I am using qTranslate plugin as you mention in your themeforest description.
“Multi Language site support via the free qTranslate plugin. All from wp-admin.”
And all rtl direction via custom css, didn’t modify any code structure. solve it ASAP, i have to delivered this project to client. I can give you login credential when you need.
The link is :https://eaglevisiontimes.com/
I have copy the code to the customer css:
.td-module-thumb a:last-child:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%)!important;
}
Thanks.
Hi More,
If you have two dates, it’s because you have the two code, like you write in your post, you must replace the first code by the new one and add in custom css:
.td-module-meta-info {
display:inline-flex;
}
.the-modified-date {
padding-left:5px;
padding-right:10px;
padding-top:2px;
}
.td-post-comments {
display:none!important;
}
It’s work for me.
Good luck!