• Resolved julienjeegee

    (@julienjeegee)


    Hi guys, after many hours trying, I hope you can help me ??

    https://www.jeegee.eu/

    On the front page under the full width slideshow, i would like to add 2 pictures and some text (not moving, no blog, no featured page, just static pic and text). When I click on static home page the slideshow disappears…

    So I just want to add 2 pics and some text under the front page slideshow…

    Help !

    thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • This Snippet will give you a start.

    Thread Starter julienjeegee

    (@julienjeegee)

    I 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… :/

    all there is to do: copy and paste

    put the html inside apostrophes

    image + text will appear there

    we’ve used this snippet prior

    if you need HTML aid reply

    Thread Starter julienjeegee

    (@julienjeegee)

    Thanks 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

    Thread Starter julienjeegee

    (@julienjeegee)

    Website offline!

    https://www.jeegee.eu

    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]&#8221; 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

    Hi,

    If you want to put some words under the slide, you can watch this :

    https://www.ads-software.com/support/topic/add-a-block-of-content-text-on-the-home-page?replies=14

    Sorry, I don’t know how to cancel your modification

    Good luck

    I’m afraid your site is permanently lost now…

    …just kidding ??

    You will need to contact your hosting provider. If you know how to use FTP account you can do it manually.

    When you get in with FTP simply remove/edit this error and as soon as it is right and you save, your site will reappear.

    Thread Starter julienjeegee

    (@julienjeegee)

    Website offline, Help!

    https://www.jeegee.eu

    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 ?

    if you properly deleted the code in FTP and saved, your site will be back up

    it is down because you did not correct the problem or you made a new problem

    Thread Starter julienjeegee

    (@julienjeegee)

    I called my web hoster and they do automatic backups.

    So I backed up the 3 days old webiste. Back online .

    Thanks for your help ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Text under the slideshow on the front page’ is closed to new replies.