Home User profile
tagDiv Staff
tagDiv Co-fouder - Passionate for coding, I enjoy designing systems that are easy to use. I'm the one who makes sure the code is clean, the team is cheerful and the customers are happy.
Radu
tagDiv Staff

Hello,

You have to go in theme-customizer->post settings like here:http://screencast.com/t/Hu2G2winq

Radu
tagDiv Staff

Unfortunately, you won’t be able to display them in two columns of three. We may improve this in the future

Radu
tagDiv Staff

@mofiki thanks for helping other here on this forum!

Radu
tagDiv Staff

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.
Radu
tagDiv Staff

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.

Radu
tagDiv Staff

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?

https://forum.tagdiv.com/how-to-manage-the-social-counter/

Radu
tagDiv Staff

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.
Radu
tagDiv Staff

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

Radu
tagDiv Staff

Hello,

We are working to fix that … it’s a known issue for some time 😐

sorry for the delay and thanks for reporting this!

Radu
tagDiv Staff

glad that you found it πŸ˜‰ we’re working to improve the dev documentation

Radu
tagDiv Staff

the login/register is scheduled for next week ;). We want to bring some cool community features to the theme.

Radu
tagDiv Staff

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

Radu
tagDiv Staff

Hello,

we released an update that should fix most of the problems with embed images.

Radu
tagDiv Staff

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

Radu
tagDiv Staff
Licenta - reply

Dupa licenta de la envato nu se poate. dar nu te verifica nimeni πŸ˜‰

  • This reply was modified 12 years by Radu.
Radu
tagDiv Staff

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

Radu
tagDiv Staff
Radu
tagDiv Staff

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');
Radu
tagDiv Staff

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');
Radu
tagDiv Staff

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!

Radu
tagDiv Staff

@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

Radu
tagDiv Staff

Thanks for your feedback! πŸ˜‰ We are building a knowledge base and this will be added to it.

Radu
tagDiv Staff

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;
}
Radu
tagDiv Staff

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

Radu
tagDiv Staff

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 😐 !

Viewing 25 posts - 676 through 700 (of 755 total)