Bug from my slideshow following the 2.0.1 update
-
Good evening,
I contact you since my slideshow contains display bugs on my site while I just do the new update 2.0.1.
Here is the result :
https://image.noelshack.com/fichiers/2017/41/7/1508019688-diapo.jpgIn addition, my copyright is cut:
https://image.noelshack.com/fichiers/2017/41/7/1508019696-copy.jpgAnd finally, I would like to reduce in width the header bar (where there are social networks), then that of the footer (where there is copyright).
Otherwise, I like the new design, it really makes it.
Thanks in advance, see you soon !
Admin
Looks like you have the footer.php file from the old version in your child theme. Try to remove that and your footer issue should be fixed.
I haven’t had the chance to look at your site yet (only the screenshots you linked to). From what I see, the slider issue is probably due to some custom CSS style you have applied in previous version. Try to remove that CSS first and see if that fixes it.
Good evening,
Thank you for your reply.
Concerning the footer, the footer.php I had imported it in my Child theme, I deleted it and the problem is solved.
But regarding the slide show, I do not remember having to change the CSS code and I do not understand anything there to touch … it’s complicated :s
Would you like me to give you special access to the site?
Thank you again for your help.
Admin
Looks like your site is currently in maintenance mode. Please disable that temporarily so that we can take a look.
Good evening,
Okay, I’ll turn it off tomorrow, tell me when I can turn it back on 😉
Thank you in advance, good evening !
Good evening,
Did you see my forum ?
Thank you in advance, good evening 🙂
Admin
Okay, this looks like a child theme issue, where the theme’s stylesheets are not loaded in the correct order. Please copy the content of your child theme’s
functions.phpfile and paste it here: https://pastebin.com/Re, here is the code link :
https://pastebin.com/BvLjytY6Admin
OK, change this part:
wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( ) );to this:
wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'bootstrap', 'font-awesome' ) );Hello,
The problem is solved, thank you very much, you are very professional on this forum 😮
Thanks again for your help, good day 🙂
Viewing 10 posts - 1 through 10 (of 10 total)
- The topic ‘Bug from my slideshow following the 2.0.1 update’ is closed to new replies.
