Hello,
You have to go in theme-customizer->post settings like here:http://screencast.com/t/Hu2G2winq
Unfortunately, you won’t be able to display them in two columns of three. We may improve this in the future
@mofiki thanks for helping other here on this forum!
Woops… we should fix that asap. I will look at the analytics documentation and implement it like that. @mofiki thanks a lot for your help.
-
This reply was modified 12 years by
Radu.
Hello,
You can compress the style.css manualy using a tool like this: http://refresh-sf.com/yui/ we do not plan to add a compresor to the theme but we may add a compressed css option.
I’m a little bit afraid to add that because users will get confused when they change something in the uncompressed css and the theme doesn’t change because it’s serving the compressed version.
we will add this to our issue tracker as soon as github get back online ;). The social counter plugin that is included in the theme is not ok for you?
Hello,
thanks for reporting this. We will try to fix our ads on IE8. On IE9 the site behaves like on the other browsers and it looks ok.
Until we come up with a patch you can hide the ads like on ie8 using the .ie8 class for example:
.ie8 .post {display:none;}
-
This reply was modified 12 years by
Radu.
hello,
try this:
function td_sape_header() {
global $sape;
if (!class_exists(SAPE_client)) {
if (!defined('_SAPE_USER')){
define('_SAPE_USER', '***********myID***********');
}
require_once(realpath($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php'));
$sape = new SAPE_client();
}
}
add_action('wp_head', 'td_sape_header');
function td_sape($atts, $content = null) {
global $sape;
return $sape->return_links();
}
add_shortcode('td_sape', 'td_sape');
I hope you understand that it’s a bit hard for me to write code in the blind without testing it with the actual thing. Sorry for the delay
Hello,
We are working to fix that … it’s a known issue for some time π
sorry for the delay and thanks for reporting this!
glad that you found it π we’re working to improve the dev documentation
the login/register is scheduled for next week ;). We want to bring some cool community features to the theme.
Hello,
i’m sorry for the delay but the theme doesn’t support shadows on the boxed layout yet. The theme has to be heavily modified to look and work like in your example. We can always provide you with a full refund if you cannot use the theme.
I’m sorry for the inconvenience and we are working to improve the support response time.
Radu
Hello,
we released an update that should fix most of the problems with embed images.
Hello,
the setting that hides the comments on a per post basis was fixed there. We may add a global setting soon.
Can you let me know what facebook plugin are you using for the comments? We plan to add better support.
~ Radu
Hello!
Custom taxonomies is something that we will address in the next update. We are working to improve the data source part of the modules. If events calendar uses custom taxonomies, the blocks will be able to pull the events. I think we tested the plugin in a page setup.
Sorry for the long delay
Hello,
in /js/site.js try this: http://screencast.com/t/qFaDC1gtGMTv
If it dosn’t work you can try this one:
function td_sape_header() {
if (!class_exists(SAPE_client)) {
if (!defined('_SAPE_USER')){
define('_SAPE_USER', '***********myID***********');
}
require_once(realpath($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php'));
$sape = new SAPE_client();
}
}
add_action('wp_head', 'td_sape_header');
function td_sape($atts, $content = null) {
global $sape;
return $sape->return_links();
}
add_shortcode('td_sape', 'td_sape');
Hello,
i’ve made here some tests – add this at the end of your functions.php and use the [td_sape] shortcode where you want to output the links. (It can be used in sidebar text block and in text block in pagebuilder)
function td_sape_header() {
if (!class_exists(SAPE_client)) {
if (!defined('_SAPE_USER')){
define('_SAPE_USER', '***********myID***********');
}
require_once(realpath($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php'));
$sape = new SAPE_client();
}
}
function td_sape($atts, $content = null) {
add_action('wp_head', 'td_sape_header');
global $sape;
return $sape->return_links();
}
add_shortcode('td_sape', 'td_sape');
Hello all!
Thanks for reporting this. I’ve added that line to fix a bug with excerpts that have html in them. Before the “fix” the excerpt length counted the html like “http://import.tagdiv.com/newspaper/td_util.zip it fixes the \ issue and it still removes the html from the counted excerpt lenght. It's still not perfect π for example if you want to show a \ in your excerpt, the new system will remove it. but I'm working to improve it.
Thanks again to all. We are also working to improve this support forum. I think we can make a community here π not only for our themes but for wordpress and publishing in general!
@jpatt please give me your paypal id via email and I will send you a full refund. I’m sorry that we have failed to help you π .
email: contact@tagdiv.com – please mention your forum username in it.
~ Radu
Thanks for your feedback! π We are building a knowledge base and this will be added to it.
Hello,
try this at the end of style.css:
.td-scroll-up-visible {
background-image: url('http://2.envato-static.com/assets/themeforest/logo-dark-8e9f520f0a87ee3b0d94dd0fdd289e59.png');
background-position:0px 0px;
}
Hello,
We shipped v1.4 with a small bug with the comments π ! Please update to the latest version.
I’m sorry for the inconvenience – it will not happen again,
~ Radu
Hello,
I would need more information about your errors.
BBpress is not oficially suported by the theme but i’ve tested the plugin and the latest version works ok.
we will test Private BP pages plugin and see what’s up. It would really help me if you can give me your url and possible wp-admin so that I can see the errors myself. contact@tagdiv.com
Unfortunately we can’t guarantee that our theme will work with other plugins but We can always offer you a refund if you can’t use the theme π !
