- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Good day.. I am trying to change the settings of the h1-entry-title in Page template.. But there is no option for Page template under Cloud templates.. Secondly when I adjust the settings like making padding:0px in Chrome Developer option, it shows it is working, but when I copy that same code to Add CSS in the theme, it doesn’t work..
https://www.shippingandfreightresource.com/wp-content/uploads/page-title-template.png
How and where do I adjust the page title and other items for WordPress Pages..?? Thanks..
Hello @ffkronstorf !
Please edit the homepage with the TagDiv Composer, click on that background, and check the CSS tab. There, you can find the option for background color.
Here you can find the color for the block: https://prnt.sc/Oldwsp-fFAdK
Thank you!
Disabled also MINIFY INLINE CSS
Check the screenshot also here https://app.screencast.com/oQMJBOEkYXLvu
Feature images/thumbs still not showing
Hello,
For malware, please check this topic https://forum.tagdiv.com/topic/security-vulnerability-reported-in-composer-again/
For thumbs please go to the theme panel -> block settings -> inline css and disable the option to minify the css and clear the cache.
Thank you!
Hi,
Yes, it minifies the CSS.
Have a great day!
no it’s LS Cache but I think it also minifies CSS… you are right 😉
thank you for your efficient help
Hello,
For mobile please try this custom css only for mobile:
.single .tdb-sacff-txt {
display: block;
line-height: 28px;
}
.single .tdb-sacff-txt img{
margin-bottom: -6px;
}
The code needs to be set in this place – https://i.imgur.com/6HMShqF.png setting the code there will be apply only on mobile.
Thank you!
Hello Megan!
You can add this CSS in the live CSS:
.td_block_wrap {text-align:center!important;}
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 Megan!
Try to add a margin left in the CSS tab of that element and adjust it.
Thank you!
Hi,
Depending on what setting you have on the excerpt, what you can do is to set the border in the tab css -> https://i.imgur.com/mG67Dck.jpg
Thank you!
Hello,
For some reason the sidebar widget is left-aligning in mobile, even though the CSS of the widget is set to center within tagdiv composer. You can see an example here (scroll down nearer the end for the advertisement): https://rareparenting.com/books-for-children-about-disability/. Usually in these situations it seems I have to add CSS to the Live CSS within the Editor.. could you let me know what to add in order to ensure the widgets center align? Or is it something else?
Thanks!
Hello @IdentidadyFuturo !
Please edit the homepage with the TagDiv Composer. Click on that row and change the background color from the CSS tab.
Thank you!
Hello @jakobe75 !
td_live_css_local_storage is an option in your database. So, if you delete it, then you lose the code. You can’t have them back. But that option will be re-added automatically when you write the code in the live CSS.
Thank you!
Can you please check at line #58895 in wp-content/plugins/td-cloud-library/includes/tdb_config.php
Just because of the repeated CSS settings array, we have double CSS options in the Flex Loop Builder block.
Hello,
I have the Gutenberg classic editor via plugin. I removed from wp-content/themes/Newspaper/editor-style.css .mceContentBody and .mceContentBody:after as you suggested but is still appearing :(. Thank you.
I was reading on another forum how to repair this and I have deleted that row entirely by mistake instesad of just clearing the data. Do you have a suggestion on how to recreate that row td_live_css_local_storage ?
thanks in advance
Hi,
From what I can see on the articles, the screen goes left-right, and on a more detailed investigation, I see that the css from a plugin referred to the one in the theme for the social share elements.
The simplest solution is to use a css code:
.single .td-post-sharing-bottom {
padding: 8px;
}
This code needs to be set in the theme panel > custom code> advance css > phone.
Thank you!
Hello,
I’ve added the code, but the main image is still clickable.
I looked into the source code just to double-check if i’m seeing a non-cached page and the code is present:
<!-- Custom css from theme panel -->
<style type="text/css" media="screen">.td-read-more{display:none;}.td-main-logo img{width:auto!important}.td-image-container{pointer-events:none}</style>
Thank you
Hello Bettina,
Oh, what a pity. From what version number can’t do it?
First I upload the main theme and the child theme.
Once everything is set up, I upload the modified themes (theme folders names, screenshots, edit css).
I have another installation in which I was able to do it. It’s true that it hasn’t been updated for a while (10.3.6.1).
If I cannot change the names, I am no longer interested. I will use another theme.
Regards.
Sebe.
Hello!
Try to use the Raw HTML, and style it via CSS.
Thank you!
I have been replaced my files to files before attack and update Newspaper to the last version.
But it’s hard to replace my db on previos due to some constraints on the server.
Wordfence didn’t find virus files on my site, but always in my db appear td_live_css_local_storage with injection code.
How I can eliminate this injection in my db?
Hello,
I always change child and theme name when I deploy a new site. I do not want to show what theme I’m using 🙂
I’ve changed the theme folders names, screenshots, edit css… and activate it but the whole website breaks, front end and backend.
– – –
ERROR
The tdc_state::$is_live_editor_ajax is NOT setThe tdc_state::$is_live_editor_iframe is NOT set
wp_booster error:
Missing parameter: ‘file’
/wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php
– – –
I have had another Newspaper license for years and it works without problems in that way.
Is there a way to fix it?
– – –
Do you need access to my website under development?
Is there a way to send you access information privately? I do not want to disclose sensitive data publicly.
Regards.
Sebe.
Hi leagcooks,
Unfortunately, there is no option for this in the Newsmag theme, sorry!
But I think it can be achieved using a custom CSS and JavaScript, something like this – https://pastebin.com/NGfChF9g
The JavaScript code needs to be set in the theme panel in this section – https://i.imgur.com/YEVkmMH.png
Thank you!