- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Thank you very much
I need only your advice
I make your theme rtl
all things good with me in laptop…
but i mobile I found style.css in mobile folder
I make it rtl
but I don’t see any changes đ
would you please only advice me what was problem?
Hi Simon!
Thanks for the fast reply.
Anyway the code isn’t working đ
i put the code as your instruction under the the theme panel –> custom code –> advanced css –> phone –> (the code)
any suggestion?
Thanks đ
Also, if you want to remove it, you can use the following custom CSS code and place it in Theme panel -> Custom CSS Area.
.td-subcat-more{
display:none!important;
}
I’ve done it BUT I see categories on the alphabet order. And I do not want this. I would like to have only the categories of the categories… For example “Primo piano” have 5 categories like… politic, sport ect ect… So I would like to have ONLY categories of the category. NOT ALL.thank you
HI,
If you want you can hide all titles with this custom css:
.td-page-header {
display: none;
}
Paste it in Newspaper>Theme panel> Custom code> Custom css
Thanks.
Hi,
Maybe something like this? – https://www.screencast.com/t/MnTIAAM6
I could modify it if needed. The code can be entered in the advanced CSS section->phones
– https://www.screencast.com/t/Q934gMiVc
#td-header-menu .td-icon-mobile:after {
position:absolute;
content:'menu';
font-size: 18px;
bottom: -15px;
left: 10px;
}
Let me know.
Thanks
Hello manuangel,
Unfortunately, I do not exactly understand what you mean, sorry! If you want to assign a category to a post, this thing can be done when you edit that post, like this -> https://www.screencast.com/t/yhjY8HxY6jp0
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
At the second question, is talking about Ajax Filter theme’s functionality. The “Altro button” appears when you have more categories which do not fit through the bar and then, appears this one which is a drop-down button with all the rest of your categories.
Also, if you want to remove it, you can use the following custom CSS code and place it in Theme panel -> Custom CSS Area.
.td-subcat-more{
display:none!important;
}
All the options regarding on Advertisement sizes can be found here -> https://forum.tagdiv.com/header-ads-adsense/
Thanks for your understanding!
Hi,
There are a few quote styles to choose from in the formats menu
– https://forum.tagdiv.com/post-formats-for-tinymce/
The font properties can be customized in the theme panel
– https://www.screencast.com/t/Edpg3ofJE
You can always use some CSS to create your own styles. For example
– https://pagely.com/blog/style-blockquotes-wordpress/
Thanks
Hi Kevin,
The color from the Fast News is a gradient, you need to add this css:
background: linear-gradient(to right,#b9035b 0,#ef0a32 25%,#8b0081 100%)!important;
Thank you for your understanding.
Hi,
You could simply enlarge the single product with some CSS, to make it occupy the full row on mobile
– https://www.screencast.com/t/jvzgjPYqO
This is the code used, give it a try
.woocommerce .columns-3 ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
}
Thanks
Hi,
1. AMP is mainly for posts, you can enable it for pages which do not contain page builder content. The page should be built with the default WordPress editor
– https://www.screencast.com/t/So3EgMatk
– https://www.screencast.com/t/876w69K5cpju
2. Changing the color of the post titles and excerpts in modules can be done if you use flex blocks and the tagDiv composer
– https://www.screencast.com/t/NNTkBXEUys
For default blocks there is no setting, but you could use some CSS. For example with a custom class. Set a custom class for the block
– https://www.screencast.com/t/wxl78YIwzPD
Then create some CSS to color the article titles
– https://www.screencast.com/t/nkCr9oCZ6ch
Code used in example here
.myblock .entry-title a{
color:yellow;
}
Thanks
Hello,
How can a change css margin border limit?
Like this:
https://imgur.com/a/yCB5zCc
Hello, I run 7 different sites using Yours amazing theme. Great work guys, really.
I have a problem regarding AMP. I wanted to set it up on https://jotem.in I did everything like You wrote on FAQ. I cannot see it working using mobile/dev tools. I thought that this is related to WP Super Cache. I disabled it for tests. I received message form Google few days later, that i should fix problems with AMP and it has pointed to 470 posts so far. I dont know what is wrong and why it is not working.
Google says:
– Non standard JavaScript which is forbidden
– There is no mandatory “amp-custom” tag
– Wrong href attribute in CSS
– Wrong Div tag in JavaScript “amp-auto-ads extension .js script”
and much more
Hello perfectbodymate,
Try to use the code below and place it in Theme panel -> Custom CSS area.
The code is here ->
.td-next-prev-wrap a {
border: 1px solid black;
font-size: 7px;
color: black;
}
Thanks.
Hi,
for sure đ https://www.teilzeithelden.de/2018/09/18/angespielt-the-bards-tale-iv-barrows-deep-inxile-entertainment/
Check the Amazon-Link in the lower section e.g., please. It is neither colored, nor is an icon added
it seems, as if none of the css i added works. do i have to activate it somewhere priorly?
Regards,
Roger
Hello,
If you want to remove the top header container for mobile devices, you need to use the code below and place it in Theme panel -> Custom CSS Area.
@media(max-width:767px){
.td-header-menu-wrap-full{
display:none;
}
}
The result is here -> https://www.screencast.com/t/CHUijlH4
Thanks for your understanding!
Hi.
First of all, I wonder if I can add comments count to one module (#6).
If you could help me with the css, Iâd also prefer the comments count appear only when there is one or more (show nothing when there is 0 comments).
And one last question: Is it possible to add comments counts to latest articles list of Mobile Theme?
Hi,
Yes the problem is a css, first is set the theme color, then is over set your color ( https://www.screencast.com/t/84qFqSsKL ).
You can try to install super WP Super Cache ( https://ro.wordpress.org/plugins/wp-super-cache/ ), and test if the problem is still there.
Thank you for your understanding.
Hi,
That would be quite some custom CSS, but if it’s necessary and helps get the needed design there would be no actual issue.
Glad we solved all the problems eventually, please let us know if we can be of help with other issues or questions.
Thanks
If I add Css code there, isn’t it effective website wide? I want to add for specific post only
<link rel='stylesheet' id='td-theme-css' href='https://mywebsite.com/wp-content/themes/Newspaper?ver=4.9.8' type='text/css' media='all' />
^ That’s how my website loads the stylesheet. I’m not entirely sure if that might be the issue.
I think it’s a css thing
I followed the guide from WordPress and TagDiv, but my child theme’s stylesheet is not loading. Here are the codes I have in functions.php:
<?php
function my_theme_enqueue_styles() {
$parent_style = 'td-theme';
wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'child-style',
get_stylesheet_directory_uri() . '/style.css',
array( $parent_style ),
wp_get_theme()->get('Version')
);
}
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
?>
I read the latest post about this issue and followed some examples, but it’s still not working.
- https://forum.tagdiv.com/search/child+theme+how+to+functions.php/
- https://forum.tagdiv.com/topic/woocommerce-single-product-page-and-shop-page/
I created a functions.php, style.css in a new directory called Newspaper-child. The style.css is blank. The functions.php has the code above. Why is it that no stylesheet loads? Doesn’t it fetch AND load the files and stylesheets from the parent template before checking the child? So even if my style.css is blank, it should work, right?
Let me know what I’m not doing right. Thank you.
Hi Calin,
is it still entry-content or do you use some other class?
I’m asking because i added some other css to the CUSTOM CODE/CUSTOM CSS and it does not seem to work. The code i added is
.entry-content a[href*="amzn.to"]:after {content: url("https://www.teilzeithelden.de/wp-content/uploads/2013/11/amazon-icon.png") !important;
margin: 0 0 0 3px;
}
Regards,
Roger
Hi,
Please read this documentation for Theme colors introduction: https://forum.tagdiv.com/theme-colors-introduction/
If the the set don’t apply than add this custom css in Newspaper>Theme panel>Custom code> Custom css
body, .td-container-wrap {
background-color: darkgray;
}
Hope this will solve your problem.
Thanks.
Hi,
Please try this custom css:
.td_block_template_8 .td-block-title > *:before, .td_block_template_8 .td-block-title > *:after {
background-color: #a14c75;
}
https://www.screencast.com/t/PpAGOuY75J
Thanks.