- 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
Dear sirs,
how can i have the background in all slide of gallery white (for all the articles), and gallery pagination and arrows black? Example:http://bit.ly/2rvG7bI.
I try with css but the second slide is always with black background.
Regards
When you scroll down the page, the letters of the title disappear or reduce the colour in them so it´s a fading effect, how can I get it with the tag div composer or CSS styles?
Thanks
The elements are aligned, but my images are not at the right vertical position.. What kind of CSS I need ?
.td-post-template-2 .td-post-featured-image img {
width: 100%;
height: 70%;
}
something similar ?
Thank you
its not possible with custom css?
Hi,I want to disable related posts block in category skubus-skelbimai only.
For example in this page
I think it should be possible with custom css but I didn’t find right command for it:|
Thanks!
Hello !
Sorry, that is for the button in the comment section. Please provide a direct link to that phrase you want to provide a css since I cannot find it.
Thank you !
The problem was solved. I am using Kaspersky antivirus and it blocks the advertising in that case (Use adspot from :). But when ‘Custom ad’ settings in ‘ad box’ the antivirus does not block it.
With ‘Use adspot from: Header’ and ‘Use adspot from: Sidebar’ the antivirus does not block it because in css styles no advertising keywords are used.
You could evaluate and optimize the ‘Ad box’.
Best regards.
Joseph
Hi,
On November 5th, 2 websites were updated with old settings from one of the multi-site sites. And then on November 26th, 4 more websites just updated with settings – same as the other 2 on November 5th.
In both cases, the websites updated with the settings from the same website (but old, since the existing settings have newer CSS in custom styles).
Is there anything that could trigger this. The theme supports Multi-site environment?
By Settings – it’s like someone would go to Import and would just click Import, and go through that funnel to import new settings. The Multi-site installation has only 2 users, and they wouldn’t do that on purpose.
All solutions are welcome! Thank you!
Hello !
That will require CSS Coding, please provide a link to your website and we will take a look.
Thank you !
Hi!
I would like to NOT show dates in the first big grid on my blog.
The other one down further down the page should have dates.
I would rather not use a flex grid, since I really like the design of the big block.
Any thoughts on how I can delete the dates from those first three posts on my blog with css?
See here: https://www.fuckdiestudieschuld.nl/
Thank you!
Maaike
Hi,
The author box from posts can be customize using custom css or if you are using single post template from tagDiv Cloud Library, then you can edit it with tagDiv Composer -> http://prntscr.com/q2r03r
Hope this will help you!
Thank you!
Hi,
From what I can see these stars do not come from the theme -> http://prntscr.com/q2nq0l -> these are from the theme -> http://prntscr.com/q2nqlq
If you want to use some code to achieve the half star you can check these articles:
-> https://www.htmlsymbols.xyz/star-symbols
-> https://www.w3schools.com/howto/howto_css_star_rating.asp
-> https://codepen.io/kimvladis/pen/RNeqyN
-> https://www.htmlsymbols.xyz/star-symbols/half-star-characters
Hope this will help you!
Thank you!
Hi,
In order to remove that line from post editor you need to go in wp-content>themes>Newsmag>editor-style.css
-> https://www.screencast.com/t/dM52p01U
Please check this similar topic bout how to remove the sidebar from post editor -> https://forum.tagdiv.com/topic/sidebar-on-visual-editor/
Thank you!
Problem 1 – How do I set style and script order? How do I edit?
https://prnt.sc/q2j23x
###########
Other Problem 2- How do we adjust the image dimensions width to height? See picture
https://prntscr.com/q2j7gi
#######
How do I perform a css sprite operation? Or how do I fix this problem?
I want you to help me in this regard. How to sorve my question
I can´t post a link to the site yet, as it is not live yet.
But, here are pictures: https://imgur.com/a/fyYDxqk
So for some reason, blockquote on post does not get the same styling that on pages.
On page I see there is the css class .tagdiv-type, but I cannot find this on the posts page.
I have only default setting for it on Theme panel – Font
Tried the custom css. It did not work. I am using the AMP plugin for mobile. Is that why perhaps?
Hi
I did everything he suggested. It is not solved.
According to the item inspector Element, the CSS that has display: none !important is in the main.css file.
You could check it. The style that applies is .td-a-rec-id-custom_ad_1
Is there any other way to solve it?
Best regards
Joseph
Hi,
Now I understand, you have a stranger css that set #fff color on social networks, please try this code -> http://prntscr.com/q2cnzf
.td-social-icon-wrap i {
color: #222;
}
The code need to be set in theme panel> custom code> custom css
Hope this will help you!
Thank you!
Hello !
You can use this CSS code for that: .td-theme-wrap .tdi_146_d1d .block-title {
margin-bottom: 5px;
}
Thank you !
Hello !
That options should be available here: https://www.screencast.com/t/y4Nme0ojUj If not then you will need CSS coding for it.
Let us know about the result.
Thank you !
Hello TagDiv team,
Congrats on Newspaper 10. I would like to suggest a “quality of life” feature.
Could you please consolidate your WordPress toolbar items?
Currently, on the frontend toolbar, you have these menu items:
“Edit with TD Composer”
“Theme panel” which is under the site menu.
“Theme Support”
“Live CSS”
Maybe make a TagDiv menu and put them all under there?
Hi,
So you want to have the text on modules, but when you hover the module/image you want to remove the text, if is this, then can be achieve only with custom css, please provide me a link and some details on the modules/images you want to have this element.
If this is not what you mean, please provide me some more details.
Thank you!
Hi,
There should be no difference on “TEXT LOGO TAGLINE”, maybe this is a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If you want to remove the tagline from mobile theme, you can add this custom css -> .td-main-menu-logo .td-tagline-text {
display: none;
}
-> http://prntscr.com/q26yhp the code need to be set in theme panel > mobile theme > custom code> css -> http://prntscr.com/q26yr8
Thank you!
Hello !
You can use this custom css code to adjust that: .td-header-wrap .td-drop-down-search {
right: auto;
left: 0;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !