Hello sejpost,
Unfortunately, if you want to change the future date for non-admins, you have to use some plugins with this functionality because our theme does not have such option implemented. We cannot provide a recommendation in this case because we have not tested these kinds of plugins. For more information about this discussion you can see here -> https://wordpress.org/support/topic/keep-posts-scheduled-but-visible
Hope this helps!
Thank you for the message!
Hello rishab55555,
Please try to update to the latest version Newspaper 6.6.4. Before this, please make sure you have done a full backup for your all customization because these will be overwritten with the latest update. For more information about how to update your theme, please consult our documentation here -> https://forum.tagdiv.com/how-to-update-the-theme-2/ -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you for the message!
Hello romerito13,
If you are using Photon module from Jetpack plugin, please try to disable it and see if your problem is still there. This kind of feature seems to be incompatible with our theme and therefore, these errors occur. If your problem persists after this advice, please send us an email at contact@tagdiv.com with your credentials so we can further inspect the issue. Also, please provide the link of this topic so we know who you are and what the issue is.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Hivvu,
Unfortunately, our theme does not have such an option to change the functionalities for Big Grid feature. Please notice that kind of feature is a very complex element of Visual Composer and all the available settings can be found here -> http://screencast.com/t/JJnhTm8z In order to achieve as you wish it is necessary to alter the code from Big Grid file and this implies to have better knowledge for hard-coding and also, custom work. If you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this for you in our theme because we cannot provide custom services at the moment, sorry!
Thank you for your understanding!
Hello Visionlaunch,
I have checked your website and saw that you are using Newspaper 6.1 version. The pagination issue was fixed in the latest update 6.6.4. This kind of problem was caused by the ultimate version of WordPress 4.4.1. Please try to update to the latest version and also, before this, please do a full update.
There is also a quick fix for this, but also this is provided for version 6 of the theme. You could adjust this code and add it to your functions.php file – https://forum.tagdiv.com/topic/wordpress-4-4-1-pagination-new-fix/ Try this code, it might work:
add_filter('redirect_canonical', 'td_tmp_fix_wp_441_pagination', 10, 2);
function td_tmp_fix_wp_441_pagination($redirect_url, $requested_url) {
global $wp_query;
if (is_page() && !is_feed() && isset($wp_query->queried_object) && get_page_template_slug($wp_query->queried_object->ID) == 'page-homepage-loop.php') {
return false;
}
return $redirect_url;
}
Please consider to update the theme in near future as you may have other issues with the theme if you update the plugins that you use, WordPress..and we always use the latest version of the theme to help our clients and we provide fixes for problems occurred, like in this case WordPress latest version.
Thanks!
Hello carmene,
If you want to reduce that vertical space, you have to decrease the width of the td-outer-wrap container. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-boxed-layout #td-outer-wrap {
width: 1116px;
}
The result -> http://screencast.com/t/0T2gpO9V
Thank you for the message!
Hello joyceloh,
If you want to reduce the font size for your Recent Articles section of your sidebar, please try the code below and add it in Theme panel->Custom CSS area.
.td-ss-main-sidebar .td_module_16 .td-module-title {
font-size: 13px!important;
}
The result you should see here -> http://screencast.com/t/FZn1C6wIOnMf
Hope this helps and let us know how it goes!
Thank you for the message!
Hello carmene,
If you want to add the meta tags, you have to introduce it in the header.php file from the theme, header section like this -> http://screencast.com/t/IjUYERYa Our theme does not have such option for RSS feed and you have to use some plugins with this functionality to achieve this. These things do not come from our theme and if you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for your because we cannot provide custom services at the moment, sorry!
For more information about meta tags, please consult this documentation -> http://www.w3schools.com/tags/tag_meta.asp
Hope this helps!
Thank you for the message!
Hello azzurevision,
I have checked your search page and I noticed that everything seems to work as expected as you can see here -> http://screencast.com/t/AytRtjmIjyUv This kind of problems might be caused by the conflicting plugins. Please try to disable all the active plugins, except Visual Composer and instal only the plugins that come bundled with our theme and rule out the conflict between plugins. Please try this advice and if your problem reappears after this, please let us know.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello joyceloh,
Unfortunately, our theme does not have such an option to change color for each tag as you wish. Please notice that is not a simple task and to achieve this, is required custom work. If you are not aware with the steps in this regard, please consider hiring a freelancer/developer to implement this for you in our theme because we cannot provide custom services at the moment, sorry!
Thank you for your understanding!
Hello joyceloh,
Please try the code below and add it int Theme panel->Custom CSS area and then you can change the name LATEST->your desired name from Theme panel->Translations->Translations like this -> http://screencast.com/t/OVZ5mmgnOy4
.td-pulldown-filter-item:nth-child(2n){
display:none;
}
.td-pulldown-filter-item:nth-child(1){
display:none;
}
.td-pulldown-filter-item:nth-child(5){
display:none;
}
Thank you for the message!
Hello Albert,
By default, your Custom CSS modification will be put on the bottom of the style.css file.
You have to check the whole style.css and find out where exactly is the original code in this file and replace manually in that place with your custom CSS code. Please notice that it is not a simple task and is you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!
Hope this helps!
Thank you for the message!
Hello Larshell,
Unfortunately, I cannot recreate the same issue. I suspect this issue that might be caused by conflicting plugins. Please try to disable all the active plugins, except Visual Composer, clear all cache and instal only the plugins that come bundled with our theme and rule out the plugins in conflict.
If you need more assistance in this regard and if your problem is still there, please provide your website URL so I can inspect it closer and provide a more accurate response.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello bastian-pl,
Please provide your website URL so I can inspect it closer. Also, please check all the fields of Ads from Theme panel and check if you have some active code there and try to disable/remove. For more information about Ads, please consult our documentation here -> https://forum.tagdiv.com/header-ad/
If you need more assistance in this regard, please provide more details about your ad.
Hope this helps!
Thank yu for the message!
Hello bokacho90,
You can hide the author name from a post or from our modules and blocks, but the theme does not control the meta data for sharing. Facebook will grab all the information from your post.
You can try to remove this code – http://screencast.com/t/Ack17APQQZdO then use FB debugger(fetch new scrape) to check you post – https://developers.facebook.com/tools/debug/og/object/
Thanks!
Hello salimnazer,
If you want to use module 13, we suggest using the template named pagebuilder+latest articles when you edit your home page like this -> http://screencast.com/t/ljm4nwCgpa
Hope this helps and let us know how it goes!
Thank you for the message!
Hello joyceloh,
Please try the code below.
@media (max-width: 767px){
.td-footer-bottom-full .td-pb-row > div {
margin-bottom: 0px!important;
}
}
@media (max-width: 767px){
.td-footer-bottom-full .block-title {
margin-bottom: 10px;
}
}
Thank you!
Hello
Please try the code below and you can change the color.
.td-post-category {
background-color:blue;
}
The result -> http://screencast.com/t/EKZJMdsMc
Thanks.
Hello joyceloh,
Please try to use your inspector (Ctrl+Shift+L) and inspect your Big Grid above and see as it is done and try to implement it yourself in the same way. Please notice that is not a simple task and require a lot of customizations. If you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this for you in our theme because we cannot provide custom services at the moment, sorry!
Thank you for your understanding!
Hello joyceloh,
Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-pulldown-filter-item:nth-child(2n){
display:none;
}
.td-pulldown-filter-item:nth-child(5){
display:none;
}
The result -> http://screencast.com/t/OpbjkZU60FD
As I said you above, you cannot change the ‘LATEST’ to ‘SELECT’ because this is the theme behaviour and so it was set it by default.
Thanks.
Hello indrawilliam,
If you want to have custom URL link for your post image, you have set it from the panel when you add your image in your post, like this -> http://screencast.com/t/kWhc5WYlMY I have tested on my side and everything seems to work as expected.
If is not what you mean, please provide more details about this, so I will be able to provide a more accurate response.
Hope this helps!
Thank you for the message!
Hello Cristi990,
Daca doriti sa introduceti posturi in sectiunea de Footer, trebuie sa folositi un template de footer care sa va permita acest lucru. Dupa cum vad in poza atasata de catre dumneavosatra, utilizati stilul 1 de Footer template. Aceasta este predefinit de catre tema si nu aveti acces la acele coloane decat numa din cod. Va sugerez sa utilizati Footer template style 5 care va permite sa introduceti ce widget doriti in aceasta sectiune. Widget-urile pot fi adaugate din WP panel->Appearance->Widgets area asa -> http://screencast.com/t/EMMJ1mnsyzD Pentru mia multe detalii despre aceste optiuni, va rugam sa consultati documentatia noastra aici -> https://forum.tagdiv.com/footer-templates/
Va multumesc pentru mesajul dumneavoastra!
Hello Aldemi,
The theme uses the best SEO practices available and it periodically reviewed in this scope.
For other SEO purposes or customizations, we’ve tested and recommend the Yoast SEO plugin and you could use their guides concerning robots.txt file configuration: https://yoast.com/wordpress-robots-txt-example/ or other online resources like wp beginner: http://www.wpbeginner.com/wp-tutorials/how-to-optimize-your-wordpress-robots-txt-for-seo/
If you need additional assistance you would have to turn to a freelancer or an SEO optimizations provider or search for solutions online because we do not do optimization of this type.
Thank you for your understanding!
Hello Cristi990,
Am raspuns aici https://forum.tagdiv.com/topic/sidebar-setting/ la aceasta cerere de-a ta din topi-ul anterior pentru a afla de ce setari sunt necesare pentru a implementa un Sidebar in site-ul tau. Daca vrei sa iti apara acele stelute care le vad in poza pusa de tine, trebuie sa setezi sa ai Review option, cand editezi fiecare post de-al tau. Mai multe informatii despre aceasta caracteristica Reviews, poti gasi daca consulti documentatia noastra aici -> https://forum.tagdiv.com/reviews-2/ -> http://screencast.com/t/ovEk4mhYF
Sper ca va ajuta sfatul meu!
Multumesc pentru mesaj.
Hello gunner05,
If you want to achieve as you wish, it is necessary to do it only from the code. You have to use a condition (if/else condition) from the td_module_single_base.php file and add it in td_block_related_posts.php where are created the related articles feature like in the screenshots below -> http://screencast.com/t/sM4VKKkRoZt -> http://screencast.com/t/g5vdhir3e2jl
Hope this helps!
Thank you for the message!