• Hi,

    I installed the updates and now nothing below the slider is appearing.

    So I switched out of the Child theme to run the parent theme and disabled plugins. The rest of the page was back.

    I then reinstalled each of the plugins with no problems.

    But when I switched back to run my Child theme everything below the slider disappeared again.

    https://www.TheCuckooClockDesigner.com

    Thanks for any help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • So the issue is in your child-theme.
    What do you have in it? Just the functions.php and style.css or also copies of the parent theme files? In the second case… get rid of them.

    Thread Starter JodieRD

    (@jodierd)

    I see were you were going and that makes sense. Unfortunately just the functions.php and style.css are in the child theme.

    Ok, I see the issue happens just in home so..
    Would you mind pasting your functions.php in pastebin.com and then put the link here?

    Thread Starter JodieRD

    (@jodierd)

    Ah I see,
    you made a small error while customizing the snippet to link a slide to an external url.
    in function my_slide_custom_link( you have:
    if ( MY-IMAGE-ID != $image_130 )
    now I don’t know what it that 130 ?? I see on your site that the ID of that picture on the home is 4, and $image_130 variable doesn’t exist.
    so what you have to use is
    if ( 4 != $image_id )

    Also I suggest you to remove the last ?> you have at the end of your child-theme functions.php.

    Hope it helps.
    If not… come back here ??

    And sorry, my fault, you have more than one picture in that slide, their ids are : 4 , 5, 6, 8, 224
    which is the one you want to open in a new tab?

    Thread Starter JodieRD

    (@jodierd)

    That worked! Thank you! I appreciate you taking the time to help!

    Very glad you solved Jodie.
    You’re welcome ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Featured Pages, Footer, Disappeared’ is closed to new replies.