Hello,
The thumbnail upscale plugin and force regenerate method should work if you cannot upload bigger images. The process is done automatically, you do not need to edit every photo.
If everything else fails you can try to disable all your plugins except visual composer to rule out a plugin conflict.
Thank you!
Hello,
Sorry for the delay, but we had lots of request on the forum and writing in the same post moves you up to recent posts.
Unfortunately the site you are referencing does not work. http://screencast.com/t/ygehySUv7A
Please make a screenshot if you can access it (when it works) or describe what you want to accomplish.
Thank you!
Hello,
You can use jing: https://www.techsmith.com/jing.html and make a screenshot for us to what you are referring to. There are also other methods. Just google ‘how to make a screenshot’.
You can disable the placeholder image from here: http://screencast.com/t/ygehySUv7A
Thank you!
Hello,
Sorry for the delay, but if you keep writing in the same post you will move your topic up to more recent ones. We answer in chronological order from oldest to newest. We answer every question on the forum so posting once is enough to get an answer on time.
Our theme has gotten pretty ‘heavy’ due to more and more options getting implemented but there is a solution to make your website faster. Please follow this topic to see how it can be done: https://forum.tagdiv.com/how-to-make-the-site-faster/
I hope this helps.
Thank you!
Hello,
You can use plugins that add content to the sidebar. A widget like the one you suggested with the weather, but replacing the whole sidebar is another matter altogether. It will not be an easy job. The theme has no option for it and we cannot make any suggestions on how it can be done. You will probably need to hire a freelancer to implement such an option.
Maybe you can find a plugin that has this option but unfortunately we cannot make any suggestions.
Thank you for your understanding.
Hello,
Unfortunately there is no option in the theme for it and a workaround is the only choice at the moment. Maybe in a future update we will be able to implement such an option if more users request it.
Thank you!
Hello Vladimir,
1) I think you are referring to the responsiveness of the logo on mobile.
You can use this custom css to make it responsive again.
@media(max-width:767px){
.td-header-style-10 .td-logo {
width: 100%!important;
}
}
2)You can change the mobile menu color from the theme panel: http://screencast.com/t/9xlJiRSDKR
Thank you!
Hi,
Please provide a link to your website so we can inspect the post. It can be done with custom css but we need to inspect the sticky post to do it.
Thank you!
Hello,
You can use this custom css to increase the image sizes:
.flickr_badge_image{
width:98px;
height:84px;
}
If this is not what you mean, please provide more details so we can understand the issue better.
Thank you!
Hello,
I do not know how you added your background image because it is not the way our theme implements images.
You can add a custom background-image to the container (not on the body tag like yours) if you wish:
.td_category_template_6 .td-category-title-holder{
background-image: url('https://upload.wikimedia.org/wikipedia/commons/b/b5/Winnersh_Meadows_Trees.jpg');
background-repeat: no-repeat;
}
}
result: http://screencast.com/t/d8eexqse1
I hope this helps.
Thank you!
Hello,
We are working hard to solve this issue with Social Counter and we will release an update for it.
You could try this version of Social Counter(it worked for some users) – http://cdn.tagdiv.com/wp-content/uploads/2015/12/td-social-counter.zip Just deactivate and delete the current plugin and install this version, then use another fb id(like tagdiv) see if it works and then revert to your id so you will refresh it.
If it doesn’t work you will have to wait for the next update, we hope to fix it as soon as possible.
Thanks and sorry for inconvenience!
Hello,
Unfortunately the theme does not have an option such as the one you suggest. You will have to use a plugin in order to do it but we cannot make any recommendations as these plugins are not tested with our theme. you can try a few of them out with a bit of trial and error and see which one works better.
Thank you!
Glad you managed to solve it. Maybe it will work for @Firstwellness as well.
Thank you for posting your solution. It will help other people that have similar problems.
Hello,
You can activate the exact same menu on your website and then customize it to your needs.
That menu is built in the theme and it’s disabled for deploy version, you can set this line to “true” to enable it: http://screencast.com/t/HMJC8F923oL
You can change the links from here: http://screencast.com/t/JEAXZynfUt7O
This applies in the 6.6 version. In older versions the code was found here: http://screencast.com/t/CVEM0sFvRMoL
Thanks.
You can use custom css to apply an image to all the template 11 posts:
.td-post-template-11 .td-video-template-bg{
background-image: url('https://upload.wikimedia.org/wikipedia/commons/b/b5/Winnersh_Meadows_Trees.jpg');
background-repeat: no-repeat;
}
result: http://screencast.com/t/mG1hLR1DdDu
You will have to use your own image in the image url and it will propably require a few adjustments to align properly.
Thank you!
Glad you solved it.
Hello,
Unfortunately there is little you can do with iframes. If the iframe is not responsive, you cannot change this behavior. You can make the sidebar fall under the content like on mobile phones by using this css:
@media (max-width: 1018px){
.td-pb-row [class*="td-pb-span"] {
padding-right: 0;
padding-left: 0;
}}
@media (max-width: 1018px){
.td-pb-row .td-pb-span1, .td-pb-row .td-pb-span2, .td-pb-row .td-pb-span3, .td-pb-row .td-pb-span4, .td-pb-row .td-pb-span5, .td-pb-row .td-pb-span6, .td-pb-row .td-pb-span7, .td-pb-row .td-pb-span8, .td-pb-row .td-pb-span9, .td-pb-row .td-pb-span10, .td-pb-row .td-pb-span11, .td-pb-row .td-pb-span12 {
float: none;
width: 100%;
}}
@media (max-width: 1018px){
.td-pb-row [class*="td-pb-span"] {
display: block;
min-height: 1px;
}}
But unfortunately your iframe will not take up the rest of the space in order to fit inside the page properly.
In order to align it to center you will need to align the container to the center. In your case it is a
element. You can add an extra class to it from the text editor like so:
iframe
Then you can use the custom class with css like so:
.customclass{
text-align:center
}
I hope this helps
Hello,
You can use CSS to target the hover color:
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover{
background-color:blue;
}
result: http://screencast.com/t/vANc2cQ4
Thank you!
Hello,
you can use this custom css:
.td-header-style-1 .td-header-menu-wrap-full{
height: 28px!important;
}
.td-header-style-1 .sf-menu > li > a{
line-height:30px!important;
}
.td-header-style-1 .header-search-wrap .td-icon-search{
line-height:30px!important;
}
I set it to the same height as the top menu. (28px)
result: http://screencast.com/t/byoguua6hP
Thank you!
Hello,
In order to change the mobile menu color you will need to update your theme to the latest version if you do not have this option in the theme panel: http://screencast.com/t/LhLGuzA8U
https://forum.tagdiv.com/how-to-update-the-theme-2/
In order to disable the sidebar in the mobile menu you can use custom css:
@media(max-width:767px){
.td-ss-main-sidebar{
display:none!important;
}
}
Note that this code will only work for a sidebar (standard sidebar from widgets area) it will not work for pages that use 2 column visual composer rows.
Thanks.
Hello,
You can use this custom css to target the tablet view:
@media (min-width:767px) and (max-width:1018px){
.td-logo-wrap-full{
height:130px;
padding-top:22px;
}
}
As before, you can adjust the parameters in the code to your preference.
Thank you!
Hello,
Sorry for the delay, we had lots of requests on our forums these days and it is hard to answer all of them in a day. Unfortunately the menu is a very complicated part of the website and making this custom modification will not be as easy as it looks. The logo is in a different container than the menu on style 1. Unfortunately you will need to hire a freelancer to help you on this one as time does not allow us to provide any custom work.
Thank you for your understanding.
Hello,
Unfortunately there is no option for a vertical menu in our theme. You will need custom work in order to achieve this if you really need it. At the moment we do not have any plans to implement such an option. If more people request a vertical menu we will most likely implement it in a future update.
Thank you!
Hello,
@jermyn7, please access your files via FTP and delete the visual composer files manually as sometimes deleting them from the dashboard will not be enough and a folder will remain behind.
@netisam (wrong topic) replied here: https://forum.tagdiv.com/topic/migrating-from-true-mag-video-theme-to-news-paper/
Thank you!
Hello,
Unfortunately the plugin is not tested to work with the theme and we cannot guarantee it will work 100%. We have not tested this plugin and we have no idea of the plugin functionality in order to provide an answer. Unfortunately time does not allow us to provide plugin implementation support.
If you really want to use this plugin we suggest you hire a freelancer to help you with implementation. You can hire one from studio.envato.com
Thank you for your understanding.