- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi vmertinos,
This question is a bit more complex, if css @media Rule is used for the responsive version, for the mobile theme plugin, our developers have implemented in the plugin a code to detect mobile devices, this code can be inspected on this path wp-content/plugins/td-mobile-plugin/Mobile_Detect.php
I hope this will help you!
Thank you!
Is there a way to disable editing the Cloud Header and/or Footer from TD Composer when editing standard pages and posts? It happens quite often that an editor is making changes to a post, but then accidentally drags a block into the header or footer and then it saves it globally. I mean there is nothing stating you are editing the global header or footer.
I am contemplating writing some CSS/JS to simply hide .td-header-desktop-wrap when editing through TD Composer, but wanted to see if there was a better solution.
Here a screenshot: https://www.dropbox.com/s/j4uh5niumf4qucf/tag.jpg?dl=0
How I can use css? the elements has no a specific class to hide.
Why can filter a particular tag and I can’t excude it?
Let me know. Thanks
Hello,
Please provide more details about what you want to achieve.
Maybe you can only hide them with CSS.
Thank you!
Hello,
I believe that you are referring sticky sidebars.
If is so, the sticky sidebars was made using css and JavaScript and as far as I know there has been not changes to theme until now.
Thank you!
Hello,
You need to use a custom code css -> https://i.imgur.com/UN8uKEs.png
.td-black h2
{
color: black;
}
.td-black input[type="text"] {
color: red;
}
Set the code in Newspaper -> Theme panel -> Custom code -> Custom CSS.
Thank you!
Hello
I need to create a third Post Format for live news, when an event is being covered live I want to highlight the featured image with a red border and display a blinking red dot on the image.
I want to create a third post format in the dashboard called live when selected will output the above using css on frontend.
See existing post format option here: https://ibb.co/4Ftg842
Wow. Please tell Calin he’s a genius. You’re also a genius too Anamaria. In fact, all you guys are geniuses. I suggest making a page for people like me called ” Custom CSS for specific link types, zones, or template pages” and have it linked to this page specifically: https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
I’m still testing this out but it seems like following the steps works for specific link types but I’m not sure what other things get affected. Regardless. Thank Calin for me.
That’s right, the Dashboard section doesn’t have any style, its the only one with this problem, the rest works fine.
I didn’t installed any plugin to remove CSS or to optimize the JS, but just to be sure, I deactivated all the plugins (there is only a few) except the tagDiv core plugins and still no style to Dashboard page.
Hello,
No, I don’t speak Portugues.
So, the Dashboard section doesn’t have any style? but the rest of the sections have?
The links can’t be changed. Please let me know if you use a plugin to remove the css and optimize the js.
Thank you!
I am getting an error message on homepage, nothing is getting displayed except for the top menu. Can anybody help?
wp_booster error:
td_res_context->get_att(image_height) Internal error: The atts are not set yet(AKA: the render template method was called without atts)
/home/parisbkd/public_html/parimaanam/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php
Hello,
To hide the post view counter, you don’t need a CSS, you can disable it from Theme Panel -> Mobile Theme -> Post Settings -> https://i.imgur.com/1yQm8Sh.png
Thank you!
Hello!
Use the cloud/PRO templates in order to have the possibility to edit them with the TagDiv Composer which contains a lot of functions and features, please check our tutorial here: https://forum.tagdiv.com/tagdiv-composer-tutorial/
Documentation here:
– https://forum.tagdiv.com/cloud-library-templates/
– https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
– https://forum.tagdiv.com/cloud-library-category-templates/
Check also our video tutorials here: https://www.youtube.com/c/tagdivThemes/videos
You can import any cloud templates from any demos you like from the Cloud Templates and assign it on your website, or you can build them from scratch by importing a blank template(in order to make it editable with the Composer).
Edit the page with TagDiv Composer. Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB; there you can see your mobile version and edit or adjust the elements to look better. You have the possibility to hide the elements from the mobile viewport. This setting can be seen in the CSS tab of every element: [Display: HIDDEN]. If you hide it on the mobile viewport, then this element will be seen only on the desktop and tablet viewports.
There are another 2 options for mobile version:
Mobile pages: : https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages
Mobile theme plugin: The Mobile Theme is a performance-optimized theme included in the main Newspaper theme that only loads on mobile devices. It comes with its own templates and design for pages, posts, categories, etc., so your current templates from the desktop theme will get converted to the mobile theme layout. Please see https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/ for more information.
Note: All the elements are responsive when you install a cloud demo, but not the elements if you add them extra. You have to set them in the mobile viewport.
Thank you!
Hi,
Normally the only settings for button colors are those -> https://i.imgur.com/lDWxIxi.png
Now, maybe the buttons that you have with white background color are set from a plugin and that plugin has some options for it.
IF is need I can provide a css to change the background color, but I will need a link to a button that you have on your website.
Thank you!
Hi,
If you want to set the text in subfooter section, then it can be set in this place -> https://i.imgur.com/5uINoka.png
Then if you do not want to use a menu in subfooter then you can use this custom css
.td-sub-footer-container .td-pb-span4{
width: 100%;
}
This code need to be set in the theme panel > custom code> custom css.
I hope this will help you!
Hello,
Please check this topic https://forum.tagdiv.com/topic/the-package-could-not-be-installed-the-theme-is-missing-the-style-css-styleshee-5/
Thank you!
How to resolve the following error: The package could not be installed. The theme is missing the style.css stylesheet.
Thank You!
Looking for some help with the scuba theme post template.
What custom CSS am I needing to change to change the default blue color to the background color I’d like?
Hello everyone,
I want a help because I’m having a problem removing the post views counter with CSS.
I’m doing it with the style.css file on Editor but when I change CSS with:
.td-post-views {
display: none;
}
I don’t get effect.
When I disable the tagDiv Mobile Theme plugin or changing it on Google Chrome Console, it work.
But disabling the tagDiv Mobile Theme plugin the theme changes.
How can I fix it?
Thank you
Hi,
I believe that you can try something like this, set the shortcode in the mobile header ad
section then use a custom css to display that shortcode in the top.
#td-outer-wrap {
margin-top: 100px;
}
.td-a-rec.td-a-rec-id-header_mob{
position: absolute;
top: 30px;
}
Set the code in this place -> https://i.imgur.com/Lptdv4Y.png
I hope this will help you!
Thank you!
Hi, we are using perfmatters plugin to improve the speed of the site. When enabling the feature ‘Removed unused CCS’ we are encountering an issue with the images that are showing up on top of our homepage: the images doesn’t load until there interaction (it takes even more time on mobile). There is an option in perfmatters plugin to remove some items and we would like to remove these but I am not sure what we need to put in the plugin.
Our website is: https://bettingpicks4you.com/ the images in question are the wrapper box at the top of the homepage. This is what they need to remove from the plugin action:
CSS
Excluded Stylesheets: Exclude specific CSS (stylesheets) from the Remove Unused CSS feature by adding the source URL (example.css), or by adding a unique portion of the source URL
Excluded Selectors#
Exclude specific CSS (selectors) from the Remove Unused CSS feature by adding the element id, class name, etc. (#id, .class).
If you can advice what we should exclude to avoid images not loading with such a delay that would be great.
Hi,
What I can recommend is a custom css, maybe something like this (the code can be further adjusted) -> https://i.imgur.com/H2fZ0c3.jpg
.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure img {
max-width: 1920px!important;
width: 100%!important;
}
.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure img{
max-height: 1920px!important;
}
.td-slide-on-2-columns .td-doubleSlider-1, .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure{
height: 640px!important;
}
You need to set this code in the theme panel > custom code> custom css.
I hope this will help you!
Greetings,
as per screenshot attached when I try to update my site via “td-composer” builder in console it prints me the errors you see.
Link screenshot: https://tinypic.host/i/screenshot-22.W7jY2
Through the builder it is not possible for me to do anything as it is blocked.
In the home page of the site some sections have disappeared showing part of the “td-composer” shortcode. Here is an example:
“[vc_separator style =” dotted ”color =” # 0a0a0a ”tdc_css =” eyJhbGwiOnsicLS ”
I don’t know if the problem may be due to the latest theme update.
You can help me?
A thousand thanks.
Hello Bruno,
Yes, you can hide elements on each version, desktop/tablet/mobile, you can hide them from the tab called “CSS” -> https://i.imgur.com/F7qxitF.jpg -> https://i.imgur.com/jTvZ1ad.png
Thank you!
Hello Anamaria,
yes, i use a mobile page for the mobile version.
And by the way, the mobile site has apparently become very slow. But I can’t find any more adjusting screws. Caching is set up. but the js/css cache with Autooptimize fills up to 400 MB within two days.