Decimal
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Adding additional Credits at bottemI managed to figure it by myself.
Forum: Themes and Templates
In reply to: [Customizr] Adding additional Credits at bottemHere you go,
add_filter('tc_credits_display', 'my_custom_credits'); function my_custom_credits(){ $credits = ''; $newline_credits = '<span style="color: #808080;">?</span><span style="color: #808080;"> BALIMI - </span>Disclaimer'; return ' <div class="span4 credits"> <p> · ? '.esc_attr( date( 'Y' ) ).' '.esc_attr(get_bloginfo()).' · '.($credits ? $credits : 'Designed by Themes & Co').' ·'.($newline_credits ? ' · '.$newline_credits.' ·' : '').'</p> </div>'; }
Forum: Themes and Templates
In reply to: [Customizr] Adding additional Credits at bottemI didn’t used /* */ in my code, My bad if above posting gave that impression.
Any suggestions appreciated.Forum: Themes and Templates
In reply to: [Customizr] Adding additional Credits at bottemThis time I did install ‘Customizr Child’ Theme and tried to updated its functions.php file still got hit with the same error(500).
May be something wrong…Below is the code I used:
/*
add_filter(‘tc_credits_display’, ‘my_custom_credits’);
function my_custom_credits(){
$credits = ”;$newline_credits = ‘<span style=”color: #808080;”>?</span><span style=”color: #808080;”> BALIMI –
</span>Disclaimer’;
return ‘
<div class=”span4 credits”>
<p> · ? ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · ‘.($credits ? $credits : ‘Designed by Themes & Co’).’ ·’.($newline_credits ? ‘
· ‘.$newline_credits.’ ·’ : ”).'</p> </div>’;
}
*/Any comments !!
Forum: Themes and Templates
In reply to: [Customizr] Adding additional Credits at bottemThis time I did install ‘Customizr Child’ Theme and tried to updated its functions.php file still got hit with the same error(500).
May be something wrong…Below is the code I used:
add_filter(‘tc_credits_display’, ‘my_custom_credits’);
function my_custom_credits(){
$credits = ”;$newline_credits = ‘<span style=”color: #808080;”>?</span><span style=”color: #808080;”> BALIMI –
</span>Disclaimer‘;
return ‘
<div class=”span4 credits”>
<p> · © ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · ‘.($credits ? $credits : ‘Designed by Themes & Co‘).’ ·’.($newline_credits ? ‘
· ‘.$newline_credits.’ ·’ : ”).'</p> </div>’;
}Forum: Themes and Templates
In reply to: [Customizr] [Customizr] Social Iocns not showing up on FirefoxMine is FF28 too, but the space is empty, Strange.
Anyways, Thank you for the response.
Forum: Themes and Templates
In reply to: [Customizr] Adding additional Credits at bottemDave, I already created a Child to Customizr theme to accomodate my modifications, I only find one css (below)
=> Child-Customizr: Stylesheet (style.css)no functions.php.
Yah, That solves my concern. Than you.
Perfect except Calender height still remains same ! Any tip.
Thank you.
Forum: Themes and Templates
In reply to: [Customizr] Over sized Home Page – CustomizrThank you Dave.
Your tip helped me, It is useful than nothing though.
I wonder this should be a universal problem for WordPress.Forum: Themes and Templates
In reply to: [Customizr] Over sized Home Page – CustomizrAppreciate your response.
Mr RDell, Most of our users will be using 1280px and home page looks huge for them, There is no trace of the 3 featured Icons- unless scroll down. I am concerned that most of my users never even notice those featured icons. I can zoom-in my web browser and see the whole page but that is not an option. I want my page fit in as per the screen size.
For your ref eg : https://www.vvolve.com/Thank you DNA.