- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello,
1. You will not be able to fin a block font as blocks are only containers for modules. You will be able to see which module is used for which block here: https://www.screencast.com/t/BQq8QesHWcx
Then you can change the fonts on each module you want from the fonts section of the theme panel
2. Hello,
You can change the black color, but it will affect all blocks at once. You can use this code to change it from black:
.td-post-category{
background-color:red!important;
}
Add the code in the theme panl-> custom css box.
3. Please use this guide to improve page speed: https://forum.tagdiv.com/how-to-make-the-site-faster/ and you can try the mobile theme as an alternative: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hey, i have two questions:
1. is it possible to deactivate the post advertising for selected posts?
2. in the previous version of Newspaper i edit the “editor-style.css” like here descibed but now it doesn’t work anymore in version 7.6.1? http://pastebin.com/6T6zAe2f
/*
usage:
.td-block-row {
.mx-row(td-block-span);
}
@all_span_selector - is the begining of the span selector
*/
/* ----------------------------------------------------------------------------
editor style
*/
/* max width - content + sidebar */
/*html .mceContentBody {*/
/*max-width: 696px;*/
/*margin-left: 24px;*/
/*margin-right: 24px;*/
/*background: #ffffff url('images/editor-style/grid-sidebar-desktop.gif') repeat-y left top;*/
/*font-family: Verdana, Geneva, sans-serif;*/
/*position: relative;*/
/* responsive Landscape tablet */
/*}*/
/*html .mceContentBody:after {*/
/*content: 'SIDEBAR';*/
/*color: #ccc;*/
/*position: absolute;*/
/*right: -50px;*/
/*top: 0;*/
/*display: block;*/
/*width: 10px;*/
/*word-break: break-all;*/
/*}*/
Hello,
You can use this custom css code to change the font size on block 11 mobile:
@media (max-width:767px){
.td_block_11 .td-module-title{
font-size:15px!important;
}}
Thank you!
You should erase the span.s and only leave the text remove the html < span > tags along with the inline css added to them.
Thank you!
Hello,
Thank you for information. I did what I want. For people which wants to do the same:
1- Look CSS file of the template you like (latest articles section) and find which module is it using. (https://www.screencast.com/t/xtNsV0Yb6rI) (Mine is td_module_11 so i will write this steps based on it, you can change the number)
2- Open ThemeName/includes/modules directory and download td_module_11.php then rename it with the td_module your using (mine is td_module_12). After that change td_module_12.php name to td_module_12.backup to backup it then just upload the new td_module_12.php (you renamed).
3- Open your style.css (in the main directory of theme)
Search “Module 11”
and try to find something like
/* ----------------------------------------------------------------------------
Module 11
*/
After you find it, copy code in it and paste that code to an empty notepad file. On notepad file change every module 11 line to 12. After that search for “Module 12” just like you did before. Delete module 12’s content and paste the new Module 12 content you created.
4- Go to theme panel and change Module 12’s excerpts with Module 11’s. Done.
Hi,
Each block uses different modules, they do not have to correspond to the block numbers (block 9 uses module 8 and block 10 uses module 9) you can get some impression about this in Theme panel->Block settings – https://www.screencast.com/t/DVULMaAiLI or you can check with your browser inspector – https://www.screencast.com/t/AYpQSGRwfto
You could align the title content using this code, enter it in Theme panel->Custom Css
.td_block_9 .td-module-title {
text-align: center;
}
Thanks
These are the list of files updated:
style.css
parts/headers/td-login-modal.php
includes/td_config.php
Hello areim,
Please notice that these are two different demos which are available from Theme panel, like this -> https://www.screencast.com/t/jBeM8Lgbck Each of them has the own CSS and if you want to have some elements from one demo to the other one yo should make some adjustments in CSS and this task involves custom work and we cannot provide this type of services at the moment, sorry! So, if you want to have latest articles at the bottom of your page, you should use the Pagebuilder+Latest Articles+Pagination as a page template, like this -> https://www.screencast.com/t/WM8vUFsdQV9X In our Sandal demo is used this type of page template with module_11 as you can see here -> https://www.screencast.com/t/xtNsV0Yb6rI For more information about Page Templates, please consult here -> https://forum.tagdiv.com/newsmag-page-templates/
Thanks for your understanding!
Hello pacoesni,
If you want to control this space you should use a bit of CSS code to do that. Try the code below and place it in Theme pnael->Custom CSS area.
The code is here ->
ul li a {
margin-left:-20px;
}
The result is here -> https://www.screencast.com/t/6QW8WA0sB8
Thanks for your understanding!
Hi
i want to change Specific widget background widget, and use new color instead the colors with the theme
and i put class name, but i stooped
any advice to change it using css?
Hello adnanp,
If you want to have a landing page, without header and footer section, you should use a bit of CSS code to hide them. Also, you should use the page ID for this type of page. Try the code below and place it in Theme panel->Custom CSS Area.
The code is ->
.page-id-38 .td-header-wrap, .td-footer-wrapper, .td-sub-footer-container{
display:none;
}
The result is here -> https://www.screencast.com/t/EV9YR2yKd
Thanks for your understanding!
Hi, well zooming is not an option … it was just to illustrate what I wanted to achieve. But then the answer is that this cannot done and messing with it in CSS/HTML will “break” the theme?
K
Hi!
Please help me with a CSS to configure the size of the header when sticky.
Also, need to find the configuratons to change the buttons on my site, principally the forms.
Looking to every file I can only find an “if” statement added to the beginning of td-login-modal.php
styles.css only changes the version number.
Every other files have no changes from 4.6. or am I missing something?
The default Image Box font is Uppercase and quite a small size. What custom CSS can I add to make it Capitalized instead and a larger font size?
Thank you in advance for any help with this.
I’m very happy with the font size of Block 11 on desktop view. But on mobile it’s too small. What CSS can I add that will make it larger on mobile, but keep it as it is on desktop?
Thanks in advance!
Hi!
Exactly I am saying that style – 2 should show
image – Text (on the right side of the image)
But when I am using visual composer, it is shown as
Image
Text (not starting from the right of the image but starts from the below the image and space on the right side is empty)
2. Can I achieve this thing by inserting my custom css into any style file of the theme.
3. Regarding smart list, when smart list is used, each list content adds an number to the url like …/2/, etc
Is it not violation of any google policy (search and adsense). Please confirm.
4. In the smart style – 8, we have drop down of each list item along with Back-Next button on top as well as bottom of the post. Is it possible to achieve these three features with other smart list style. As some style have Back-Next Button on both place but does not have dropdown and some have Back – Next Button only on top.
5. Can I change layout of Back – Next button in smart list style, like change of colour of background of button from black to other colour.
Hello Bogdan,
Do I have to use exact name of category or the slug?
Example:
I want to add a header image to the following:
Category named: bloggo ; slug= hipster, ID=10
Image is located at mynew-wpsite.com/lambado/img/manhattan.jpeg
I’ve tried this css-code but it’s not working:
.category-bloggo .td-category-header td-image-gradient-style8 {
background-image: url(“http://mynew-wpsite.com/lambado/img/manhattan.jpeg”);
background-repeat: no-repeat;
background-size:100%
}
What did I wrong?
-
This reply was modified 9 years by
Excalibur777.
Hello,
I upgraded to 7.6.1. When editing post and a page and going to the theme panel thins are OK. When I try to access the main menu of my site i get the following error.
Fatal error: Call to undefined function vc_shortcode_custom_css_has_property() in /home/anitasfe/public_html/test20/wp-content/themes/Newspaper/vc_templates/vc_row.php on line 53
What do I need to do to fix this?
Looking forward to your reply.
Tom
Hello friends … I would like to update Newspaper to the new version but without losing the settings or changes to make before in its panel. I think overwriting the template will lose everything. Is that so?
Just add styles in Custom CSS and change a line in the style sheet.
Thank you
The css from the refference above works fine:
.td-classic-facebook iframe {
min-width: 150px!important;
}
Add this code in your theme panel-> custom css box
Thank you!
More than the title I want to change the css title format. I’m replacing the native title formats by ‘separator with text’ format in all the sections of the site. You can see it in the site (I’ve provided access data via email in reference to the topic https://forum.tagdiv.com/topic/mobile-theme-translate-2/).
Is it possible?
Hi,
You can change the opacity on the images using this code (right now it is set to 0.4), enter it in Theme panel->Custom Css
.td_block_image_box .td-custom-image a:before {
opacity: 0.2;
}
Result – https://www.screencast.com/t/li69Wcbi
Thanks
What needs to be done is apply css styling to iframe but that doesn’t work like this:
.td-classic-facebook iframe
If you can find a solution that would be great.
If not, anyway not such a big problem. Thanks anyway.
Hi,
You can remove the space between the menu and the slider by using this code, just enter it in Theme panel->Custom Css
.td-main-page-wrap {
padding-top: 0;
}
Result – https://www.screencast.com/t/9y1dHt8nD2
Also please note that if you choose to use Header style 9,10 or 11 – https://forum.tagdiv.com/logo-favicon/ you can use bigger sized full width logos like in this demo – http://demo.tagdiv.com/newspaper_cars/
Hope this helps you
Thanks