You should manually minify your CSS and not do it via the cache plugin; and don’t minify js with plugin, that also needs to be done manually. My long optimization thread in the docs > diy tutorials > best of forums has some examples on that. I also recommend NOT using child theme for best results overall on speed.
Hi all..
I’ve problem with fonts after minify css and js files.
For pagespeed I did some changes. Using child theme.
1. deleted import code from child theme style.css and moved main style.css content to child theme style.css.
2. moved font codes from header. and imported fonts child theme style.css file.
3. don’t use child.css file.
4. Moved jquery and other js files from header to footer.
Using w3 total cache, and when I activate css minify web site fonts not showing correctly. And after a few minutes only home page turning mobile version.
Selecting post content font “Open Sans” from theme panel, but it doesn’t work.
But if I change font family css code from Chrome Developer Tools, like font-family: “Open Sans, sans-serif”;, it shows fonts correctly.
I removed font codes header, but not changed.
What the reason can be?
Hi all,
first of all: I really like the them which is now running also on my musicblog (http://www.tespiel.de).
Unfortunately I have the skills to change the css in my child theme. I have to change to change the color to make the blockquotes visible. 😉
Example: http://www.testspiel.de/hallo-spencer-und-die-quietsch-beus-singen-meh-bier-von-fettes-brot/322514/
The big white area in the post is where the b-quote is.
Thanks for your help in advance,
Marc
Hi,
Yes you might have mentioned only iphones have the issue. I tested on android and windows phones.
I inspected your site again and saw that you are feeding images from your localhost on the live site.: http://screencast.com/t/45m80LJhtp
Please check all images and make sure your images are uploaded to your media library and implemented with the theme’s default implementation method. If you add images with css, do not use images from your localhost.
Also try to disable all plugins except visual composer, clear cache and reset cdn files.
Please also try to disable all plugins except visual composer, clear cache and rest cdn files. Then try to use the default theme implementation for images.
Thank you!
Hello tollywoodfans,
Unfortunately, our theme does not have any such an option that allows you a way to change the space between modules, sorry! If you want to do this, please keep in mind that you will have to change the theme width and our product do not support this because the layout will be damaged, sorry! Please notice that this is not a simple task and you will need to make a lot of additional customizations through code and CSS implementation in order to bring best results in this case and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
HI
We din’t tested wp-rocket plugin with our theme and we can’t guarantee that it will work fine. From our reports some of the plugin’s features, like page caching works fine, but some of them like css/js minification are known to create issues with our theme.
Thanks!
https://themeforest.net/item/newspaper/5489609
Changelog
Version 7.4 – September 12th, 2016
new: we are very happy to announce that this version of the theme supports retina featured images.
new: twitter video support
fix: Social counter header can be changed again
fix: footer copyright section on mobile theme now works as expected
fix: fixed author name on mobile theme + theme logo
fix: various bbpress css fixes
fix: category template subcategory dropdown list color
fix: better aligment for images without any aligment option (left, middle or right)
fix: cleaned up the social counter CSS
fix: WordPress RSS widget was broken
new: all blocks can now have custom classnames in the wrapper. The class can be added in visual composer while editing the block.
Or see in themeforest-5489609-newspaper.zip
-
This reply was modified 9 years by
Edward.
Hello hemiargus,
If you want this adding to be automatically for each post, please notice that you will have to edit the td_module_single_base.php core file and with do_shortcode method you can add your Custom Ad Spot, like this -> http://screencast.com/t/jqDqmXvmV Please keep in mind that if you want to bring best results on tablets and mobile devices you will need to do some additional customizations with CSS. This is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry! Above, I gave you a possible way how could you do this.
Thanks for your understanding!
Hello,
You can change the position for this element with a bit of css like so:
.td-md-is-ios .td-scroll-up{
top:60px!important;
}
But for the image, I;m not sure exactly what image you want to add. Different images require a different type of css implementation
Our theme uses glyph’s (font icons) for its icons.
If you create a vector graphic for example you can use it as shown here:
You can find more tutorials on how to use icons here: http://alwaystwisted.com/articles/2012-05-12-create-a-pure-css-menu-button
I hope this helps.
Thank you!
HI
Try this css in theme panel > custom code > custom css: http://screencast.com/t/mah0Tgpi
.td-sml-current-item-nr {
background-color: #FF7800!important;
}
Thanks!
HI
The difference appear because the settings from theme panel are not imported. on our demo many options are made from theme panel, not via custom css. You can either to import travel demo without content or re-create the layout, changing fonts and colors from theme panel.
Thanks!
I tried to recreate the demo theme from scratch and everything looks fine structurally. I then copied the CSS from the demo theme folder and pasted it into custom CSS in my current theme but my page doesn’t look like the demo. Specifically, the font styling.
For example, the custom titles for the blocks are bigger and the font for style 7 on Big Grid 6 is different…
Also the Block 4 font styling is different as well, I prefer the styling from the demo much better.
Was this possibly changed during an upgrade? Here are links to what I am referring to…
Demo Site: http://demo.tagdiv.com/newsmag_travel/
My Site: http://www.superheroineforum.com/blog/
Hi,
We have done all as instructed:

td_module_2.php:

CSS:

And it breaks the site:

This is the link to the dev site: https://emprendedor.staging.wpengine.com/
Hopefully you’ll be able to see what’s wrong.
Thanks!
I’m almost finished setting up my first site with Newspaper and am impressed with how many optional settings there. That’s a great thing, although occasionally I’m not sure where to find the setting window for a small adjustment I need. I explore the CSS and add some custom CSS but would prefer to make the changes in the settings dashboard if possible. I have two questions;
1.) How/where can I adjust the size and location of the default ‘Share’ social media icons; Facebook, Twitter, Google+, Pinterest? Currently they always load on post ‘pages’ in a horizontal row above and below the text content. Can I reduce their size smaller and locate them, a) only after the text content, or, b.) in a block sidebar?
2.) I’ve built a couple Revolution sliders and have a question I don’t find answered on this forum or in Google search, or on the Revolution site. I’m not a paid owner so can’t post a Support ticket on their forum.
How do I set the first slide image as permanent background that is pre-loaded, displays at beginning and end of the slideshow?
I have the logo slide as first and last slide with loop at ‘0’ so it starts on the logo slide and ends on the logo slide. But none of the settings combinations stops the first slide from a delayed fade-in. before that the page background is visible in that stage area.
Thanks
Hi,
Changing the logo size will not be an easy task as it will affect responsiveness
Here is a code to increase the size for the logo on desktop:
.td-header-style-1 .td-header-sp-logo img{
max-height: 120px;
}
.td-header-style-1 .td-header-sp-logo{
width: 320px!important;
margin: 28px 10px 0px 10px!important;;
}
The logo will increase in size but for tablets it will break the layout a bit as the layout has been created to show properly on tablets as well. You can use the advanced css boxes and add change the values of this code for each device for it to look properly on each one.
As an alternative, you could user a header style that uses the full logo and not re-size it like headers 9, 10 and 11
Thank you!
HI
By default the theme don’t have a similar option and to achieve that you need to edit td_module_single_base.php and concatenate a new ad-spot to post’s content: http://screencast.com/t/Fpt2vFDSg5T1 To get the shortcode add an ad box into a blank page then switch in back-end editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function.
Note that you will also need some changes in post’s html and some css customizations for layout. Note that this is a complex task which involve many changes and tests in order to be achieved. For the moment we can’t offer customization services so if you really need this and you’re not aware of the steps that must be taken in this regard my advice is to look for someone who can help you with implementation or hire a developer to do it for you.
Thanks for your understanding!
Hello,
Well this is the way css works when you re-write it. If your page speed is not optimized, or you use speedbooster to move the render blocking css to the footer as google page speed recommends, this is the effect. Google page speed recommends you move the css to the footer but it will not say that all your styles will apply muuuch slower as the css will wait until everything is loaded before it can apply your style.
The easiest solution for this is to view your page source in your preferred browser and copy all of the rendered css between the style tags (do not copy the style tags though.just the code inside it) like so: http://screencast.com/t/ut5nfIvXp and paste the code at the very end of style.css from the main theme folder on your server. This way all your styles will load first and css will not show the rewrites
Thank you!
HI
Sorry about that, it was my mistake. Yes you can add subtitles in slide by adding this code in td_module_slide.php: http://screencast.com/t/XDwRih0TUMKA
$subtitle = get_post_meta($this->post->ID, 'td_post_theme_settings', true);
if (!empty($subtitle['td_subtitle'])) {
$buffy .= '
' . $subtitle['td_subtitle'] . '
';
}
You also need to replace the above css with this one: http://screencast.com/t/WTOd0TLs
.slide-meta .td-post-sub-title{
color: white;
border: none;
margin: 0;
}
Let me know ho it goes.
Thanks!
Hello,
You can style any link with an inline html. All links you add to your content can be edited in html mode and add inline css styles to them or add a custom class to your links like so:
<a class="mycustomclass" href="#" target="_blank">My link text</a>
Then you can use css to add custom style to each anchor tag that has this class
Thank you!
Hello Fitlogy.com,
Please notice that all the settings for your main menu and sub-menu can be changed from Theme panel, Theme colors, like this -> http://screencast.com/t/rFQxqi2W Also, if you want to change the color for your sub menu items, you can try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.sf-menu ul .td-menu-item > a {
color:green;
}
.sf-menu ul .td-menu-item > a:hover{
color:red;
}
Thanks.
Hello schindyguy,
Unfortunately, our theme does not have such an option that allows you a way to manage your custom ads for each device. This task can be made using the @media queries for each width of the device. I guess that you want that your custom ad 4 to be visible for desktop and tablet and the custom ad 5 only for mobile, right? You can try to use a bit of CSS code and place it in Theme panel.
@media (max-width:767px){
.td-a-rec-id-custom_ad_4{
display:none;
}
}
@media (min-width:767px){
.td-a-rec-id-custom_ad_5{
display:none;
}
}
Hope this helps!
Please notice that we cannot provide custom work at the moment and if you need more customization in this regard, please consider hiring a freelancer/developer to help you.
Thanks for your understanding!
Hi, when a page loads there is a delay before my chosen colors appear…
This looks very unprofessional.
How can I fix this?
Hello Steven,
You will have to use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
.td_block_text_with_title p, .td_block_text_with_title{
font-size:11px!important;
};
The result -> http://screencast.com/t/DnRSbUVHFJa
On the future, please try to use it yourself the inspector browser according to our documentation here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hi,
It’s always best to actually be able to see and inspect the problem 🙂
The orange color comes from the demo you installed. It is added through code so you can only change it through coding. Use this css to change the color:
.td-blog-cars .block-title{
background-color:red!important;
}
You can add the code in the theme panel->custom css box
Thank you!
Hi,
Please also add this css as it seems to affect other browsers as well, not just safari:
.td-menu-placeholder{
height:auto!important;
}
Thank you!