- 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
Hello skyscorcher,
Please try the code below and place it in Theme panel->Custom Css area. If you are using this code, all the links in your website will be highlighted, like this: http://screencast.com/t/DDZ46wqiXKd
a {
text-decoration: underline;
}
Thank you for the message!
I have restored Version: 6.5.1 and logo is displaying again.
We are using STYLE 8, so clearly style 8 is not setup / working properly.
PLEASE can you check as we have to be able to update the theme and we are using a child theme and have all the custom CSS in the theme panel setup.
Ok, I understand.
And there is not an easy css solution to reduce white space on the left and between the 2 columns ? this would not change the size of the blocks or the slider.
Thanks for you answer !
Ok so if I wanted to keep the accent color and the footer color the same, what custom css can I add to the theme panel so that the hover over underlines the text and keeps the text white so it’s readable? I sent you my site via support email and the screencast above shows the footer with hover over if it helps. Thanks!
Hi,
You can now target your widget with css using the custom class:
.custom-time{
display:inline!important;
padding-left:5px;
vertical-align: middle;
}
Thanks.
Hi @Mucha K
Newspaper 6 is a whole new theme so an update from 4 to 6 may cause the same issues as switching to another theme (but we did try to maintain compatibility where ever possible).
Always make a full backup of your current installation – https://codex.wordpress.org/WordPress_Backups and then do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one – https://forum.tagdiv.com/how-to-update-the-theme-2/ update also the plugins that come with the theme files from the /plugins folder. In the “how to update” guide is specified that you will have to run the script that will import from database your settings.
The shortcodes have been changed so old ones will not work anymore. Please note that old files customization or custom css will not work with the new version and you will have to adjust or re-add them.
Bottom line is that newspaper 6 is a whole new theme built from scratch.
Hope this helps!
Thank you!
-
This reply was modified 10 years by
Andrei L..
Hello cororay,
Our theme was built based on a fixed site width. All content depends on this with in order to align to the column based layout we created. The width can be reduced using css but the problem is that all elements depend on this width. If you change it, you will have to change every single element you use on your website in order to adjust it to the new width. As an example, I reduced your site width using a live css editor: http://screencast.com/t/xqkbprjt. I suggest you stay in default width.
Sorry for the inconvenience!
Thank you for the message!
Hi!
I have updated theme, wp and plug ins, but WP Antivirus Site Protection still send warning for this files:
“””””””””””””””””””
WP Antivirus Scan Results
Latest Scan Result
No files for review.
Review is required
/wp-content/plugins/js_composer/config/templates.php
/wp-content/plugins/maintenance/js/select2/select2.min.js
/wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php
/wp-content/plugins/google-pagespeed-insights/google-api/src/contrib/Google_AnalyticsService.php
/wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php
/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_import.php
/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_import_export_settings.php
* Please note: Hackers can inject malware codes inside of the normal files. If you delete these files, website can stop to work or will be not stable. We advice to send request to SiteGuarding.com for file review and analyze.
“””””””””””””””””””
Notice, I have update all this files and plug ins and theme tonight, and still this morning the WP Antivirus Site Protection marked this as potential malware.
Please help.
I have a blue background and white text in my footer http://screencast.com/t/PP4zk6Tp but when I hover over the links they disappear http://screencast.com/t/wz5yCaahc
How can I have it keep the white text and just underline the white text with a white underline on hover?
Ideally its not custom css but rather a setting in the theme panel>theme colors I can change
Thanks
Hi there
I am attempting to update my Newspaper 4 and I keep getting the following message:
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.
Can someone please help!
Thanks in advance.
-Muchaneta
Hi, this did the trick nicely, but I have another issue now. When I put it inside a div it goes on the line below, while I would like it to have it on the same line.
Do I have to alter the css, somehow?
thanks
Do I need to just copy the code above and paste on the custom css box?
and if I do this and for any reason I want to reverse back to normal, can I just delete and save – then everything is back as normal?
Thanks
Hi,
Please use this custom css for it:
.entry-title a:hover{
color: #FFED41 !important;
}
.eng_widget_is:hover{
color: #ffed41!important;
}
Thank you!
thank you. all good now..
can i put the code above in style.css. to make it load faster?
Hello,
I have checked your website and everything seems fine at the moment. The css should have nothing to do with it. It is loaded from the main theme if it’s not rewritten in the child theme. Please follow this guide to set up the child theme properly: https://forum.tagdiv.com/the-child-theme-support-tutorial/ Please make sure you keep the folder path as suggested in the guide.
Thank you!
Hello Lewis,
You can hide that weird black point if you use a bit of Css. Please, place the code below in your Theme panel->Custom Css area.
.wpb_wrapper li {
list-style: none;
}
The result you should see here: http://screencast.com/t/zueLqE7r
Thank you for the message!
Hello,
Block 16 by default shows the author name: http://screencast.com/t/GGnWhB4I, but in order to make it show the avatar it will need further customization. you can follow this topic to see how it can be done: https://forum.tagdiv.com/topic/customizing-excerpts-homepage-block-12/
For the excerpts, they were hiden on tablets and mobile phones as a design choice.You can make them reappear with this custom css:
@media (max-width: 1018px) and (min-width: 768px){
.td_block_16 .td-excerpt {
display:block!important;
}
}
@media (max-width: 767px){
.td_block_16 .td-excerpt {
display: block!important;
}
}
Thank you!
Hello all!
I’m new to the theme and the forum, I have to say I love setup of it and I’m enjoying getting going from using a different theme. I have a gaming site, MyGamesLounge.com but I am currently setting up the site as MGLmix.com while I get everything together.
I have a couple of questions/suggestions if I may.
1. Category descriptions. According to the SEO plugin from Yoast each category should have a 300 word description for good SEO (had no idea about this!). But this displays on the front end of category pages which is a bit much before any content.
Currently I have used the display:none css trick to hide it which is ok. Is there way to either a) use the read more tag to hide some of it but allow the user to expand it? b) Just display an excerpt from the text c) Use a toggle shortcode to expand more?
Could be an idea to make this a setting in a future update if we all need to do this long description for SEO.
2. Review Scores. At present, a review score is created by averaging criteria which is fine most of the time. But sometimes, especially for games you might want to round up or down by a few points.
Is there a way to display the overall score field on the post back end as an “override” option so we can manually type the overall score?
3. User review scores. More an idea, simply because its the one feature we are loosing moving over which is not such a big deal.
Have you considered in your updates adding the option for users to have an option to give their game score say, underneath the editors score?
Just a thought
Thanks
Ross
Hello ned4spd8874,
As a quick solution, you can try the code below and place it in your Theme panel->Custom Css area
.post-ratings img {
float:left;
margin-right: 10px
}
The result you should see here: http://screencast.com/t/39xCDRtXf68
Also, you can try to disable all other plugins and check that there is a conflict of plugins which causing this problem or the problem comes from our theme.
Hope this helps and let us know how it goes!
Thank you!
Hi,
The plugin’s css overwrites the default theme color for links. Unfortunately the disqus’s plugin iframe can’t be altered using custom css code. You can check the plugins settings if this can be changed from there. You can also address to plugin’s support – https://wordpress.org/support/plugin/disqus-comment-system
https://help.disqus.com/customer/portal/articles/545277-disqus-appearance-tweaks
Thank you!
Hello eyesandvoice,
You can achieve this if you use a bit of Css to hide the category title on your page. You should place the code below in Theme panel->Custom Css area, like this:
.td-page-title {
display:none;
}
.td_category_template_7 .td-category-title-holder {
padding-top: 0;
}
If you use a different template per category, it is also necessary to replace .td_category_template_7 with category_template used to apply the code above.
The result you should see here: http://screencast.com/t/PbxWPfOS
Hope this helps and let us know how it goes!
Thank you!
Hi,
due to customization needs I’ve sligtly modified some theme files on the base of your indications. Therefore I created a Newsmag-child theme and put in the child theme the following files:
Newsmag/style.css
Newsmag/single.php
Newsmag/parts/header.php
and all works fine with these files after the theme update.
But I’ve also modified two other files, namely:
Newsmag/includes/td_settings.php
Newsmag/includes/wp_booster/wp-admin/content-metaboxes/ td_set_post_settings.php
which, even if existing in the foreseen path of child theme, their code patches seem not to work. Therefore, I’m forced to apply the code patches to this couple of files of the parent Newsmag theme EVERYTIME I update the Newsmag theme.
Is there a way to get these two files included in my child theme as well so that I can update the theme avoiding to redo all file modifications by hand?
Thanks a lot for any appreciated information.
Giuseppe
Hello,
Unfortunately this is the case with blocks that display the full screen image on mobile. It was a choice made by the developers to improve loading speed and avoid creating an exaggerated number of thumbnails. You could override this functionality by forcing the block to use the full image by editing the theme code but then the page speed would greatly be affected. You can find the code for the block 3 here: http://screencast.com/t/Y7MngT46sL7m
You can see all the thumbnails our theme uses here: http://screencast.com/t/nklxPLxCd
You can edit the first file and select another thumbnail for it (replace the thumbnail with another thumb name) so the mobile version will have more quality, but it will need a few more css adjustments for it to work.
I hope this helps.
Thank you!
Hi,
You can adjust it with this custom css:
@media screen and (max-width: 782px){
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
top:3px!important;
}
#wpadminbar ul{
padding-top:10px!important
}
}
Thanks.
Hello and thank you for purchasing our theme and thank you for your kind words.
1- Please provide more details to how you want the top ad to be positioned. I assume you want it moved a bit to the right. You can use this css code for it:
.td-header-style-1 .td-header-sp-recs {
margin: 50px 0 9px 63px!important;
}
You can place the code in the theme panel->custom css box.
2- For the footer i see you have many widgets added in the footer 3 area: http://screencast.com/t/Qpg9Zx7pW
The first 2 footer styles from the theme panel come with predefined content that cannot be removed. You can use another footer style that has no demo content and then use the 3 footer widgets to add your own content. You can read more about footers in our documentation here: https://forum.tagdiv.com/footer-templates/
3- You can use this custom css code to adjust the width and height of the logo:
.td-header-style-1 .td-header-sp-logo {
width: 160px;
height: 120px;
The default header style will crop your logo for it to fit with the ad next to it. If you want the theme to display the logo exactly as the dimensions you upload, you will need to use a header style that supports ‘full logo’ : https://forum.tagdiv.com/header-styles/
4- You can add a hover effect with css as the theme has no option for it. Please use this code:
.footer-logo-wrap img:hover{
opacity:0.5;
}
Thank you!