Hi
Please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hi
That was the original implementation for mobile menu, whenever the user click on menu icon the page scroll up to top. We will change this in next theme update but at the moment I can’t provide a solution as this task require many changes in theme’s js.
We always answer at all messages from the oldest to newest. On our email address we have only this message from your mail address: http://screencast.com/t/VxiQlew5YXk – http://screencast.com/t/fwwSaaxuiup Please make sure that the message was successfully sent, also try to send the message again and we will get back to you in shortest time.
Thanks!
Hi
You can use elements from Visual Composer in posts but there might be a change to appear some issues with the layout and some additional customizations might be required in order to be displayed fine. If you don’t use Visual Composer the only way to add such elements on posts it’s by creating them in html.
This is a task which require many customizations and unfortunately we can’t provide custom services at the moment. If you still need guidance on this or 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.
Thanks!
Hi
We certainly plan to extend the theme flexibility in the future updates. I’ve added your suggestion on our list and when the time comes our developers will consider it. This may take some time because we have a long implementation list and we take them one by one. We also must pick carefully what features will be implemented as the user always must get what is best from us.
Meanwhile you can use current_user_can() function in td_page_views.php to keep the views column only for users with some specific permissions: http://screencast.com/t/sHZMdOAnXy Note that if you decide to use this method the code commented in previous example must be de-commented now.
Thanks for your suggestion, have a nice day.
Hi
You can change that link by editing logo.php file as it’s indicated here: http://screencast.com/t/HtvPVR9dmEPO
Let me know how it goes.
Thanks!
Hi
The time bestrewn each post displyed in trending now block it’s set at 3000 ms. You can increase this time by changing this value from tagdiv_theme.js: http://screencast.com/t/r2nGILK8kZ
Thanks!
Hi
1,2. To remove the transparency from post/page content use this css: http://screencast.com/t/rMplUHaPEtM
.td-container {
background-color: rgba(255,255,255,1)!important;
}
3. Try this css to make the footer background color black: http://screencast.com/t/2Fwdc2G4O
.td-footer-container, .td-sub-footer-container {
background-color: rgba(0,0,0,.8)!important;
}
Let me know how it goes.
Thanks!
Hi
Please address us in English next time as we cannot understand your request.
Thanks for your understanding!
I assume that you want to customize the category page with elements from Visual Composer. By default this s not possible as the theme allows only pages to be edited with Visual Composer, not the category page. However this can be achieved by modifying the code. You can check this topics where I offered similar solutions for Newsmag theme: https://forum.tagdiv.com/topic/different-ad-tags-for-the-category-templates-vs-the-homepage/ – https://forum.tagdiv.com/topic/how-do-you-filter-the-category-top-section/
Note that this is a complex task which require good coding skills and also many customizations in order to be achieved. We can’t offer customization services at the moment so if you still need guidance on this or 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.
Thanks!
Hi
By default the theme display only posts in live search. However you can add custom post types by modifying the &get_wp_query_search() function as I’ve indicated here: http://screencast.com/t/XeNKhhhNI6Hd
Let me know how it goes.
Thanks!
Hi
Thanks @nicoblog for your help 🙂
@ifajig check our documentation about footer setup here: https://forum.tagdiv.com/newsmag-footer-templates-2/
If you want to edit the footer code this is not possible from appearance > editor as not all theme’s files are include there. The files wich generate the footer part are these ones: http://screencast.com/t/l89PB4bLKy7
Thanks!
Hi
Are you referring at this option: http://screencast.com/t/Dr0PTvlUfW3J The admin bar it is a WordPress built-in functionality as @Chris suggested above. You can be enable the admin top bar from Users section: http://screencast.com/t/ucF03Am6lJ
Let me know how it goes and if this is not what you mean provide more details about what you’re trying to do.
Thanks!
Hi
I’ve checked your site and seems to be displayed fine now: http://screencast.com/t/ozPV4g951Yjg If you still have this issue try to clear all caches and test again.
If you still can’t manage to solve this please provide the shortcode from Visual Composer page-builder: http://screencast.com/t/68LZrbdbRG34 via http://pastebin.com/ so I can inspect this closer.
Thanks!
Hi @ptec1
Please check our documentation regarding mega-menu’s setup: https://forum.tagdiv.com/newsmag-mega-menu/
Let me know how it goes and if you need further assistance provide more details about what you’re trying to do so i can inspect it and get beck to you with a more accurate answer.
Thanks!
Hi
Try this css in theme panel > custom code > custom css and modify the margin’s value as you need: http://screencast.com/t/qUoR9MC5hG
.td_block_text_with_title .block-title{
margin-bottom: 10px;
}
Let me know how it goes.
Thanks!
Hi
The theme dos not have an option to add a tracking code only for some specific posts. You could try a plugin with a similar functionality but I can’t make any recommendation in this regard as we didn’t tested any of these plugins with our theme and I can’t say hoe they will work.
Also you can try to modify the file corresponding with the post template used for the promotional posts and add the tracking code there. For example let’s say that you’re using post template 1 for these posts. In this case the file that must be edited is single_template_1.php You have to check where the tracking code must be added on the page. Usually should be added after in page’s header or in footer: http://screencast.com/t/BPiF5uuA8huS – http://screencast.com/t/IRtdqCzNt30
Ideally would be to choose a specific post template only for the promotional posts so the tracking code to apply only for these posts.
Hope this help.
Thanks!
Hi
I’ve checked the indicated post and the smart list work’s fine now: http://screencast.com/t/AgAMYIanRNE
If you still need assistance regarding smart-list setup please provide more specific details about what you’re trying to do s I can inspect it and get back to you with a more accurate answer.
Thanks!
Hi
The code which generate the animations for Newspaper is this one: http://pastebin.com/WVtAM1Ay Note that you may need some additional customizations in order to have thie code working properly on Newsmag theme.
Thanks!
Hi
Please note that all this customizations require lots of tests and many customizations in order to achieve the desired result. Theme’s block have a fixed layout for each device and changing it require a specific approach for each block. Basicaly you can use media queries as I did in previous example and target the modules used in block 3 to change their’s layout.
Unfortunately time does not allow us to offer any custom services at the moment so if you still need guidance on this or 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.
Thanks!
Hi
The theme uses the default login system from WordPress and does not control the emails sent by this system. I am not sure why this happens on your site but you can try to deactivate all plugins except Visual Composer, just to make sure that there is no conflict, make sure you didn’t added any redirection rules which may conflict with the login system.
Alternatively you can do a few tests with a default wp-theme and check if the problem is still there.
Thanks!
Hi
You can use this css in theme panel > custom code > custom css but it will work only for desktop: http://screencast.com/t/JtLMVFf9
@media(min-width: 1021px){
.td-footer-container.td-container, .td-sub-footer-container.td-container{
width: 100%;
}
.td-footer-container .td-pb-row, .td-sub-footer-container .td-pb-row{
width: 1021px;
margin-left: auto;
margin-right: auto;
}
}
Thanks!
Hi
You can use each theme license just on one product (website/domain) these terms are set by Envato here – http://themeforest.net/licenses/standard – http://themeforest.net/licenses/faq They specify that you can use one license for one product (website/domain). You can use it on multiple test sites and on multiple subdomains as a part of the same site-product, as we did here for example: http://demo.tagdiv.com/newsmag/
Thanks!
Hi
First af all please check our documentation regarding theme’s setup: https://forum.tagdiv.com/newsmag-documentation/ and also you can check our videos from youtube: https://www.youtube.com/watch?v=TUdVeZ1pbuc&list=PL6CsDkMaejhpWFcFNOIDfdp5nIT0NbUbj
We can offer support about anything related with theme’s setup, how it’s feature work and we can help you understand how to use them but unfortunately time does not allow as to provide any custom services at the moment.
We would have gladly made it for you but we are a small team and we are working very hard on the development, updates, fixes and support. For any custom services my advice is to look for a developer who can help you. You can look for a developer on sites like http://studio.envato.com/
Thanks!
Hi
This css is not responsive because apply the same style an all devices. I mentioned in my above reply the you can use media queries to add responsiveness for a specific element. In your case the could could be like this:
@media (max-width: 768px){
.col_large_gal {
/* style for mobile goes here */
}
}
For more details about media queries usage check this link: http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Thanks!
Hi
Please provide a link where I can inspect this issue, also provide more details about how did you set up the slider.
Thanks!
Hi
I’ve checked your post and noticed that you’re using a text block from Visual Composer to add the text on post content: http://screencast.com/t/fxvXTwTldTqf The theme was not designed to work with Visual Composer on posts, only on pages. Try to deactivate the Visual Composer from posts: http://screencast.com/t/m0bezy4MamN clear all caches and test again.
Let me know how it goes.
Thanks!