- 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
Thanks very much for your understanding.
Also i am trying to know if the page number selection could be replicated on the bottom as well. so at two place at the bottom and the top of the page.
For the bottom its working now. The code is set as per your advice.
[Set the code in Theme Panel ->Custom code -> Custom CSS]
Thanks
Dear TD team,
I am reaching out with a question on image loading in the newspaper theme.
Currently I have issues with LCP – it seems that the images are loaded as background image, therefore the loading takes so long.
My page is Mundgefuehl
This is the message I am getting from page speed insights for the LCP issue:
div.td-image-container > div.td-module-thumb > a.td-image-wrap > span.entry-thumb
<span class=”entry-thumb td-thumb-css td-animation-stack-type0-2″ data-type=”css_image” data-img-url=”https://www.mundgefuehl.com/wp-content/uploads/2023/03/Hasselback-kartoffe…” style=”background-image: url("https://www.mundgefuehl.com/wp-content/uploads/2023…");”>
It would be fantastic if you could help me with revising/adjusting this.
Thank you and best regards
Betty
Hi,
Please use this custom code .td_module_mx1 .td-module-thumb a:last-child:before{ background: none!important;
}
Set the code in Theme panel>Custom code>Custom css
Thank you!
Hi,
Please select the column of the section and delete the image from tab css -> https://i.imgur.com/bpcxUJO.png
Thank you!
Hi,
Please go to the theme panel -> block settings -> inline css and disable the option to minify the css and clear the cache.
Thank you!
Hello,
I suggest checking the rows in the tab CSS where you have set the background image to replace the images.
Thank you!
Hi,
Unfortunately, the TagDiv CSS Analyzer has been deprecated for a long time. The tagdiv CSS Analyzer was removed.
Thank you!
Hi,
I am using the latest version of newspaper and I couldn’t finf the tagDiv CSS Analyzer.
Best regards
I actually found it while looking around in the tagDiv Composer. I didn’t think it would be under the CSS tab. Thanks for the help.
Hi,
Usually, the color and image are set on the row, so please edit with tagDiv Composer and select the row and go in the tab CSS https://i.imgur.com/UkgqKNM.jpg -> https://forum.tagdiv.com/topic/background-color-of-the-main-menu-be-changed/ please check each row/column and delete the background image.
Thank you!
Hello,
Please use this code css
.td-author-comments-count
{
display: none!important;
}
Set the code in theme panel -> custom code -> custom css.
Thank you!
Hi,
You are probably uploading the whole theme package. You have to upload only the theme zip file, not the whole package which contains other items
– https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error
How to update the theme https://forum.tagdiv.com/how-to-update-the-theme-2/
Requirements for Newspaper => https://forum.tagdiv.com/requirements-for-newspaper/
Thank you!
Newspaper theme- The installation fails stating the package could not be installed. the theme is missing the style.css stylesheet. Bought it with envato elements and downloaded it from the same place.
Hello,
You can change it using a custom code css
.tdb-numbered-pagination.tdb_loop .page-nav{
position: absolute;
top: 0;
margin: -54px 0 0;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Thank you!
Hello,
1. You can upload the font to the theme panel under “custom fonts” by following the instructions at https://forum.tagdiv.com/font-customization/. After doing this, you should typically not experience this problem.
2. You have a cloud template, so you need to make the changes with tagdiv Composer and delete the logo from the theme panel. For mobile please edit with tagDiv Composer, select the viewport on phone, select the header logo and change it => https://i.imgur.com/cR7F0v4.png https://www.youtube.com/watch?v=HXQQygkCCJo -> https://forum.tagdiv.com/add-logo-newspaper/
3. Usually, the color and image are set on the row, so please edit with tagDiv Composer and select the row and go in the tab CSS https://i.imgur.com/UkgqKNM.jpg -> https://forum.tagdiv.com/topic/background-color-of-the-main-menu-be-changed/
Thank you!
Hello,
Please let me know what template you use for posts. If you have a cloud template, then you can only delete the element with a right-click. If you have a standard template from Theme Panel, then you need to use a custom code css
.td-post-views
{
display: none;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Thank you!
Hi All,
using the prebuilt FOOD website, I have uploaded the Backgound Image using the tagDiv Composer (CSS, TAB).
The image is automatically reduced and then stretched (you can see here https://lnx.gioiarunning.it).
Is there any way for showing an image that is not stretched and not blurred?
Thanks
Kind Regards,
Marco
Is there a tutorial on how to update my theme? I couldn’t find for some reason…
Also, I just discovered that if I comment this code in plugin td-composer:
echo ' <style id="tdw-css-placeholder">' . $css_buffer . '</style>';
this file located here /td-composer/css-live/css-live.php
Virus stops opening popups.
-
This reply was modified 2 years by
vanessazlobich.
I found this short script in the header of my site:
<style id="tdw-css-placeholder"></style>
I couldn’t put whole script here… forum blocked me from doing so
I am pretty sure this is it, but I have no idea where it lies, so I can get rid of it.
-
This reply was modified 2 years by
vanessazlobich.
Hi, I’m running Newspaper 12.6.5 on WP 6.4.3, hosted via WordPress.com.
When I use the TagDiv CSS live editor, I can make changes and save them. However, I have another user who is also trying to make CSS changes via the live editor, but every time they click Save and refresh, the changes are not saved. They are able to make non-CSS changes to pages which save correctly, just not CSS changes.
The user has been set to Administrator and there’s no higher permission level I can set them to.
Hello,
Please provide some screenshots. Normally, you can edit with tagdiv Composer, select the row and in the tab css you can change the color -> https://imgur.com/UkgqKNM
Thank you!
Hello,
Seems that you have here a margin here https://i.imgur.com/k54ihJM.jpg .td-footer-wrap .tdi_174 {
margin-top: 0px !important;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Thank you!
Solved
aded css Newspaper -> Theme panel -> Custom code -> Custom CSS.
.single .tagdiv-type p {
text-align: justify;
}
Hi,
You can use the CSS code to resize the iframe on the frontend, we find the guide here
https://www.w3schools.com/howto/howto_css_responsive_iframes.asp
Thanks
Dear TagDiv support team,
1. Thank you for your previous response. I have temporarily resolved the issue I was having. However, I hope that your team will prioritize fixing this issue in the next update of the theme. The interface needs to be more visually appealing, balanced, and professional. In its current state, it requires too much editing in the “Custom CSS” section, and the customization options are still limited. This makes it quite inconvenient for users. Additionally, the “Woo My Account” section still has some minor interface bugs.
2. I would like to try out some of your pre-made demo themes, but I am unable to create an account to test the buying and selling features. I would appreciate it if you could provide me with a demo account so that I can further explore the theme’s capabilities.
Thank you for your time and consideration.
Sincerely