Hi
If you want to add an ad only on pages you can use the do_shortcode(); function in the file corresponding with your page template: http://screencast.com/t/eqQ3bJzqnUva – http://screencast.com/t/euF6MIN9KlX To obtain the ad shortcode follow this link: http://screencast.com/t/oR7yzuBf
Let me know how it goes and provide more details if this is not what you mean.
Hi
Try this custom css:
@media (max-width: 767px){
.header-style-3 .td-logo img {
position: relative;
right: 0px;
top:0!important;
}
}
The result should be like here: http://screencast.com/t/aHxnJkY4Q
Thanks!
Hi
The theme doesn’t have an option to control that, and implementing that feature involve custom work because it’s need a js library to detect the screen resolution, and a set of condition which display the content depending by resolution.
Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ to do it for you.
Thanks!
Hi
I’ve checked your site and notice that in mobile devices Newsmag theme it’s inactive, that’s why the blocks are not displayed. Try to deactivate Jetpack mobile theme: http://screencast.com/t/EZIPMqxq, clear the cache, purge the cdn files if you’re using and test again.
Let me know how it goes.
Thanks!
Hi
This issue could be caused by some plugins, so you can try to deactivate all, clear the cache, and test again. Let me know how it goes and if the problem persist please send an email at contact@tagdiv.com with your site’s login details and we will inspect this issue, also include a link to this topic.
Thanks!
Hi
The theme doesn’t have a slide like the one you indicated on msn website: http://screencast.com/t/mpTfu6jfgL
You could use current available theme’s normal slide: http://demo.tagdiv.com/newspaper/ios-slider/ or the big slider: http://demo.tagdiv.com/newspaper/big-grid-slide/
If you want other slides design you could try to find a plugin.
Thanks!
Hi
Please make sure you don’t use any special characters in sidebar’s title, also clear the cache and test again.
If the problem persist please send an email at contact@tagdiv.com with site’s login details and we will inspect that issue, also include a link to this topic.
Thanks!
Hi
The widget you referring uses block 8: http://screencast.com/t/a9B1AEV2DY
If this is not what you mean please provide more details!
Thanks!
Hi
We didn’t tested the Visual Composer Ultimate Addons plugin with the theme so I can not provide an accurate answer in this regard. However you can test it and use it if it works.
Thanks for the message!
Hi
The function name has been changed from move_style_to_footer to move_style_to_footer_queue in current version of speed booster plugin. Thanks for reporting this, we will update the documentation as soon as possible.
Thanks!
Hi
Please send an email at contact@tagdiv.com with your site login details and we will inspect this issue, also provide more details about what you mean by superior page. Include in email and a link to this topic.
Thanks!
Hi
You need to edit the page template used for homepage and add your shortcode add like here: http://screencast.com/t/JTiP5aHLa
<div class="td-pb-row td-pb-border-top">
<div class="td-pb-span12">
<?php
if (is_front_page()){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
}
?>
</div>
</div>
To obtain the ad shortcode follow this link: http://screencast.com/t/oR7yzuBf – http://screencast.com/t/CHgwzp4p
Let me know how it goes.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
We added a list with plugins with which we tested the Speed Booster plugin, it automatically disables itself if a new plugin is installed. This measure was added to prevent plugin conflict/failure because some plugins won’t work fine their resources are moved to the bottom of the page.
You can check if the Speed Booster plugin it’s active in System status: http://screencast.com/t/8QPn0WhJK
If you always want to keep it active follow this link: http://screencast.com/t/prK4G5tR9
Thanks!
Hi
1.1 The theme doesn’t control the way passwords are generated, this is managed by WordPress, you could try to find a plugin to change that.
1.2 To change the login link you would also need a plugin like: https://ro.wordpress.org/plugins/rename-wp-login/
or similar.
Please note that we haven’t tested the theme with any plugin like this so we can not made any recommendation.
Thanks for the message!
Hi
Not quite sure what you mean, but if you want to add a new share button you can use this tutorial as example: https://forum.tagdiv.com/add-a-new-linkedin-button/ and adjust it for your Line social network.
In case you’re referring at social counter plugin please note that unfortunately we don’t intent to add it. If you need this implementation you can look for a freelancer from sites like: http://studio.envato.com/ to do it for you, because it requires custom work and for the moment we cannot provide it, as we’re a small team and we work hard on the development, updates, fixes and support. Sorry.
Thanks for the message!
Hi
The current version now available on themeforest it’s tested with WordPress 4.3 and works fine. The theme was updated yesterday in this purpose and a fix was added for the deprecated widget constructor: https://forum.tagdiv.com/topic/new-update-news/
Thanks for the messages!
Hi
The server doesn’t allow access to images: http://screencast.com/t/B8j1wLDB – https://en.wikipedia.org/wiki/HTTP_403
Please check your permissions on uploads folder: https://codex.wordpress.org/Changing_File_Permissions Also clear all caches and disable all plugins, except theme’s Visual Composer plugin then test again.
Let me know how it goes.
Thanks!
Hi
Make sure you have also enabled post views: http://screencast.com/t/9okDbuympmU then go to post editor, edit a post and refresh the browser a few times. After that check in custom filed section if the values are updated: http://screencast.com/t/ZdE16XKxBg – if they do make sure you empty all caches and check again.
Please also note that if you use cache the seven days sorting may not work well, if you want an accurate result using it, you should disable cache.
You should also note that the current state of the seven days post could cause server issues and we plan to find a solution for this as soon as possible, please check Lucian’s reply here: https://forum.tagdiv.com/topic/were-on-wersion-6-3-1-now-and-7-days-popular-still-doesnt-work-with-caching/#post-61875
Thanks!
Hi
This item: http://screencast.com/t/IHuku0fMM use a page as mega menu and to achieve that first you need to obtain the page id: http://screencast.com/t/mc0Cf0vY than insert the id where you want to appear as mega menu: http://screencast.com/t/ZES3qc2Aj The result should be like here: http://screencast.com/t/FtgXGrKHtksz
Let me know how it goes!
Thanks!
Hi
I’ve checked your post content and added a class on the div image container and added a margin right which fixes that space issue on mobile and tablets. Replace your post content with this one: http://pastebin.com/yNuTpqdq and add this css in theme panel > custom css:
.td-image-class{
margin-right: 20px!important;
}
Regarding the block 16 you can use this custom css to obtain his normal size: http://screencast.com/t/KN35FqonM
.postid-4741 .td-post-content .td_block_16 .td_module_mx4 {
width: 200px;
}
The css will work only on this post: http://www.lakiz.com/artistas/vanda-may/
Let me know how it goes!
Thanks!
Hi
That menu item uses page mega menu and you can find more details in our documentation here: https://forum.tagdiv.com/menus-newsmag/
Let me know how it goes and provide more details if you still need assistance on this.
Thanks!
Hi
Make sure you insert this code in the post template that you’re using for the specific post, for this post http://unyawn.com/baby-elephant-plays-with-birds-will-melt-your-heart/ the required file it’s: single_template_5.php because you’re using the post template 5: http://screencast.com/t/naMXFav39u also you can check the plugin settings for more details: http://screencast.com/t/4Lcy7XH6OehN
echo do_shortcode('[fbcomments]');
Let me know how it goes!
Thanks!
Hi
Not sure what you mean but if you want to obtain a similar layout to this page: http://demo.tagdiv.com/newsmag/homepage-big-slide/ you can use the slider on top of the page and page builder with latest article as a page template like here: http://screencast.com/t/bfpmtOCU4
Let me know how it goes and if this is not what you mean please provide more details.
Thanks!
Hi
I’ve tested the parent page on my side and works fine: http://screencast.com/t/dgYnU6MgVMg – http://screencast.com/t/OgafVEztNl4y Try to save the permalinks again: http://screencast.com/t/gv2xIKQrl than test again.
Let me know how it goes and if this is not what you mean please provide more details about your issue so I can duplicate it on my side.
Thanks!
Hi
Try to use this link: http://screencast.com/t/eM9HdCRInA and make sure you have it active in top menu: http://screencast.com/t/VdNu4DgMM
Thanks!