Hi zdepth,
I cannot provide a safe explanation about why ABP ad blocker do not block the header and footer ads because this thing comes from the structure of this blocker algorithm, sorry. What can i tell you precisely is that the ads have the same type of coding.
Glad that i could helped. Thank you!
Hi rayarasmussen,
I’ve checked your site and i saw that you are using footer style 1. This kind of footer style has as default this widgets “editor picks”,“popular posts” and “popular category”. I suggest to use another footer style, as footer style 5 and you can set it as you want. In Wp panel->appearance->widgets you can see Footer 1,2,3 and you can assign any widgets to the footer, like this: http://screencast.com/t/r4oTfqHCaOkm
For more information about footer settings, please consult our documentation here: https://forum.tagdiv.com/footer-templates/
Hope this helps and let us know how it goes!
Thank you!
Hi john80,
You can do this in Wp panel->Appearance->Widgets area like this: http://screencast.com/t/BmGqQXaSvWi . After this modification, the color text and background-color will display everywhere use that widget in your website.
Hope this helps and let us know how it goes!
Thank you!
Hi ferdyjakal,
There is a default color on mobile version. You can change this in Theme panel->Theme colors, like this: http://screencast.com/t/1E5tuWu4 and the result you should see here: http://screencast.com/t/lrfxSbnSRQ8Q .
Hope this helps and let us know how it goes!
Thank you!
Hi molly55,
Unfortunately, I do not understand very well what you mean…sorry. Practically, you can not have 6 homepage into one…it is impossible this things… Please provide more details about what you want to mean about your pages, so i can be able to provide a more accurate response. Here, you can set your homepage within Wp panel, like this: http://screencast.com/t/X5vFiD6V9x
I suggest to watch some tutorial about how to create a homepage in our YouTube section, here: https://www.youtube.com/watch?v=ss-BEobegAw and maybe you find the response.
Hope this helps and let us know how it goes!
Thank you!
Hi websystems,
I’ve tested this now on our theme and everything seems to work fine. I have access on dashboard as editor and also as administrator. Please try to disable all the active plugins except Visual Composer and install it only which comes bundled with our theme and try it again. This error can be caused by your plugins. Notice that the old your plugins when worked fine before updates can generate any conflict with new updates. After this, please check if your problem is still there and let us know.
Hope this helps!
Thank you!
Hi Gee95,
In a future update it is possible but we cannot say for sure if it will get done in the next update because we have a big list of fixes, improvements and suggestions to implement. It’s hard to filter them and select which one gets implemented now and which one gets postponed. The developers decide if it gets done or not though. Until we can do it, you can use a plugin.
Thank you for your suggestion!
Hi Arafat,
The easiest way to achieve this is by using a plugin. Something like: https://wordpress.org/plugins/last-updated/screenshots/
We have not tested these plugins. Some of them might not work with our theme. Try a few of them out and see how they work.
The alternative involves coding:
Use this code http://pastebin.com/vCsS4CFf
And add it to the loop-single or single_template file corresponding to your post template: http://screencast.com/t/35I4CepLEU and replace the get_date code with the one above: http://screencast.com/t/THPFMM9E
Result: http://screencast.com/t/t7sLh9Vdt
You can read more about it here: http://wpcrux.com/wordpress-last-modified-date/
Also you can use the code below to make a style for your modification
.td-module-meta-info {
display:inline-flex;
}
.the-modified-date {
padding-left:5px;
padding-right:10px;
padding-top:2px;
}
.td-post-comments {
display:none!important;
}
The result you should see here: http://screencast.com/t/SiGBizjach0v .
Hope this helps and let us know how it goes!
Thank you!
Hi trustpartner,
Thank you for your message and thank you for choosing our theme!
First off all i recommend to watch some tutorial to get familiar with our theme. You can find these, below:
https://www.youtube.com/watch?v=rgWqozuqmJk -> Introduction
https://www.youtube.com/watch?v=o7JSltCqpCI -> WordPress Theme by TagDiv
https://www.youtube.com/watch?v=ss-BEobegAw -> How to build homepage
https://www.youtube.com/watch?v=Xw1zhpJNPwE -> How to use Visual Composer in our theme (Visual Composer is an important plugin that comes with our theme and with his help you configure theme).
Also you can see a lot of tutorial about Newspaper in our YouTube section, here: https://www.youtube.com/results?search_query=tagdiv+newspaper+6&page=2
After this, please consult our rich documentation and take it step by step until you thoroughly understand each feature before moving on to the next one. Our documentation is here: https://forum.tagdiv.com/wordpress-information/
You should not be scared because everything can be learned!
Thanks and let us know how it goes!
Hope this helps and good luck!
Also, thank you @matijakurusic
Hi skoseci,
There is an option for it in Theme panel->Translation->Close. In this filed you can change the text as you wish, like this: http://screencast.com/t/aHf4WTfv60
Thank you!
Hi mayurt123,
Glad that i could helped!
Thank you!
Hi john80,
There is an option for it in Visual Composer->Block Settings, like this: http://screencast.com/t/HbRBSbQfELF
Thank you!
Hi StockFanatic,
We are sorry for the inconvenience but Facebook changed a few things that made the social counter not work anymore. This was fixed in the current version of the theme which went live yesterday.
Please update your theme to the latest version (6.6) and also update the social counter plugin by deleting your current one and installing the one that comes with the theme: http://screencast.com/t/Zo16smkGYD2 .
For more information about how to update our theme to new version, please consult our documentation here: https://forum.tagdiv.com/how-to-update-the-theme-2/ and here, http://tagdiv.com/newspaper-6-6-update/ , you can see the new content updates.
If the problem is still there after update, please let us know!
Hope this helps!
Thank you!
Hello Andy,
Please consult the topic below and put your Logo in the Main menu: https://forum.tagdiv.com/topic/logo-in-middel-of-menu-bar-travel-theme/ .
Hope this helps and let us know how it goes!
Thank you!
Hi jsup,
Glad that i could helped!
Thank you!
Hi jsup,
Our theme has not been designed to show Sign in/Log in on mobile version. Please try the code below to fix it in your mobile side. Place the code in Theme panel->Custom Css area, like this: http://screencast.com/t/BzV7Wpof
@media (max-width: 767px){
.td-header-top-menu {
display: block!important;
}
.td-header-sp-top-menu .td_data_time, .td-header-sp-top-menu .menu-top-container, .td-header-style-1 .td-header-sp-top-widget{
display: none;
}
.td-header-sp-top-menu{
display: table!important;
margin-left: auto;
margin-right: auto;
float: none!important;
}
}
The result you should see here: http://screencast.com/t/rmHYIJX9zh
Hope this helps and let us know how it goes!
Thank you!
Hi nomadhermit,
You can hide them if you are use a bit of Custom Css. First of all, please tell me what king of ads you want to hide? Below i gave you an example for an article bottom ad.
.postid-639 .td-a-rec-id-content_bottom {
display:none;
}
Using the .postid-639 in this exemple, you can target the post which you want to hide the ad. Here you can see how to change the post id: http://screencast.com/t/JRGJAfmFgp77
Another possibility would be to search other plugin to do this thing for you.
Hope this helps and let us know how it goes!
Thank you!
Hi kgolight,
Unfortunately, our theme does not have a simply option to change the order images in big grid. Big grid is a complex feature of the theme and any changes you make will affect the layout of this. To make some modification are required a better knowledge hard-coding and if you are not aware of the steps you need to follow, i consider to hire a developer/freelancer to do this thing for you, because we do not offer custom work at the moment, sorry.
Thank your for your understanding!
Hi davidspelvin,
Please make sure you are using the Visual Composer plugin that comes bundled with our theme. Also please check to reset in Visual Composer-General Settings->Guide Tours, like this: http://screencast.com/t/7IKku0Bz
If the problem is still there, please let me know.
Hope this helps!
Thank you!
Hello,
Not all blocks use the same method of applying the title. Some use a span tag. You will need to adjust the code for these blocks like so:
If you set a link to your block title then the previous code will work. If the title is not a link, the theme uses a span:
.td_block_6 .block-title>span { width: 100%;}
.td_block_7 .block-title>span { width: 100%; }
.td_block_12 .block-title>span { width: 100%; }
Thank you!
Hi Gee95,
Unfortunately our theme the does not have this option, sorry. This is not a simply task and i suggest you to find a plugin which do this for you.
Hope this helps!
Thank you for your understanding!
Hi StockFanatic,
We are sorry for the inconvenience but Facebook changed a few things that made the social counter not work anymore. This was fixed in the current version of the theme which went live yesterday.
Please update your theme to the latest version (6.6) and also update the social counter plugin by deleting your current one and installing the one that comes with the theme: http://screencast.com/t/Zo16smkGYD2 .
For more information about how to update our theme to new version, please consult our documentation here: https://forum.tagdiv.com/how-to-update-the-theme-2/ and here, http://tagdiv.com/newspaper-6-6-update/ , you can see the new content updates.
I hope this helps!
Thank you!
Hi mboydnv,
Please try the code below in your Theme panel->Custom Css area. I gave you a solution similar to the second example of your.
.td-social-icon-wrap i.td-icon-facebook:hover {
opacity: .5;
color:white;
}
.td-social-icon-wrap i.td-icon-flickr:hover {
opacity: .5;
color:white;
}
.td-social-icon-wrap i.td-icon-googleplus:hover {
opacity: .5;
color:white;
}
.td-social-icon-wrap i.td-icon-instagram:hover {
opacity: .5;
color:white;
}
.td-social-icon-wrap i.td-icon-pinterest:hover {
opacity: .5;
color:white;
}
.td-social-icon-wrap i.td-icon-twitter:hover {
opacity: .5;
color:white;
}
.td-social-icon-wrap i.td-icon-youtube:hover {
opacity: .5;
color:white;
}
The result you should see here: http://screencast.com/t/zPvvt6hYIhQ
Thank you!
Hello Andy,
You can put the logo where you want, using Font Awesome plugin. After you have installed this plugin, please consult our documentation here: https://forum.tagdiv.com/how-to-add-icons-in-menu/
The result you should see here: http://screencast.com/t/YAysr2424O4g
I hope this helps and let us know how it goes!
Thank you!
Hi zdepth,
I’ve checked again your site and the ads seems to work fine, as well. Please make sure that you do not have any one block ads in your Chrome browser and if you have, please disable it.
For your second request, please disable all the active plugins, except Visual Composer and try it again. It could be a conflicting plugin. Also please clear all caches.
After this, if your problem is still there, please send us an email at contact@tagdiv.com and provide your log-in information so we can take a look at your page setup. Please also provide a link to this topic so we know who you are.
Thank you!