- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
The theme is not missing the CSS file. The missing stylesheet issue appears when the whole theme package is uploaded, not the actual theme file. Please check the theme install guides
– https://forum.tagdiv.com/install-via-wordpress/
– https://forum.tagdiv.com/install-via-ftp/
Thanks
Hello dim_gian,
Please keep in mind that each demo has an own CSS style. So, if like one of our demos, you should install/import it from the panel. Otherwise, notice that is not a simple task to customize your actual layout to look similar to the demo wanted. As a hint, you should look at the style.css file from demo section from here -> https://www.screencast.com/t/GXkYH9ta0i and try to replicate at your website. Please keep in mind that we cannot provide custom work at the moment, sorry!
Thanks.
Hi,
There is no setting to color the actual theme containers, or post content background. That could only be done with CSS code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Some similar topic here
– https://forum.tagdiv.com/topic/changing-colors-around-content/
– https://forum.tagdiv.com/topic/how-cai-i-change-white-colour-to-another/
Thanks
Hi, I’m not able to update the theme. I asked my webhost, Pagely, to try it, and this was their answer:
“I tried uploading the theme through the normal WordPress method of “Appearance > Themes > Add New > Upload Theme” and found that the theme would upload but would not install because it’s missing a CSS file. You may want to contact the theme developers to find out if there are more specific or out of the ordinary steps needed to get the upgrade installed.”
Is there a way I can prevent this from running via a child theme? I don’t want the editor-style.css file to load.
add_action( 'after_setup_theme', 'my_theme_add_editor_styles' );
function my_theme_add_editor_styles() {
if (TD_DEPLOY_MODE == 'dev') {
// we need the full url here due to a WP strange s*it with ?queries
add_editor_style(get_stylesheet_directory_uri() . '/td_less_style.css.php?part=editor-style');
} else {
add_editor_style(); // add the default style
}
}
Greetings everyone,
What would be the best way to go about removing the author information in its entirety from the bottom of every post?
Are there any CSS options for removing this information, and if so, are there any SEO consequences for hiding that author information? Thank you in advance for your time.
Website: https://financeandmarkets.com/
Example 1: http://financeandmarkets.com/wp-content/uploads/2018/05/2018-05-23_14-38-11.png
Hi guys,
I am trying to use CSS to manually insert an banner image into the
background header area of the Craft Ideas theme.
I have attached the original Craft Theme image of the woman with the orange background to show what I mean
The header dimensions are 1326 x 276 which is what I designed my banner to be. However in the background
of the Craft Theme there is a div space either side of the logo which has a smaller dimension.
So in summary what I am trying to do is place my banner full-with across the header of the demo site.
I have tried CSS and I can accomplish this on the demo site but not on my site.
Images attached below.
https://drive.google.com/open?id=1M6F7z3x0WUXN5P6i840T0CRZtVmnMLW7
Thanks in Advance 🙂
Hi there,
I tried the CSS but it doesn’t seem to be working. 🙁
Thanks,
Prasenjit
Hi. Is it possible to change the date disposition, for example, in “Block 9” or “Flex block 1”?
I want to have a possibility to put the date in the same line with the post title or above the title.
I didn’t find such options, and simple CSS tricks didn’t work for me.
Thanks.
Link – http://portal.desanstore.ru/
A first block at top.
Background block = #dd3333, but I need change color More menu item with css.
where is the code in css for change size for menù in header ?
for top menù isn’t problem for menù header is the problem
I can give you a CSS code, just thought that we could identify what the problem is exactly. Seems to be a height or line-height problem.
This would be a quick fix
– https://www.screencast.com/t/ZqnT5kaeU2I
.td-ps-notext .td-social-but-icon {
width: 40px;
height: 40px;
}
Hello meithjain,
Notice that in the Theme panel all of these settings are for the whole website. If you do not want to display any ads on the homepage, you should use a bit of CSS code to hide them only on the homepage. As a hint, you should use the .home class for your homepage/frontpage to display none all of your Ads. To create your own CSS code, please check the following useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
I’m using latest newspaper 8.7. i want to apply gradient colors on my site. it is possible with CSS but there is no built-in gradient color selector. but newspaper 8.5 version contains a gradient color picker.
Hello,
I tried to switch it but nothing has changed.
Could you please grant me a css code or something to resolve this please?
That would be helpful,
Thanks in advance
Hi, i have the same problem after the update https://forum.tagdiv.com/topic/error-updating-to-8-7-5/#
I get
[vc_row][vc_column]
Big grid full 8Please move this shortcode on a full row in order for it to work.
[vc_separator tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1In19″]
[vc_separator tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0zMCIsIm1hcmdpbi1ib3R0b20iOiIxMCJ9fQ==”][/vc_column][/vc_row]
i just updated to 8.7.5 and im geting some errors –>site: https://www.otakupt.com/
[vc_row][vc_column]
Big grid full 8Please move this shortcode on a full row in order for it to work.
[vc_separator tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1In19″]
[vc_separator tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0zMCIsIm1hcmdpbi1ib3R0b20iOiIxMCJ9fQ==”][/vc_column][/vc_row]
How do i roll back? What is causing these errors?
Hello,
1. The block does not have any setting to alter the colors of the article title. It can only be done by adding an extra class to the block and then using css to cahange the color based on the extra class added to the blocks.
example:
.mycustomclass .td-module-title a{
color:red;
}
2. The same code from above will also target the related articles
3. .td-author-name a, .td-author-description, .author-box-wrap .td-social-icon-wrap .td-icon-font{
color:red;
}
4. .td-post-sub-title{
color:Red
}
5..td_block_template_1 .td-related-title .td-cur-simple-item{
color:Red
}
There are no setting sin the theme panel to change these colors. sorry.
Thanks.
Hi,
Ajax dropdown menu, “More” menu item.
When “More” has pseudoclass “:hover”, “More” color = black – http://prntscr.com/jlhpoq
But when mouse cursor over another menu item, “More” color = red – http://prntscr.com/jlhrst
How I can do background color black for “More” when mouse cursor over another menu item in “More” dropdown with css?
-
This reply was modified 8 years by
13teen.
Hello,
How can I adjust the social share buttons because they look very ugly.
Url:
Screenshot: https://prnt.sc/jljvfo
https://rendeljkinait.hu/blitzwolf-bw-p6-power-bank-teszt
Many thanks for your kind help in advance,
Sincerely,
Laszlo
Hello easthulk,
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
What is the advanced CSS code to make it display correctly?
Hello
Emmm….
I have a big trouble
Since i use this Theme,The web site becomes very slow,and i don’t know how to optimize.
I use Google Page Speed,But it doesn’t work

