Hi,
Our theme made a request for updates the covid data once at 3 hours (using timezone UTC GMT+0), the dates are get from here https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data and these are update frequency once per day.
Thank you!
Hi,
The background image can be change from theme panel -> https://i.imgur.com/1VgpHJj.png or if you are using the mobile theme plugin from here -> https://i.imgur.com/dxjz5o7.png if you are using the responsive version of the theme you can use a cloud header from tagDiv Cloud Library, you can edit it with tagDiv Composer and set the mobile elements where you want -> https://i.imgur.com/KWIqX8X.png
If you ware using the mobile theme plugin, then you need to use a custom css -> https://i.imgur.com/ERijDBY.png
#td-top-mobile-toggle {
float: right;
margin-right: -15px;
}
.td-search-icon {
float: left;
position: unset;
right: -3px;
top: 0;
margin-left: -15px;
}
.td-main-menu-logo img {
top: 52px;
}
The code need to be set in Theme Panel> Mobile theme > Custom code> css.
Hope this will help you!
Thank you!
Hi,
The stars can be colored only using a custom css like this one -> https://i.imgur.com/lIqmWMP.jpg
The code need to be set in theme panel> custom code> custom css.
.entry-review-stars .td-icon-star:before, .entry-review-stars .td-icon-star-half:before, .entry-review-stars .td-icon-star-empty:before {
color: orange;
}
Also this is only an design error -> https://ibb.co/8zyWhgn as I can see on your website the amp plugin is working -> https://i.imgur.com/sStWB9r.png
Thank you!
Hi,
The posts title can be change using a custom css, using the theme panel settings -> https://i.imgur.com/iiU2AM3.png or individual settings made with tagDiv Composer -> https://i.imgur.com/K2kVEaD.png
If there is still a problem, please provide me a link to your website, in this way I will be able to provide a better answer.
Hope this will help you!
Thank you!
Hi,
Please note that our support hours are from Monday – Friday: 8:00 AM – 17:00 PM GMT+2,
also note that we take in order of time the topics ( time when was post the question ) and if you post/replay again in your topic the time will change and will be move to recent question, therefore the answer will be delay.
The Italy Report PRO demo use cloud templates, therefore the theme panel settings will not affect the cloud templates from tagDiv Cloud Library, these need to be edited using tagDiv Composer, for example to edit the single post template, you need to do like this -> https://i.imgur.com/g3wfeBE.png click on share elements (ore the element you want to change) and change the style -> https://i.imgur.com/LZIAMNn.pngn also you ca use the right click to delete elements or copy the style or element.
Also the homepage can be edited like this -> https://i.imgur.com/TMJcpnj.png click on the element you want to edit, also all the elements have the general, style and css tab -> https://i.imgur.com/AvVq2Fn.png in style you can set the fonts also these settings can be made per device -> https://i.imgur.com/BdK5udz.png Flex Block Settings Guide -> https://forum.tagdiv.com/flex-block-settings-guide/
The settings from theme panel will apply on all demos that can be installed if you deactivate the tagDiv Cloud Library and you are using only tagDiv Standard Pack -> https://i.imgur.com/j6bJbKT.png -> https://i.imgur.com/AROtMPW.png
If there is something that you want to achieve, just let us know!
Hope this will help you!
Thank you!
Hi, I added in the function.php of the theme the code to insert the tinymce in the titles. Everything good. I would like it to be seen also on the flex 1 module. Is it possible to have a code string to add it inside the module? Thank you
This is the code I inserted inside the function.php of the theme:
function tinymce_title_js(){ ?>
<script type=”text/javascript”>
jQuery(document).ready( tinymce_title );
function tinymce_title() {
jQuery(“#title”).addClass(“mceEditor”);
//tinyMCE.execCommand(“mceAddControl”, false, “title”);
tinyMCE.execCommand(“mceAddEditor”, false, “title”);
}
</script>
<?php }
add_action( ‘admin_head-post.php’, ‘tinymce_title_js’);
add_action( ‘admin_head-post-new.php’, ‘tinymce_title_js’);
function tinymce_title_css(){ ?>
<style type=’text/css’>
#titlewrap{border:solid 1px #e5e5e5 !important;}
tr.mceLast{display:none;}
#title_ifr{height:50px !important;}
</style>
<?php }
add_action( ‘admin_head-post.php’, ‘tinymce_title_css’);
add_action( ‘admin_head-post-new.php’, ‘tinymce_title_css’);
Hi,
If you do not like that color, you can remove the extra class from flex blocks -> https://i.imgur.com/gfsHWKP.jpg or the class from theme panel -> https://i.imgur.com/Umuw7q0.png after that set your own color effect on flex blocks -> https://i.imgur.com/isPN1A6.png you can check more in our article from here -> https://tagdiv.com/blending-modes-newspaper-theme/
Also if you want you can use a custom css for all flex blocks that have the .td-background-blend class and change it like this -> https://i.imgur.com/iKRNU56.jpg
.td-fashion-pro .td-background-blend .td_module_wrap:hover .entry-thumb {
background-color: #d11a1a6b;
}
The color need to be transparent/opacity -> https://i.imgur.com/R4WsokU.png
The code need to be set in theme panel> custom code > custom css.
Thank you!
Hi,
By default our “Trending now” option have the both options, is automatic changing and have the manual buttons, to set it on auto, you need to edit the page using tagDiv Composer like this -> https://i.imgur.com/BP1Uysn.png click on element and select auto an the number of post you want to slide -> https://i.imgur.com/oIO3qAp.png unfortunately there is no option to remove the arrow buttons from the element, but you can do it using this custom css
.td_block_trending_now .td-next-prev-wrap{
display: none;
}
The code need to be set in theme panel> custom code> custom css.
If the Trending now is not slider automatic it can be 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.
Hope this will help you!
Thank you!
I have this same issue. I have custom CSS code and I have been unsuccessful to make any changes. Once I save the processing wheel spins indefinitely and never saves nor do I receive any error message.
Please advise.
Hi,
If you find out that the problem is between tagDiv Mobile theme Plugin and WP Rocket plugin, then it must be a setting from the cache plugin, unfortunately we do not have a guide for this, because this plugin was not tested with our theme, but most probably is from minify css and js files.
Thank you for your understanding!
Hi,
If you want to apply the background color only category pages, for category tags, then you can use the options from theme panel (without cloud template) -> https://i.imgur.com/qnC5aS2.png -> https://i.imgur.com/XxPH980.png if you are using a cloud template, you need to check the settings for style set on the category siblings -> https://i.imgur.com/199rSph.png
Here is a topic for how to use the custom css to change the background color for label
categories -> https://forum.tagdiv.com/topic/how-can-i-show-the-category-of-each-post-on-the-thumbnail-of-the-post/ -> https://forum.tagdiv.com/topic/how-can-i-show-the-category-of-each-post-on-the-thumbnail-of-the-post/
If this is not what you mean, or if you need help with this, please provide me a link to your website and same example with what you want to achieve.
Thank you!
Hi,
This can be done only if you are using a custom css and you reduce the width the sidebar -> https://i.imgur.com/SoEjx1j.png -> https://i.imgur.com/gB6SVkp.png
.single .td-pb-span4.td-main-sidebar{
padding-right: 24px;
padding-left: 44px;
}
.single .td-pb-span4.td-main-sidebar .td-ss-main-sidebar{
width: 304px!important;
}
The code need to be set in theme panel> custom code> custom css.
If this is not what you mean, please provide some more details and screenshots.
Thank you!
I bought this theme because is was rated a bets seller with a great page builder. I’m using the Italy Report Pro template. It is ridiculously hard to customize and standardize areas in this template that should be easy to do.
I can’t set a default font sitewide for my headers or the default font. It’s very hard to make customizations using CSS because every element is handled independently.
It’s should’ve take me a few hours to setup a news site. Instead, I’ve been at it for 6-8 hours and I’m not even close o being finished.
The documentation is virtually useless and the support forums help very little. I’m close to asking for my money back.
I could’ve used Avada and been up and running in no time.
Hi,
If you are using the mobile theme plugin, then you need to use a custom css to remove the featured image -> https://i.imgur.com/nXdlLdI.png
.td-post-featured-image {
display: none;
}
The code need to be set in Them Panel> Mobile Theme> Custom code > Css.
Also you can adjust mobile theme from here -> https://i.imgur.com/ET40GBB.png
Hope this will help you!
Thank you!
Hi wasyo and adminsensei,
1. Our theme made a request for updates once at 3 hours (using timezone UTC GMT+0) now was change to 1 hour, also the dates are get from here https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data and these are update frequency at list once per day.
2. In order to change the yellow background color you need to edit the page with tagDiv Composer, click on the row and check the css tab -> https://i.imgur.com/zSFRxz3.png
To add covid-19 statistics, you need to edit the page using tagDiv Composer and search for covid element -> https://i.imgur.com/sj8jnzJ.png -> https://i.imgur.com/mISOTZq.png
Thank you!
Hi
In this link below, the ads seem to be getting stretched from 728 x 90 to full width.. what am I doing wrong..
They seem to be ok on the home page here..
https://fourplusmedia.staging.wpmudev.host/visionplusmag/
However on the home page, they seem to aligning to the left as you scroll below.. I tried to make them align center in the CSS but with no success.. please advise..
So basically 2 issues.. ad banners, stretching full width and not aligning to the center..
Thanks in advance
Regards,
Alim
Hi,
Yes, the cloud template will display this category too, in order to fix this you’ll need to use a custom css -> https://i.imgur.com/vGkZ5zq.png
.single .tdb_single_categories a[href$="/featured/"] {
display: none;
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thanks.
Hi,
Is not working because is possible to not edit the correct file loop-single.php is in more theme folders, if you have the tagDiv Standard Pack enable in theme panel -> https://i.imgur.com/Drhxiof.png and the post style is set like this -> https://i.imgur.com/pAX1p0z.pngthen you need to edit the file from here -> wp-content/plugins/td-standard-pack/Newspaper/loop-single.php if the tagDiv Standard Pack is disable but you have the post style set on default, then you need to edit this file -> wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php
Also maybe will be more simple to use a custom css to achieve what you need -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Hi,
Unfortunately you can not make privet topics on forum, this is open for all Newspaper members.
If you want, you can send us an email at contact@tagdiv.com this will be private and we’ll try to provide there a custom css.
Thank you!
Hi,
We recommend to enable only the fonts you are using, if you are using only default fonts, then you disable the Google fonts if you do not use none of theme and you are using custom fonts -> https://i.imgur.com/IZGhOga.png, then you can disable both.
If you are using now a free theme, then all what you” have on your website will be text and indeed this will be load very fast, but with our theme, you’ll have blocks, images, modules, effects…
From what I see here -> https://i.imgur.com/oAdxdn2.png most of the css is form tagDiv Standard pack, we write an article about the theme plugin -> Newspaper Theme 10: Standard Pack or tagDiv Cloud Templates?, we recommend to replace the elements from standard pack and disable it, in this way the theme will load only the needed css, not entire css like standard pack.
Let me know the results!
Thank you!
Hi,
If you want to hide an element/column/row all you need to do is to edit the page with tagDiv Composer, select that element, select the portview where you want to hide the element and check the css tab from tagDiv Composer -> https://i.imgur.com/5VcXeVB.png
Hope this will help you!
Thank you!
Hi, I am quite sure that I did not alter the original type settings for headlines (…) but “suddenly” I see that the headline on the front-page are now very small.
Any suggestions were to check this and how to re-set? That would be great as I do not want to apply any custom css to do so…
See screenshot here: https://we.tl/t-mCkUmD7PVm
Thanks!
Martin
I have applied the CSS code found here:
https://forum.tagdiv.com/topic/center-align-mobile-logo/
It seems to have fixed the issue. Is it enough/correct?
Thank you in advance.
Chris
-
This reply was modified 6 years by
bo.
This was (hopefully) solved by adding the following CSS for mobile devices. Maybe you should take a look:
html, body {
max-width: 100% !important;
overflow-x: hidden !important;
}
Hello,
my AMP-pages looked just fine, but I think with the newest version of the AMP-plugin all my colour-settings of the header, footer, links etc. are gone and set to ugly default. The rules applied in the mobile-theme-settings have no effect. I also use Yoast SEO, which has also AMP-colour settings, but these setting also have no effect. Where can I change the colour of my MAP pages, where can I add additional CSS to my AMP pages to get the latest layout back?