Maman_
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Add link in footer creditsadd_filter('tc_credits_display', 'my_custom_credits'); function my_custom_credits(){ $credits = 'Made by <a href="https://www.maman.com/">Maman</a>'; $newline_credits = 'and designed by <a href="https://www.themesandco.com/">Themes & Co</a>'; return ' <div class="span4 credits"> <p> · ? '.esc_attr( date( 'Y' ) ).' </a><a href="'.esc_url( home_url() ).'" title="'.esc_attr(get_bloginfo()).'" rel="bookmark">'.esc_attr(get_bloginfo()).'</a> · '.($credits ? $credits : 'Designed by <a href="https://www.themesandco.com/">Themes & Co</a>').' ·'.($newline_credits ? '· '.$newline_credits.' ·' : '').'</p> </div>'; }
I found the answer !
Thanks so much ??Forum: Themes and Templates
In reply to: [Customizr] Add link in footer creditsI saw this snippet, the fact is that i don’t know how to code it in php
add_filter('tc_credits_display', 'my_custom_credits'); function my_custom_credits(){ $credits = ''; $newline_credits = 'and made by <a href="https://www.maman.com/">Maman_ '; return ' <div class="span4 credits"> <p> · ? '.esc_attr( date( 'Y' ) ).' </a><a href="'.esc_url( home_url() ).'" title="'.esc_attr(get_bloginfo()).'" rel="bookmark">'.esc_attr(get_bloginfo()).'</a> · '.($credits ? $credits : 'Designed by <a href="https://www.themesandco.com/">Themes & Co</a>').' ·'.($newline_credits ? '· '.$newline_credits.' ·' : '').'</p> </div>'; }
It would be good like that ?
Wow, what a moron
Forum: Themes and Templates
In reply to: [Customizr] Categories HeaderOh yeah you’re right, thanks you for help and the video
Sorry for making you waste your time !Bye and I hope I will don’t come back again ^^’
Forum: Themes and Templates
In reply to: [Customizr] FotogalleryDid you tried to google it ? ^^’
Forum: Themes and Templates
In reply to: [Customizr] Background Image behind the page contentOk !
Thank you so much Andrew, i’m sorry that you wasted time for me ^^’Have a good day !
Forum: Themes and Templates
In reply to: [Customizr] Background Image behind the page contentI have a last question, if i want to put a different background image for a different page, can i do with css using the page ID ?
Or i necessarily have to add more custom pages ?Forum: Themes and Templates
In reply to: [Customizr] Background Image behind the page contentYeah ! I’ve found a part of the solution
Just have to put.entry-content{ background-image: url(/bloc/wp-content/uploads/2014/08/HOME-MONTRE-WEB.jpg); }
Forum: Themes and Templates
In reply to: [Customizr] Background Image behind the page contentMaybe i just have to remove the old site ?
I’m not the super admin, going to ask for .htaccess file
Forum: Themes and Templates
In reply to: [Customizr] Background Image behind the page contentYes sorry, i tried with other images, i thought maybe the first image was too big or something like that
Forum: Themes and Templates
In reply to: [Customizr] Background Image behind the page contentI know it, it’s the old (and so ugly) website, i’m only working on asconseil.fr/bloc/ who is going to be the new site
That can impact on the background i’m trying to put ?
Forum: Themes and Templates
In reply to: [Customizr] Background Image behind the page contenthttps://www.asconseil.fr/bloc/
And the real image url is : https://www.asconseil.fr/bloc/wp-content/uploads/2014/08/HOME-MONTRE-WEB.jpg
Thank you
Forum: Themes and Templates
In reply to: [Customizr] Background Image behind the page contentThat image exists i just verified it.
And for the slash i verified too, i failed when i copy-pasted the code but he was there in the code
That looks so easy right now !
That works really well ??Thank you so much !
Have a good day ??Topic Resolved
I added circles with Photoshop directly on the picture, it works well if someone else don’t find solution.