1.You konw,In China,some foreign website can’t open such as google.com
So,I guess if is this reason.
2.On the other hand,If there are too many JS&CSS files to make the web site become solw?
3.And,I want to konw why there are so many pictures,I just want to show the only one picture.

4.The line of code is too long ?

These are all what I guess……
I like this theme,don’t want to change theme.
But,My ability is not deep
SO…I realy need your help,only you can help me o(╥﹏╥)o
Thanks a lot
If you can’t understand what i saying,This is Chinese version
自从用了这个主题之后,网站的打开速度非常慢….我不知道怎样才能加速
用Google Page Speed也检测不出来,我猜测的原因可能是这几个
1.网站中有些文件是调用国外的网站上的,而这些网站在中国被墙了,比如google.com所以才造成访问速度变慢(但我不知道是哪些网站)
2.网站上有很多的JS&CSS文件,是不是因为这些加载太慢了?
3.如图中的,一篇文章里面调用了同一张图片的不同大小,这样加载的图片数量是不是太多了,有没有办法优化?
4.是不是网站的代码太长了,我看这里已经有3286行代码了,这个能够减少吗?
上面这些都是我猜可能造成网站速度过慢的原因,这一块我也不是特别懂
因为Newspaper主题的功能太强大了,很多模板文件这些我都不会改,所以也不知道也有什么办法可以优化,只有你们能够帮我了o(╥﹏╥)o
非常感谢!
Without line – @import url(‘../Newspaper/style.css’); – my site style are broke
http://prntscr.com/jl65ai
Parent theme style.css file not connect.
-
This reply was modified 8 years by
13teen.
I’m very grateful to you for your help.
This content of css file in child theme is correct?
/*
Theme Name: Newspaper-child
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
*/
@import url('../Newspaper/style.css');