Bug from my slideshow following the 2.0.1 update

  • Anonymous

    #48148

    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.jpg

    In addition, my copyright is cut:
    https://image.noelshack.com/fichiers/2017/41/7/1508019696-copy.jpg

    And 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

    Syahir Hakim

    #48150

    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.

    Anonymous

    #48193

    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

    Syahir Hakim

    #48195

    Looks like your site is currently in maintenance mode. Please disable that temporarily so that we can take a look.

    Anonymous

    #48205

    Good evening,

    Okay, I’ll turn it off tomorrow, tell me when I can turn it back on 😉

    Thank you in advance, good evening !

    Anonymous

    #48243

    Good evening,

    Did you see my forum ?

    Thank you in advance, good evening 🙂

    Admin

    Syahir Hakim

    #48254

    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.php file and paste it here: https://pastebin.com/

    Anonymous

    #48255

    Re, here is the code link :
    https://pastebin.com/BvLjytY6

    Admin

    Syahir Hakim

    #48256

    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' ) );

    Anonymous

    #48268

    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.