- 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 Alessandro,
1. Please let me know where on the page you have set and please provide the link to your website. Do you use the module popup?
2. Please let me know the type of ad. If the ads are auto ads, then you need to add the code between head tags, this can be set in our theme in Theme Panel -> Analytics/Js Codes. Example: https://prnt.sc/1tju9qf -> https://prnt.sc/10jk7fq, the code needs to be set only once per page -> https://www.wpbeginner.com/beginners-guide/how-to-add-google-adsense-to-your-wordpress-site/
3. For this you need to use custom CSS to change it -> .td-adspot-title
{
font-family: Lato;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Thank you!
Hi,
I agree with others that these Ads should not be displayed on the Admin Panel. We are all asking to erase it, not to turn it on or off.
There are many “free plugins” displaying their own ads on the plugin setting pages and most WP lovers do not take care about these, since we are using the plugins for “free”.
Why do we have to turn it off by ourselves?
If this theme has levels (with prices) like “free”, “Pro” and “Premium” versions and ads will be displayed only on “free”, then I suppose we all understand and accept it.
I suppose we (including myself) really love and rely on this theme. This is the only reason that some users are mentioning “extremely disappointed what they did”…
It will be great if all Ads are erased and we do not have to turn on/off toggle every time we set up this theme, even if we only do this once (like reviews feature…).
Last, I hide these ads by adding css. (.td-admin-web-services {display: none !important;})
I hope TagDiv team will read my message.
Hi,
If you saw the video, then you saw that there is this option where you can change the font -> https://i.imgur.com/368z8wH.png this will change the font where is set that font -> https://i.imgur.com/2yzlUDh.png this is apply to the current page that you edit.
For bullets, you can do a custom code css as you want and set it.
This is the only option for fonts.
Thank you!
I recently noticed I can’t save changes to my website anymore after moving from one host to another on my website https://hiideemedia.com/
I am trying to add effects to the tagdiv builder using a custom CSS and javascript code I wrote. But any changes I make in theme panel is not saved it just keeps rolling. Also in tagdiv composer, any changes made only save the header and footer the body of the content is not saved. Pls, what is the way out???
Hi,
If you use LiteSpeed https://i.imgur.com/O3JlCY2.png please disable the option to optimize the CSS and js.
Also, delete the object cache -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Thank you!
Hello,
I recommend you use a Single Post Template from tagDiv Cloud Library, and you can design it with tagDiv Composer.
To display the related articles or more from the author, you can use Flex Block and filter it https://www.screencast.com/t/SEmxo13Fo2X -> https://i.imgur.com/YIg3nPP.png
if you want to keep those templates the only way to remove the “more from author” tab is to use a custom CSS like this one:
.single .td-related-right{
display: none;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
I hope this helps you!
Thank you!
Hello,
Please edit with tagDiv Composer select the row and in the tab css you can change it https://i.imgur.com/Jf0XFNm.jpg
Thank you!
Bonjour,
C’est mon troisième message. Je vous prie donc de lire des deux précédents.
Désolé de vous écrire autant, mais je sens que tout va de travers avec votre thème.
En fait, comme je vous ai déjà écrit, j’ai un souci avec la version mobile : les modifications qui s’effectuent pour plusieurs pages dès qu’on les apporte à une seule page.
Voyant que ça devenait de plus en plus compliqué, je me suis résigné à adopter la “version réactive” : les pages mobiles qui ressemblent aux pages du site. Ce n’était pas ce que je désirais, mais je voulais vraiment finir avec la construction du site qui commence à prendre un temps fou. Mais là, aussi, je tombe sur un autre problème : des changements (pas tous) que je porte sur la version mobile s’effectuent aussi sur le site (la version PC) ! Voilà plus de détails : Quand je change le CSS des blocs sur la version mobile, les changements ne sont pas apportés sur la version PC, ce qui est, en soi, bien et même logique, selon ce que j’ai pu apprendre sur le thème Newspaper. Mais si je viens à supprimer un élément sur la version mobile, il se supprime également sur la version PC !
Autre souci pour la version réactive : les pages “catégorie” ne s’affichent pas de la même façon sur TagDiv Composer que sur un mobile normal (je veux dire, quand on se connecte). Autrement dit, aucune modification d’une page “catégorie” qu’on apporte sur TagDiV Composer ne se verra sur mobile !
C’est là, la multitude de problèmes que je rencontre. Et je me demande s’il n’y a pas encore d’autres à découvrir.
Aussi, je me demande si ce n’est pas le thème Newspapaer qui est à ce point limité. Mais je ne crois pas, d’ailleurs, j’ai vu sur plusieurs vidéos que la version mobile est clairement séparée de la version PC.
Enfin, si le thème Newspaper a des soucis passagers (ça peut arriver, après tout), je vous prie de m’en informer pour que j’arrête de chercher des solutions à des problèmes qui ne dépendent pas de moi. Et si, dans tout ce que je viens de vous dire, il n’y pas de problèmes (genre, c’est moi qui demande trop !), je vous prie aussi de m’en informer. Ainsi, je vais essayer de résoudre les problèmes autrement.
Cordialement,
-
This reply was modified 3 years by
Hamid Fekhart.
-
This reply was modified 3 years by
Hamid Fekhart.
OK I found a way to block the ad, though I fear I am also blocking all admin header messages as well:
NOTE: Editing these files is DANGEROUS and can disable your website! Do so ONLY if you know CSS, HTML and general WordPress web development. You have been warned.
Normally instead of editing the CSS of the installed theme, you’d install a child theme, but TagDiv’s child theme doesn’t allow you to edit the wp-admin CSS… so you’ll need to edit the actual wp-admin.css file!
I also tried custom CSS but that is all front end facing and doesn’t affect the wp-admin section of your site. I probably could have found another
You should make sure you have a backup of this file handy. Either download copy your existing wp-admin.css file from your website or go to ThemeForrest and download a fresh copy of the theme which has the original file in it.
If anything goes wrong, make sure you have the ability to use FTP in some form to upload the unedited wp-admin.css file to your website.
OK – here’s how I blocked the ad:
In Appearance->Theme File Editor:
In the Theme Files: window, open up includes >
Then open up wp-booster >
Then open up wp-admin >
Then open up css >
Click on wp-admin.css
Now scroll down to line 380
Line 380 should show as display:flex;
Change the word flex to none so it now looks like this display:none
Scroll to the bottom of the page and click the Update File button.
I see no ill effects from this and I was able to restore the ad by changing the code from display: none; back to display: flex;
Until TagDiv sees the way to make this ad optional or dismissible, I guess I’m just going to block ALL of their admin area notifications and hope I don’t miss anything important!!
Kim
Hey guys, you do know that people like me, who provide web development services, use your theme right?
And you do know that running an ad across the top of every screen in the WP-ADmin area is super irritating, right?
I’ve tried to block this ad using CSS but I haven’t found the magic combination yet.
This is what I have so far:
.td-admin-web-services .td-wp-admin-header .td-admin-web-services-txt .td-wp-admin-top {
display: none;
}
I’d prefer a dismiss option be built into the ad or better yet that the ad run once only upon install and then never seen again. I have enough competition as it is with devs in my home town! Now the theme I’m using with one of my clients is advertising to my client?
I don’t like this at all.
Kim
Hi,
Those are the resolution for each device -> https://i.imgur.com/icMGBnC.png
So, if you want to edit them, you can do it in this path -> wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css
But you do not need to edit the file; you need to copy the code, edit it as you need, and set it to the Theme Panel -> Custom Code -> Custom Css -> https://i.imgur.com/wYQ4ZrH.png or you can set it in the child theme in css file.
Thank you!
Hello Marian!
In the CSS tab of the ad box element you can set a width. This option is responsive.
Thank you!
Dear support
Our site plan to remove tags list on single post pages of tagdiv mobile theme.
Please tell me css class name or id to do it.
I wrote css to do it as
.td-post-source-tags {
display:none;
}
But it is not working.
Regards
Hi I’m using all these:
<div class="td-visible-desktop">
<!-- Your NON AdSense code here - this ad will show only on desktops -->
</div>
<div class="td-visible-tablet-landscape">
<!-- Your NON AdSense code here - this ad will show only on tablets in landscape orientation -->
</div>
<div class="td-visible-tablet-portrait">
<!-- Your NON AdSense code here - this ad will show only on tablets in portrait orientation -->
</div>
<div class="td-visible-phone">
<!-- Your NON AdSense code here - this ad will show only on phones -->
</div>
I just got the tablet one to work but the problem is anything under 768px goes to the ‘phone’one. Is there a way to customize that more so that I can have an image for something like 425px – 768px? I know there’s ways with CSS & HTML but do you know where I access those templates and how to add the code to a child theme? Thanks
Image modal not working.
When you click an image, the modal does not work correctly
https://snipboard.io/QYUMcW.jpg
Load templates in wp-admin not working
https://snipboard.io/s46NlM.jpg
Server Object Cache Not Working
Hmm ok so I seeing a lot of autoloaded data for the site, it is over the max limit of 1MB or 800kb – this can result in 502s on the site This will need to be reduced following these steps: https://wpengine.com/support/database-optimization-best-practices/#Autoloaded_Data
These are the top 20 largest autoloaded rows:
+———————-+————————————–+
| LENGTH(option_value) | option_name |
+———————-+————————————–+
| 1053678 | td_011_settings |
| 773215 | td_011 |
| 22490 | rewrite_rules |
| 13769 | autoptimize_css_defer_inline |
| 9785 | bookly_cloud_products |
| 9272 | wp_user_roles |
| 7383 | wpseo_titles |
| 6541 | cron |
| 5691 | wpseo_taxonomy_meta |
| 5243 | tribe_events_calendar_options |
| 4645 | wpseo |
| 3411 | wpseo_local |
| 3338 | Newspaper_demo_history |
| 3182 | wpseo-premium-redirects-export-plain |
| 2332 | genesis-settings |
| 2232 | dprv_html_tags |
| 2042 | fs_accounts |
| 1782 | wpe_cache_config |
| 1645 | wpil_2_ignore_words |
| 1588 | td_011_remote_cache |
+———————-+————————————–+
Total autoloaded data (in bytes):
mysql> SELECT SUM(LENGTH(option_value)) FROM wp_options WHERE autoload = ‘yes’;
1961371
We want that total to be under 800k or so for good performance.
This is ~1161371 bytes larger than 800k… Not ideal.
I’m trying to change the font on the page, the theme panel doesn’t respond, the CSS settings don’t respond either. Do you know where the error could be?
body, h1, h2, h3, h4, h5, h6 {
font-family: ‘Poppins’, sans-serif;
}
Page: https://www.kmosek.com/sluzby/personalni-audit/
Hi.
1. I am using Cloud Template for Header – using the WEEK PRO template
2. I created my home page using TAGDIV composer -No Cloud template
3. For the other template – single, page, etc I don’t use any cloud template. I just use the default or Standard Pack.
The problem is why the FONT on HOME PAGE looking different from my SINGLE PAGE
The Theme generally uses WORK SANS and PT SERIF but the HOME PAGE and SINGLE PAGE look differently.
Can you let me know where the problem is?
The site is still under maintenance mode so pages are not accessible to public.
https://dailyjournal.com.au/
I have enabled 2 page showing the difference
1. https://dailyjournal.com.au/checking-fonts/ The Correct font look
2. https://dailyjournal.com.au/2023/01/19/blackberry-lemonade-margaritas/ incorrect font look.
A. Notice the text on the header
B. Notice the sidebar heading texts.
C. Note that the SIDEBAR content is identical. A simple custom widget.
D. You can inspect the HTML and CSS used – they are identical setting which uses WORK SANS or PT SERIF
Thanks,
Marco
Hello,
This can be hidden only using a custom code css.
.tds_menu_login .tdw-wml-menu-list li:nth-child(3), .tds_my_account .tds-san-item-wrap:nth-child(2), .tds_my_account .tds-san-item-wrap:nth-child(3)
{
display: none;
}
Set the code in Theme Panel -> Custom Code -> Custom Css.
Thank you!
Hello, after years of regular use, I don’t know why since yesterday my site returns this error to each article preview or once logged in trying to view the site:
wp_booster error:
td_res_context->get_att(more) Internal error: The atts are not set yet(AKA: the render template method was called without atts)
/var/www/html/xxxxxxxxxxxxx/html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php
what could it depend on?
thank you very much
Hello
I can’t drop the line-height between both paragraph (p and a link), someone can help me ?
I have already a class for the first paragraph to transform the style text.
<!-- wp:paragraph {"className":"TitreColor"} -->
<p class="TitreColor">BLABLABLABLABLABLABLABLABLABLABLABLA. </p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p><a href="BLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLABLA" target="_blank" rel="noreferrer noopener">BLABLABLA.</a></p>
<!-- /wp:paragraph -->
CSS:
.single .tdb-block-inner > p.TitreColor
{
color: #091769;
}
Thank you very much for advance if someone can help me.
Hello @michaeldef !
Check the CSS tab from the post loop settings and set a margin of 0 like this: https://prnt.sc/7BAedujlDs4E
Thank you!
Hello,
The change is not applied because there is a custom body class.
So, you can delete it from Theme Panel -> Custom Code -> Custom Body class -> https://i.imgur.com/Ex34yxc.png, or you use a custom code css.
Also, I recommend using Flex Blocks instead of blocks 1-25; those are from the tagdiv standard pack and can’t be customized as a Flex Block.
Thank you!
Hi,
As I can see here, you have set the custom field for the first name; our plugin is specially designed to show only the email field.
So, if you want to have the same design, you need to use custom code css.
Thank you!
Hi, I don’t use a plugin to optimize the CSS and JS. I use WP Rocket for caching. I look forward to the steps I must undertake to rectify this issue.
Hello Ken!
Add some margins, for example: 100 in the margin-left (located in the CSS tab of the ad’s row). You can delete any element that appears twice.
Thank you!