- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Hi, you dont understand me. I need bg color, white to black and grey to darker gray.
It is on fonts, or i need custom css?
I tried using a .png pic for my logo, but I was unhappy with the fact it kept getting blurry in Firefox. So I tried using the Site Title (text logo version), and it seems to handle resolution changes better (that is, it doesn’t get blurry when zooming in like my logo picture).
The problem is, I can’t figure out how to change the Site Title font. I used “inspect elements” in Chrome, and found this css code for the site title:
.header-logo-wrap .td-logo-text {
display: block;
font-family: ‘Roboto Condensed’, sans-serif;
font-size: 40px;
}
But when I put that into the Custom CSS window and change it, f.ex. I tried changing the font size to 60px, there is no change at all (I’m hitting f5 in the browser, and the size doesn’t change). What am I doing wrong?
Hi guys,
It looks like EasyAzon plugin isn’t friendly with NewsMag theme in some instances. Most importantly, when inserting links through EasyAzon, the images are giant and cannot be resized, either. I’m guessing it has something to do with the CSS of both Newsmag and EasyAzon?
Can you please look into this ASAP?
Here’s the screenshot for test: http://content.screencast.com/users/Truefolder/folders/Default/media/d62f1177-8697-40e7-8f04-54d647bd60ba/1.JPG
If you need login details, please message me somehow here so that I can give them to you in private.
Thank you!
You can try limiting the number of queries per page, or get a better hosting provider?
Sadly, Visual Composer *does* use a lot of system resources as it’s a GUI to enable custom site layouts — so it’s like another application running on TOP of WordPress, which runs on top of php, which runs on the server.
You can also disable the visual composer CSS from loading on post pages where it’s not normally used (see my optimization sticky for the code to add to your functions.php file).
You can also simplify the category/archive pages to not use fancy Visual Composer blocks by default and simply show list of stories, etc.
Sadly this is an ongoing issue with Visual Composer, and not directly theme related.
Ideally one should be able to customize site then turn OFF Visual Composer, but keep the CSS in place to render the layouts.
Hi,
Please try this custom css in Theme Panel > Custom Css for homepage post block: http://screencast.com/t/5OjyBw3n7cQP
.page .template6-header {
top: 900px;
}
.page .td-full-screen-header-image-wrap, .page.single_template_6 .td-header-wrap {
height: 1000px !important;
}
.page .td-full-screen-header-image-wrap .backstretch{
height: 1000px!important;
}
.page .td-full-screen-header-image-wrap .td-backstretch{
height: 1000px!important;
}
.page #td-full-screen-header-image{
min-height: 1000px;
}
Also for post template 6:
.single .template6-header {
top: 900px;
}
.single .td-full-screen-header-image-wrap, .page.single_template_6 .td-header-wrap {
height: 1000px !important;
}
.single .td-full-screen-header-image-wrap .backstretch{
height: 1000px!important;
}
.single .td-full-screen-header-image-wrap .td-backstretch{
height: 1000px!important;
}
.single #td-full-screen-header-image{
min-height: 1000px;
}
.single_template_6 .td-header-wrap {
height: 1000px;
}
Hope this helps!
Hi,
Unfortunately that happens as the block uses a small thumb and on mobiles it gets enlarged (stretched) via css.
If you don’t mind using a larger thumb image for block’s 11 thumbs you could try to change the thumb size for it. Edit the td_config file and change the width and height of the thumb from here: http://screencast.com/t/7uaZn7UEvGC ..then regenerate thumbnails like this: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please also consider that changing this thumb sizes will also affect mega menu and module 10 which also use this thumbs.
Hope this helps!
Thanks
Hi,
I have no custom style!
I load the defualt configuration with css theme in the head section. (a 400kb css)
Google pagespeed tool says that page loading is blocked until the css is completly loaded and mark this a red problem.
If i put the css at the bottom of the page with tagdiv page booster plugin, the page render without css (no style, not only text) and remain ugly until css is loaded. When I say that page flicks, I mean it remain without css for 0,5 sec…
Can I fix it anyway or I have to maintain a smaller css in the header?
Hi!
Thanks for the help, it really helped me!
I just can’t get the iphone landscape homepage post pictures smaller, they fill my whole iphone 6 screen. What css should i add according to this http://stephen.io/mediaqueries/#iPhone .
I would normally allow the Big slider also in the portrait mode but there is some kind of big space between the menu and the big slider, do you know how to help me with this one ? or do i just make a new topic
thank you so much for your help!
If you use CSS to hide the “More from Author” you’re loosing the rounded edge on the right side.
Hi,
@phabio76
As Chris stated that usually happens because of the custom css added to the page which is loaded after the main style-sheet and in the first instance the page is loaded with the default style then switches to your preferences. You could avoid this by making the css changes to the main style-sheet in the style.css file, then your style will become default.
Thanks
Hi,
1. You have this on mobile screen: http://screencast.com/t/UfJ9Y6qX48
The code from above that you tested is for mobile logo: http://screencast.com/t/8p7ptjkC
I’m not sure what are you trying to do with search icon…if you want to move search icon yo have to use also Marius css code: http://screencast.com/t/LmmlgSGpW
@media (max-width: 767px) {
#td-top-search {
position: absolute!important;
right: 13px!important;
top: 0px!important;
}
.header-search-wrap .dropdown-menu:before {
left: auto!important;
right: 31px!important;
}
.header-search-wrap .dropdown-menu {
right: -14px!important;
left: auto!important;
top: 49px!important;
width: 320px!important;
}
.mobile-logo-wrap img {
width: 170px;
position: absolute;
left: 0;
top: -3px;
margin-left: auto;
margin-right: auto;
}
}
2. This can be done only with css as theme doesn’t have an option for this. You can use @media for landscape – http://stephen.io/mediaqueries/#iPhone and add your css for post images.
Thanks!
Hi,
I see your now using header style 3 so I’ve checked your site on iPad and found that the right logo is used there: http://screencast.com/t/cR7aVtYQDc ..and it also looks fine so please let me know if you have another issue related to this.
For the white line please add !important to the custom css from my previous post or just remove it and paste the one from below:
.block-title {
line-height: 30px !important;
}
Should solve it on Firefox: http://screencast.com/t/iZqs4tCVOLk and chrome also: http://screencast.com/t/t294eifp
Thanks
and also the white line still exists (with this css) on chrome and partly on firefox. only on IE works fine
i empty cache from server and the font problem still exists http://screencast.com/t/XF9tDggA
thank you
Hi Alin,
Thanks on the input. I still haven’t moved on the CSS part because unfortunately i activated the post view count and nothing seems to impact the 7 day sorted list.
You can check it on the same right side component on my hopepage http://goalpoint.pt/ under the tab “+ Lidos (7 dias)” on the right of the “FUN” component. The view counting is working OK but it doesn’t seem to affect the frozen 7 day list that has been like that ever since i updated the theme.
I tried removing and reinserting the component but with no sucess. Any other hint on how i can “reboot” that list and make it work effectively?
best regards,
PF
Hi,
You can try to replace the default color directly in style.css: http://screencast.com/t/EThGtFET
Also if you need older versions of Speed Booster please send your request at contact@tagdiv.com and also include a link to this topic.
Thanks!
Hi,
I recently purchased the Newspaper theme. Through your demo it looked like it provided the design framework that I was looking for.
I want to set up my homepage like the following website: http://i.imgur.com/I4mXIMD.png
It displays one article over another with a big picture and then the introductory text underneath with an option to see more.
When I go into the Visual Composer I found the Block that represented this: Block 3 as seen here.
However, instead I don’t get that at all. The block actually displays 2 or 3 small images beside each other such as this: Example
I was wondering how I can set my homepage like this: http://i.imgur.com/I4mXIMD.png since Block 3 doesn’t fulfill that role.
I’m familiar with HTML, CSS, and some Javascript. If the only way I can achieve this look is by going into the code I’m comfortable with doing that I would just need some guidance on how to do it.
Any help is much appreciated, thanks.
Hello,
I also have this problem with my Speed Booster 3.2: https://forum.tagdiv.com/topic/weird-page-loading-issue/
When I load the site I first see the black menu bar in the original website font – after a second it reads my css and looks good. The problem is that I really need the Speed Booster plugin as my site is to slow otherwise.
In this post (https://forum.tagdiv.com/topic/weird-page-loading-issue/) you write about that this issue might not happen in older versions. Could you please send me the older versions: niels@natuurlijkhosting.nl
Or maybe there is a workaround? Can I adjust the black menubar somewhere so it turns the right color right away?
I hope you can help! Thank you so!
Niels
Hi,
I have checked your site, but looks fine. Did you solve the issue?
I see that you use blog style – http://screencast.com/t/lXrAFlN1Ci so if you want to change header style to blog from Theme Panel > Header: http://screencast.com/t/zLILsxIco and also you can change module to display blog articles: http://screencast.com/t/tEwleqcg
Please also use this css if you want to use footer background color white: http://screencast.com/t/0YxuTYdnW
.td-footer-container .td_popular_categories ul a{
color: #222222;
}
.td-footer-container .td_block_wrap .td_block_inner .entry-title.td-module-title a{
color: #222222;
}
.footer-social-wrap i {
color: black;
}
.td-footer-container .td-icon-mail-1:hover{
background-color: red !important;
}
Our documentation may help: https://forum.tagdiv.com/newsmag-documentation/
Thanks!
Hi,
1. Please also makes sure you try this without any plugins active, leave just Visual Composer plugin active and makes sure you empty all caches and urge files if you use cdn host then try again.
2. You can use this css for that: http://screencast.com/t/a1TR3Jdwqo2G
.block-title {
line-height: 30px;
}
3. For retina logo you have to upload a larger logo which will be used on devices that use retina: http://screencast.com/t/vgkN0H5H
Thanks
Hi,
We have this on our todo list and we are working on it unfortunately we still have incompatibility issues regarding VC style.
You can try the solution from in this topic: https://forum.tagdiv.com/topic/buttons/#post-21804 and import the VC css: https://forum.tagdiv.com/topic/buttons/#post-21825
We plan to restyle all VC elements in theme version 5 so this should be fixed then.
Sorry about this and for the inconvenience.
Thanks
Be sure to re-generate your thumbnails so they are smaller once you’ve added the code to your htaccess … if you’re using gravatars for author images, be sure to use my tip for that. Use my other tips to minify your style.css file. Etc.
#EDIT:- When I installed the Google responsive code it is the bottom of the post Ad to be taking the full width of the page , taking over the side bar and being centred in the middle of the whole page , as if there was no side bar , so could be a CSS some where !
Cheers
There is a how to on removing this with custom CSS, but you’d have to search for it.
Best bet is to have ONE file, so it is one less file for browser to load; however you should minify it to load faster.
The flash of unstyled text is more often from the custom CSS, and you can often fix THAT by actually editing the CSS in style.css vs adding bunches of things to custom.css panel.
Just make a record of WHAT you change to reapply with future theme updates.
In any case, that’s what I do 🙂