Hello Sanalsantiye,
If you still have some problems with mobile theme plugin, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Also, provide the link of this topic so we can easily identify you.
Thanks for the message!
Hello biretta,
Try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
@media (max-width:767px){
.td-category, .td-subcat-dropdown{
display:none!important;
}
}
Please notice that the General homepage in Mobile Responsive Mode displays only the content which appears to desktop mode. It does not exist any option to set another layout for Mobile homepage, sorry!
Thanks.
Hi Damian,
You will have to edit the code from td_panel_data_source.php and add there the slash, like this -> http://screencast.com/t/ycJFEfLtJTI and the code which contains and that symbol will be displayed to the page source.
Hope that help!
Thanks for your understanding!
Hello karrieristen,
Please try to turn of the General Modal Image because this is more restrictive settings for entire website instead of the Modal image setting for each image, like this -> http://screencast.com/t/3NYyiBMzLs Clear all your caches and test it again.
Thanks for the message!
Hello Larshell,
Unfortunately, you must not buy the License of Visual Composer, sorry! The license comes bundled with the packet which you have downloaded from Envato Market and until now we have not encountered any problem in this regard, sorry!
Thanks for your understanding!
Hello kibiribi,
Please keep in mind that any product from Envato Market is fully tested and inspected to be safe when users download those products. Until now, we do not have any bad report in this regard and most likely, your theme has been infected at your side. Try to make a new fresh install and check the results.
Thanks for your understanding!
Hello Khardung,
Please make sure that you update the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ clear all caches, purge CDN files if you’re suing then test the site again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials, also give us FTP access, and we will inspect this issue as soon as possible. In your message include a link to this topic.
Thanks!
Hello redarmy,
The site is made using our Default Theme, without content, with yours content and layout. If you want to achieve something like this, you will have to install our theme with Default Demo and then, using the Inspector tool, you can notice what type of elements are using in that website and then you should implement/add on your side. We made a tutorial which may be helpful in this regard: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hello hadharm,
If you want to frame the entire thumbnail with all meta information, you will have to replace the .td-module-thumb with the modules which are used by your displayed block. For example, if you are using the Block 1, you will have to use .td_module_4 and .td_module_6 as classes because these are used in that Block. The example of the code for this Block is here ->
.td_module_4, .td_module_6{
border: 2px solid black;
border-radius: 5px;
padding:2px;
}
For more information about Blocks/Modules, please check this section of Theme panel, like this -> http://screencast.com/t/K4ctencdgg
3) Try the code below ->
@media(max-width:767px){
.footer-logo-wrap, .footer-text-wrap{
display:none;
}
}
4)To bring the most popular posts you can use a Block sorted by Popular, like this -> http://screencast.com/t/QAU0S6ClysR and for bringing the Latest commented posts, you will have to use some plugins which have this functionality or if you are an experimented person with coding, you can implement yourself this task. We cannot help you in this regard because we cannot provide custom work at the moment, sorry!
5)The mobile plugin does not support the Visual Composer shortcode and therefore, you cannot use the Trending Now Block in Mobile Theme, sorry! If you want to make it to work, please do it yourself because this task requires custom work.
6)If you want to change the functionality of Related Articles you will have to alter the code from the core file, where this feature is created, like -> http://screencast.com/t/cvoGdGF5 and here -> http://screencast.com/t/xF0VeNmQW
7)If you want that you code working only for post pages, you will have to add the .single class after your code to be more precise in this regard. You can use the shortcode method to add this button, using the Visual Composer, like Text Block element. In that Block, you can add your button, and then injects the shortcode generated in VC for that element in the content, before your text, like this -> http://screencast.com/t/wHSERMLja -> http://screencast.com/t/lJS3epysxiMS
Thanks for your understanding!
Hello arpitsrivastava,
Please try to make a clean WP install from scratch with the latest version of Newspaper (7.4) according to our documentation here -> https://forum.tagdiv.com/install-via-ftp/ We only recommend doing the install/update via FTP because this is the surest method in this regard.
Hope this helps and let us know how it goes!
Thanks.
Hi tagdivchick,
Please notice that all the style for this type of Big Grid comes from style.css core file. If you want to change design of this feature, you will have to change the code from there -> http://screencast.com/t/DZhA9ekUo As you can see, this is not a simple task and if you are not aware of the steps which you are needed to take in this regard, please consider hiring a freelancer/developer to help you! Also, if you want to make an option that set the color of each thumb of the grid after custom setting, you will have to make some hard-coding in order to achieve as you wish and all of these processes involves custom services.
Thanks for your understanding!
Hello Kingbreak,
Please ensure that you are using the latest version of the theme with only tested plugins. Clear all your caches, purge CDN files if you are suing the CDN system, clear server caches and test it again. If you do not have any access to your caches on the server, request this task to your hosting provider to clear all of them.
Hope this helps!
Thanks for your message!
Hello kibiribi,
You can try to use the link of your YouTube playlist and add it in the Video Player element from Visual Composer, like this -> http://screencast.com/t/EaMQyFWZhw For example, this is a playlist created in YouTube, like this -> http://screencast.com/t/YvInIjqBGk and if you will add the link of this one in Video Player you will bring this -> http://screencast.com/t/dj40hvkQh5mW
Hope this helps!
Thanks.
Hello berchman,
I have inspected your website and I saw that you are using the 7.3 version of the theme. Please update it to the latest version of the theme via FTP because this is the surest method in this regard. Do you have made some customizations in your Child Theme? Please notice that, most likely, this type of error come from your additional customizations which you have in Child Theme. Try to adjust all of them to the latest version of Child Theme which comes bundled with the theme. Here – > http://screencast.com/t/5rcoKHUOT , you can see what type of files were changed in the latest update. The link is here -> https://themeforest.net/item/newspaper/5489609
Thanks for your understanding!
Hello
Try the code below and place it in Theme panel->Custom CSS area.
.td-mobile-footer-wrap .td-footer-description{
display:none;
}
Thanks.
Hello jpuerta,
I have checked your mobile mode and I get this error -> http://screencast.com/t/myBPgG3piHo Please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme and rule out the conflicting plugins.
Hope this helps and let us know how it goes!
Thanks.
Hi,
Try the code below ->
@media (max-width: 767px){
.td-main-page-wrap {
padding-top: 0;
}
The results -> http://screencast.com/t/Nww8UPVx757
Thanks.
Hello meremetia,
I have tested on my side and the code works as properly. Please be more careful about what type of add you are using. So, if you will use the Google Adsense code you will have to use the .td-g-rec-id-content_inline class and if you are using other ads, you will have to use the .td-a-rec-id-content_inline class.
Hope this helps!
Thanks.
Hello srampia,
Give me your website URL so I can provide you a more accurate code.
Thanks.
Hi,
If you want to add those borders to your website, you will have to use a bit of CSS code to do that. Try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
.td-header-top-menu-full{
border-top:4px solid #009688;
}
.td-header-menu-wrap{
border-bottom:4px solid #009688;
}
The result you should see here -> http://screencast.com/t/VDc688Qi2w4w
Thanks.
Hello kibiribi,
That animation works only for images which are loaded in Media Gallery and not from external image, sorry! Your suggested plugin is not tested with our theme and we have no idea about the theme behaviour with this type of plugin, sorry!
Thanks for your understanding!
Hi Larshell,
I have inspected your website and I saw that you managed to install the latest version of Visual Composer, right? If you will encounter another problem with the theme, please open a new thread with your issue and we will gladly help you.
Thanks.
Hi kike21,
I am glad that you could solved your problem.
Thanks.
Hello damian,
1)Please try to read this topic here -> https://forum.tagdiv.com/topic/how-to-add-more-custom-ad-spots/ because we have explained a valid method on how you can add a new custom Ad at your website. If you are not aware of the steps which are needed to take in this regard or if you fail to do this implementation, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
2)Please notice that our theme only render the Ad code which is added in the Ad Slot and this do not change the structure of the code. First of all, please ensure that your AdSense code is valid in order to bring best results in theme. If your problem is still there, I suggest you addressing to the Google AdSense provider, tell the problem and wait from there a solution in this regard. They should be able to provide a more accurate response because they are producing the code.
Thanks for the message!
Hello nano2408,
If you want this, you will have to change the color value directly from the style.css file, like this -> http://screencast.com/t/RKGhjHqoy
Thanks for your understanding!