- 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,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, style.css and the few files left in the main theme folder as envato requires all functionality to be added through plugins.
Sorry for the inconvenience and thank you for understanding.
Hello,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css as there are very few files left in the main theme as envato requires all functionality to be added through plugins.
Sorry for the inconvenience and thank you for understanding.
Hi,
You have this error because of your SSL security has not been implemented on your wbesite, sorry!
Maybe double check if the SSL implementations did properly.
– http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
– https://css-tricks.com/moving-to-https-on-wordpress/
– https://yoast.com/dev-blog/move-website-https-ssl/
– https://forum.tagdiv.com/topic/moving-to-ssl/
Also some solutions I found that you could try
– https://kinsta.com/blog/wordpress-mixed-content-warning/
– https://www.wpbeginner.com/plugins/how-to-fix-the-mixed-content-error-in-wordpress-step-by-step/
– https://wpbuffs.com/wordpress-https-mixed-content/
Thanks.
Hi,
You can try this custom css
.td-header-wrap .td-container {
padding-left: 0px;
}
https://www.screencast.com/t/gljLukuuvaB
you need to set the code in Newspaper>Theme panel>Mobile theme>Custom code>Css
Thank you!
Hello,
The new theme update made a few changes to the folder structure.
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, style.css and the few files left in the main theme folder as envato requires all functionality to be added through plugins.
You can find the files needed inside the tagDiv Composer plugin folder.
Sorry for the inconvenience and thank you for understanding.
Hi,
If you want to display the excerpt at a fixed number of letters, you need to change it from Theme panel, from here -> https://www.screencast.com/t/U6bCss4n0xq If is not what you need, please provide more details about your problem so I will be able to provide a more accurate response.
Thank you!
Hello,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, style.css and the few files left in the main theme folder as envato requires all functionality to be added through plugins.
Sorry for the inconvenience and thank you for understanding.
Hi,
Please set this custom css in Newspaper>theme panel>Custom code>Advance css in phone section
https://www.screencast.com/t/CVdg3U9bzxix
.author-box-wrap .avatar {
margin: 0 auto;
}
Hope this will help you!
Thank you!
Hello,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, style.css and the few files left in the main theme folder as envato requires all functionality to be added through plugins.
Sorry for the inconvenience and thank you for understanding.
Hi,
Please try this custom css to remove the comments
-> https://www.screencast.com/t/FXIP4erAy34
.td_block_authors .td-author-comments-count{
display: none;
}
You need to set the code in Newspaper>Theme panel>Custom code>Custom css
I’ll take a look in theme files for the link for latest post by author.
Thank you!
Hi Calin ,
I want just to say day after day I become the biggest fan of this theme, I really found what I was looking for , last time you gave me a custom Css code for the background ,
Now I found the template through tagdiv cloud and I use Tag div compser to change the background color for each element but what I notice is when I refresh the page it become “white” before it turnes to Grey screenshot ( http://prntscr.com/ne97k3 ) could you please give me the updated css code for this change which will show the page grey immediately website :saharapolicy(.)com
and again Thank you so much Calin
Not exactly.
By default, the Newspaper (css: .td_user_logd_in) login widget for Logged-In users will take the user to url.com/profile/username.
Instead, I want to url.com/members/username.
Yesterday Envato messaged me that there was a new update for Newspaper. When i installed i became an error message that said that the style.css was missing. My site was a mess after that. Had to restore an backup.
Today i get another alert from Envato about an update?
Is this really a new update and if so, what does it do. As i stated in my post from yesterday i am done with Tagdiv Composer. I asked what would be the consequences if i stop updating from now on. Still no answer.
Hi,
There is set a background image not color, you need to set one image or remove it ( https://www.screencast.com/t/t4KYbWgusrxv ).
For the second one please insert this custom css in Newspaper> theme panel? custom code> custom css :
.td-craft-ideas .td-module-comments a {
background-color: red;
}
You can change the red color.
Thank you for understanding.
Hi,
The css style for blockquote can be found in wp-content/themes/Newspaper/style.css -> https://www.screencast.com/t/cc2BZJfG9KE or you can use the browser inspector -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
Thank you for your understanding!
Hi,
I do not quite understand which tile you want to change, please provide some more details and some screenshots, in this way i will be able to provide you an working css.
Thank you for your understanding!
Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
Another useful method might be to create your own single post template with the Cloud Template Library, without adding the More from Author section. It’s a separate element in the Cloud.
I hope this helps.
Thank you!
the images is in :Newspaper\images\flags
and in this path there are not any images files:
plugins / td-composer / legacy / Newspaper / assets / css / images / flags / flags.png
and for those images Weather
they in this path
:Newspaper\images\sprite\weather
there are not any images files:
plugins / td-composer / legacy / Newspaper / assets / css /
Hey Calin,
I follow the steps and nothing will change. The color is the same (black) and share buttons are also available. on Newspaper V9.7.1 (latest updated)
I am going to the Theme Panel > Mobile Theme > Custom Code > Custom CSS and paste the code you’ve shared. But nothing will change.
What to do now?
Also, I will renew my subscription.
In older version, I edit the AMP plugin file and change the color code in body and remove the share buttons from there only. But I want to change it on newer one as well. So, please help.
-
This reply was modified 7 years by
ashubais.
Hi,
You need to set the code in Newspaper>Theme panel>Custom code>Custom css -> https://www.screencast.com/t/rkFhnuILFUVd
Thanks.
Thats not a good practice for everyone that is not using a child theme.
I prefer hiding the placeholder via custom CSS – but still, there are things that are not translated.
Why those terms are not using the translations of Theme Options!?!?
Dear,
luckily I have a test platform on a prallex configuration. All plugins are disabled. Only theme, td composer plugin are enabled. It is not due to any other plugin.
Videos are no longer running on all Youtube IDs. Playlist still shows the same errors.
Flag of td Exchange Widget will not be displayed.
No conflict with other plugins.
Errors:
Flags:
plugins/td-composer/legacy/Newspaper/assets/css/images/flags/flags.png 404
Playlist:
Error in event handler for (unknown): TypeError: Cannot read property ‘isSideBar’ of undefined
www-widgetapi.js:100 Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://www.youtube.com’) does not match the recipient window’s origin.
k.C @ www-widgetapi.js:100
k.G @ www-widgetapi.js:97
setInterval (async)
Ua @ www-widgetapi.js:72
db @ www-widgetapi.js:98
V @ www-widgetapi.js:81
Y @ www-widgetapi.js:102
loadPlayer @ tagdiv_theme.min.js?ver=9.7:340
undefined.YT.undefined.YT.Player.window.onYouTubePlayerAPIReady @ tagdiv_theme.min.js?ver=9.7:338
(anonymous) @ www-widgetapi.js:124
(anonymous) @ www-widgetapi.js:124
Cheers Rick
I have a Managed Server with 1000GB SSD, 4xCore, 64GB DDR RAM, PHP 7.3.3
Hi
For hidden/remove the share buttons from amp you’ll need to add a custom css in Theme panel>Mobile theme>Custom css
.amp-mode-touch .td-post-sharing-top, .amp-mode-touch .td-post-sharing-bottom{
display:none!important;
}
.amp-mode-touch .td-header-wrap {
background-color: darkred;
}
Fell free to change the color.
Please notice that your support period expired ( Supported until: 2018-09-06 ) we suggest you extend your support if you still need our help with your website or add extra keys that have support, you can extend it from here -> https://www.screencast.com/t/ShdowUq94e -> https://themeforest.net/item/newspaper/5489609?s_rank=2
Thank you for your understanding!
Hi,
Please need set the css code in Theme panel>Custom code>Advance cs in section desktop ( in section were you want to have that margin top ).
Thank you!
Hi,
You can set in theme panel in advance css a code that you want to be applied only on that device.
Yes will be OK.
Thank you!