Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wonnz

    (@wonnz)

    I added my size 1171X659 and checked the size, but the size of displayed is exactly same as before, that is 1171X460, it is distorted automatically.
    Is there anyone who has same issue and resolved this?
    I can not find which file and which part define the output size of the slide.

    Anyway, thanks a lot for your response.

    Thread Starter wonnz

    (@wonnz)

    Add following to your fuction.php

    ———————————

    add_filter(‘tc_credits_display’, ‘my_custom_credits’);
    function my_custom_credits(){
    $credits = ”;
    $newline_credits = ”;
    return ‘
    <div class=”span4 credits”>
    <p>· © YOUR SITE NAME GOES HERE · All Rights Reserved ·</p> </div>’;
    }

Viewing 2 replies - 1 through 2 (of 2 total)