Hi,
Please provide the url, on my side it seems to work fine. If you don’t want to post it here send it via email at contact@tagdiv.com
Thank you, Emil G.
Hi,
The theme was designed to work with adsense and custom banner/click ads, i think you’re using something else http://screencast.com/t/t9h0nfix
For other ads you have to look for a plugin that can handle those types of ads or try to add the code manually into the template files in the location you want to appear.
Thank you, Emil G.
Hi,
There’s a margin and some padding after that element – http://screencast.com/t/MCL8j9RQO
Try the following css: – http://screencast.com/t/4cOPF4B7k
.td-page-wrap .td-grid-wrap .span8 .td_block6 .td_mod9 {
margin-bottom: 0px;
}
.td-page-wrap .td-grid-wrap .span8 .td_block6 {
padding-bottom: 0px;
}
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
You can enable the Visual Composer on posts – http://screencast.com/t/Oq9quErhIj
Result – http://screencast.com/t/NILSSqCGG1 – http://screencast.com/t/IHmzCluu8Y
Thank you, Emil G.
Hi,
You have to modify the following code, add target="_blank" : – http://screencast.com/t/yKv5V55h
Thank you, Emil G.
Hi,
The modules don’t display subtitle, did you made any modifications? Please provide the code you used.
Thank you, Emil G.
Hi,
You could set a custom sidebar for each category from Theme Panel -> Categories , use blocks that display posts from that specific category.
The posts by default inherit the sidebar from their category. You can also exclude current post from the query – http://screencast.com/t/nA1mQ7EENM
Thank you, Emil G.
Hi,
1. For 2 columns slider you can doit using custom css:
.td_normal_slide .iosSlider-col-2 .td-sbig-title {
font-size: 20px;
line-height: 22px;
}
Result – http://screencast.com/t/BMsGEcTWQaLM
2. The 1 col slider height it’s harder to change, it requires modifications on the css and the thumb used – http://screencast.com/t/8gQPIBTuwur8
You could use the browser inspector to check for the current css and modify it, if you don’t know how to doit i suggest that you hire a professional developer to modify it for you.
Thank you, Emil G.
Hi,
You may have some empty rows there, check the page setup. If you can’t find them please provide the url so i can take a look.
Thank you, Emil G.
Hi,
You have to use a plugin for that, in that case it uses Mail Chimp – http://screencast.com/t/zqdCEhQJcW
Thank you, Emil G.
Hi,
You have to hide each tag from Theme Panel -> Categories – http://screencast.com/t/GLVDTM7et
Thank you, Emil G.
Hi,
The theme doesn’t have such a feature, you have to look for a plugin that may do that.
Thank you, Emil G.
Hi,
Please provide the url so i can take a look. If you don’t want to paste it here you could send it via email at contact@tagdiv.com
Thank you, Emil G.
Hi,
You have to use the function provided in the tutorial, you could try to play with the priority, some plugins may load after it and that’s why it doesn’t return all js – http://screencast.com/t/7fhfjttAT8
http://codex.wordpress.org/Function_Reference/add_action
Thank you, Emil G.
Hi,
Thanks for noticing this, i’ve added it on our list, we’ll look into it.
Have a nice day, Emil G.
Hi,
You shouldn’t add the last -css, just “jetpack_css”.
Try to optimize by enabling the default plugins, enable the rest one by one and look for the js/css classes.
The Pagespeed test also penalizes your score if you have too many plugins.
Thank you, Emil G.
Hi,
Try to replace
<?php $genre=get_post_meta($post->ID,'music_genre',true);;?>
with
<?php $genre = get_post_meta($this->post->ID,'music_genre',true);?>
Thank you, Emil G.
Hi,
We’ll look into it, there’s no problem 🙂
Thank you, Emil G.
Hi,
A full backup (database and files) should be made before each update – http://codex.wordpress.org/WordPress_Backups , in case something goes wrong you can return to the previous state.
The plugin got bigger because they added new features – https://www.youtube.com/watch?v=sBvEiIL6Blo
You don’t have to use the SQL code, you can update those shortcodes manually, just edit the page on which they are use and modify them.
Thank you, Emil G.
Hi,
To check for errors in the console follow this – http://screencast.com/t/0eZ8bdF8j
Error 500 is a generic server error – http://pcsupport.about.com/od/findbyerrormessage/a/500servererror.htm
We need more specific information, if you have access to the error.log (you can find it via ftp or c-panel) file please send us a copy via email at contact@tagdiv.com
Thank you, Emil G.
Hi,
Please provide the url so i can check it.
Also paste the entire message that you receive when you share the post.
Thank you, Emil G.
Hi,
Try to disable all plugins, enable Visual Composer and check if the issue is still there.
Thank you, Emil G.
Hi,
We didn’t do much testing with cloudflare but they should have some compression options for images – https://blog.cloudflare.com/introducing-polish-automatic-image-optimizati/ , you should check the cloudflare admin panel.
Thank you, Emil G.
Hi,
Do you use adsense or something else? Please provide more details.
Also try to disable all plugins and check if this issue still occurs.
Tank you, Emil G.
Hi,
Even if you move all css and js at the end of the page that warning may still appear because the pagesped test also penalizes the number of plugins and the percentage they get from the page code.
An alternative to this may be to use modpagespeed, but it depends if your host allows it – https://code.google.com/p/modpagespeed/
Tank you, Emil G.