- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hello rcallejonvillalobos,
If you want to show the date in the top menu only for PC desktop, please try the code below and add it in Theme panel->Advanced CSS area like this -> http://screencast.com/t/Lm9wC46u0HT
The code is ->
.td_data_time {
display:none;
}
Thank you for the message!
Hello,
Unfortunately this could be a number of things. You will need to follow a few ssl guides and make sure you did all the steps correctly:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/
It will require a bit of reading on your part. I hope this helps.
Thank you!
Hello,
1) The line is there only it’s not visible due to your footer color. You can change the line color with css:
.td-footer-bottom-full .td-container:before{
background-color: rgba(0, 0, 0, 0.21)!important;
}
2)You can use this css to align it closer to the text without affecting anything else:
.footer-logo-wrap{
display:table;
margin-left: auto;
margin-right: auto;
}
3)You can use this code to do it:
.td-social-icon-wrap i.td-icon-facebook:hover, .td-social-icon-wrap i.td-icon-instagram:hover{
color:yellow!important;
}
Thank you!
Hi
1. I’ve checked the indicated page and in page source does not appear any ad code or a container related with an ad code under the bottom share buttons: http://screencast.com/t/GMY47hPOm
I am not sure how you added this add in post content, as in it’s source does not show any of theme’s classes for ad-spots: http://screencast.com/t/Nk1BU8yTh The css display property for this ad does not apply correct and the pagination buttons are hidden under the ad.
Try to include the ad code in a text block or in a new container so it can be targeted with css. The required css look like this: http://screencast.com/t/DD2FBW9KKeY
.ads-container-name{
display: inline-block;
}
2. This post not uses the theme ad spots here: http://screencast.com/t/H2ubx7CP39rT None of the classes related with article bottom ad are present in page source which means that the theme does not execute that code.
Please make sure that you set the ads according with our documentation as I’ve test this on my side and they are displayed fine: http://screencast.com/t/8B7xiTo9Fw Also try to deactivate all plugins except Visual Composer, clear all caches and test again.
Thanks!
Hello,
This can be achieved in 2 ways. The first one is choosing a different grid style. Take a look at our demo and switch between grid styles here: http://demo.tagdiv.com/newspaper/big-grid-1/ Style 4 is the brightest one. This style can be selected in visual composer: http://screencast.com/t/wF53pOxdCQb
If you do not wish to change the style and you use style 1 (i assume) then you can use css to remove the gradient:
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before{
display:none!important
}
Thank you!
Hello gauravkohli,
Please try the code below and add it in Theme panel->Custom CSS area.
#td-top-search {
position: relative;
right: -80px;
margin-top: -42px;
}
The result -> http://screencast.com/t/2vHOr1x0CL
Hope this helps!
Thanks.
Hi
Note that the Speed Booster plugin disable itself when an incompatible plugin it’s installed. We added this measure to avoid conflicts with the plugins that won’t allow to move their CSS/js resources at page bottom. To keep it always activated comment or delete the indicated lines from td-speed-booster.php: http://screencast.com/t/RZLIOPUNdqh You can check this topic for more information about speed booster usage: https://forum.tagdiv.com/topic/speed-booster-questions/
Hope this help.
Thanks!
Hello
If you want to change your slider pagination with a bigger one and change the colors, please try the code below and add it in Theme panel->Custom CSS
The code is ->
.iosSlider-col-3 .td-icon-left, .iosSlider-col-3 .td-icon-right {
font-size: 100px!important;
color: green!important;
}
The result you should see here -> http://screencast.com/t/L1XSpdTkry
If is not what you mean and if you want to have just like into your example, please try to find some plugins with this functionality and see how it works for you. Please notice that is not a simple task and this implies custom work. If you are not aware with the steps in this regard, please consider hiring a freelancer/developer to implement this custom pagination for your slider because we cannot provide custom services at the moment, sorry!
Hope this helps!
Thank you for the message!
Hello BretonGroup,
Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.menu-item-517 .sub-menu {
width: 300px !important;
}
The result you should see here -> http://screencast.com/t/rKOtlV3T2
If is not what you mean, please provide more details about your desired changes so I will be albe to provide a more accurate response.
Hope this helps!
Thank you for the message!
Hello,
You could add a custom css class to the row in visual composer: http://screencast.com/t/PEo4GXo5
And then use this class with css and apply some changes to it. You can add a max-height if you want like for example:
.customrow{
max-height:800px
}
I’m not sure how the content underneath it will display, but you can use different selectors and attributes in css to position them.
You can use the .home class if just the homepage is affected by this rotating containers so you will not accidentally affect the rest of your site with the custom css.
I hope this helps.
Thank you!
Hi
To achieve that you will need edit the page-pagebuilder-latest.php file and add this css class here: http://screencast.com/t/Jy5HpX5gPHCu Next step is to add this css in theme panel > custom code > custom css:
@media(max-width: 768px){
.hide-on-mobile{
display: none!important;
}
}
To hide more article box please check this topic, I’ve posted a solution there: https://forum.tagdiv.com/topic/view-on-mobile-mode-the-more-stories-covered-all-content/
Thanks!
Hello,
This can be done with css. Every menu item has a specific class that can be targeted. You can use this code to increase the font a bit:
.menu-item-2144 a, .menu-item-2145 a{
font-size:16px!important
}
result: http://screencast.com/t/k7SD68oMb
Thank you!
Hi,
1. On your default demo there is a fine line separating the three footer widgets and the footer info content. This line is missing on my site: http://www.swedentips.se. How can I add it in a colour of my choice?
2. My “logo” (actually a photo) in the footer info content area is too far out to the left. How can I move it more to the right without affecting its position on mobiles?
3. I’ve made the social icons in the footer info content area big and blue with this CSS:
.td-footer-wrapper .td-social-style-2 .td-icon-font {
font-size: 36px;
width: 64px;
height: 64px;
line-height: 64px;
background-color: #005bae;
}
When I hover over the icons they become grey. How can I change the hover colour for the icons (not the background) to yellow?
Thanks for your help!
Walther
So the css code will only work to the texts with <p> class assigned?
Thanks
Jade
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/uT8p4gb8qW
.td-post-category{
display: table;
margin-left: auto;
margin-right: auto;
margin-bottom: 3px;
}
Thanks!
Hello cookingpanda,
Unfortunately, if you want to move your post pagination, please notice that it is not a simple task and implies more additional customizations and require custom work. If you want to display more levels in our theme and if you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this for you because we cannot provide custom services at the moment, sorry!
Below, I gave you an example if you want to change the arrow design. It is necessary to use a bit of CSS to implement this on your theme. Please check the code below and try to implement this to your side and you should do in the same way for the previous arrow if you need this.
.page-nav a:last-child {
background-image: url('https://cdn0.iconfinder.com/data/icons/arrows-volume-4/48/246-128.png');
background-size: 33px 30px;
background-repeat: no-repeat;
}
.td-icon-menu-right:before {
content: '';
}
The result you should see here -> http://screencast.com/t/9hhTjyz2H44G
Hope this helps!
Thank you for the message and for your understanding!
Hi
Try this css in theme panel > custom code >custom css: http://screencast.com/t/lqKyTlMg
.td-logo-text{
color: green!important;
}
.td-tagline-text{
color: blue!important;
}
Thanks!
Hello Harrison,
I have checked the both websites and I have noticed that is used header style 10. This kind of template uses the full logo for displaying and there is no restriction for your logo size. For a better result, you should have a high dimension for your image logo. If you want to increase the size of this you have to do it using a bit of CSS. If you want to have the same dimension to your logo as in the other site, you have to use the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-logo {
width: 472px;
height: 86px;
}
The result you should see here -> http://screencast.com/t/8IFG1DDeDJ
If you want to have a good design for your logo, you should load an high logo image with these dimensions by default, without using CSS code to increase the size of them.
If you want to do some HTML changes for this template, you have to do them in heaser-style-10.php file, like this -> http://screencast.com/t/lio9I7aoFS
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hi
First you need to add a class for this subtitle like here: http://screencast.com/t/PIstFup73
<p class="no-margin"><strong>More posts and reviews</strong></p>
After this uou will need this css in theme panel > custom code > custom css: http://screencast.com/t/fAq0nkRexe
.td-post-content .no-margin {
margin-bottom: 0px!important;
}
.td-post-content ul{
margin-top:0!important;
}
Let me know how it goes.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi,
If you want to change the links color on the homepage, you can use this css:
.home h1>a, .home h2>a, .home h3>a, .home h4>a, .home h5>a, .home h6>a {
color: #378EDF;
}
Thank you!
Hello,
I had run a test on http://gtmetrix.com/ for my site: http://voiceoftrust.in using the Newspaper theme version 6.6.5, and the report shows very low percentage Check: https://gtmetrix.com/reports/voiceoftrust.in/zTS8Y33v (I am using Digital Ocean Cloud Server for this this site) but when I test the demo site it should very high percentage Check: https://gtmetrix.com/reports/demo.tagdiv.com/kLi9K6bo ..? Why is that
Plugins I am using:
Akismet
CloudFlare
Disqus Comment System
Easy Watermark
Hello Dolly
iThemes Security
Jetpack by WordPress.com
NextScripts: Social Networks Auto-Poster
tagDiv Social Counter
Use Google Libraries
Wordfence Security
WP Smush
WP Super Cache
WPBakery Visual Composer
Yoast SEO
I see you are using a CDN Service (which CDN?)as well also your JS,CSS,HTML are minified but mine is not even though I am using Cloudflair CDN.
Please help, I am really struggling to rank my site. Can you please help me optimize the site so that I can lower down the loading time as well.
How I change font size of the top menu in Custom CSS?
Likely you would need to edit the “row” CSS but not sure where. Tagdiv may have better answer.
To control number of items shown per category page overall, use hook here:
https://docs.woothemes.com/document/change-number-of-products-displayed-per-page/
-
This reply was modified 10 years by
simchris.
Sorry, but it still doesn’t make any difference.
I also noticed that the hover highlight for the menu links disappear when I add these codes. Is there any other area where i have to add the !important tag or does it work if i simply replace the existing code (as seen in my screenshot of custom css panel) with the new code ?
Hello,
Here is a tutorial on how to create a new thumbnail in our theme:
1) Access td_config.php and add the new thumbnail code like so: http://screencast.com/t/06jMvMcJjKl
In this case we are adding this thumbnail:
td_api_thumb::add('td_280x173',
array(
'name' => 'td_280x173',
'width' => 280,
'height' => 173,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Module 10'
)
)
);
2) After you added the code for the thumbanil and renamed it to match the sizes you want, you will need to access the module you want the thumbnail to be used in: http://screencast.com/t/UaYgy9aX
3) If everything went right, you should now have a new thumbnail in the theme panel which you need to activate: http://screencast.com/t/tfpPcacE
4) Now you need to regenerate your thumbnails: http://screencast.com/t/KvlRwhBY7
5) Now your new thumbnail will display in the module you set it to: http://screencast.com/t/WOP0f7yp
In most cases it will need a few css ajustments in order for it to display properly.
For this particular example you can use this code:
.td_module_10 .item-details{
margin-left:295px!important;
}
Final result: http://screencast.com/t/4gF43GDos
WARNING: A module will be used in different places, not just one block so when you modify a thumbnail you need to be careful where the module is used. Please refer to this section to see where a module is used to know what blocks will be affected by the modification: http://screencast.com/t/SAcFVXNDL7
Thank you!