I mean where I do not know custom css.
Hi,
When you use speedbooster, the cascadin css will show up as the style.css is moved to the bottom of the file so it;s loaded after the content. If you want to remove the black default menu color, you have to change it directly in style.css so it will not be re-written.
As for the speedbooster plugin, that is why it is only compatible with certain plugins as it can’t move all of the render blocksing from all of your plugins. FOr this you have to try and change priority for speedbooster like so: https://forum.tagdiv.com/topic/help-in-using-speedboost/
Try to also disable your plugins and check with gtmetrix again as some plugins can slow down your site considerably to the extent that the plugin causes more damage than the effectiveness of it’s features.
Thank you!
Where should I past the link please? On css custom style or …. ?
Hi
The images used in slide are cropped depending by slide’s size. This is the default implementation for all images displayed by the theme on modules. To change this implementation are required some customizations in theme’s core files and also the css must be adapted to scale the images to a specific size.
This is a complex task which involve some customizations in order to be completed. We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hello,
We will investigate this further and fix it in the next version of the theme. If adding the style.css file in the child theme works, please use this method until we are able to fix the issues.
Thank you
Hi Catalin.
I accepted Theme panel.
But I can not see: Custom CSS area.
Help me.
Thanks.
hi there followed instructions, speed busted is enabled and i added akismet manually. still this stuff is showing.
Remove render-blocking JavaScript:
http://girlterest.com/…-includes/js/jquery/jquery.js?ver=1.12.3
http://girlterest.com/…s/jquery/jquery-migrate.min.js?ver=1.4.0
http://girlterest.com/…button-for-images/js/jpibfi.js?ver=1.52a
Optimize CSS Delivery of the following:
http://fonts.googleapis.com/…n+Sans%3A300%2C400%2C600%2C700&ver=4.5.2
http://fonts.googleapis.com/…italic%2C400italic%2C300italic&ver=4.5.2
http://fonts.googleapis.com/css?family=Actor%3A400%2C700&ver=4.5.2
http://girlterest.com/…ssets/css/js_composer.min.css?ver=4.11.2
http://girlterest.com/…content/themes/Newsmag/style.css?ver=3.0
can you help?
Thanks!
When I go in to edit the main page of our site there are no options to move items around like there was when I first created the page. We want to move certain sections around and the option is just not there. The only thing we can do is put in our own customer CSS code. The visual composer portion is not working like it is supposed to.
Is that something that has to be purchased separately with the Newspaper theme in order to get it to work?
Hi there,
I have an issue after updating to Newsmag 3.0. In some posts I want to hide the grey divider line that shows between columns normally.
I used to have specific CSS in place for those pages with border-left: 0; which used to do the trick but not anymore.
Please note that I only want to remove these border-lines / divider / seperation lines between the columnns. It is built up out of six 1/6 columns and thus creates 5 border lines that I want to remove.
I’m using a brand new install with the out of the box parent and child theme so no custom code. If I use an IE9 emulator like the Developer Tools provided with IE, the child theme displays fine. (Using just the parent theme, everything also looks good in IE9.) However, using the child theme on an actual IE9 browser on a Windows 7 machine is where I see the problems. Others users in my organization are seeing this, too, so I don’t think it’s due to anything funky with my browser/OS setup. If I copy over the styles from the parent to the child theme style.css, then that seems to fix the display problems in IE9.
Mobile menu always open: http://www.screencast.com/t/GEpFDsHOayQS
Modal login always appears at top, icon fonts drop out, horizontal list styles lost: http://www.screencast.com/t/IgsGl9detJec
Thanks you!
Hi Catalin,
I think I fixed it by modifying the first css code you gave me from:
.td-post-template-13 .td-post-header .entry-title {
text-align: left;
}
To this:
.td-post-template-13 .td-post-sub-title {
text-align: center;
}
Is this correct?
Thanks
Kevin
Hi
The social icons for posts are generated in td_module_single.php file: http://screencast.com/t/tguIEq2msa You have to edit the indicated file and update the code for VK.com. You also will also need some css code for buttons’s layout but this code can be added in theme panel > custom code > custom css.
Thanks!
Hi
1,3 Try this css in theme panel > custom code > custom css:
.home .td-module-meta-info{
display: none;
}
.td_module_9 .item-details, .td_module_8 .item-details {
border-bottom: 1px solid #f1f1f1;
}
2. I am not sure what you mean as on category pages you’re using module 5 which does not display category name, author name and post date. Please provide more details about what you’re trying to do so I can inspect it closer and get back to you with a solution.
Thanks!
Hello,
Please check this tutorial here -> http://www.w3schools.com/cssref/pr_text_text-transform.asp and please notice that there you will find all the values for text-transform option. You can replace the capitalize value with any desire in this list.
Hope this helps!
Thanks.
Hi,
1) Try this code:
.footer-text-wrap{
text-decoration: underline;
}
2) The sticky menu is a different container than the standard menu. It has to be targeted as well with css.
Add this code:
.td-header-menu-wrap.td-affix{
background: red; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
background: linear-gradient(red, yellow); /* Standard syntax */
}
3) the scroll up must also be targeted with css as there is no setting for it.
you can use this class to add css properties to it:
.td-scroll-up-visible{
background-color:black!important;
}
Hope this helps.
Hi thoseconspiracyguys,
Thanks for your help but it still isnt happening for me, Ive added the row, added a class name copied in the code in the custom CSS and changed it to my class name and have the row settings as out lined above but im still not getting the image above the post as so… https://imgur.com/U24ELJ8
ive got the style set to 4 and turned of the sidebar but this really isnt working for me
Hello Kevin,
If you want to align the title to the left side, please try the code below and place it in Theme panel->Custom CSS area.
.td-post-template-13 .td-post-header .entry-title {
text-align: left;
}
The result is here -> http://screencast.com/t/4SHxNRhUL
Thanks.
Hello,
1)Try the code below and place it in Theme panel->custom CSS area.
The code is ->
.vc_tta.vc_general .vc_tta-tab {
display: inline-block;
}
The result -> http://screencast.com/t/pQGIuc4gnoj
2)Please notice that you will have to filter that block by the desired category, like this -> http://screencast.com/t/1ngh2i0a1z
3)Please notice that our News Magazine uses the Footer style 4 and you can choose this template from footer section in Theme panel, like this -> http://screencast.com/t/0ayd2AvYt5
Also, if you have no success with this customizations, please try to make an NEW-clean install from scratch, with the latest version of the theme (without any untested plugins) and try again to install the News Magazine demo clear all your caches and check the results.
Thanks for your understanding!
Hello VoZz,
Please notice that this type of plugins is not tested with our theme and I am not aware what you have implemented this code on your backend, sorry! If you want to display the Newsletter in the full-width mode for your mobile mode, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width:767px){
.td-container{
padding-left: 1px;
padding-right: 1px;
}
}
The result you should see here -> http://screencast.com/t/bpyEluYz
Thanks for your understanding!
Hi
We need to hide the below mentioned on the website
1. Homepage – Post date & author name
2. Category Page – Category name, Author Name & Post date
3. Block 9 & 10 – instead of dashes a line is required
Hi thanks for reply! Can you tell me the code, how it is possible to underline the thext in footer area?
http://www.w3schools.com/tags/tag_u.asp
I tried to use this code in CSS but it didn’t work.
2. https://abload.de/img/unbenannt0dk31.png
This area should have the some colour like the code in css. It appears, if I scroll up. It is not possible to put in the “background gradient color” in menu.
3. How can I edit the scroll-up button? https://abload.de/img/unbenannt00jmf.png
Thanks!
Thanks
Hi
1. Use this css:
.td_block_related_posts .td-related-right {
display:none;
}
2 Use this css:
body{
margin: 0;
}
3. The solution from indicated topic still works, make sure you have deleted the proper code, clear the caches then test again.
4. Use this code:
.td-post-category{
display: none!important;
}
Thanks!
Hello,
Please try the code below and place it in Theme panel->Custom CSS area and check the results.
The code is ->
#td-outer-wrap {
top: 150px;
position: relative;
}
The result -> http://screencast.com/t/X9pgFm0Ilg
Thanks.
Hello salocharly,
If you want that you hide the ad for this post page, from all the page, you will have to use the below code and you will have to place it in Theme panel->Custom CSS area.
The code is ->
.postid-4327 .td-g-rec {
display:none;
}
If you refer to something else, please provide more details.
Thanks for your understanding!
Hi,
It will help us provide the answer if we can actually be able to inspect the site itself and check the widget css. Please provide a link to your site.
Thank you!