Hi,
Glad that you managed to solve this. The new documentation will be structured something like this – http://screencast.com/t/lSYfhsaMEeMz I hope that it will be more easy for users to find what they need.
Thanks for suggestions!
Hi,
After you install the demo you can import the predefined styles(stacks): http://screencast.com/t/Lc6Dho2jdh – http://screencast.com/t/pumXbxmy3u Please note that if you activate a stack, it will import only settings like fonts, colors… When you import a stack it will be activated automatically.
When you want to remove it, unfortunately you will have to make a factory restore – http://screencast.com/t/xBfbVrEr but this will remove all your panel settings like logo, ads..
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for this, but you can add a background color for each menu item using unique class for items. Paste your custom css in Theme Panel > Custom Css – http://screencast.com/t/XKwTX2gdL
.menu-item-241 {
background-color: red;
}
.menu-item-232 {
background-color: green;
}
Thanks!
Hi,
Yes, you can use the same code on your final domain. Envato specifies that each theme can be used for one product (site): http://themeforest.net/licenses/standard so if you want to use it on multiple sites you will have to buy a license for each project.
Thanks!
Hi,
I have added this on our list, we will add this to Translation as soon as possible.
Thanks!
Hi,
Unfortunately this is not an easy task, you can try something like this in search template – http://wordpress.stackexchange.com/questions/84549/including-categories-in-search-results note that we did not tested. If you don’t have php experience I suggest to get someone to help you, as we cannot provide custom work at this time.
Thanks!
Hi,
It doesn’t work because your theme is newsmag, please try this custom css: http://screencast.com/t/pYw2PxQAPKHZ
.home .td-module-comments {
display: none !important;
}
Thanks!
Hi,
This varies depending on the monitor resolution, like you can see how it looks on my monitor – http://screencast.com/t/0SitZbD5 You will need custom work if you want to change the height of Big Slider, I suggest to get someone to help you if you need this and don’t know how to do it as we cannot provide custom work at this time, sorry!
Thanks!
Hi,
Not sure what what you mean. You can make a category(or more) mega menu using this guide – https://forum.tagdiv.com/how-to-use-the-megamenu/ If you have a parent category(category with subcategories) – http://screencast.com/t/DaExDsikKrI just add your category in the menu and make it megamenu in Appearance > Menu – http://screencast.com/t/OJi4S2Dnd the subcategories will be added automatically.
Also please make sure that the item menu(category) used as megamenu is in root of the menu.
Provide more details if you have another issue with megamenu.
Thanks!
Hi,
I have checked again that code and it works fine as you can see – http://screencast.com/t/Kl8E10TwPH it should work also in your case.
Thanks!
Hi,
Please check this only with Visual Composer and Jetpack plugins active and clear cache, if you think that this happens only when Jetpack plugin is active as maybe it is in a conflict with another plugin.
Also check the cache plugin settings we recommend to use on page cache – https://forum.tagdiv.com/w3-total-cache-configuration/
Thanks!
Hi,
You can add the css code where you want it is not a specific place. I said to add it to the bottom of style.css content as you can find it easily if you want to remove it – http://screencast.com/t/hFcmQNnV
Thanks!
Hi,
Newsmag theme also has an attachment template, but not exactly like that. When you add an image set link to attachment – http://screencast.com/t/NtAvEOJiM so when you click on the image it will take you to the attachment template – http://screencast.com/t/abr7WbQxWq Please note that you have to disable modal(lightbox) when you use attachment link. If you want to modify the attachment template you can find it here – http://screencast.com/t/pepnmpqoM5h
Also the theme has an option to enable modal for each image of your article and you can navigate threw all post’s images – http://screencast.com/t/aZMRlqQaG
Thanks!
Hi,
1. You can edit modules(each module where you want time to appear) and add your code after date if you want to display it there – http://screencast.com/t/bIsCMjkO
2. I see that progress bar but I don’t know what you are trying to do, please provide more details.
Thanks!
Hi,
You can try this custom css in Theme Panel > Custom Css:
.td-video-play-ico img {
opacity: 0;
}
.td-big-grid-post:hover .td-video-play-ico img {
opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.td_module_wrap:hover .td-video-play-ico img {
opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
Thanks!
Hi,
You can go to the text html when you switch to Classic mode – http://screencast.com/t/rrhLxWtQ also please note that when you change to Backend Editor, your code will be added in a text block so you will need to edit text block if you want to make some changes – http://screencast.com/t/ZorZo8PK
Thanks!
Hi,
We did not tested this, but you can try to remove this from the code – http://screencast.com/t/9M3BUpgJU and see if it works.
Thanks!
Hi,
Please provide a link so we can take a look. If you don’t want to provide your url on forum, send an email at contact@tagdiv.com and also paste a link to this topic so we can know who you are.
Thanks!
Hi,
Please check the above css solution, it is tested on your site and it should work fine(please use !important tag for width value).
@media (min-width: 768px){
.single .td-pb-span12.td-main-content .td-post-content iframe {
width: 650px !important;
display: table;
margin: 0 auto;
}
}
Yes, you are right about this, changing to 66% it will change the width also on mobiles, but the custom css should work. Please clear cache as I have checked your article and iframe is 100% as you can see – http://screencast.com/t/9eVOmWOJ554q
Thanks!
Hi,
Please make sure that you check it with your browser zoom function set to default or 100%. We have this on our todo list for further testing and as soon we find the cause of this we will fix it.
If this doesn’t solve your issue please provide your site URL so we can take a look.
Thanks!
Hi,
Unfortunately Newsmag theme was initially designed at this width – 1021px – with an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. So changing the width would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work. I suggest to hire a freelancer to do this for you as we cannot provide any type of custom work at this time because we work hard on development, updates and support.
Thanks!
Hi,
I also tested this and redirect to the url on submission it works fine – http://screencast.com/t/fdKuN1NYj Please check this without any plugins active, leave just Visual Composer and Contact Form active, clear cache and check again as it may be a conflict with another plugin.
Thanks!
Hi,
I also checked your id lesuberante and it is working fine – http://screencast.com/t/6ivi0nayMC – http://screencast.com/t/qigJERWrI8 Please clear cache if you use a cache plugin and also please note that it might take a while to update.
Thanks!
Hi,
Please try this custom css – http://screencast.com/t/1XMjwAfq
.td_wrapper_video_playlist a.td_click_video .td_video_title_and_time {
margin: 0 103px 0 30px !important;
}
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper .td_video_stop_play_control .td_vimeo_control, .td_wrapper_video_playlist .td_video_controls_playlist_wrapper .td_video_stop_play_control .td_youtube_control {
left: 0px !important;
}
.td_wrapper_video_playlist a.td_click_video .td_video_thumb {
margin-right: 16px;
}
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper .td_video_title_playing {
right: 80px;
left: auto !important;
}
I also uploaded these files(we have changed the play icon for rtl) – https://www.dropbox.com/s/spimtk75t090nyn/elements.zip?dl=0 that you have to replace the existing files from – http://screencast.com/t/GVTzhEnRjmW
Thanks!
Hi,
I have checked this on a default theme and it has the same behavior. You can also test this by switching to a WordPress default theme.
Unfortunately I cannot provide a solution for this, I have checked also your old site and also there it is not working properly – http://screencast.com/t/zOmesQhUwID maybe on that theme is customized.
Thanks!