Hi
I have checked your site again and noticed that you’re using Speed Booster plugin: http://screencast.com/t/fXvNrMNlPqWk When this plugin is active the js is loaded from tagdiv_theme.min.js so you need to edit that file so changes to apply. Best way to edit the minified js is like this:
– first make the required changes in tagdiv_theme.js
– copy all code from tagdiv_theme.js and use a js compiler to minify it: https://closure-compiler.appspot.com/home
– copy the minified js code and paste it in: tagdiv_theme.min.js
Thanks!
Hi
Thanks for your kind words!
We do our best to help our clients to use the theme and I am glad I could help. The html could be tricky some time and must be carefully written to avoid situations like this one.
Thanks!
Hi
Try this css in theme panel > custom code > custom css:
.td-header-sp-ads{
margin-top: 0!important;
}
Thanks!
Hi
You can use the [td_smart_list_end] shortcode to end the smart-list like here: http://screencast.com/t/DNIy0JhpavBK – http://screencast.com/t/WslA0xGQxwt
Let me know how it goes.
Thanks!
Hi
Newsmag theme works with shortcodes as well as Newspaper and if the ad’s shortcode it’s valid it should be displayed fine. To display the ad in header using do_shortcode() function you need to edit the ads.php file and place the code here: http://screencast.com/t/zL2e3slyo
Note that the WP PRO Advertising was not tested to work with the theme and we cannot grantee that will work fine. However if the plugin generate shortcodes then using the indicated function the ads should be displayed fine.
Thanks!
Hi
Please check this topic for more details about this Speed Booster incompatibilities and how these can be solved: https://forum.tagdiv.com/topic/speed-booster-incompatible/
Thanks!
Hi
I am not sure why this happens on your site as I’ve checked your site again and the color of the block title on hover remains black. It could be a cache issue so try to clear all caches an test again.
Thanks!
Hi
The change log can always be checked on themeforest and the list with modified files can also be checked in theme path: http://screencast.com/t/a1OHQfsl As long as you have a valid license for the theme there will be no restrictions the updates.
Thanks!
Hi
I’ve checked your the indicated page and the header an footer parts are displayed fine on my side as you can see in this screens: http://screencast.com/t/VoCqbZxC – http://screencast.com/t/M9JPsPb63
If you still have this issue please provide more specific details about it so I can inspect it closer and get back to you with a a more accurate answer.
Thanks!
Hi
The theme use the less files to complies the css only when it’s on dev mode but when it’s delivered to the users runs on deploy mode. Please make sure that the theme runs on deploy mode on your server: http://screencast.com/t/H1n7R3WOSOVB
Let us know how it goes and if you still can’t manage to solve this issues address us via email at contact@tagdiv.com and provide ftp access and wp-admin so we can take a closer look at this issue.
Thanks!
Hi
I’ve checked your site and noticed that you don’t have the og:title meta property set. This could be the reason for which google+ pick the wrong title for the shared posts. The theme does not control the og tags. To set these tags correct use a plugin with a similar functionality, we recommend Seo by Yoast which is one of the bests seo plugins on the market at the moment and works fine with our theme. For more details in this regard check this link: http://kb.yoast.com/article/219-getting-open-graph-for-your-articles
Thanks!
Hi
Replied you via mail.
Thanks!
Hi
I’ve checked your site and on mobile version I found a js error in browser console. This error seems to be related with theme js: http://screencast.com/t/obNbampt4XM and could affect theme functionality.
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
Glad you managed to solve this issue.
Thanks for letting us know and for your message.
Hi
You can enable theme’s unique article option from page settings following this screen: http://screencast.com/t/uyDkj6uhM
Let me know how it goes and if you need further instructions please provide more details and we will get back to you as soon as possible.
Thanks!
Hi
To achieve a similar pagination as the one indicated in this screen http://www.screencast.com/t/JxUqUfU2hK are required many customization in theme files and unfortunately I can’t provide a solution now.
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 as we can’t offer customization services at the moment.
Thanks!
Hi
Use the css like this, now it should work fine:
.td-container{
background-color: red;
}
Thanks!
Hi
I assume that you’re using page-builder+title as a page template for the indicated page. To remove the title you can change the page template from Visual Composer: http://screencast.com/t/0BYrn8GIZZ0
If this is not what you mean please provide more details and an url where I can inspect it closer.
Thanks!
Hi
In order to have a sticky sidebar the Visual Composer plugin must be active as the td-ss-row class it’s applied for a row from this plugin.
Thanks!
Hi
I am not sure why this happens but make sure that the front page is not the same with post page under Settings > Readings: http://screencast.com/t/yNdNs35Hpz
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 @nicoblog
First make sure that the server meet the requirements for our theme: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
In terms of speed we have made a page speed guide and covered the most important aspects that google notifies you of (image optimization, js/css render blocking and more..) and based on which it classifies and grades your site’ regarding speed. You can find it here: https://forum.tagdiv.com/how-to-make-the-site-faster/ Also you may find some useful information here: https://forum.tagdiv.com/topic/website-memory-problem/
Hope this help.
Thanks!
Hi @jassingh
Try to increase the php memory following this guide: https://forum.tagdiv.com/system-status-parameters-guide/ also during the installation process for the demo deactivate all plugin except Visual Composer then check if this error still appear.
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
This errors happens when you try to access the theme’s index.php file directly, usually it displays a Fatal error: Call to undefined function get_header() and it shouldn’t be picked up by google’s crawler.
You can find more info about this in this tread: https://forum.tagdiv.com/topic/fatal-error-3/ and add a redirect rule for it.
Hope this help.
Thanks!
Hi
The css does not apply because you’re targeting the link from block title but there must be targeted the container itself. Try this css in theme panel > custom code > custom css: http://screencast.com/t/VLlF9ImJ76
.td_block_11 .block-title {
margin-left: 0!important;
}
For mobile device you can use it like this: http://screencast.com/t/8pivGh8uyoxB
.td_block_11 .block-title {
margin-left: 0!important;
}
.block-title > span {
padding-left: 10px!important;
}
Let me know hoe it goes and if you need additional information please provide more details so I can get back to you with a more accurate answer.
Thanks!
Hi
Please make sure that you’re using the latest version of the theme available on themeforest, V2.3.5 and also the version of Visual Composer included in its path: V 4.9
In terms of speed we have made a page speed guide and covered the most important aspects that google notifies you of (image optimization, js/css render blocking and more..) and based on which it classifies and grades your site’ regarding speed. You can find it here: https://forum.tagdiv.com/how-to-make-the-site-faster/ Also you may find some useful information here: https://forum.tagdiv.com/topic/website-memory-problem/
Hope this help.
Thanks!