Search Results for 'css'

Results from the Forum
Catalin
tagDiv Staff

Hello ntvweb,

If you want to move to the right, without any distance, please change the value for left parameter, using the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-video-play-ico img {
left:0;
}

The result -> http://screencast.com/t/eIqdzqLl

Thanks for the message!

Bogdan B.
tagDiv Staff

Hi,
It is a css rule added in the theme style.css. This is the code:

.td-category-description p {
font-style: italic;
font-family: 'Open Sans', arial, sans-serif;
color: #777;
font-size: 16px;
line-height: 26px;
margin-bottom: 0;
margin-top: 15px;
}

You can change the code and use the !important tag and then place the code in the theme paenl->custom css box to override the theme code.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can add the code in the theme panel->custom css code: http://screencast.com/t/X8OZ8Eu81U
Thank you!

Bogdan B.
tagDiv Staff

Unfortunately yes as the posts depend on the category page’s sidebar if the individual post sidebar is not set. Alternatively you can simply hide the sidebar with css for categories and leave the settings as they are.
You can use this code:
.category .td-ss-main-sidebar{
display:none!important;
}
.td-main-content{
width:100%!important;
}

Add the code in the theme panel->custom css box.

Thank you!

Catalin
tagDiv Staff

Hello ntvweb,

Please try the following custom CSS.

The code is ->

.td-video-play-ico {
left:auto;
top:0;
bottom:auto;
right:0;
}
.td-video-play-ico img {
top:0!important;
}
.td-video-play-ico.td-video-small img {
top:0!important;
}

The result you should see here -> http://screencast.com/t/MUJZ1Cf8FnM1

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

You can do that by adding padding left and right to your post content inside the post itself by creating a new css class and setting the padding for it like so:
.paragraph-custom {
display: block;
padding-left: 10%;
padding-right: 10%;
}

Add this code in the theme panel-> custom css code and then place your post content inside a div with this class assigned to it like so: http://screencast.com/t/Jgc07K32
This has to be done in text mode in the mce editor.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Our theme does not have this option so it will have to be made custom .For this you will have to know a bit of coding (html and css) as you will need to edit the theme files and create a custom container above the sharing options: http://screencast.com/t/rbjAiQxunhrE You will have to add the div to each post style you use. Every post style has it’s own file.

Thank you!

GideonLupine
tagDiv Member

Try purging the cache and hit ctrl-f5 on your browser.

I think the CSS is getting cached, and it is old.

PauloCot
Participant
#0

Post template style 6 isn’t working in IE. Unless you scroll down the header image and post is squeezed to the left. Just letting you know so it can be fixed for a future update.

Anyone know a CSS work around in the meantime?

Example:
http://www.fantasyfootballpundit.com/fantasy-premier-league-201516-review/

GideonLupine
tagDiv Member

Are you using a child theme?

I had to manually update style.css and header.php to fix it.

GideonLupine
tagDiv Member

Mine just blew out. I had a child theme.

I had to update style.css and header.php in the child theme.

hsm2393
tagDiv Member

Whwre to put this css code?

rodrigobernardino
Participant
#0

Hi Guys,

I just bought the NewsPaper theme, and during the instalation, i got an error:
– “This template do not have a style.css file, instalation failed.’

I’m using another theme (not a newspaper older version).

How can i solve that?

Regards,

Catalin
tagDiv Staff

Hello football5,

Unfortunately, our theme does not have such an option for it and the theme has not been designed to be used in more than 1021 px for width.
Please notice that our theme does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hi,
Try this css if you want the fuields to stretch the full width:
.tml {
max-width: 100%!important;;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,

The theme does not have any option for that but you can use a bit of css to do it. Try this code:
.td-login-modal-js{
color:red!important;
}

Thank you!

Catalin
tagDiv Staff

Hello thanop,

If you want to disable the Ajax Search function, please notice that you will have to use a bit of CSS code to hide the class which calls this option. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-aj-search-results{
display:none;
}

Thanks.

Bogdan B.
tagDiv Staff

Hello,
It could be some custom css you had in place for your header or a plugin conflict so please remove any custom code you may have in place and disable all plugins except visual composer, clear cache and reset cdn files.
Let us know if you still have trouble with the header.
Thank you!

Catalin
tagDiv Staff

Hello webowner001,

If you want to remove the Popular Posts Block, please notice that you will have to use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-footer-template-2
.td-pb-span4 .td_block_7 {
display:none;
}

The result -> http://screencast.com/t/kmuj61AiX

You will not have to erase the footer.php, just only what I presented you above.

Thanks.

Bogdan B.
tagDiv Staff

Hi,
You have a custom css in place that does not come from the theme. Please disable all plugins except visual composer, clear cache and reset cdn files. Also if you have any custom modifications in place, please revert the theme to it;s default code.
Thank you!

Bogdan B.
tagDiv Staff

Hi Robert,

Unfortunately there is little that can be done about it. If you move css to the footer, all of the styles will be loaded later and you will see each css re-write. In order to avoid this, you need coding knowledge and place your css styles directly in style.css and there is no way of adding it automatically. Alternatively, you can use speedbooster and simply remove style.css from it;s files so it will not get moved at all but you still move other render blocks.

Thank you!

Catalin
tagDiv Staff

Hello liangfengjing,

Please try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

@media(max-width:767px){
.td_block_related_posts {
display:none;
}
.comments{
display:none;
}
}

Thanks for your understanding!

fanasp
Participant
#0

Hi,

We’ve set up a child theme, but the layout of the pages breaks. When reverting back to the parent theme, everything is back to normal.

The child theme’s functions enqueueing:
function my_theme_enqueue_styles() {

$parent_style = 'parent-style';
wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'child-style',
get_stylesheet_directory_uri() . '/style.css',
array( $parent_style )
);
}
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );

Style.css
*
Theme Name: Newspaper Child theme
Description: Fana Sparebank intranett tema
Author: Fana Sparebank
Author URI: Author
Template: Newspaper
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

Is there something missing in our child theme setup? The folder name of the child theme is “Nespaper-child” with no spaces.

Best regards

Catalin
tagDiv Staff

Hello aliou89,

If you want to hide the main menu bar for your mobile, you will have to use a bit of CSS code to hide it. Try the code below and place it in Theme panel->Custom CSS area.

@media(max-width:767px){
.td-header-main-menu{
display:none
}
}

The result -> http://screencast.com/t/KNlCCxprmN

Thanks.

Catalin
tagDiv Staff

Hello mikegiam,

If you want to rule out the thumbs for images for module M10 and module M6 you can use a bit of CSS code to hide it.

For module M6 use this code ->

.td_module_6 .td-module-thumb {
display:none;
}

The result -> http://screencast.com/t/8LWpVHOT

For module M10 use this code ->

.td_module_10 .td-module-thumb {
display:none;
}

The result -> http://screencast.com/t/cIkHwk1SUXt

Thanks.

Viewing 25 results - 21,876 through 21,900 (of 33,436 total)