Rodbol
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change background texture: image repeats not goodRepeat-X works fine. But repeat-Y looks not good. The pictures overlay eachother.
Forum: Themes and Templates
In reply to: [Customizr] Altering/adding footer creditsYES!! Thank you very much wph4!! It works with help of your code,
cheers!
Forum: Themes and Templates
In reply to: [Customizr] Altering/adding footer creditsI really filled in the function.php above but copy paste shows empty. This is what i filled in:
$credits = ‘ ‘;
$newline_credits = ‘ ‘;Forum: Themes and Templates
In reply to: [Customizr] Altering/adding footer creditsYes I found that Comment from Andrei Duncan, but when i filled it like its comment: nothing changed in the footer…
I changed the functions in the like Andrei said:
<?php
/**
add_filter(‘tc_credits_display’, ‘my_custom_credits’, 20);
function my_custom_credits(){
$credits = ‘ ‘;
$newline_credits = ‘ ‘;
return ‘
<div class=”span6 credits”>
<p> · © ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · ‘.($credits ? $credits : ‘Designed by Press customizr‘).’ ·’.($newline_credits ? ‘
· ‘.$newline_credits.’ ·’ : ”).'</p> </div>’;remove_action (‘__after_header’ , array( TC_slider::$instance , ‘tc_slider_display’ ));
remove_action ( ‘__before_main_container’ , array( TC_featured_pages::$instance , ‘tc_fp_block_display’), 10 );add_action (‘__before_main_container’ , array( TC_slider::$instance , ‘tc_slider_display’ ), 10);
add_action ( ‘__after_header’ , array( TC_featured_pages::$instance , ‘tc_fp_block_display’));
}
*/By the way: also de slider snippet doesn’t either work…
Forum: Themes and Templates
In reply to: [Customizr] Altering/adding footer creditsI can give you now a link to the site
Hope you can help me,best regards
Forum: Themes and Templates
In reply to: [Customizr] Altering/adding footer creditsI can’t because site is in progress. Which code do you want to see, i can sent it?
Forum: Themes and Templates
In reply to: [Customizr] Altering/adding footer creditsI removed
<?php
/**and
*/but this doesn’t seem to help.
I just don’t know what I do wrong in the snippet…