-
AuthorPosts
-
October 22nd, 2019 at 07:13 #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 5 years ago by JBenoit.
October 25th, 2019 at 19:42 #94210ZedCryout Creations mastermindThe 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.October 25th, 2019 at 21:09 #94234Good 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.
November 4th, 2019 at 22:15 #94803ZedCryout Creations mastermindDepending 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.November 5th, 2019 at 06:52 #94823Hello, thanks for your answer. I deleted and handed the theme “Parabola” entirely, and redid a child theme. Everything is in order.
Thanks again.
-
AuthorPosts
The topic ‘Slider home bug’ is closed to new replies.