- 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
The theme have one main css file: style.css which it’s included in Newsmag-tf > Newsmag.zip > Newsmag package that you downloaded from themeforest. Please make sure you updated the theme according with our guide: https://forum.tagdiv.com/how-to-update-theme/ or redo the update and test again.
Let me know how it goes!
Thanks!
Hi,
You have some images on the content, the css specifies a large max-width and this issue appears because they have inline height/width – http://screencast.com/t/hlxeX8AnP
You could fix this with custom css, add the following css in Theme Panel -> Custom CSS:
@media (max-width: 1018px) and (min-width: 768px) {
.alignleft {
max-width: 100% !important;
}}
The rest seems fine.
Let me know if this works for you.
Thank you!
-
This reply was modified 10 years by
Emil G.
Hello ineedsolutions,
We are aware of this issue. It will be corrected in a future update. Until then, you can use this CSS code to
move the background behind the logo:
.td-header-top-menu-full {
position: relative;
z-index: 0;}
Thank you!
Hello kestasve,
1.) it’s not as easy as it seems to be. You can do it with CSS by targeting the sub-menu classes but other containers need to be adjusted for the menu to fit properly and not overlap other elements. You can use your browser inspector to get an idea of what you need to change in the code. If you can’t manage, you can always hire a freelancer to do it for you. (we cannot offer custom work. sorry!)
2).When you set your main menu color from the theme panel, you can select transparency from this slider here:
http://screencast.com/t/IE11d1yzrRj3
Thank you
Hello manoj.yadav
I see you removed the meta information on that block but you forgot to remove the DIV element that contained it that’s why you have white space there:
Use this CSS code:
.td_module_mx7 .td-module-meta-info{
display:none
}
As for the description length, that is set from the theme panel in Excerpts: (this particular block is block 16)
excerpt: http://screencast.com/t/2TGWayLLNf
You can read more in our documentation: https://forum.tagdiv.com/excerpts-introduction/
I hope this helps.
Thank you!
i want to add bgcolor to post slide title in the home page of my website http://www.cyberscylla.com . right now its transparent.what is the custom css code to change the post title text color in the slide.
Hi, we purchased the newsmag theme and were installing and realise that the css files are not in the download. Where are they?
Thanks
I am trying header style 8 and when I change the color of the top bar part, it covers the logo.
Please test to verify.
CSS fix?
Hi,
I have unsuccessfully tried incorporating several style changes (additions) to my child theme. Almost all of them have had no effect. (Only one I had success with is the header height changes).
For example, I have added to sets of styles (one for a photo credit line and some styling to create a reverse ordered list). Both of these worked on a previous theme that I was using, but not on the Newspaper theme.
Link to child theme stylesheet: cholla/style.css
Link to page that I am trying to effect: http://www.charliecholla.com/top-10/youve-quit-caring/
Any idea why? Thanks in advance.
Hi,
I tested it now with chrome as well – looks the same
http://www.zinsenvergleich.at/wp-content/uploads/2015/09/error-ipad.jpg
(url http://www.zinsenvergleich.at/banken/)
Is there nothing I can put into the custom css section or so, to change it?
Hi
Have you made any modification in theme’s css as appears that the original color it’s replaced by a white color: http://screencast.com/t/vAnb5tJfk You can remove that code or use this custom css in theme panel > custom css: http://screencast.com/t/DgAbInz7g4T
.td_login_tab_focus{
color: #4db2ec !important;
}
Thanks!
Hi,
Try this custom css: http://screencast.com/t/iT4lRd8ygfrh in theme’s panel custom css section and let us know how to goes!
.td-post-template-1 .td-featured-image-rec {
width: 290px;
}
Thanks for the message!
Hi
Try this custom css in theme panel > custom css: http://screencast.com/t/r781He9fba7b
.td-mega-menu .td-mega-grid:before, .td-mega-menu .td-container-border:after{}
width: 0!important;
Let me know how it goes!
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi,
For custom layouts and changes to theme’s grid you would need to redesigned the layout and for that you would need css code.
The I have made an example of how you could use VC’s page builder and theme’s ad spots on posts pages to get a similar result of what you need: http://screencast.com/t/40zun70am – http://screencast.com/t/4pZOXohkZ3m – http://screencast.com/t/ZUpRqfvI – http://screencast.com/t/I0Ib2ne2E
Try it yourself but note I haven’t tested it, it’s just an example.
Thanks for the message!
Hi,
Try this custom css in theme’s panel > custom css section: http://screencast.com/t/A2gMgb072h
.td-post-featured-image img {
margin: auto;
}
Thanks
Hello Vermino
Unfortunately there is no option for this in the theme, but you can achieve this with a bit of custom css you can add in the theme panel:
.single-product
.td-more-articles-box{
display:none;
}
This hides the more articles box on single products.
Thank you!
Hello Gadget Friendly,
You have to be careful with these types of modifications as they can create other problems:
Your menu, when viewed on a tablet or mobile phone, gets wacky:
http://screencast.com/t/sbFOZvc4jNf
I’ve patched things up a bit with this code:
.top-header-menu li a {
line-height: 4;}
.td_data_time {
position: relative;
bottom:10px;}
.td-header-style-12 .td-header-top-menu-full{
height: 50px;}
It’s a temporary solution. You have to revisit your code and set it properly because right now things are all over the place.
In order to fix it on other types of screens you have to use media queries: https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries
I hope this helps and points you in the right direction.
Thank you.
Hi
The site you indicated have our theme but with lots of customization, here are a few tips:
To get the social sharing top on the same line with the author name you need to edit the file which correspond with the post template used, and move the indicated line in meta info container like here: http://screencast.com/t/kndbkTivLDaj then add this custom css in theme panel > custom css: http://screencast.com/t/0Lg6ehz0
.td-post-sharing-top{
display: inline-block;
margin-left: 10px;
}
On the indicated site the category pages have disabled content top: http://screencast.com/t/uH1xkMfmQY
The theme doesn’t have an option to add a different banner image for every category, but you could achieve that by adding a set of condition in category.php file like here: http://screencast.com/t/xkOcUuRK13re
<div class="top-baner">
<?php if (is_category('business')) {
echo '<img src="http://localhost/wp_11/wp-content/uploads/2015/06/p1.jpg" alt="Smiley face" height="200" width="1042">';
}
elseif (is_category('vogue')) {
echo '<img src="http://localhost/wp_11/wp-content/uploads/2015/06/p1.jpg" alt="Smiley face" height="200" width="1042">';
}?>
</div>
You must add a condition for every category and set the image which you want to display. You may need some other customization for this and if you don’t know how to do it youself my advice is to look for a developer from sites like: http://studio.envato.com/ as we cannot ofer any type of custom work at the moment.
Hope this help!
Thanks!
Hello Green Monkey,
Unfortunately those classes are not going to work with our theme because each developer defines his own CSS classes. They are not used global. You have to identify the specific classes of our theme elements you want to customize.
Thank you
Hello gomerblog,
The social icons were set to have a transparent background, so they will inherit the footer background. There is no option from the panel to change their color but you can use a custom css to do it:
.td-social-style-2 .td-icon-font {
background-color: red;
}
I set it to red as an example. You can set a different one if you like.
Thank you.
Hello,
I just switched Themes over from X Theme. I had CSS Code the ‘Navi Menu Link Categories’ in X Theme http://prntscr.com/8g3x8x I just want to able to do the same with Newspaper. I just can’t recognize the code.
This is what I have from the previous Theme. I also changed the color of the strip bar at the bottom of each Category Menu Link. As each Category is color coded. We want to keep the format. We also like the Drop Cap which is perfect for our vision.
Is it possible to do so with Newspaper.
li.tax-item-705 {
background-color: #81d742
}
li.tax-item-3 a:hover {
color: #0075d7
}
li.tax-item-707 {
background-color: #0075d7
}
li.tax-item-73 a:hover {
color: #C3F
}
li.tax-item-708 {
background-color: #C3F
}
li.tax-item-2 a:hover {
color: #FE1543
}
li.tax-item-706 {
background-color: #FE1543
}
li.tax-item-6 a:hover {
color: #f1c40f
}
li.tax-item-73 {
background-color: #f1c40f
}
li.tax-item-399 a:hover {
color: #ff830f
}
li.tax-item-58 {
background-color: #ff830f
}
li.tax-item-89 {
background-color: #D40E52
}
li.tax-item-58 a:hover {
color: #81d742
}
Hi Lucian and thank you for your help which I really appreciate.
I added the custom css and it’s almost there.
Just that below the first block there appears to be two separators.
I’ve checked VC and I’ve just inserted one separator after the first block so I don’t know what’s causing this.
Do you?
Thanks
Derek
Hello,
Thanks for replying.
Can use CSS code to achieve what I want with the double side bar layout or does it have to be performed with .php code?
Thanks
Hi
I am not sure what you mean but if you’re referring at theme’s login widget there is no option to change it’s colors, but you can use custom css and target the the sepcific id/class for the part you want to change like in this example: http://screencast.com/t/iNVNDfZrXWi
#login-form{
background-color: red;
}
Here are some useful information about css: http://www.w3schools.com/css/default.asp
Let me know how it goes and provide more details if you need additional assistance on this.
Thanks!
Hi there, I am trying to improve my site response times and the two worst modules are: js_composer and the Newspaper 6 style.css piece. Is there any way to improve those? I read a lot about VC being really slow, is there any way to migrate to any other page builder option? It is taking something like 3 to 4 seconds for them to load, each, but thankfully they have been loading in parallel. Thanks for any help.