- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello Margherita,
Sorry, but please notice that the theme does not have any such an option for this. This task involves doing such additional customizations and we cannot provide something like this, unfortunately! You should create your own custom CSS code according to the following useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hey there
Have no experience with CSS but need to change image display. All images inside post content have padding on the left and right and I need to make them full-width. See the picture as example – https://imgur.com/a/1gYDIbq.
Any ideas?
Hello, I would like to know if there is the possibility of having a different skin for each category / page. Here are two cases:
– only in the home and not visible in other pages
– loaded only in individual categories
– only in the category and not visible in home pages
In the ads panel it is limited to the background and on the every page on site.
How can I get it, writing in the templates? or with CSS? Do you have any suggestions?
thank you!
Hi,
1. Try reducing it with negative top and bottom margins values, for the row containing the HTML element
– https://www.screencast.com/t/ujiawwj2rw
Or do it with CSS in Theme panel->Advanced CSS phones section
– https://www.screencast.com/t/VrN6jNY0ZX2S
These are half the values, modify them as you want
.home .td-main-page-wrap {
padding-top: 16px;
}
.home .vc_raw_html {
margin-bottom: 16px;
}
To make it visible only on phones, hide the row on all other devices
– https://www.screencast.com/t/fKKYXiqEi0i
– https://www.screencast.com/t/C4nvRf6ejzlg
2. For start the font is bigger in that example, 19px vs 14px. The body font applies for those links. Try making it similar.
3. I tried the same, seems to work for me
– https://www.screencast.com/t/KkXKpCQjgFcE
I have once seen this before, it was caused by optimization plugins or render blocking implementations in relation to multi-purpose elements. If you use such plugins maybe you can disable theme temporarily to check, or if possible exclude the multi-purpose plugin or from any optimization.
If that is not possible the buttons may or other multi-purpose may not work properly, the button could be styled with some CSS. Check on the other website you have as well.
Thanks
Hi,
There are settings for most things, so if a setting is created for a customization, there would be no need to make it custom. For creating CSS code there is a guide you can read
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This is useful when for example there is no setting for a modification you want to make, or the setting is general and you want something more specific.
I would mention that on contrary you should not worry yourself with the child theme from the beginning. Until you get more familiarized with the actual theme and it’s capabilities and structure there would be no reason to have one.
If in the future you should require one or we recommend you to create one for a specific reason, you can use it then.
Child themes require maintenance as well, so you will have to monitor theme updates and changelogs to keep it up to date.
Thanks
Hello Jessie,
For example, if you want to increase the icons from our demo “Animals” you should use the code below and place it in Theme panel -> Custom CSS area.
.td-animals .td-icons-animals {
font-size: 60px;
}
The result is here -> https://www.screencast.com/t/OvLSBKMA
Note: This is just a simple example of our Animal News demo.
Thanks for your understanding!
Please check if you are you using the latest AMP plugin
– https://www.screencast.com/t/M7kbFZ8ZQ6ft
The errors are caused by the a few meta tags which use inline CSS
– https://www.screencast.com/t/NMucXndnhAJ
Are you using some custom implementation or plugin for extra meta for the posts?
I checked and these errors are not displayed in a default post on my end.
Thanks
Cannot edit any page with a bricked TD Composer.
It shows a empty page workspace, normal left panel whitout elements, an no reaction to keyboard or mouse (cannot select anything)
Using navigator console find an error in javascript:
“TypeError: e[0] is undefined”
Looking on the code:
https://ibb.co/dHC6No
This seems to fail in shortcode load. The shortcode was a test, no matter if we delete it.
If we reset theme panel settings, everything works again but we lost all the configurations (dozens of categories configs + logos + ads + css…), so we load it again and look for a smarter solution.
How can we delete the only shortcode we create?
There is no way to delete it outside of the bricked TD composer?
Maybe deleting it in the export/import code or in database?
Thank you for your answer. I think I understand this a bit better now.
As I’m all new to this I don’t quite know yet if I will need to make .css changes or not. But I imagine it would be good to have the opportunity.
Is it possible to start using the normal theme, and then just add the child theme later if I need to make this kind of changes?
One other thing I don’t quite understand from the sources: How does the connection between the parent theme and the child theme work; how does the child theme “know” that the parent theme is updated? Are both themes active at the same time? So that you never really “update” the child theme, only the parent theme?
Some of the disadvantages mentioned in the articles include the time needed to learn the parent theme, and the importance of choosing a good parent theme. I guess this disadvantage and risk is eliminated by using the included parent theme?
Sorry if the answers to these questions are “obvious” for more experienced users. I get the impression that child themes are not really for beginners, but at the same time that they are something that is smart to use from the beginning:)
Hi.
If i want to remove the title for a specific post I can do this :
.post-8422 h1 {
display:none;
}
It works – but that will remove all H1 tags in the text. Is there a way to specific address the “entry-title” and remove this with a css. ?
Hi,
The author can be removed for all blocks/modules, there is a general setting in the theme panel
– https://www.screencast.com/t/fokFpWU2t0VC
It cannot be removed specifically for category pages only by a theme setting. But if that is what you want, a code like this will do the job
– https://www.screencast.com/t/QNuWBIcr
Once entered in Theme panel->Custom CSS it will remove all author names in author pages
.category .td-post-author-name {
display: none;
}
I tested the translation for the Read more button, seems to work for me so it should for you as well
– https://www.screencast.com/t/eHKFhZ8m
– https://www.screencast.com/t/iC9Yl0XjBsy
Thanks
Thanks for answering. I use a minification plugin (fast velocity minify) with Newspaper for speed and I have seen that using the single template 17 causes Gzip compression issues while I have enabled it by default (Gtmetrix says enable gzip compression: Compressing /wp-content/uploads/fvm/out/header-dd714063-1528369985.min.css could save 907.9KiB (87% reduction), see http://prntscr.com/js1eew), which does not happen with the inbuilt theme single templates, or even other parts of the site, except single page with template 17 enabled. I tried Autoptimize and the same issue happened. I tested single template 15 and the same issue did not occur. Could you be able to help me figure out what the issue is? I found out this is what is making the page to grow three times. (The average size of my single posts with current speed optimizations is around 600kb-750kb. I have reverted to template 8 for now, but still, I want to make template 17 work).
Hi,
I am using the review module. From the forum I was able to find the changing of colors of stars. But I would need to change the colors of ‘rating figure’ as well as the ‘bars’ as pointed in the screenshot.
http://prntscr.com/js1154
How I can do through css? kindly guide
Hi,
The comment count can be disabled in general in the theme panel
– https://www.screencast.com/t/JTw8BLXSifB
It could be removed for specific blocks and show on others, that could be done with a CSS code. I will provide you with a solution if you will mention the respective block/blocks.
The big grids and full big grids have 7 styles to choose from, for example
– https://demo.tagdiv.com/newspaper/big-grid-4/
But there is no style that would display the post title below the thumbnail at this moment. The title will be displayed in various positions according to style, but on the thumbnail.
Thanks
Hello pakdefense,
Try the code below and place it in Theme panel -> Custom CSS area.
.td-page-content p span a {
color: red !important;
}
The result is here -> https://www.screencast.com/t/duoDA5g4n
Thanks for your understanding!
It’s Urgent !
I did all that but the issu is the same ! https://maghrebelle.com/
The link to CSS sheet redirect to 127.0.0.1.
The issue appear only with Newspaper Theme
I did all that but the issu is the same ! https://maghrebelle.com/
The link to CSS sheet redirect to 127.0.0.1.
The issue appear only with Newspaper Theme
I am getting a high number of AMP errors from google.
They refer to an “Invalid CSS stylesheet – The inline ‘style’ attribute is not allowed in AMP documents. Use ‘style amp-custom’ tag instead.”
It seems to point to this line on the page:
<div class=”td-social-but-icon”><i class=”td-icon-plus td-social-expand-tabs-icon”></i></div>
Can you advise what is wrong ?
Hi,
@havardkrislok The child theme is useful if you want to modify theme files mainly, so if you plan to do that you can use it. The guide mentioned what files are supported to be modified in the child theme.
More information about child themes can always be found online
– https://codex.wordpress.org/Child_Themes
– http://www.wpbeginner.com/beginners-guide/wordpress-child-theme-pros-cons/
– https://www.wordpressdepartment.com/wordpress-child-theme-pros-cons-wordpress-child-theme/
For CSS customization for example, there are custom code sections in the theme panel
– https://www.screencast.com/t/1ION93IaM
The guide mentions where you can find the child theme
– https://www.screencast.com/t/tuvJrGHeC7
This child theme has to be installed like any normal theme and activated. It is provided ready to be uploaded by FTP, if you want to install it with WordPress you must zip it first
– https://www.screencast.com/t/UqeFIgH8s
For demos please check here
– https://forum.tagdiv.com/demos_introduction/
– https://forum.tagdiv.com/installing-demos/
These demos will install for the theme, in no relation to having a child theme or not. They can be uninstalled or switched at any time. If a demo is uninstalled the website will be as it was before installing it.
Let us know if you have further questions.
Thanks
Hello Zamara,
All the style of the theme can be found in the style.css file. If you want to change the comment count position, you should create your custom CSS code using the Inspector browser, like with our useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hi,
Maybe there is not enough space to display all the menu items in a single row. You could stretch the menu
– https://www.screencast.com/t/QvE0UyubZwMm
Or maybe I could provide you with some CSS for it, if stretching is not an option for you. Please provide a link to your website so I can take a look.
Thanks
Hi,
We will need more details about the problem you are having for a better understanding. What exactly is happening with the theme CSS? The theme does not have any redirect settings for the stylesheet or in general.
Try reinstalling by FTP
– https://forum.tagdiv.com/install-via-ftp/
Deactivate and remove theme plugins, install theme again from the theme package you are using. Consider updating to the latest version if you use an older version. Update WordPress as well if you did not.
Check and review theme requirements here
– https://forum.tagdiv.com/requirements-for-newspaper/
Test with no other plugins except theme plugins, and no child theme. Check htaccess for redirects. Check with hosting for error logs. Let us know.
Thanks
Hello,
Try using the code below and place it in Theme panel -> Custom CSS area.
.td-subfooter-menu li a{
border-right: 3px solid green;
padding-right:3px;
}
.widget{
margin-bottom: 0;
}
Thanks.
Hi,
Thx.
Where is right now COMMENT COUNT css file ? I want change.count position and style.
Hello,
The code can be added to the theme panel under custom code in the custom css section.
https://www.screencast.com/t/Q8kOHikq
Thank you!