- 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
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Hello,
The mobile version re-sizes the font for it to properly fit on mobile devices. It can be changed with custom css:
@media (max-width:767px){
.td-post-title .entry-title{
font-size:20px!important
}
}
Thanks.
Hi,
Please check your css to see if there are no problems with closing tags. Make sure you implement it correctly as the code works as expected: http://screencast.com/t/PmEjIUWSJW9
If you cannot get it to work, please provide a link to your website and a screenshot of the code in your custom css so we can check for errors.
Thank you!
Hello david.donato89,
If you want to get rid the Google+ and Pinterest from share button section you can accomplish this through two methods. The simplest way is using a bit of CSS code to hide them. Please try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
.td-post-sharing-bottom .td-social-pinterest, .td-post-sharing-bottom .td-social-google {
display:none;
}
The result is -> http://screencast.com/t/1RGDW5Tl8
or using the second way, you have to remove from the td_module_single.php core file, like this -> http://screencast.com/t/3kGQMCMLFr1
Thank you for the message!
Hello,
Sorry bit screenshots don’t help if you need css adjustments. We need a link to your website so we can inspect it and provide the css. If you do not want to provide it here, please send us an email at contact@tagdiv.com (provude username and password if needed) and paste a link to this topic as well so we can identify you.
Thanks.
Hello dizajn,
If you want to have this padding between this line and author you have to use a bit of CSS code to do that. Please try the code below and lace it in Theme panel->Custom CSS area.
The code is ->
@media (min-width: 1141px)
.post .td-module-meta-info {
padding-top: 3px;
}
Thank you for the message!
Hello Matija,
Unfortunately, as you can see in our documentation here -> https://forum.tagdiv.com/how-to-update-the-theme-2/ before each update we recommend to make a full backup to be safe. Also, your additional customizations are not part of our theme and in case that you lose those customizations is not our obligation to restore them because this involves custom work and we cannot provide customization services at the moment and also is not part of the support. Because we are good guys and we like to see our customers happy, below you can see these customizations.
1) Please try the code below and add in Theme panel->Custom CSS area
.footer-text-wrap {
display:none;
}
The result you should see here -> http://screencast.com/t/EwiReFOXr7iz -> http://screencast.com/t/yw70YQ02RM5
2)I suppose that you are referring to the gradient for your header, like this -> http://screencast.com/t/tcjLuzZrc Please try the code below and hide this gradient. Place the code in Theme panel->Custom CSS area.
The code is ->
.td-header-style-12 .td-header-menu-wrap-full .td-header-gradient:after {
display:none;
}
The result is -> http://screencast.com/t/8T0G8alMKz
3)I have checked your website and I did not saw the extra spaces for your menu bar, probably you have solved this problem in the meantime.
Thank you for your understanding!
Hi
This css is not responsive because apply the same style an all devices. I mentioned in my above reply the you can use media queries to add responsiveness for a specific element. In your case the could could be like this:
@media (max-width: 768px){
.col_large_gal {
/* style for mobile goes here */
}
}
For more details about media queries usage check this link: http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Thanks!
Hello,
There is no need. I should have known it was a text block…as it’s an exception. It will get it’s formatting from visual composer you you have to use css to change it. (it’s best provide as many details as possible in the future so we can provide the solution faster)
A text box title font can be changed with this css:
.wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6, .wpb_text_column h7{
font-family: "Times New Roman", Georgia, Serif;
}
Thank you!
Hi, i need to change one template layout, its very simple what i need to do.
So the outstanding photos are square or horizontally. I need that they are vertical , not all just for a single layout , have any option to do this or just css ? if only css could pass me which style sheet should I change ? thank you
Hi i used your css but targeted .entry-thumb instead, it then worked thanks!
Hi !
I choose the footer with 3 columns but the separation line between each of them don’t appear.
I tryed those CSS codes I found in the forum but nothing happens. ( I purged my cache)
.td-footer-bottom-full .td-container:before{
background-color: rgba(0, 0, 0, 0.21)!important;
}
.td-footer-wrapper .td_block_wrap {
border-right: 3px solid red;
padding-right: 10px;
}
Here is a screenshot as my soon is in coming soon mode.
I can give you my logins in private if necessary.
Thank you for your help 🙂
Sarah
Hi
Are you using the latest version of the theme, V 2.3.5? In v 2.3.5 which is the one available on themeforest the style for back-end post editor is located in editor-style.css file: http://screencast.com/t/eSec9JUcld
Thanks!
Hello,
You can use a css trick to make the link not work anymore.
.td-post-category{
pointer-events:none!important;
}
Thank you!
Hello Publisher,
If you want to change the color of your breadcrumbs, you have to use a bit of CSS code to do this. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.entry-crumbs span, .td-bread-sep {
color:red
}
The result -> http://screencast.com/t/dBchiRqT
If is not what you mean, please provide more details about what you want to change so I will be able to provide a more accurate response.
Thank you!
Hello Farrah,
This can be done but it will come with a cost. Our search widget uses a live ajax search that returns results live inside the box without having to click the search button. The live search will not be so easy to implement like you want as there is quite a bit of code that needs to be changed. We recommend hiring a developer for this task.
There is an alternative however. You could add the standard wp search box (it looks the same) only there will not be a live search, so people will have to click the search button in order to get results.
For this you will have to first remove the theme search widget and add the wp one like so:
You need to edit header-menu.php and change the search part of the code like so:
http://screencast.com/t/EwAqo2mjYrR8
Replace the code with this one:
<div class="td-search-wrapper">
<div id="td-top-search">
<!-- Search -->
<div class="header-search-wrap">
<?php echo do_shortcode('[vc_wp_search]'); ?>
</div>
</div>
</div>
http://screencast.com/t/qobvZoKXqq
And then use this css for positioning:
#td-top-search{
width:30%!important;
}
@media (max-width:767px){
#td-top-search{
display:none!important;
}
}
Hope this helps.
Thank you!
Hello sapito,
Unfortunately, our theme does not have such an option and for achieving that is needed to do some additional customizations through code. Please check this link here -> https://forum.tagdiv.com/topic/category-page-ads/ and try to implement yourself this customization. Also, please notice that is not a simple task and is only for the advanced users which have solid knowledge for PHP/HTML/CSS. If you want to display more levels in our theme and you are not aware to the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!
Thank you for the message!
Hello dizajn,
If you want to have that border, please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-module-meta-info {
border-bottom: 2px solid black;
}
The result -> http://screencast.com/t/OU8jwmR5
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!
Hello,
If you want to replicate the travel demo on another one, please follow this guide to do it:
https://forum.tagdiv.com/topic/how-to-stop-top-header-image-from-stretching/
If you change the block, it will require further customization as the style was designed specifically for block 5
If you want, you can alter the css for it http://screencast.com/t/KoQBmkEIUgp8
But it will need a bit of customization. (this page is custom made for the travel demo and not a theme panel feature)
Thank you!
Hi
1. Use this css in theme panel > custom code > custom css and modify height’s value as you need:
.td-header-style-9{
height: 300px;
}
2. Use this css:
.td-header-border:before{
height: 0px;
}
3. use this css and change the border color as you want: http://screencast.com/t/xFpOGbGwhdT
.sf-menu .td-menu-item > a:hover{
border-bottom: 2px solid red;
}
4. On this site you’re not using our theme: http://screencast.com/t/FjiBvqvaRe so I can’t help, sorry.
Thanks!
Hello thanik30,
1)If you want to have the latest version of Visual Composer 4.11, please update your theme to the latest version which was released today, 17th Marth. If you want to find more information about this update, please check this link -> http://tagdiv.com/newspaper-6-7-update/
2)If you want to change the font size for each your block title, you have to use a bit of CSS code to do this. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_wrap .block-title {
font-size:20px;
}
The result -> http://screencast.com/t/5eK6OxmVkIt
3)Depends on what you want to mean through “customise the look of the block title”. Please notice that is a Visual Composer element and you have to target the specific class in order to apply the desired attribute (you can try to customise yourself as I presented you above).
4)If you want to increase the height for your header, please try the code below.
The code is ->
.td-header-menu-wrap-full{
height:200px!important;
}
The result -> http://screencast.com/t/DJ8VrNKm
5)Our related articles use a specific block to display the posts for this kind of feature. The block type is td_block_reltated_posts and it only used for related posts. If you want to change the functionality for this, you have to change the functionality altering the code from the core file, like this -> http://screencast.com/t/5o2poNC8XA8 -> http://screencast.com/t/DuDz1BuCmTf
Hope this helps!
If you want to display more levels in our theme and you are not aware to the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!
Thank you for the message!
Hi Andrei,
that solution seems not to work anymore.
If I go into editor-style.css it shows:
/*
Hello,
the editor style used by the theme is located in /less_files/editor-style.less – it’s a less file and it’s compiled on runtime
~ tagDiv
*/
Hello,
The speces you mention are margins and padding that can be removed with css. As this modification is a substantial one and specific for every case, we cannot do it for you as you have tyo decide what goes where so I will show you hw to do it with an example and then you can apply the method for all the other blocks.
Important note: the vertical spacing cannot be removed. That is the theme width. Our theme was created using a fixed with and if this is altered, the elements will not position propoerly anymore.
All the horizontal ones can be remove though.
You will have to know a bit of css for this. You can use the browser inspector to see the margins and padding:
http://screencast.com/t/oJWhHavwl9R
Then you can create your css code to overwrite the one form the theme.
This code will remove the topo margin and bottom padding for all blocks:
.block-title{
margin-bottom:5px!important;
}
.td_block_wrap{
padding-bottom: 5px!important;
}
But the space between block posts are added on every specific module so you need to inspect them with the browser inspector and remove them for every module type.
The same goes for the header. Different header styles have different margins and padding..
I hope this helps.
Thank you!
Hi
The position of featured image depends by post template used. I am not sure what post template you’re using for posts so please provide a link where I can inspect this.
Meanwhile if you’re using post temlate 1 try this css in theme panel > custom code > csutom css: http://screencast.com/t/XZH2Ux5hucwg
.td-post-template-1 .td-post-featured-image {
float: none;
margin-right: auto;
margin-left: auto;
}
Thanks!
Hello George,
You can use the code below and place it in Theme panel->Custom CSS area if you want to hide your Logo and gradient for the 404 page.
The code is ->
.error404 .td-header-main-menu {
display:none;
}
The result you should see here -> http://screencast.com/t/kAXaFQ1Xs
Thank you for the message!
Hello,
Usually css issues are caused by plugin incompatibility. Please try to disable all your plugins excerpt visual composer, clear cache and reset cdn files. Then check your 404 page again.
If the problem is still there without plugins please provide a link to your website so we can inspect it.
Thank you!