- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello freeword,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_smart_list_6 .td-smart-list-button {
background-color: red;
color: black;
}
.td_smart_list_6 .td-smart-list-button:hover {
text-decoration: none!important;
background-color: green;
}
The result -> http://screencast.com/t/9iBPa8an
Thanks.
Hi
Block’s layout can be corrected when it’s used on posts following this configuration:
– in Visual composer set a 2/3 row: http://screencast.com/t/KOy8eW1F
– insert this shortcode in do_shortcode function: http://screencast.com/t/xwyyFSQo
– add this css in theme panel > custom code > custom css: http://screencast.com/t/i4cv7jhH7Vs
.single .td-pb-row .td-pb-row .td-pb-span8 {
width: 100%;
}
Thanks!
Hi,
I’ve modified my robots.txt. Now there is no any blockage of site’s resources, but the result is again same. I’ve also submitted these modifications to the google through webmaster. After passing the 36 hours the result is again same. Let me know how to get rid off?
Please also explain how to ‘Eliminate render-blocking JavaScript and CSS in above-the-fold content’.
Is there any problem with the theme or something else?
Regards
Hi,
If you plan on using a bigger logo, we suggest using one of the full logo header styles that do not modify the dimensions of the logo: http://screencast.com/t/yb8HBo1Wk99Z
If you do not want those header styles, then you can use this css:
.td-header-style-3 .td-header-sp-logo{
width: 330px!important;
height: 124px!important;
margin:2px!important;
}
.td-header-style-3 .td-header-sp-logo img{
max-height: 200px!important;
}
But you have to adjust the values for each viewport so it will position properly on a responsive design. Add the code in each of the desktop and tablets section and adjust the size so it will fit properly on those devices: http://screencast.com/t/ZBIq2LAm2
Thank you!
Hi,
You can use this css to activate the top menu on mobile:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
.td-header-sp-top-menu {
display: table!important;
margin-left: auto;
margin-right: auto;
text-align: center;
float:none!important;
}
}
Thank you!
Hi,
You can use this css to do it:
@media (max-width: 767px){
.td-header-style-5 .td-main-menu-logo img {
max-height: 70px!important;
}
.td-main-menu-logo img {
max-width: 185px;
}}
You can change the size in the code to fit your needs. Careful of the smaller screen devices though as if you increase the logo too much, on an old iphone for example, the logo could overlap the hamburger menu.
Thank you!
Hello Koenza,
Please notice that if you are not using the name for your block and you are using the Ajax Filter you will have this case. So, you can set the title for your block and then the ajax filter will be displayed fine or you can use a bit of CSS code to add a padding-top for your block.
The code is ->
.td_block_1 {
padding-top: 35px;
}
The result -> http://screencast.com/t/95t8opAKCt
Notice: This is just an example for Block 1 !
Thanks.
Hi
That delay appear because the css from theme panel loads after the main css of the theme, loaded from style.css file. To avoid that delay you’ll have to insert the css directly in style.css.
Try to add this css in style.css then test again: http://screencast.com/t/Mj5ui5Dec
.td-top-menu-full, .td-header-style-6 .td-top-menu-full, .td-header-top-menu {
background-color: #09713a;
}
Thanks!
Hello BrunoBerlanga,
Unfortunately, I have done a lot of investigation and indeed, it is a mini bug in our theme. I have added to our list of fixes and in next update, we will fit it. Until this, you can use a bit of CSS code.
The code is ->
.mfp-figure:before {
bottom: 0px;
}
Thank you for your message!
Hello Navito,
Please notice that if you want to change the text from the “Text with separator” element in Visual Composer you will have to change this only if you are using a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.vc_separator.vc_separator_align_center h4 {
font-family:Princess Sofia;
}
The result -> http://screencast.com/t/VI75x6bDXXyp
Also, the font that you call with CSS code will have to be loaded in your theme from your Theme panel->Theme Fonts area, otherwise, the font will not be available and this will not appear in the frontend.
Thank you for your message!
Hi,
In order to have the icons position side by side, you will have to assign an extra css class to the row in visual (the row that contains the icons) composer like so: http://screencast.com/t/pjVo354N and then use your custom class with css so you can target the element:
@media(max-width:767px){
.mycustomclass .wpb_column{
float:left!important;
width: 16.66666667%!important;
}
}
Thank you!
Dear Newspaper,
I’m using Block 14 in my page to show photo of the week. I realize that newspaper theme adding black layer on top of the featured image for Block 14. How i can modify it to remove the black overlay on top of the featured image?
Also i want to show only the title of the post using the Block 14. How can i modify the css of the Block 14??
Thank you for your help.
Regards,
Hi – downloaded the theme today. So far, it’s great! But I cannot get the child theme to work. I have some really basic CSS styling in my content (simple stuff). When I add it to the child theme, it doesn’t work. When I add it to the custom CSS code, it does work. But I’d like to make sure I can use the child theme when necessary. I’ve used this same code on dozens of websites and this is the first time I couldn’t get it to work. Thanks.
Hello, I ve been trying to change the header background color via CSS and the Theme Panel and on Chrome, when the website loads, for a second I get a light blue instead of the green I have hardcoded via CSS. Please see screenshots below to understand what I mean.
http://s32.postimg.org/c2xl3a82t/screenshot.jpg
http://s32.postimg.org/og5twg8dh/screenshot2.jpg
Thanks
To remove from homepage, if u have set as latest posts.
.td-page-header .entry-crumbs{
display:none!important
}
in custom css (newsmag)
i can get the desktop load speed to move up to 88 after i install the speed booster plugin, but i still get issues. The first is a javascript error which breaks the lazy load and also breaks the posts what use the large backdrop.
(index):1153 Uncaught ReferenceError: tdAjaxCount is not defined
I also cant seem to get the main theme style.css to move to the footer even when i add the item to the speed booster plugin which is why i want to just reduce its size. It i can bring it down to 100kb or so it will take a lot of the pain away.
Hello VoZz,
In this case, a quick solution for you, if you want to improve the image quality for your mobile devices when using the Block 4 is to try to change the thumbs that are using for this type of block. Please notice that the block 4 uses the module 2. Also, from td_config.php you have to change the get_image parameter like this -> http://screencast.com/t/yhifkpUip with a big thumb dimension. Also, please notice that this solution requires some CSS additional customizations for good results.
Hope this helps!
Thank you for your understanding!
Hi
I’ve checked your site with google page speed tool and hits a good score: http://screencast.com/t/ihro9rVcru8t However it can be improved by moving jqery resources to footer by using theme’s Speed Booster plugin. You can also move theme’s css but in that situation there will be a little delay with the style.
Here you can find some useful information regarding Speed Booster usage: https://forum.tagdiv.com/topic/mobile-view-problem-3/ Also you can improve the loading speed using mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html we also use it on our demo.
Thanks!
Hi
This blank space is not generated by the theme, it seems to be added by a facebook widget: http://screencast.com/t/DxlcxjRX I am not sure what code calls that widget but it could be one of your installed plugins or a custom code added in theme’s files. Try to deactivate all plugin except Visual Composer, clear all caches then test again If you still can’t manage to remove that space use this css in theme panel > custom code > custom css: http://screencast.com/t/hG4hl3DzhRSX
.fb_iframe_widget_fluid {
display: none;
}
Thanks!
Hello olivervossmann,
I have checked your website and saw that you are using Header Style 8. Please try the code below and add it in Theme panel->Custom CSS area and then your top bar menu will be displayed in the mobile version.
The code is ->
@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
.td-header-style-8 .td-header-top-menu {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}
.td-header-style-8 .td-header-top-menu {
margin-left:0;
width: 100%;
}
}
The result you should see here -> http://screencast.com/t/KOf6LfoLz
Thanks.
Hi
A css which will display the button only on mobiles could look like this:
@media(min-width: 767px){
.button-css-class{
display: none;
}
}
You’ll have to add button’s css class in this code and it will be displayed only on mobiles.
Thanks!
Hey Catalin,
I’m glad we understand eachother now 🙂
But that’s to bad. So maybe you could help me with an alternative solution?
If I can’t fix it at the moment, I would like to display a message for people on tablets, something like “Please tilt your device for the best display of this website”.
Could you help me with a CSS media query so that a message is displayed between certain screen widths?
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/u9WxwSCEgWi
.td-pb-row .td_block_text_with_title .td_mod_wrap{
margin-bottom: 0px;
}
.td-pb-row iframe{
height: 681px!important;
}
Note that I’ve used .td-pb-row class to target the elements to avoid the style being applied on unwanted elements so this css will work only if you keep the smart-sidebar enabled.
Thanks!
Hi,
I have updated my WordPress and images on my site had been disappeared, the problem was solved by adding —img {
opacity: 1 !important;
}— in my css. But now I have another problem: my media slider is not working, plus Visual Composer has stopped: ajax is not working, filters…
Here is my website blog.pandokyerevan.com.
Need help!!!!
I have done everything that is possible to reduce the page load speed. The render blocking js/css is the only thing that is holding back the google page speed. There is nothing left for me to do other than reduce the size of the css and JS files. I definitely understand the advantage of limiting the requests, but it wouldnt hurt to give us some options. I use the same blog theme on every page and im quite happy with this. the page size is the only issue i have left with this theme. i want to do every last thing i can to make it run better