- 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
Some browsers requests this file but you can avoid this by removeing this code from style.css file: http://screencast.com/t/fVdghqja6
Thanks!
Thanks Andrei, adding that line of css did the trick. Now it’s working!
Hello,
I want to use the Newspaper theme for my website. I want to go online with it in the next few days and now I have a problem.
The header ad is not centered. It appears left.
Can you help me. I have not found any mistakes in the CSS code.
my site: http://test.leobennews.at
Thanks
Hi
The post slider it’s a built-in VC block and it’s needed custom modification to change his functionality, but you can use Revolution Slider plugin which have a more complex functionality to display a post slider.
To re-size the slider block you can add a specific css class for it in VC: http://screencast.com/t/iGO4Ez5UXwSj then apply css properties to increase or decrees his size for example: http://screencast.com/t/qDh0lHFH0Nt
.myslider{
height: 400px;
}
Thanks!
Hi,
You cannot make the mobile menu to work on tablets just with css code, you will need many modifications to the code, also the javascript and it is not an easy task. I suggest to hire a professional developer to do this for you as we cannot provide custom work, sorry!
Thanks!
Hi,
You can use this custom css. Add it in the custom css tab in the theme panel.
You can change the colors in the code to different ones if you want.
.td_block_id_217237656 .entry-title a {
color:red!important;
}
.td_block_id_217237656 .td_module_wrap:hover .entry-title a {
color:white !important;
}
Thank you.
Hi,
You will have to inspect the block where you want to change this and target the block and the module. I will provide an example for block 7 – http://screencast.com/t/oeRjRczY You can target it like this – http://screencast.com/t/CLAtq6yBaMUv
You can try this custom css in Theme Panel > Custom Css and adjust the padding value:
.td_block_7 .td_module_6 {
padding-bottom: 15px;
}
Thanks!
Hi,
You need custom modifications to achieve that and it is not an easy task to remove header and footer. I suggest to hire someon to do this for you as we cannot provide custom work at this time, sorry!
Yes, you can add the 404 template in the child theme and customize it like you want, just add it in the root of the child theme – http://screencast.com/t/UaL15ndJU2K
Also if you want to hide the header and footer on 404 template, you can use this custom css in Theme Panel > Custom Css:
.error404 .td-header-wrap, .error404 .td-footer-wrapper, .error404 .td-sub-footer-container {
display: none;
}
Thanks!
Hi,
I have checked your site and you have some errors in the console – http://screencast.com/t/HNR4L7tm
From what version did you updated? Version 4 of the theme? Please make sure that you update the theme properly using this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ Always make a full backup of your site. Also update the plugins that come with the theme files form the /plugins folder.
If the issue persist please disable all your plugins except of Visual Composer, clear cache and purge your files if you use CDN. After this disable CDN and all css/js minifications.
Thanks!
Hi,
Please check this topic it may help – https://forum.tagdiv.com/topic/featured-video-meta-key-css-question/
Thanks!
There’s a lot of custom CSS in our child theme; are you saying we’ll have to basically rebuild the website to migrate to Version 6?
Will version 4 continue to receive security and plugin updates?
Hello Bichareh,
In order to do this you need custom modifications and as you know by now, we cannot offer custom work. You could look at these classes though: The default uses this class: ‘td_quote_right’ and you can replace the css with the one from this class ‘.td_quote_box’ and ‘.td_box_center’
If you cannot manage you can always hire a freelancer to do it for you.
Thank you.
Hi,
I see that you use the custom css that I provided above and it works fine. I’m not sure how you added the ad, there is an inline css on your div containers that you have to change – http://screencast.com/t/5DblX2Hd
So the z-index value must be bigger than the header’s value – http://screencast.com/t/ttU8hOVmZU
Or you can use the above custom css, like I said it works fine.
Thanks
Hi,
In order to hide the border you need to use custom css.
.block-title {border-color: transparent !important;}
Just place the code in the theme panel: http://screencast.com/t/FcVUD9D3jN3a
The result: http://screencast.com/t/gqzFKjr9Qn8X
Thank you
Hi,
I would like to use the same menu style as mobile with toggle menu for ipad portrait 768px-1018px, i’ve been try to work with the CSS to find a solution but i can’t get it exactly right.
Thanks,
Glenn
Hi
Try this custom css: http://screencast.com/t/y0EJmg6E
.comments .submit{
margin-top: 25px!important;
}
You can modify the margin value as you like.
Thanks!
Hello:
@rishab55555: Please send us an email to contact@tagdiv.com with your request and we will provide the previous version of the theme you need. Also paste a link to this topic. Note that we have not tested gfran5 suggestion about WinMerge and we cannot give any advice in this regard.
@molly55: The revolution slider 5 should be right there in your plugins folder: http://screencast.com/t/3m1pzKCs9.
You will have to install it manual like so: http://screencast.com/t/a32p9a7Eba. If you cannot find the file there then you can also send us an email at contact@tagdiv.com so we can provide the plugin.
@gfran5: Unfortunately the only thing you can do is compare your modified css to the new version of the css file so you can see the difference. It doesn’t work like you suggest, with a small css file that contains just the modifications. Sometimes entire classes are changed not just code added to the file.
Thank you.
Hi,
Please check this guide set leverage cache, optimize images – https://forum.tagdiv.com/how-to-make-the-site-faster/
The speed booster move the js and css at the bottom of the page to Eliminate render-blocking, but not for all plugins. You need to modify the plugin(speed booster) if you want to work with other plugins.
Also try to not use many plugins, activate only the plugins that you need.
The Christopher’s topic also may help – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
Unfortunately doesn’t exist a tabs widget, but you can create your tabs in a page and copy the shortcode in a text widget and place it in your sidebar – http://screencast.com/t/bkCKW7QI – http://screencast.com/t/9c0Ssvayg Then set the sidebar for the template you want – http://screencast.com/t/ApzEwDB5mx
You may need additional customization as the tab was not designed to be used like a widget, so using the shortcode in a text widget may require some css customization.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
If you use the stykle 1 you can try this custom css in Theme Panel > Custom Css to remove the gradient – http://screencast.com/t/NULrgUCa4Bj
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
opacity: 0;
}
Another solution is to change to style 4 – http://screencast.com/t/7en1L1rrW0NO – http://screencast.com/t/XJIE38h2fsc
Thanks!
Hi,
You will have to update also the child, the old customization(files, custom css) will not work with the new version of the theme, it must be regarded as a new one(the code was rewritten).
Please check the /code folder and upload the child theme – https://forum.tagdiv.com/whats-included/
Also you can check the new child theme documentation – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks!
Hi,
How can I remove “more from author”?
I found several css solutions, but I would like to remove it completely, not just hide on user end, because i don’t want to mess up my site structure. (not sure, if Google crawlers can see “more from author” if it’s just hidden via css. At least it sill appears in HTML code)
Regards,
Arturs
Just thought i would follow up.. everything seems to be working great! now on version 6.4 and and VC 4.6.2
The hardest part is the css stylesheet if you have customized it alot like i have, it takes time to find the new css that was added. It would be better if instead of giving us a full stylesheet in the patch, maybe also include a text file of just the most recently added CSS changes.. @Bogdan
Hi
I want to use your child theme and have read your doc here
https://forum.tagdiv.com/the-child-theme-support-tutorial/
so basically I just use FTP to make a folder name “newspaper-child”, upload functions.php and style.css under your zip file/code/newspaper-child and then done?
do I need to activate it from anywhere at mydomain.com/wp-admin ?
Hello I am trying to change the default font so I don’t have to change each one individually, and so when the page loads it doesn’t load the other font first. How would I go about changing it, or is there a custom css to put into a child theme to change the font to: Baskersville “times new roman”, times, serif
Thank you!
Nate