julienjeegee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Text under the slideshow on the front pageI called my web hoster and they do automatic backups.
So I backed up the 3 days old webiste. Back online .
Thanks for your help ??
Forum: Themes and Templates
In reply to: website offline after wrong code :/Website offline, Help!
I typed a new code in the functions.php of the child theme of my website (i did it online with https://www.jeegee.eu/wp-admin/ and the wordpress interface). Now my website is offline and impossible to access to https://www.jeegee.eu/wp-admin/ .
To fix the problem, I found and deleted this new code myself by ftp (filezila) in /www/wp-content/themes/customizr-child/functions.php
But my website is still offline and unaccessible.
—-
Help!
My last backup of my webiste is so so old. How can I just cancel the last modification and have my website back online ?
Forum: Themes and Templates
In reply to: [Customizr] Text under the slideshow on the front pageWebsite offline, Help!
I typed a new code in the functions.php of the child theme of my website (i did it online with https://www.jeegee.eu/wp-admin/ and the wordpress interface). Now my website is offline and impossible to access to https://www.jeegee.eu/wp-admin/ .
To fix the problem, I found and deleted this new code myself by ftp (filezila) in /www/wp-content/themes/customizr-child/functions.php
But my website is still offline and unaccessible.
—-
Help!
My last backup of my webiste is so so old. How can I just cancel the last modification and have my website back online ?
Forum: Themes and Templates
In reply to: [Customizr] Text under the slideshow on the front pageWebsite offline!
I typed a wrong code in the functions.php of the child theme : now website offline and impossible to access to /wp-admin/ .
How can I cancel this last modification ?
I tried to add some text just under the front page slide show. I mixed the method 1 and 2 of this page :
https://presscustomizr.com/snippet/add-content-above-featured-pages/
I am not a pro and just wanted to add some text and a picture just under the slider only on the home page.
I think the code was :
add_filter(‘__before_main_container’ , ‘my_content_before_main_container’ , 0);
function my_content_before_main_container() {
if (! is_home() || !is_front_page() )
return;function my_content_before_main_container($html) {
$before_main_container = ‘<img class=” wp-image-347 aligncenter” src=”https://www.jeegee.eu/wp-content/uploads/2015/05/[email protected]” alt=”Visit us @ Agritechnica 2015 in Hannover, Germany” width=”181″ height=”181″ />
‘; //Put your HTML inside this var
return $before_fp.$html;
}—-
Help!
My last backup of my webiste is so so old. How can I just cancel the last modification ?
THANKS
Forum: Themes and Templates
In reply to: [Customizr] Text under the slideshow on the front pageThanks for your help.
This code put text under all the slideshows.
How can I put some text and pictures JUST under the Home slideshow?
thanks
Forum: Themes and Templates
In reply to: [Customizr] Text under the slideshow on the front pageI have to change the code only to add a picture and some text under the front page slideshow ?
I thought it was like an easy function to click that I didn’t understand somewhere… :/