Hello weezyworld,
You will have to use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-module-meta-info .td-post-author-name a {
color: black;
}
.td-big-grid-wrapper .td-module-meta-info .td-post-author-name a{
color:white;
}
The result you should see here -> http://screencast.com/t/qCkVT7yFiDJ6
Thanks for the message!
Hello,
Please try the code below and place it in Theme panel->Custom CSS area, if you want to hide the Pinterest Social Network for Mobile.
The code is ->
@media (max-width:767px){
.td-sp-pinterest {
display: none!important;
}
}
Thanks for the message!
Hello Enio,
You should try the following code and place it in Theme panel->Custom CSS area.
The code is ->
.td-big-grid-post .td-module-comments{
right:10px;
top:auto;
bottom: 10px;
}
.td-module-comments {
background-color:#848484!important;
}
The result you should see here -> http://screencast.com/t/gYsJWRzHo
If you do not like this, you should edit the value for right, bottom by your desire.
Please notice that I give you only a code to the beginning and further you should customize it yourself. If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Hello nano2408,
1)Please keep in mind that the Featured (featured) category is only one and as I explained you above, this type of category is automatically created by the theme. You cannot create the duplicate category with the same name and slug of the category. To be sure, you should check the Category list where you can see all your created category, like this -> http://screencast.com/t/1B7U7UAmX3cI
2)Please notice that the default theme behaviour with the theme is to display the posts by latest order if there is no other function to add another value. The same this is available and for Editor Picks … will be shown the posts by the latest.
3)Please keep in mind that exist many differences between these sorting. So, the Popular (all time) will display most popular posts of all, Popular (last 7 days) will display the most popular posts from latest 7 days and the Popular (Jetpack module) will display the most popular posts from latest 2 days. This type of sorting uses the Jetpack module which has this functionality.
Hope this helps!
Thanks for your understanding!
Hello Fitlogy.com,
It is not a good idea to remove that function from td_module_single_base.php because you will bring some errors in Web Master Tools and it is not good. Please try to comment our the get_date() function from each loop-single.php according to your post template used by you. For example, if you are using the Port Template Style 1 you should edit the loop-single-1.php and comment the following snippet of the code, like this -> http://screencast.com/t/LdwGuuGW1vul
Hope this helps!
Thanks for your understanding!
Hello
You should try to use the Post Template Style 11 and from Theme panel you can set the Ad for this template, from here -> http://screencast.com/t/OYZOCb4t This type of template has been designed to display the Ad to the right side of the template. -> http://screencast.com/t/klY4pNB2PPV
Thanks for your understanding!
Hello Enio,
If you want to change the position of the comments, please notice that your website I needed to provide so I can inspect it closer and also, so I will be able to provide a more accurate response. Regarding on the color of the image, please notice that if you want to have a white image instead of black, you should try to load another image which it structure is white by default. For example, you can try to use the Font Awesome.
Thanks for the message!
Hello
Unfortunately, the theme does not have any such an option that allows you a way to enable or disable the max/min values of weather, sorry! If you want to do this, you should use a bit of CSS code and place it in Theme panel->Custom CSS area.
The code is ->
.td-weather-lo-hi{
display:none;
}
The result you should see here -> http://screencast.com/t/TxA2U2GjL
Thanks for your understanding!
Hello alpsbox,
Please notice that our theme has a post template which does not display the featured images on posts but only in modules and blocks, like post template style 5. For more information about our post templates, please consult our documentation here -> https://forum.tagdiv.com/post-templates-2/
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for the message!
Hello sibinfotech,
You can use the Jing if you want to provide a screenshot here. Until now, we do not have any bad reports according to this regard and until now we do not have encountered some issues. Please keep in mind that our theme does not have any limitations through the code and ultimately it all depends on WordPress.
Thanks for the message!
Hello krewblink,
Unfortunately, I do not exactly understand what you mean. Do you want to know where is the Section ID for the Big Grid 5 and where you can add your desired posts by ID? For more information about this, please try to consult the documentation here -> https://forum.tagdiv.com/block-settings-tutorial/ -> http://screencast.com/t/4CkWn8nOsa
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for the message!
Hi marius,
You can use a bit of CSS code if you want to hide the login for mobile mode. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-menu-logout{
display:none;
}
Hope this helps!
Hello barnisayz,
Do you are referring to this ad, from here -> http://screencast.com/t/ot5IcFSF? If you want to add this, please notice that it is a simple ad which can be added using the Visual Composer element, like ad spot and then you can place it everywhere you want in the page. -> http://screencast.com/t/ziDaeODPyw
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello nano2408,
For more information about our Sort Order you can see at our documentation, like this -> https://forum.tagdiv.com/block-settings-guide/
Please notice that the Featured Category is a category that is added automatically by our theme. You populate posts on the mobile theme grid by adding the posts in the “featured” category: http://screencast.com/t/XEpsK8Vd5FqR
Regarding on Editors Pick section fro Footer template style 1, please notice that it is just a simple block 7 which is sorted by Featured Category as you can see here -> http://screencast.com/t/bxQl9FfbWb2
Thanks for your understanding!
Hello vachos,
Please notice that I have tried with a Block 1 shortcode and it seems to work as properly, as you can see here -> http://screencast.com/t/uXiLRmO1AoN -> http://screencast.com/t/0JGpo59uS As I said you above, the MailChimp plugin is not tested with our theme and we cannot say for sure if it will work or not with our theme, sorry! Also, we cannot provide support for untested plugins.
Thanks for your understanding!
Hello saggel,
I guess that I understand to what you are referring to. So, by default, the theme will crop the image center to top and that’s why will appear that image cut. Please try to use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-image-gradient-style7:after {
top: -68px;
}
.td-post-template-7 #td-full-screen-header-image{
margin-top: 68px;
}
The result you should see here -> http://screencast.com/t/NXy6TZhwb11
Also, please notice that you can adjust all of these values as you wish.
Thanks for your understanding!
Hello thespokenword,
Unfortunately, our theme does not have such an option that allows you to disable the cropping system, sorry! If you want to do this, please notice that you should check the theme code and do some changes which involve custom work. Please notice that if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hello weezyworld,
Please check at the screenshot here -> http://screencast.com/t/53tmRN6dSfNb
Thanks for the message!
Hello Mos Martin,
I have inspected your website on mobile mode and I did not saw any ‘no categories’ there. Please provide a screenshot so I can locate the problem.
Thanks for your understanding!
Hello ventoura,
Unfortunately, this is the only simple way to achieving this. Probably you can do it using another way but please notice that if you want to do that you should need custom work and we cannot provide this type of services at the moment, sorry! If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you!
Thanks for the message!
Hello aksakal,
Please ensure that you are using the latest version of the theme (Newspaper 7.4) which come bundled with the latest version of required plugins among which there is the Revolution Slider. Also, please try to use only the plugins which come bundled with our theme, without untested plugins which can interact with the theme and cause a lot of unknown issues. If your problem is still there, please create a new clean install from scratch and check the results.
Hope this helps!
Thanks for your understanding!
Hello thespokenword,
Please keep in mind that our theme uses a specific system for cropping images which are from center to top It seems that your images do not fit the thumb and that’s why your images are cropped from the bottom. As a quick solution, please notice that you should cutting the top of the image and then re-add to your media library, clear all your caches and check the results.
Hope this helps!
Thanks for your understanding!
Hello saggel,
Please provide your website URL so I can further inspect it closer and also, so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello,
Please try to use the code below and place it in Theme panel->Custom CSS area.
.td-header-style-11 .td-logo-wrap-full{
border-bottom:0;
}
Thanks for the message!
Hello vachos,
Unfortunately, our theme has not been tested with this type of plugin and we have no idea about the theme behaviour with this type of plugin and also, we cannot say for sure if it will work or not with the theme, sorry! If you want to insert this shortcode inside your Footer, you can try to use another Footer template, like style 5 which can be customised as you wish. Using this, you can add to the Footer 1,2,3 what code you want to customize your footer. You can try to add a Text Block to the Footer 1, for example, and inside it, you can place the shortcode from MailChimp and check the results.
Hope this helps!
Thanks for your understanding!