Slider home bug

  • Author
    Posts
  • #93946

    Hello, following work on the site, I have a problem slider on the index. I do not know how to solve it, if you can help me, the message of error is on the home.
    https://www.abysse-cichlides.com/

    thank you very much

    Website: www.abysse-cichlides.com

    • This topic was modified 4 years ago by JBenoit.
    #94210
    Zed
    Cryout Creations mastermind

    The header markup on your site is broken (by having the opening tags twice):

    <!DOCTYPE html>
    <html lang="fr-FR">
    <!DOCTYPE html>
    <html lang="fr-FR">

    There is also an (obsolete) opening tag before the slider’s script code:

    <?		<script type="text/javascript">
    

    If you’ve manually edited any theme files, revert the changes or restore the original files from a theme zip file.
    Otherwise, try disabling any active plugins to see if any of them is causing that.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #94234

    Good evening, thanks for your answer.
    I think is good for that ”
    <! DOCTYPE html>
    <html lang = “fr-FR”>”

    But I read, but I can not find the files where I have to correct these errors for this one “<? <script type = “text / javascript”>”. I did not touch anything except in the child theme, and I did not have that problem before.
    What can these files please?

    Thanks.

    • This reply was modified 4 years ago by JBenoit.
    • This reply was modified 4 years ago by JBenoit.
    #94803
    Zed
    Cryout Creations mastermind

    Depending on which files the child theme includes, those files are used instead of the parent theme’s. So modifying those files (and making errors in them) will have direct effect on what happens on the site.

    Search all your child theme files for "<? " (including the trailing space)


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #94823

    Hello, thanks for your answer. I deleted and handed the theme “Parabola” entirely, and redid a child theme. Everything is in order.

    Thanks again.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Slider home bug’ is closed to new replies.