- 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
Try this css in theme panel > custom code > custom css:
.td-post-author-name span{
display: none;
}
Thanks!
Hello jgreenwood,
Please try to use the page template+page title because this type of template has been designed to use the default sidebar -> http://screencast.com/t/kCS8ufZcK1ko Also, if you do not want to have the page title, please notice that you can hide it with a bit of CSS code.
.td-page-title {
display:none;
}
Thanks for your understanding!
Hi,
Speedbooster cannot move everything out of the box. You need to add the js and css for what does not get removed by hand as exemplified in the tutorial. Please also use this topic to learn about how to change the priority for speedbooster so it can detect more render blocking elements: https://forum.tagdiv.com/topic/help-in-using-speedboost/
Please note that render blocking elements do not add too much speed to your site. You will have to check the other sections as well and use a caching plugin (we recommend wp super cache.)
Please handle all of the options in this guide (https://forum.tagdiv.com/how-to-make-the-site-faster/) and leave render blocking for last.
As for the css, if you use speedbooster and move style.css to the footer, you will need to edit the colors directly in the file by editing it with a text editor (notepad++ or similar) and changing the colors by hand: http://screencast.com/t/sNwxBK99DoRd
Thank you!
Hello Bichareh,
Unfortunately, our theme has not been designed to offers you a way to increase or decrease the width. Please notice that our theme does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode (for example), please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hi
The newsmag.woff is part of theme’s fonts. That file generate all themes icons and it’s called on each page from style.css.
Thanks!
Hi,
Unfortunately the ad block does not have options to switch ads based on the device used. You can use css to hide the desktop ad on mobile and vice-versa but this will not work properly for adsense. On custom ads it has no impact. You can use a custom class on the row that contains the ad so you can target it with css. and then after you have classes for both ad blocks, you can use css like so:
.mycustomclass_1 .td-a-rec{
display: none!important;
}
add this code in the mobiles section of the advanced css box: http://screencast.com/t/ZSXr3qOUlKbh
and
.mycustomclass_2 .td-a-rec{
display: none!important;
}
and add this in the desktop section.
PS, you need you change the classes in the code to the ones you add to your rows.
I hope this helps.
Thank you!
Hi,
The author box element was designed to work as a list, so there is no easy way of making it accross the whole content. you can however use 2 author blocks on a split row so you have 2 columns of authors. You will have to filter the authors for both blocks so you do not have duplication.
For the author thumbs you can use this css to make avatars round:
.td_top_authors img{
border-radius:35px!important
}
Note that the author avatars can be circles as the problem you mentioned comes from the aspect ratio. If an image is ‘wide’ and not square, you cannot make it a circle. if you want to have circles on your homepage, please use a block that uses square images like block 21 for example: http://screencast.com/t/TPI0J2hIbEOh
You can make a square round but not a rectangle.
Hope this helps.
Thank you!
Hi
In those photos I’ve indicated the css for whatsupp button. You can use that code with V 2.3.7 if you don’t want to update at b 3 immediately.
Sharing this issue with you, to make you aware, and perhaps there is a fix?
When I try to save a Page that uses Visual Composer shortcodes, I get error:
“Warning: Cannot modify header information – headers already sent by (output started at …/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php:149) in …/public_html/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at …/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php:149) in …/public_html/wp-includes/pluggable.php on line 1171”
I have discovered that if I open this file:
/Newspaper/includes/wp_booster/td_block.php
and comment out this line:
// echo the default style of the block
// disable this line fixes page save echo $this->block_template()->get_css();
return '';
}
.. then I able to save VC pages without error.
I wonder if anyone else has this error? Or perhaps something unique to my environment. Anyway glad I am able to fix this way, for now. Thanks!
I guess my question is, if it is enabled, why i still see stuff in report that sholdent be there.
by the way plug in is enabled and working
http://girlterest.com/wp-content/themes/Newsmag/js/tagdiv_theme.min.js?ver=3.0fro example.
http://girlterest.com/wp-includes/js/wp-embed.min.js?ver=4.5.2 (1.2KiB)
http://girlterest.com/wp-includes/js/comment-reply.min.js?ver=4.5.2
Also can you expand regarding styles.css how can i do that??
Thanks in advance!
Hello there! My website is: http://www.payasosmediaticos.com/
I have been trying to resize/upscale the images to show ok in the upper big grid 3 without luck.
I’m thinking in two kind of fixes, as I generate all the content automatically and cannot do much:
1) css fix, if size is less than x, the image would scale up to percent higher than 100%, filling the div.
2) upscaling the images when scraping/publishing.
My questions are: 1) what/were should I change to achieve this? 2) what would be the minimum image width/height to avoid issues?
Thanks a million in advance!
ok dont worry, i will upgrade all the theme,
meantime, could you tell me what to add my style.css regarding new share icons?
i did not understand these photos.
http://screencast.com/t/9JhiZxe90A – http://screencast.com/t/QFkUU2csDOtD
thank you.
i download it all, but if i use ver 3 style.css i will lose all Manual customisation.
so i need use all new code line. and i will add them to my current style.css.
thank you this is very helpful. A quick question to follow up:) I also would like to change the”Authors” blok to use round images and to go across the page and not as a column (I hope I explained it well) :)) I will use similar css for the images but could I change the layout?
Hello,
If you want this to be a block on the homepage, you can simply use css to do it like for example if I would like to change the images on a block 7:
You would add this css in the theme panel->custom css box:
.td_block_7 .td-module-thumb .entry-thumb{
border-radius: 35px;
}
result: http://screencast.com/t/u7xwCePWPiV3
I hope this helps.
Thank you!
Hi,
I need some urgent help please. Im trying to set a larger logo (1000px x 250px)
site: glu-development.com/popmag
It keeps setting the image at a cropped 150x150px version of the logo for some reason. And ive tried every css custom code out there. Please help
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/TUG1qpJvEk
@media(min-width: 1021px){
.sf-menu ul .td-menu-item > a {
padding: 4px 13px 4px 13px;
}
}
Thanks!
Hello,
Thank you for your appreciation.
1) You can use this css code to remove the top padding:
.home .td-main-page-wrap{
padding-top: 10px!important;
}
add the code in the theme panel->custom css box/
2) I’m not sure exactly how you want to separate the search. You can add a few css effects to the icon if you like for example:
.td-icon-search{
border: 1px solid lightgrey;
}
result: http://screencast.com/t/a7wW2VCAI
or maybe
.td-icon-search{
border-left: 1px solid lightgrey;
}
http://screencast.com/t/0QWMWxawIoe
3) Optin forms are added with plugins so I;m not sure exactly how you want the form. The details are pretty vague. You already have a full width slider from revolution slider plugin so you only need a form and content below the slider. For this you can use visual composer:
https://forum.tagdiv.com/how-to-use-visual-composer/
https://forum.tagdiv.com/block-settings-guide/
Hope this helps.
Thank you!
There’s an extra border when using category header style2, right on top of the top posts grid (grid style 2). It extends to full width (tested only in Chrome atm). You can get rid of it with the following CSS rule:
.td_category_top_posts_style_5 .td-category-header {
border-bottom-width:0;
}
regarding upgrade to ver 3, can you give me the new line in the style.css, so i can add theme Manualy to my 2.3.7 style.css, ???
My site is not yet live so I have a page for you from the Newsmag Demo site.
http://demo.tagdiv.com/newsmag/grid-columns/
What I want to remove is these grey vertical lines that show in the columns.
This was possible earlier with CSS something like (replacing span2 with whatever was applicable):
.td-pb-row .td-pb-span2 { border-left: 0; }
However, after the update this does not work anymore. I can not seem to remove it.
Please help.
Hi
The code for social icons can be found in td_module_single.php file so you can copy the code from V 3 and paste it in v 2.3.7: http://screencast.com/t/GcjSWkJkCvK
Also you have to update the css with the code indicated here: http://screencast.com/t/9JhiZxe90A – http://screencast.com/t/QFkUU2csDOtD
Thanks!
Hi
Try this css in theme panel > custom code > custom css:
body {
cursor: pointer!important;
}
.td-top-menu-full, .td-header-container, .td-container, .td-sub-footer-container, .td-header-wrap{
cursor: default!important
}
Thanks!
Hello,
Please notice that you will have to add your all custom CSS code here -> http://screencast.com/t/Op54501U
Thanks.
Hello OllieConnolly,
Unfortunately, our theme does not have such an option that offers you a way to change the fonts for the mobile theme, sorry! So, if you need to do that, please notice that you will have to use a bit of CSS code for achieving this. I suppose that you want to increase the font-size for your post content and for this, please try the code below and place in Theme panel->Mobile Theme->Custom CSS code -> http://screencast.com/t/v7jR5gnNH
The code is ->
.td-post-content p {
font-size:20px!important;
}
The result -> http://screencast.com/t/OsMl8CFAJVq
and if you want to make it bold your heading you will have to use the following code.
h1, h2, h3 {
font-weight:bold;
}
Thanks.