Hi
The theme wasn’t designed to display the top menu on mobile devices, but you can use this custom css in theme panel > custom css to display it: http://screencast.com/t/AjbppVaZrk
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}
Thanks!
Hi
If you’re referring at social icons from theme panel: http://screencast.com/t/vWXrgJUQa you need to edit the style.css file: http://screencast.com/t/NyJd9EhlhOl – http://screencast.com/t/wnIojhsnt
Thanks!
Hi
We didn’t tested the compression on this file but you can try and see how it works. Note that you will have to add the .svg extension on filesMatch list in .htaccess file: http://screencast.com/t/YDPSIcjrd5ML
Thanks!
Hi
We didn’t tested the Full Screen Background Image plugin with the theme I am not aware of its behavior with our theme. Testing a new plugin with the theme require lots of customizations and tests on different browsers and devices. This is a complex task and unfortunately I can’t provide a quick 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.
Thanks for the message!
Hi
You can translate this items http://screencast.com/t/1SfK4DmmU by editing td_set_post_settings.php: http://screencast.com/t/1uT77R1h9lG
Thanks!
Hi
The theme uses blocks, which can be manipulated in Visual Composer page builder, to build the pages. You can find more details in this regard here: 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/
Every block it’s built from one or more modules, depending by block’s layout. Here you can check the layout for modules: https://forum.tagdiv.com/modules/ and also you can check it live on our demo: http://screencast.com/t/V1q24L1JbPf – http://demo.tagdiv.com/newsmag/category/module-1-category/
Hope this help.
Thanks!
HI
The theme doesn’t control the way google deliver ads. I’ve checked your site and the theme display a blank ad: http://screencast.com/t/g7CJ9QOSvpc That means that it will take some time until the ads will start showing up. For more details please check this link: https://support.google.com/adsense/answer/9715?hl=en
Thanks!
Hi
Check in browser console if there appear some errors related with a possible conflict between content delivered from http to https. Usually should be 403 or 404 error.
We didn’t tested the iSecurity plugin with the theme so I am not aware of its functionality, but if this happens only when you have it active probably it conflicts with some of theme’s scripts.
Thanks!
Hi
I am not sure what you mean, as I’ve test the code on my side and works fine:
1. http://screencast.com/t/Vwb2w4el
2: http://screencast.com/t/3H3GWlk015q7
3: http://screencast.com/t/G61D46gKO
5. http://screencast.com/t/4S4jwhEx5I
Basically the same set of css instructions are applied for more elements. The elements are separated by comma.
4. The inline display applies only if it’s enough space for both elements to fit next to each other. Here http://screencast.com/t/z5pYfKYvOcW seams to be too little space for both elements
Thanks!
Hi
Try to remove the widget that causes the error, clear all caches then re-add it again and check if the error is still there. 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
I’ve checked your site and the adsense ads are displayed fine: http://screencast.com/t/SQt1B0CQlD Please note that the theme doesn’t control the way google deliver the ads. The theme only render the code and display the ads if the code from its spots generate any content.
Thanks!
Hi
The category tags displayed in a block can’t have different colors as they have the same css class and can’t be targeted individually. To achieve that it’s needed a function which generate a unique id for the category tag then use that id witin a css class to change the color. This is a complex task and I can’t provide a quick solution now. If you need this my advice is to look for a developer from sites like http://studio.envato.com/ if you don’t know how to do it yourself.
The indicated solution works. To add the social sharing buttons in block 13 just paste this code: http://pastebin.com/Pjjxr6bn here: http://screencast.com/t/e4vydIC9Bvsm ten add this css in theme panel: http://screencast.com/t/VP7kQst0ytB2
.td-social-but-text{
top: 0;
}
Thanks!
Hi
I suspect that these: http://screencast.com/t/aauPtr8XU6Fd are the excerpt added in post editor: http://screencast.com/t/1CJHa03m3F This excerpts don’t get cut at the value set in theme panel, that’s why appear that space. If you added excerpts in the field from post editor try to insert a shorter text then test again.
If this is not what you mean please provide more details and your site url so I can inspect this closer.
Thanks!
Hi
The indicated files contains the fonts for theme’s icons, for examples these ones: http://screencast.com/t/Hd5ejWmpAFW Without this file the page will look like this: http://screencast.com/t/P09X2x5ECA8W
Thanks!
Hi
I am not sure what you mean but if you want to change the permalinks structure, that can be done under Settings > Permalinks: http://screencast.com/t/JOBAbwzqS Alos you can check this link for more details in this regard: https://codex.wordpress.org/Using_Permalinks
If this i not what you mean please provide nore details, also your site url so I can provide a more accurate answer.
Thanks!
Hi
I’ve test this on my side and works fine. Please make sure you change the color like here: http://screencast.com/t/TdqcKRmiaY3y – http://screencast.com/t/JOBAbwzqS clear all caches and test again.
Thanks!
Hi
When yo insert a social network link in theme spots the # must be removed, otherwise the link won’t work: http://screencast.com/t/MHU6TmMRyk – http://screencast.com/t/TmuBuy1k3cJ3 Try to add your social links again as I indicated in the screenshot, clear all caches and test again.
Let me know how it goes.
Thanks!
Hi
The settings > media section controls the individual images added in post/pages not the images displayed in blocks and modules. Those images/thumbs are generated by the theme and according with the layout a specific thumb will be displayed. The configuration you provided is right you can leave it like that, try regenerate the thumbs then test again.
Thanks!
Hi
I’ve noticed that you have a good score regarding the page speed, and adding others improvements could be a bit tricky as WordPress it has its limits.
Try using cloudflare CDN, also you can use MySQL query cache if is available on your server. If you want to maximize your site performance please consider hiring a freelancer to help you with that is it’s a complex which require lots of customizations and we can’t offer speed customization services at the moment.
Thanks for the message!
Hi
Unfortunately the theme doesn’t have an option to translate the admin part, you will have to edit the code to achieve that. This is a complex task which require lots of customization and if you’re not aware of the steps you need to take in this regard please consider hiring a developer or 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 the message!
Hi
Note that the Speed Booster plugin disable itself when an incompatible plugin it’s uninstalled. We added this measure to avoid conflicts with the plugins that won’t allow to move their resources at page bottom. To keep the plugin always activated please follow this link: http://screencast.com/t/HaOmyxJ45oX
We didn’t test the advance ads plugin with the theme so is possible to appear some issues with it. Try to remove the indicated condition using try this css and see how it works:
.td-visible-desktop {
display: block;
}
Thanks!
Hi
I’ve checked your site and the ads are displayed fine now: http://screencast.com/t/FRAxb9O8b Please note that it can take a while until google deliver ads after being approved.
Thanks!
Hi
Thanks for letting us know and for your message, I am glad that my instructions were useful.
Thanks!
Hi
1,2,3,5. Try this css: http://screencast.com/t/Vwb2w4el
.td-related-title .td-cur-simple-item, .block-title span, .td-big-grid-post .td-big-grid-meta .td-post-category {
background-color: transparent !important;
position: relative;
border-radius: 0;
}
.td-related-title .td-cur-simple-item:before, .block-title span:before, .td-big-grid-post .td-big-grid-meta a.td-post-category:before{
content: '';
background-color: red;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
-webkit-transform: skew(-30deg);
-moz-transform: skew(-30deg);
-o-transform: skew(-30deg);
-ms-transform: skew(-30deg);
transform: skew(-30deg);
}
.td-related-title .td-related-left{
border: none!important;
}
4. Edit the td_category_template.php file and comment the indicated lines: http://screencast.com/t/wzh6lDt2l2Ol – http://screencast.com/t/bs3sJsV5q
Thanks!