- 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,
You can do it this way. Leave the previous code in place and enter this one in Custom Css section. It will apply only for the mentioned forum page
– https://www.screencast.com/t/HVWgiuQfW
.postid-1057 .td-main-page-wrap {
padding-top: 48px!important;
}
About the translation I cannot say very much. This is the official bbpress guide on translation
– https://codex.bbpress.org/getting-started/bbpress-in-your-language/
Maybe you can find more on the bbpress forum about this matter.
Thanks
Hello Kley,
If you move CSS to the footer, all of the styles will be loaded later and you will see each CSS re-write. In order to avoid this, you need coding knowledge and place your CSS styles directly in style.css and there is no way of adding it automatically. Alternatively, you can use speed booster and simply remove style.css from its files so it will not get moved at all but you still move other render blocks. As a hint, you can comment the line which moves the theme style to the footer from here -> https://www.screencast.com/t/QSGiwVyg6C
Hope this helps!
Thank you!
Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.
i tried both ways – cia wordpress & cpanel !! same error
Hi,
I’m trying to use base64 for my header image, but I don’t know where to use the base64-code to make it visible on my website. Where in Newspaper 8 should I look for it? Or do I need to use css for it?
Best Regards
Hi,
Actually I believe that is a WordPress error. I found some similar topics here
– https://wordpress.org/support/topic/failed-to-load-content-error/
– https://wordpress.org/support/topic/wordpress-4-8-editor-failed-to-load-content-css/
You can try as a test to switch to a default wordpress theme and see if the error is still showing.
Thanks
Site: http://moarcookies.com/
So I changed the header at some point to a dark brown, and I can change that color easily (though Theme editor doesn’t show the brown color?).
If I change the background color (which isn’t set to anything) in Theme colors>General theme colors>Background color it clips the header menu and doesn’t change the background. I’ve left the site up this way so you can see what I mean.
I see in custom CSS there’s a td.black, and if I remove that the background shows up but then everything is boxed and the content background becomes white.
Hello,
You seem to be using an external plugin that adds a bottom margin.
Please note that untested plugins are not covered by the theme support but we try to help out where we can if the modification is not very time consuming.
Please use this css to remove the extra space:
.flexslider{
margin:0!important;
}
You can add the code in the theme panel-custom css box.
Thanks.
Hello rfiling,
If you want to decrease this padding-bottom you should use a bit of CSS code and place it in Theme panel->Custom CSS area.
The code is ->
.td-main-content-wrap {
padding-bottom: 20px;
}
This rule will be applied for the entire website. So, if you want only for your homepage, you should use the .home class, like this ->
.home .td-main-content-wrap {
padding-bottom: 20px;
}
Thanks for the message!
Hello juannikin,
First of all, I will thank you for your appreciations! So, please notice that each of our demos has a special class which contains the demo style for each of them. If you want to do this, you should edit the CSS file which corresponds with this demo and removes the code which creates the style of this header template. As a hint, if you are using the Lifestyle Magazine, you should edit the following style.css file from here -> https://www.screencast.com/t/DSZOJ5hrOS You should check all the code from here and do it yourself all the required changes. Notice that is not a simple task 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 services at the moment, sorry!
Thanks for the message!
Hi,
There is no option by default to modify the avatar size on the author box element
– https://demo.tagdiv.com/newspaper/author-box/
Try setting a custom size in the theme files here
– https://www.screencast.com/t/TXRlmwyL17Tm
Please note that this may provide unexpected results, and you revert to default if this is the case.
Font style and size could be changed with Css using the browser inspector as a guide.
Here is a tutorial about using the inspector to identify the elements on the page and their classes in order to create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
In the post page there are options in the theme panel to customize the author card
– https://forum.tagdiv.com/author-card/
– https://www.screencast.com/t/wniYgp1y
Please correct me if I misunderstood something.
Thanks
I’ve tried the following:
1) Disabled all plugins
2) Reinstalled woocommerce
3) flushed cashe
4) purged cdn
5) tried adding regular site categories to shop sidebar (still doesn’t display hierarchy)
6) tried creating brand new page and added default side (still doesn’t display hierarchy for categories)
7) tried creating brand new page and brand new sidebar (still doesn’t display hierarchy for categories)
I have no custom CSS across the site and no custom CSS in plugins. Even creating a brand new page and using default sidebar doesn’t show hierarchy for categories (I tried both regular site categories and woocommerce product categories. When I add categories to the body of the Home page it does display hierarchy.
Hello,
1. This is because of the code you added to remove the page padding: https://www.screencast.com/t/WtzCsvd5
Please remove that code and the title will no longer be too close to the header.
2. You can remove the sidebar from bbpress by changing this setting: https://www.screencast.com/t/mBpKNTzt but you cannot do it for separate pages in particular.
3.You can add this code in the theme panel-> custom css box:
.bbp-header{
background-color:#99d3df!important;
!important
}
Thank you!
Hello,
When activating a theme with lots of options and css it is normal to have a bit of a drop in page speed, but this can be changed by using the guide posted above. Please follow each step carefully and test after each change. Please check this guide as a side-note on the speedbooster plugin: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!
Hello,
If you want to prevent the image from being clickable at all, you will have to use a bit of css to make it that way. Please provide more details to what image you are referring to and I will provide the proper code for it.
Thank you!
Hello,
No, the site not being published should not have anything to do with the logo. Please remove your custom css you added affecting the logo and test the theme in it;s default state without child theme modifications or css modification.
Plugins can also affect the theme functionality so you may have to disable the plugins and run a few tests with out theme. Make sure to clear the cache after you disable the plugins.
Thank you!
The thumbnails on the rest of my site (on homepage and for all categories) are displaying correctly but something is wrong on the search results page.
http://www.pwmania.com/?s=steve+austin
I want the thumbnails to display like the list of posts on this page: http://www.pwmania.com/category/wrestling-results
Is there anything I can edit or custom CSS I can add so the thumbnails are not so big and the search results display correctly?
Thank you
Hello,
after updating Newspaper to version 8, I see the following two errors in my console:
GET http://example.com/mode-less.js
http://example.com/wp-content/plugins/td-composer/css-live/assets/external/ace/ace.js,qver=__td_aurora_deploy_version__.pagespeed.jm.mgV2mVvenK.js:1
GET http://example.com /snippets/text.js
http://example.com/wp-content/plugins/td-composer/css-live/assets/external/ace/ace.js,qver=__td_aurora_deploy_version__.pagespeed.jm.mgV2mVvenK.js:1 GET http://example.com /snippets/text.js
I have no idea what that means. For me it looks like some conflict between the new td-composer plugin and Google Pagespeed enabled on our server.
Thanks in advance for any help!
Hello RezNation,
Try to use the code below and place it in Theme panel -> Custom CSS area.
.td-black .td-trending-now-title {
background-color: orange!important;
}
Thanks for the message!
Hello,
I have tested the product categories element and it runs properly on my end: https://www.screencast.com/t/GoBixMEW0
You may have a custom css or a plugin conflict affecting the css.
Please try to disable all plugins except woocomerce, clear cache and reset cdn files if you use it.
Then test again.
Also check your custom css in the theme panel or your child theme.
Thank you!
Hi,
Please try the code provided below, just enter it in Theme panel->Custom Css
– https://www.screencast.com/t/WJIz9HwBwHn
It should fix this problem you are having with the excerpts, please try it and see if it works for you. However that is a huge amount of text to have as an excerpt. The excerpt is meant to be as a preview for the post content
– https://forum.tagdiv.com/excerpts-introduction/
.td-excerpt {
word-break: break-word;
}
Thanks
Hi,
Sorry but there is no simple solution to this request. the best option is to go in manually and set them to open in a new tab. You cannot make all links open in a nw tab with css. It has to be done by coding it and checking so the code does not affect any other links as well. It could create more problems than solutions.
Thank you!
I used the previous code changing fonts to ubuntu and montserrat but now my css file looks like this:
What’s the cause?
Thanks,
Francesco
-
This reply was modified 8 years by
Bogdan B..
Hello,
The best way for optimum performance would be in style.css but not in the child theme. The one in your main theme is the fastest option.
Thank you!
Hi
Can you please tell how to reduce the white space between the two rows as shown here on http://www.womensgolf.com?

Here is the code for the page
[vc_row full_width="stretch_row_content td-stretch-content"][vc_column tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00OCIsIm1hcmdpbi1ib3R0b20iOiIwIiwiYm9yZGVyLXRvcC13aWR0aCI6IjAiLCJib3JkZXItYm90dG9tLXdpZHRoIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCJ9fQ=="][td_block_big_grid_fl_3][/vc_column][/vc_row][vc_row full_width="stretch_row_content td-stretch-content" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00MCJ9fQ=="][vc_column][td_block_big_grid_fl_3 post_ids=”11893,11767, 12459″][/vc_column][/vc_row][vc_row full_width="stretch_row_content td-stretch-content"][vc_column tdc_css="eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJib3JkZXItYm90dG9tLXdpZHRoIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCJ9fQ=="][td_block_big_grid_fl_4 tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00MCJ9fQ==”][/vc_column][/vc_row]
Thank you
Richard
http://www.womensgolf.com
Hello NApost000,
If you want to decrease that margin-bottom, you should use a bit of CSS code to do this. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-page-title {
margin: 1px 0 10px 0;
}
Thanks for the message!