- 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
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi!
Same problem here. Using custom CSS class to change one menu item font color but it’s not working.
Any ideas?
Thanks.
Many thanks Calin.
It was my fault. I created a smaller newspaper.woff a couple of years ago and have to remove:
@font-face {
font-family: 'newspaper';
src: url('images/icons/newspaper.eot?22');
src: url('images/icons/newspaper.eot?22#iefix') format('embedded-opentype'), url('images/icons/newspaper.woff?221') format('woff'), url('images/icons/newspaper.ttf?22') format('truetype'), url('images/icons/newspaper.svg?22#newspaper') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
From each one of those 4 .css files.
I missed one of them after the updated to version 12.2
I think I need a new pair of glasses.
Thanks for your help.
Nigel
Hi,
Please try the steps and css indicate in this similar topic – https://forum.tagdiv.com/topic/page-break-button/
Thank you!
Hi,
Unfortunately, this is beta, and it seems that it may cause problems; that’s why I said to remove the CSS.
Thank you!
Hello,
Please use this custom code css for mobile theme .td-scroll-up{
display: none ;
}
The code needs to be set in Theme panel -> Mobile Theme -> Custom code -> Custom CSS.
Thank you!
Hello,
To hide this subtitle, you need to use a custom code css
.td-category-siblings
{
display: none;
}
Set the code in Theme Panel -> Mobile Theme -> Custom Code -> Custom CSS.
Thank you!
Hello,
For me, the header looks like this https://i.imgur.com/6fdF4S6.png and this image is on the footer https://i.imgur.com/HSd4MEh.png, but to make sure, please edit with tagdiv Composer, select the viewport on phone, select the row from the footer and go to the tab Css and check if you have there, set a background image.
Thank you!
Hi, should we click on remove generated CSS?
Thanks by clicking remove, that solved the issue.
But will that not slow down the load speed of the desktop website?
-
This reply was modified 3 years by
SP1.
Hi there
I have installed the Coffee Blog template (with demo content) and I have been able to change most of the fonts (headings, menu items, etc.); however, I can’t seem to change the default “excerpt” text font for the home page (see screenshot) as well as the Author box font (see screenshot).
I have tried changing the font in every place I can think of, including the theme panel’s theme fonts section and via the tagDiv Composer with no luck: it still uses the blog’s default fonts. I’d prefer to avoid hard coding it via CSS of possible.
Any suggestions would be greatly appreciated (site link).
Thanks for the help.
Hi,
This newspaper.ttf?21 should be in 4 files
– wp-content/themes/Newspaper/style.css -> https://i.imgur.com/95oJmOx.png
– wp-content/themes/Newspaper/gutenberg-editor.css -> https://i.imgur.com/nhwGdFk.png
– wp-content/themes/Newspaper/editor-style.css -> https://i.imgur.com/mbEMntk.png
– wp-content/themes/Newspaper/font-newspaper.css -> https://i.imgur.com/l8WZsgP.png
I hope this will help you!
I’ve been running GTmetrix on my site (https://www.news.cyprus-property-buyers.com/) to measure performance and noticed that there’s a font file loaded – /wp-content/themes/Newspaper/images/icons/newspaper.ttf?21
I’ve looked though the .css files but cannot see where (or why) this font is loaded.
Can you please explain?
TIA
Nigel
Hi,
probably the problem is this: the antimalware on your server where your site resides … automatically deletes the css-analyze/css-analyze.php file so try contacting your hosting provider and asking them to whitelist it. Thanks to Lucian I solved it this way.
Hello,
Please use this custom code css
.td_block_video_embed video
{
width: 100%;
}
Set the code in Theme Panel -> Custom Code -> Custom CSS.
Thank you!
Hi,
I think you are referring to this space – https://i.imgur.com/06C5uU2.png This is because the Twitter embed iframe has by default width: 550px; And for this usually the themes can not control it, also I’m not sure if this can be resolved only with css, because that is an iframe, I think that it will also need some javascript.
Thank you!
Hi,
The meta from the small grids has been hidden with custom css. You can display it using this custom code:
.td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info {
display: block;
}
You need to set the code in the theme panel > custom code> custom css.
I hope this will help you!
Hello,
Unfortunately, if you use widgets, then you need to use a custom code css
.td-cat-no
{
display:none;
}
Set the custom code in Theme Panel -> Custom Code -> Custom Css.
Thank you!
Hello,
TagDiv CSS Analyzer Tool is a beta version.
You can find here -> https://i.imgur.com/5X3KhRk.png
Thank you!
I have the same problem. The problem is that server renames css-analyze.php and then you get an error: require_once(): Failed opening /td-composer/css-analyze/css-analyze.php
Hi,
Where can I find this tool: “TagDiv CSS Analyzer Tool” (Performance Optimizer)
Thanks
Hi, we have been on the NEWSpaper theme on 3 websites for 7 years now, and we just remade the header and footer for our first website http://www.gadgetbridge.com. As we were on the old system of creating headers via the NewsPaper theme panel. We moved to the new recommended one with TagDiv header and footer composer.
However, after we created those. The website CCS breaks when you open it at first for 2 seconds and then it comes back together.
https://prnt.sc/c5K28R5i1hpm
We are not facing this problem on our other website http://www.motorbridge.com
We are using the same plugins and the same settings on both websites. But style breaks on Gadget Bridge but not on Motor Bridge.
Can you please help.
Best Regards
E_COMPILE_ERROR line 167
public_html/wp-content/plugins/td-composer/td-composer.php.
require_once(): Failed opening required ‘css-analyze/css-analyze.php’ (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’)
I try with clean installation.
I try to delete cache, install , unistall plugin and much more thinks.
I can not find a solution.
Hi,
I installed the theme manually via FTP, I disabled the various cache plugins, I cleared the cache, I changed the browser, I tried in anonymous mode, I cleared the cache again, I manually uploaded the plugin … nothing, always error critical of the tagDiv composer plugin, how can I fix it?
E_COMPILE_ERROR è stato causato nella linea 167 del file /home/bnewdimw/public_html/wp-content/plugins/td-composer/td-composer.php. Messaggio di errore: require_once(): Failed opening required ‘css-analyze/css-analyze.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’)
Thank You
Max
Hello,
I just checked and seemed to be the same header https://www.screencast.com/t/LRbDcTCSS3VG
Thank you!
Hi,
The Posts Loops settings are divided into 5 tabs: General, Layout, Style, ADS and CSS. The Posts loop is a special block and doesn’t have filtering options.
Also, one of the options for pagination of the Posts Loop has the option for normal numbered and the flex blocks do not have this option.
The Posts Loop is automatically filtering the posts depending on the cloud template you set (for example on the category page there will be posted posts from that category).
Thank you!
Hi, I’m seeking for a way to improve the line of content on my homepage with the “News ticker” so it can looks better on mobile device.
I’d like to truncate the line of text with the symbol (“…”), mybe using CSS, or if it isn’t possible, place the split arrows before the content.