Hi
This issue has been fixed in the latest updates of the theme so try to update your theme at the current version available on themeforest, V 2.4: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ clear all caches and test again.
Thanks!
Hi
To achieve that you will need a different implementation for the function which generate the category tag for each post: http://screencast.com/t/gwhUcBfb9Y This task involve many customizations and I can’t provide a solution now so if you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
Thanks!
Hi
The current version of Visual Composer plugin available with the theme, V 4.9, is tested and works fine with the theme. Please make sure that you updated the theme and the Visual Composer plugin according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ Also make sure that you empty all caches, deactivate all others plugins except Visual Composer and test again. You also can try to make a new local install on your computer, with the latest version of WordPress, the theme and Visual Composer, then check if the problem persist.
If you still can’t manage to solve this issue please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi
You need to edit the td_module_single.php and delete the indicated lines: http://screencast.com/t/keHJcS2QqRov – http://screencast.com/t/wZ7GxdTSwPxV – http://screencast.com/t/u1PAATCe6FU
Thanks!
Hi
You can change the post content color from theme panel > theme colors: http://screencast.com/t/QzXLIpgg – http://screencast.com/t/QXQzsDdKoj
If this is not what ou man please provide more details.
Thanks!
Hi
You can change the category tags color using this css in theme panel > custom coe > custom css: http://screencast.com/t/UgTWfNJa
.td-post-category {
background-color: #6dab3c !important;
}
You can remove the links for category tag by replacing the atag with p in td_module.php file: http://screencast.com/t/PDixd8vKg
Let me know how it goes.
Thanks!
Hi
I’ve checked your site and noticed that you’rte using header style 3. In this case you have to edit header-style-3.php and add a new container here: http://screencast.com/t/n5dOU1LSL Note that you may need some css customizations such that the bottom to be displayed fine.
Hope this help.
Thanks!
Hi
I have test this on my side and the comments are displayed fine: http://screencast.com/t/yXSBAiF6q I am not sure why they aren’t displayed fine on your site but you can try to deactivate all plugins except Visual Composer, clear all caches and test again.
If you still can’t manage to solve this issue please provide your site url so we can inspect this closer.
Thanks!
Hi
You can add a title for your gallery from post editor like here: http://screencast.com/t/NduC0ghVMl If you want to change this options name: http://screencast.com/t/Yujo1X6qenw edit the td_wp_booster_functions.php file here: http://screencast.com/t/jcjhFlx7xEGU
Hope this help.
Thanks!
Hi
You can find the Speed Booster plugin in Newspaer-tf/plugins folder: http://screencast.com/t/UpnU4H7w For more details in page speed regard please check our documentation: https://forum.tagdiv.com/how-to-make-the-site-faster/ and also this link: https://forum.tagdiv.com/topic/%3Cb%3Espeed%3C/b%3E-booster-questions/
Hope this help.
Thanks!
Hi
I looked over the code you provided and even if our theme already have the light box implemented you will need some serious customizations to achieve a similar functionality for the gallery like the one from the indicated link. This is a complex task and unfortunately I can’t provide a solution now. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
Thanks!
Hi
Please make sure that you installed the Visual Composer plugin according with our documentation: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ deactivate all others plugins, clear all caches and test again. Also make sure that you have post which correspond with the filter set in grid settings: http://screencast.com/t/GfSBnwKVd0H For more details about Visual Composer usage please check our documentation: https://forum.tagdiv.com/how-to-use-visual-composer/
If you still can’t manage to solve this issue please provide your site url so we can take a closer look at this issue.
Thanks!
Hi
In the “how to update” guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ is specified that you will have to run the script that will import from database your settings, will change the shortcodes. Unfortunately you will have to re-add your widgets in the sidebars as some of them may not be imported or don’t exist anymore, also they will become inactive.
Thanks!
Hi
You can try to use the do_shortcode function in single_template_11.php file like here: http://screencast.com/t/vgE0eaqNM9 but i am not sure that the video will be displayed because the theme have video support only for youtube, vimeo and dailymotion.
Thanks!
Hi
To deactivate the background image on all other pages and post, except the home page add this conditions in td_background_render.php file like here:
if (!is_front_page()){
return;
}
Note that if you’re using the blog template: http://screencast.com/t/0HVZuti3Z the function that must be used is is_home:
if (!is_home()){
return;
}
The footer can be deactivated from theme panel > footer: http://screencast.com/t/Zqffjzvh
Thanks!
Hi
You can disable the background image for a specific post or page by adding a conditions in td_background_render.php file like here: http://screencast.com/t/UHoNdObM
if (is_page(id) or is_single(id)){
return;
}
To get the page/post id please follow this link: http://screencast.com/t/NV3UvnuT Use is_page() for pages and is_single() for posts.
Hope this help!
Thanks!
Hi
I can’t access your site: http://screencast.com/t/DbXKqdef8ixM
I am not sure why this happens but you can try to deactivate all plugins except Visual Composer, clear all caches and test again.
Thanks!
Hi
I am not sure what you mean. Please provide more details about this issue so i can inspect it closer, also a screen pointing the issue would be helpful.
Thanks!
Hi
Replied you via dashboard.
Thanks!
Hi @Alex
If you use child theme for files customizations it’s a good practice to check update_log.txt file for each update and see what files had been modified so if those specific files are used in the child theme you will have to check your customizations to not break the functionality of the theme.
Thanks!
Hi
Visual Composer plugin is tested with the theme and works fine. Please make sure that you installed the plugin according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ deactivate all others plugins, just to make sure that there is no conflict with one of your installed plugins, clear all caches and test again.
Let me know how it goes and if the problem persist please provide your site url so I can take a closer look at this issue.
Thanks!
Hi
Contact your host provider and ask him if the server have any firewall which restrict the access at dates from external sources. Ask your host to unblock our demo so you can retrieve data from our server.
Thanks!
Hi
The pages don’t have h1 tags in theirs html structure but as @Chris suggested you can use a text box with some content to add this tag.
Thanks!
Hi
Try to deactivate all plugins except Visual Composer and bbpres, clear all caches and test again. If the problem persist please provide your site url so I can take a closer look at this issue.
Thanks!
Hi
I am not sure I understand your request. The indicated grid can be used as block on your site. You can chose where to use it from Visual Composer pagebuilder: http://screencast.com/t/RtgUahCd7
The grid wasn’t designed to have a vertical layout. To achieve that you will need lots of customizations in theme’s core files and I can’t provide a solution now. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
If this is not what you mean please provide more specific details about what you’re trying to do so I can get back with a more accurate answer.
Thanks!