Hello,
1) You can hide the space with css but now your logo will need adjusting. Please use this code for both:
.td-header-top-menu{
display:none!important;
}
@media (min-width: 1141px){
.td-header-sp-logo img{
bottom: 48px;
}}
@media (min-width: 1018px) and (max-width: 1141px){
.td-header-sp-logo img{
bottom: 28px;
}}
@media (max-width: 1141px){
.td-header-sp-logo img{
bottom: 28px;
}}
2) Use this code:
.menu-item:hover{
background-color:#fa4b2a;
}
.menu-item:hover a{
color:white;
}
3) Unfortunately the big grid relies on a fixed width/size in order to display properly. If you change the size of the grid it will not work as expected anymore. It is never a good idea to change element sizes as it will affect other parts of the layout as well. You can change the height if you want by using this code:
.td_block_big_grid_4 .td-module-thumb {
height: 300px;
}
4) I could not find any ‘—‘ in the article exceprt. Please provide more details.
5)Use this code:
.td_module_14 .td-module-meta-info{
bottom:-60px!important;
}
I hope this helps.
Thank you!
Hello,
you can do it by altering the theme files. There is no other way except hard-coding it.
You need to edit td_module_14.php and change a few things. You need to move the category code under the image code and place it inside a div so you can target it with css for positioning
http://screencast.com/t/de3pcIdFY
Then you can use css to adjust the position:
.category-custom{
position:absolute;
bottom:105px;
left:10px;
z-index:999;
Thank you!
This is what I did:
I tried to update my News Mag theme to the latest, which I was running 1.7.1 I believe. I dragged and dropped the folder into my FTP (made a backup of everything). My website started to show a bunch of errors, so I decided to go back to the old version.
From there, I dragged and dropped the 1.7.1 back into FTP which returned the site back to normal. But the theme dashboard is now grey instead of blue and I can’t save anything. The save button no longer shows. Also when I go to custom javascript or css area, nothing comes up.
i change many files in theme
style.css is most file changed
but i want upadte theme
please tell me
– what problem old verison with google news ???
– i want new line insert to css file beacuse i can’t replace style.css
tanks
Hello Arafat,
Please try the code below and place it in Theme panel->Custom Csss area.
.comments .block-title {
border-color: red;
}
.block-title > span {
background-color: red;
}
You should change the red value with your value.
The result you should see here: http://screencast.com/t/f4KIrkJ5
Thank you for the message!
Hello,
Please check the custom css you already have in the theme panel. Many of these types of problems come from an open css tag or other css syntax errors.
Thank you!
Hello Arafat,
I’ve tested you both link of your sites and I saw the problem with your alignment of category tag. Please make you sure that you insert in the correct place the snippet of code in the same way as I showed you.
Please try to use the code below to fix the position category tag on the mobile version. Place the code in Theme panel->Custom Css area.
@media (max-width: 767px){
.td-category {
float:left;
}
}
The result you should see here: http://screencast.com/t/65qomaJpjFaV
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Albert,
Unfortunately, it is possible when you enable all your plugins, errors occur again. In fact, there is a conflicting plugin. We recommend using only the tested plugins, as you can see in this screenshot http://screencast.com/t/3XkYOUwpe . WP super caches is a tested plugin, but this will may create a conflict with another untested plugins as you are used. The only option for you would be to search for other plugins to do the same thing but not to cause errors in the theme.
When you are using many types of size in theme, the speed of website will slow down because the theme has to be loaded more details and is required more time. You may use the all the fonts as default with just two styles as you said above…the problem with “slow down” appears when you use more than 2,3,4,…10 style.
Our theme are using h3 tag to display article titles. If you want to change the size of this, you have to use a bit of Css, like this:
.home h3 {
font-size: 20px!important;
}
The result you should see here:http://screencast.com/t/k7Mr296li
Hope this helps and let us know how it goes!
Thank you for your understanding and sorry for the inconvenience!
Hello,
Unfortunately you cannot replicate the current site with just the theme settings. It could be done but with custom work. If you know your way around php and css you can do it. Maybe you can find a few plugins to help out as well. Unfortunately there are features in the site we do not have options for. The header will be the hardest to replicate.
So if you start this project we can only help out so much, as custom work falls beyond what support can offer you.
Good luck on your project and best of wishes!
Bogdan.
Hello Mecburlar,
If you want to change the background-color, you should use the code below and place it in Theme panel->Custom Css area and if you want to change the color of the ajax filter, please check the block background-color from Block settings from Visual Composer, like this: http://screencast.com/t/XXNW2L4n1woz
.td-main-content-wrap.td-main-page-wrap{
background-color: green;
}
The result you should see here: http://screencast.com/t/NB9yqRauS
If is not what you want, please provide more details about this problem, so I can be able to provide a more accurate response.
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
Try the css like this
.dark-text .entry-title a {
color: #000000!important;
}
If the problem persist please provide specific link to a post where you’re using post template 6, so I can inspect this closer.
Thanks!
Hi
I’ve tested your code on my side and works fine: http://screencast.com/t/R0TMZy50KAn1 Try to use the code in theme panel > custom code > custom css and see if it works. Also try to deactivate all plugins except Visual Composer, clear all caches and test again. If you still can’t manage to solve this issue please provide your site url so I can inspect it closer.
Thanks!
I’m trying to change the width of the images so they are full width like this:
.td-post-content img,
.mce-content-body img {
margin-bottom: 21px;
width: 100%;
}
But nothing happens when I save style.css.
Even if I remove everything in style.css and save the file the website still looks like the styles from style.css are being applied. What am I doing wrong?
Thanks for the reply. I have since found a way to use Module 10 instead and added CSS to display it very similar to the MX4 block. Module 10 seems ideal for my purpose since it doesn’t use rows. Thanks again.
Hi,
I would like to add an extra css class to the row of the full screen home page post (template 6). If a light image is used, the entry title color should be black.
Trying this —
Newsmag v 2.1
boulderweekly.wpengine.com
Extra CSS Class: dark-text
CSS
.dark-text .entry-title a {
color: #000000;
}
Inspecting the page, the ‘.dark-text’ css class was added to the row, but the element is not targeted. How can this be achieved?
thanks!
Hi, thanks for the information. I think I can update the css for background. Wondering, is there also an easy hack to dynamically expand everything including the menu and the content area to the full width of browser? Thank you for your time.
Hi
You will need a set of conditions which check if a specific page is displayed and if the result is true then load a specific css file. You can add the code in functions.php. Please note that this is a complex task which require good coding skills and also many customizations. If you can’t do this by yourself my advice is to hire a professional developer to help you with it as we can’t offer any type of custom work at the moment.
Thanks!
Hello,
I use your theme with a child theme. I added this code to style.css:
.td-post-content p {
line-height: 35px;
}
.td-post-content h2, .td-post-content h2, .td-post-content h3, .td-post-content h4, .td-post-content h5 {
letter-spacing: 0px;
}
But it didn’t affect my site here: http://surfsecured.net/hostgator-web-hosting-review/
Please help me to make child theme working.
Thanks!
—
Alex
Hello dirceufc,
Unfortunately, our theme does not have a setting to deactivate this feature from Theme panel. To achieve this, it is necessary to use a bit of Css to hide it. Please try the code below and place it in Theme panel->Custom Css area like this: http://screencast.com/t/sHIMkwhG
.td-wrapper-pulldown-filter {
display:none;
}
The result you should see here: http://screencast.com/t/yZnSGqZto31
Hope this helps and let us know how it goes!
Thank you for the message!
Hello,
The header and footer are full width by default if no background color or image is set. This causes the theme to go into boxed mode and then limit the header and footer in order to display the background. http://screencast.com/t/ADxbMXpHNPkM
If you wish to keep this aspect, then you need to remove any background image or color and then set them with css, not from the theme panel.
Thank you!
Hello,
You can remove any thumbnail with css. For example on a block 8 you would use this code:
.td_block_8 .td-module-thumb{
display:none
}
You can then edit the particular block from the theme files and make it display time instead of date. You will have to edit the particular module the block you want uses. You can see a list of what module each block uses here: http://screencast.com/t/m6RuXVKut
Block 8 uses module 7 so we need to edit module 7 like so:
http://screencast.com/t/fvwfLBg5xS
<?php the_modified_time('G:i'); ?>
Thank you!
Hello Arafat,
If you want to move your category tag before author name, you have to alter loop template that correspond on what single template is used. Below you find the part of code that you should to move to achieve as you wish. Please follow the steps from the screenshot and fix the problem, like this: http://screencast.com/t/wXjfCMEBY
<?php echo $td_mod_single->get_category(); ?>
After these changes, it is neccesary to use a bit of Css to align the tags, like this:
.td-category {
float:left;
}
The result you should see here: http://screencast.com/t/0jorP4yvz7KN
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
I’ve checked your css and works fine, the result can be seen here: http://screencast.com/t/OwfxtB9o If this is not the desired reult please provide more details se can inspect this closer.
Thanks!
Hello listsy,
Unfortunately, our theme does not have option to deactivate this feature from Theme panel. You can hide it if you are using a bit of Css. Please try the code below and place it in Theme panel->Custom Css area, like this:
http://screencast.com/t/QrXOwZZ5z
.td-related-title .td-related-right {
display:none;
}
The result you should see here: http://screencast.com/t/3DYsn5sGP0m
Hope this helps and let us know how it goes!
Thank you for the message!
Hi there,
I’ve noticed that the CSS and Javascript are loaded on every site page as well as other all other plugin’s CSS and JS. It’s resource wasting because it requires several TCP connections at every page load and degrading this way the site load performances and the user experience too. Therefore I’m trying to deregister CSS and Javascript where not needed and to load them only on pages where they are needed. For example, since the Contact Form 7 is used only on the ‘contacts’ page, I’ve added the following lines to Newsmag-child theme functions.php:
add_filter( 'wpcf7_load_js', '__return_false' );
add_filter( 'wpcf7_load_css', '__return_false' );
?>
Now, I should add the following lines in the page where the Contact Form 7 is used i.e. “contacts” page:
<?php
if ( function_exists( 'wpcf7_enqueue_scripts' ) ) {
wpcf7_enqueue_scripts();
}
if ( function_exists( 'wpcf7_enqueue_styles' ) ) {
wpcf7_enqueue_styles();
}
?>
But I don’t have a “contacts.php” page! So that where I have to add this code?
More in general, could you advice a method by means of which I can always include CSS and JS (mainly due to plugins) only where needed?
Thanks in advance for any appreciated help.
Giuseppe