Hi,
You can enter custom css in the Theme panel->Custom Css section or alternatively you can use a child theme – https://forum.tagdiv.com/whats-included/ for your css customization. More information about the child theme here in this tutorial – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Good afternoon, what should be removed, so that the topic will not adapt to mobile and tablets? Which of the @media
Hi,
If you mean the theme responsiveness, that is deeply implemented in the theme. It would be extremely hard to remove all the conditions from the code, and this could create other problems with the theme. The responsiveness is a feature, and ensures that the website will be served with optimal results on all devices.
Thanks
Good afternoon. Tell me please, where can I change to CSS? Namely: style.css?ver=7.7. The problem is that after making changes to CSS, it is not updated by browser users. Changing the version would help me a lot, thank you.
Hi,
So you want to change the theme version displayed in the stylesheet link. You could do that if that is what you need. This is where the theme version is defined
– https://www.screencast.com/t/G4mECSB5
Thanks
This is what my need. Thank you.
-
This reply was modified 8 years by
godfatherblog.
Hello, please tell me how to remove the style of the demo theme in the code? https://mafia.one/wp-content/themes/Newspaper/includes/demos/video/demo_style.css?ver=7.7
Hi,
This is where the demo stylesheet is loaded, you can remove or comment the code there
– https://www.screencast.com/t/8YbDK0honr
Thanks
Thanks!
Good afternoon, please tell me how to fix the contents of the blog? I attached an example, that the content closes the intro, can I fix it?
vimeo.com/242913241
Hi,
Your website seems to be in maintenance or having problems from what I can see
– https://www.screencast.com/t/cdZVtBSWAD0W
There could be a solution for that with CSS, but the website will have to be displayed properly before trying it.
Thanks
Good afternoon, thanks for the prompt reply, it’s about the site https://mafia.one
Hi,
The background you have set has a fixed property, so it will always remain where it is
– https://www.screencast.com/t/eq4SUjLkdJYj
Either modify it in the code you used to have a scroll value, or use a code like this to override it
body.td-boxed-layout {
background-attachment: scroll!important;
}
Thanks
Everything turned out, thank you, very many thanks). Have a nice evening.
Hello, please tell me, where can I increase the maximum size of this parameter? http://prntscr.com/hbna43 Thanks!
Hi,
That is the recommended logo size for the first three header styles
– https://forum.tagdiv.com/logo-favicon/
The logo used should be of this size for best results. You can make customization to the header if you wish. Use the browser inspector to identify the elements used and the classes and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Basically adapt the header style for a bigger logo if that is what you want.
Thanks
Thank you. Everything turned out, but unfortunately, GIF does not work if I exceed this limit: http://prntscr.com/hbpgzt the site where the problem occurred https://cryptochain.news
Good afternoon, if I understand correctly, then you can insert your shortcode here: http://prntscr.com/hcqmn1
Hello duck1970,
Please notice that if you want to replace your header ads, you should change it from here -> http://prntscr.com/hcqmn1 Also, notice that our theme has been designed to be used with Google Adsense and we cannot say for sure if you will use another Ad Code the theme will correctly display the Ads, because it’s not tested, sorry! For more information about header ads, please check here -> https://forum.tagdiv.com/header-ads-adsense/
Thanks for the message!
Good afternoon, please tell me if I can display the view count to the main one? Here it is http://prntscr.com/hddb7y or http://prntscr.com/hddbe6 Thanks! Site: https://cryptochain.news
-
This reply was modified 8 years by
godfatherblog.
I had a second question, good afternoon! Can I disable the main menu? http://prntscr.com/hdo089 Where it can be safely removed.
Hello godfatherblog,
The post view count is not available for blocks/modules but it’s only available for post. The theme does not have any such an option that allows you to enable this, sorry! Regarding on the second request, the theme does not have an option for it that allows you to turn off the menu. You can use the following code and place it in Theme panel -> Custom CSS Area.
The code is ->
.td-header-main-menu{
display:none;
}
Thanks.
