Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter li9ssb

    (@local9ssb)

    SOLVED
    The newly added plugin jQuery Vertical Accordion Menu was preventing the operation. By deleting it everything returned to normal.

    Hi, i have the same problem after the update offered! Now my imagens no longer appers

    https://www.bolsaaovivo.com.br

    Please help me out!

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi,

    There’s a JavaScript error on your page that stops all JavaScript execution. This mean that the slideshow simply can’t start. The error is caused by code of the top menu.

    If you right-click on your website and then choose an option that says something like ‘View source’, you can see on line number 268 that there’s an error there. At the moment the code looks like this:

    jQuery(this).find('ul:first').css({visibility: "visible",display: "none"}).;

    The problem should be sold if you replace it with this:

    jQuery(this).find('ul:first').css({visibility: "visible",display: "none"});

    It may be that the top menu is a plugin and that you therefore won’t be able to find the piece of code in your theme’s ‘header.php’ file. Deactivating the top menu plugin would then solve the problem, or reporting it to the top menu plugin forum.

    Best regards,
    Stefan

    O change the line in header.php file, but the problem continues!

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    No problem, we’ll just continue looking for the cause of the problem. Did you remove the slideshow? I can’t seem to see it anymore.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘After upgrade v. 2.2.11’ is closed to new replies.