- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/alcnfNnU8
@media (max-width: 767px){
.header-style-3 .td-logo img {
display: none;
}
}
Thanks!
i did not understand what you said .. could you please do it for me ?
you can download my style.css using this
http://www.screencast.com/t/TIJ4RG0DHz
Thanks for your reply. That doesnt really work for me as I want the larger area you get from my current settings.
Would you be able to help me with some custom css to push the logo across to the left?
Hi,
I guess that it appears like this because you have minified the css code. Try to add the css code at the bottom of style.css content and see how it goes.
Thanks!
Hi,
I guess that you use speed booster plugin, unfortunately this usually happens when speed booster is used as the css and js are moved at the bottom of the page structure, so that the page will load faster. That’s why the theme’s colors appear first then changes, because of the cascading property of css. To avoid this you could try to make the changes directly into theme’s style file, like you friend suggested. We are working to find a solution and a better implementation for this.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Yes, you can use this custom css in Theme Panel > Custom Css: http://screencast.com/t/ZsV3wzHbj
.td-post-views {
display: none;
}
Thanks!
Hi,
You can remove this code from header-menu.php – http://screencast.com/t/QC1qoxabm
Or you can hide it using custom css in Theme Panel > Custom Css: http://screencast.com/t/6mna1wGb
#td-top-search {
display: none;
}
Thanks!
I like your website. Its look very nice.
How you make this?
http://prntscr.com/7f8v7x
or this
http://prntscr.com/7f8vfu
Is that some plugin or custom css?
Hi,
Theme ad system was designed to render ad sense code. For non adsense we recommend to use these divs or something similar and add a fixed width for your banners for different screen size – https://forum.tagdiv.com/ads/
Also you can use text block to render your ads or try to use a plugin like Ad Rotate or Simple Ads Manager that many users are using.
On first link where your ad is displayed – 580x400 – you use it in article inline spot from Theme Panel – http://screencast.com/t/6i8Skm3G6wCg but on the other article you use it in div(directly in the post content I guess) and you have an inline css – http://screencast.com/t/2QBtyhc1 – http://screencast.com/t/R2oY6NudC
Thanks!
Hi guys,
whenever my site loads, for a split second I’m able to see the original blue theme color before the color I’ve applied loads.
I deactivated few plugins to see if anything was loading and simply slowed the site however I’m unable to find what it is.
(a friend of mine, suggested to me that I “hardcode” the change in the css style, but I’d like to avoid that option in case I want to change colors again for the site.
The link is thecoffeebreak.co
Thank you!
Hello alin
Unfortunately WordPress Editor give me same this Chaos
http://www.screencast.com/t/sU3OmQ33fLI3
i cant found social widget in anyware ..
you can check my style.css
http://www.screencast.com/t/TIJ4RG0DHz
Thanks for your quick response.
is it possible if i activate the post views to hide them with CSS, because i dont want to appear in my website.
thanks
Hi,
The Page Loading Speed is really fast when no user is logged in but when a user is logged in (no matter if it is admin or not) the loading speed of the homepage is extremly slow. Also the login process and the logout process is slower than on other sites I own.
I disabled every plugin but that doesnt help.
Is there anything I can do? thx
Here my .htaccess:
<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /fitsta/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /fitsta/index.php [L]
</IfModule>
# END WordPress
<IfModule mod_filter.c>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css text/javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript application/x-javascript
</IfModule>
</IfModule>
SetOutputFilter DEFLATE
# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 2500000 seconds”
ExpiresByType image/jpeg “access plus 2500000 seconds”
ExpiresByType image/png “access plus 2500000 seconds”
ExpiresByType image/gif “access plus 2500000 seconds”
ExpiresByType application/x-shockwave-flash “access plus 2500000 seconds”
ExpiresByType text/css “access plus 700000 seconds”
ExpiresByType text/javascript “access plus 700000 seconds”
ExpiresByType application/javascript “access plus 700000 seconds”
ExpiresByType application/x-javascript “access plus 700000 seconds”
ExpiresByType text/html “access plus 600 seconds”
ExpiresByType application/xhtml+xml “access plus 600 seconds”
ExpiresByType font/truetype “access plus 2500000 seconds”
ExpiresByType font/opentype “access plus 2500000 seconds”
ExpiresByType application/x-font-woff “access plus 2500000 seconds”
ExpiresByType image/svg+xml “access plus 2500000 seconds”
ExpiresByType application/vnd.ms-fontobject “access plus 2500000 seconds”
</IfModule>
# END Expire headers
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/fPem04mtI
.td-post-sharing .td-classic-facebook iframe {
width: 130px !important;
}
Thanks!
Hello
I am having serious problems getting the blog pages to be responsive. Considering this is essentially a blog theme and it is supposed to be 100% responsive, it is somewhat concerning.
I saw on the comments section of Themeforest that you can provide a solution in the forum. None of the CSS is working and the text and images always overlap.
Is there also a way to ensure all the featured images come out at the same size but continue to be responsive too?
Hi,
You have some js errors in the console – http://screencast.com/t/nVcjM8aoQ Please disable all plugins except of Visual Composer, clear cache, purge your files if you use CDN and check if you still have this issue. Also try this without any css/js minifications.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/7LZxB9rSa
.post .entry-comments-views {
display: inline-block;
}
Thanks!
Hi,
You can try this custom css to add a border there on post pages – http://screencast.com/t/wKdZ9HuWmloo
.single .td-logo-rec-wrap {
border-bottom: 1px solid red;
padding-bottom: 5px;
}
This will be applied on all your post templates as the default template doesn’t have a specific class to target. If you want this border only on default, you have to hide it:
.single_template_1 .td-logo-rec-wrap, .single_template_2 .td-logo-rec-wrap, .single_template_3 .td-logo-rec-wrap, .single_template_4 .td-logo-rec-wrap, .single_template_5 .td-logo-rec-wrap {
border-bottom: none !important;
padding-bottom: 0px !important;
}
Thanks!
Hi,
Sorry for misunderstanding!
Please try this custom css, I guess that this is what you need: http://screencast.com/t/MrtukfNKS
.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
bottom: -14px;
}
Or if you want to remove that just set display: none;
Hope this helps!
Hi Alin,
I have removed all the plugin except VC, and removed all Css/js minifications, but still not working. Check the site now.
Thanks
Bharath
Hello alin
you told me to put this cod in style.css like this http://screencast.com/t/ZxtvPYp2K
.td-header-sp-top-widget a {
float: left;
margin-right: 3px;
}
but i dont know why my style.css look like this
http://www.screencast.com/t/sU3OmQ33fLI3
this is my style.css
http://www.screencast.com/t/TIJ4RG0DHz
any advice please ?
Hi, i wonder if it is possible to include in the next update for Newsmag theme, to make post tags aviable for mega menu? Or is anything i can do to make this happen (like adding some lines in the php).
Also, i have built websites with Newspaper; is it possible to include the mega menu layout in Newsmag? In Newspaper the sub-categories are floating at the left of the posts, instead of being a list at the bottom of them. Or, again, is anything i can do to make this happen (like adding some lines in css).
Thanks!
Hi,
I have checked your link and found that you have these errors in the console – http://screencast.com/t/rGE0Q41P0
Please disable all plugins, leave just Visual Composer active, cleasr cache and also disable all css/js minifications.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css, it should work using !important tag: http://screencast.com/t/KabPJroFg3i
@media(max-width: 1023px){
.ad-630 {
display: none !important;
}
}
Thanks!
Hi,
@daimpa If you don’t experience any issues using most recent versions of Visual Composer you should use the plugin as it is, more so if you have custom VC css as for the SEO by yoast conflict note that we have tested it and we aren’t aware of any issues when using the 4.3.5 version and the seo plugin. Please let us know if you have detailed info on this.
Thanks