Hi
The next them update it’s on development now and it will take a while until will e ready. We do our best to release it as soon as possible bu we also must test it and optimize it for the best performance.
Thanks.
Hi
Use this css in theme panel > custom code > custom css to display the banner on mobile: http://screencast.com/t/bXyhzHFIS
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
.td-header-top-menu .td-a-rec-id-custom_ad_2{
margin-bottom: 0px !important;
margin-top: 0px;
}
}
Thanks!
Hi
Unfortunately the theme don’t have an option for a full width layout at the moment, sorry. The current implementation set a fixed with by 1021px for page content. Changing this implementation involve lots of customizations in theme’s core files and also many tests in order to achieve the desired rezult.
This is a complex task 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.
Thanks for your understanding and for your message!
Hi
That happens because the css from theme panel it’s loaded after the main theme’s css. To avoid that delay you can insert your custom code directly in style.css file so it be loaded with the main css: http://screencast.com/t/UNKrfH0Zg
Thanks!
Hi
You can achieve that by adding this line of code in menu-mobile.php file like here: http://screencast.com/t/bTeetwkylsu
locate_template('parts/header/top-widget.php', true);
Also you need this css in theme panel > custom code > custom css: http://screencast.com/t/y0OCloZqw
.td-mobile-content .td-header-sp-top-widget{
float: left!important;
background-color: red;
}
Thanks!
Hi
This usually happens because of lazy load animation which’s script conflicts with one of your installed plugins. Try to deactivate all plugins except Visual Composer, clear all caches then test again. If the problem persist deactivate the lazy load animation from theme panel > template settings: http://screencast.com/t/GdPWoldS5 then test again.
Let me know how it goes.
Thanks!
Hi
We would like to thank you for your kind feedback. We do our best to offer high quality themes and also we focus on helping our clients understanding how they works.
All theme’s blocks where designed to use specific thumbs depending by each module’s layout. Our blocks are build from one or more modules. For example block 1 use for first post module 4 and for others posts module 6. Each module have its specific thumb which it’s used when that module it’s displayed on the page. For example module 4 use a thumb by 300x194px: http://screencast.com/t/bnUKk2wKzQk
To change the thumb size for one module it’s required a bit of coding and this are the steps that must be taken:
– define a new thumb size in td_config.php file: http://screencast.com/t/zwQLzpY7QF You can use theme api for that: https://forum.tagdiv.com/td_api_thumbadd/
– edit the file corresponding for the module which you want to modify and change the current thumb size with your custom size: http://screencast.com/t/bnUKk2wKzQk
You will have to be careful at module’s layout after applying this changes because it’s possible to be needed some adjustments in it.
Please consider that this is a complex task which requires lots of customiations and good coding skills 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
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.
Thanks for your suggestion, have a nice day.
Hi
Renaming the ad-spots is not an easy task because their structure is based on the actual names. The html structure it’s generated by php and depends by each ad spot’s unique id. Also you will need to change all css classes from style.css.
This is a complex task which involve many customizations and unfortunately I can’t provide a solution now. If you’re not aware of the steps you need to take in this regard please consider hiring a freelancer from sites like: http://studio.envato.com/ to do this for you as we can’t offer customization services at the moment.
Thanks for your message!
Hi
By default Newsmag theme does not have the border included in its style but you can use this css to achieve a similar rezult: http://screencast.com/t/rFdeQkYYgdCX
.td-pb-span8 .block-title{
border-bottom: 2px solid red;
width: 94%
}
.td-pb-span12 .block-title{
border-bottom: 2px solid red;
width: 96%
}
.td-pb-span4 .block-title{
border-bottom: 2px solid red;
width: 88%
}
.td-wrapper-pulldown-filter {
position: relative;
top: -48px;
}
.block-title > span{
top:0;
}
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/n74dYoc6
.td-header-top-menu{
background: none;
}
Thanks!
Hi
That happens because of search container display. You can correct that by replacing the previous css with this one:
@media(min-width: 768px){
#td-top-search {
margin-top: 0px!important;
position: initial;
display: inline-block}
}
Please note that this header style wan’t designed to have a full width background and by affecting it’s layout may appear some issues with menus functionality.
Thanks!
Hi
Try to deactivate lazy load animation from theme panel > template settings: http://screencast.com/t/lSgLMGIesf
Let us know how it goes and if the problem persist 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
WordPress have lots of options and sometimes their use can be a bit tricky 🙂 Anyway IO am glad I could help.
Thanks for your feedback and for your message.
Have a good day.
Hi
Please check this topic, I’ve posted a solution here: https://forum.tagdiv.com/topic/hide-themes-name/
Thanks!
Hi @LoneWolf
Please check this topic for more details regarding facebook comment implementation :https://forum.tagdiv.com/topic/anybody-implemented-fb-comments/
Thanks!
Hi
Please provide your site url so I can inspect this closer.
Thanks!
Hi
To achieve the current layout on our demos we combined different blocks on the page and set a specific configuration for them.
Please check our documentation for more details about page setup, blocks settings and visual composer usage: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/ – https://forum.tagdiv.com/newsmag-block-settings-tutorial/ – https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/ Also you can check our youtube videos here: https://www.youtube.com/watch?v=TUdVeZ1pbuc&list=PL6CsDkMaejhpWFcFNOIDfdp5nIT0NbUbj
1. On top of our travel demo we use a big grid 6 with grid style 7: http://screencast.com/t/kK4cxADm4M7
2. I assume that you’re referring at this part from our demo: http://screencast.com/t/1K76Jyg8bb6 There we use latest article part and module 14 for layout: http://screencast.com/t/bzWaMkx7qMpq You can also use a block 13 from Visual Composer to achieve the same layout: http://screencast.com/t/uvzjovotqyS
3. To move the title below the featured image on module 14 add this css in theme panel > custom code > custom css: http://screencast.com/t/1N8UqmYG0qw
.td_module_14 .meta-info {
position: initial;
}
Thanks!
Hi
Our theme was designed to display the post/page content to a 1021px width and there is no option to make a row full width, sorry. You can use a slide from revolution slider plugin for a full width layout but elements from Visual Composer can’t have a full width layout with our theme.
Thanks for your understanding.
Hi
We don’t recommend to add custom values in design options sections. Adding different margins/paddings there could affect the page’s layout.
All theme’s blocks/grids have fixed layout and changing it involve many customizations and in most cases a new approach for the element.
Unfortunately we can’t offer speed customization 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
Please make sure that the categories are enabled from screen option: http://screencast.com/t/OT6vUnLPFiVB Also try to deactivate all plugins except Visual Composer, clear all caches and test 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 and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi
Please provide your site url so I can inspect this closer and get back to you with a more accurate answer.
Thanks!
Hi
Add this css in theme panel > custom code > custom css to make the menu full width when page scroll down: http://screencast.com/t/yE1oILfynSKh
.td-header-main-menu.td-affix{
width: 100%;
}
Thanks!
Hi
Please make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using then test if the problem is still there.
Let me know how it goes and if you still can’t manage to solve this issue provide your site url so I can have a closer look to it.
Thanks!
Hi
You can set a background color for each bloc title from Visual Composer page-builder: http://screencast.com/t/iiTDFVA80 – http://screencast.com/t/nBOu6Ofz72Si
For more details regarding page setup and visual composer usage with our theme please refer to our documentation: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/ – https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/ – https://forum.tagdiv.com/newsmag-block-settings-tutorial/ Also you can check our youtube videos: https://www.youtube.com/watch?v=TUdVeZ1pbuc&list=PL6CsDkMaejhpWFcFNOIDfdp5nIT0NbUbj
Thanks!