Okay
  Public Ticket #2627768
Wordpress 5.6 - Popup black overlay
Closed

Comments

  • Milan started the conversation

    I have installed it on Wordpress 5.6 and every link I try to click, gives an empty popup black overlay, with a couple of errors in the console. Is it compatible with 5.6?

  •  2,567
    Kevin replied

    Hi Milan !

    This is a problem with the WP 5.6 update using lightbox with swipebox, to fix this problem go to Appearance-> Editor / assets / js / customjs (or global.js) and search for js then delete them

     $( '.swipebox' ).swipebox( {    useCSS : true, // false will force the use of jQuery for animations    useSVG : true, // false to force the use of png for buttons    initialIndexOnArray : 0, // which image index to init when a array is passed    hideCloseButtonOnMobile : false, // true will hide the close button on mobile devices    removeBarsOnMobile : true, // false will show top bar on mobile devices    hideBarsDelay : 3000, // delay before hiding bars on desktop    videoMaxWidth : 1140, // videos max width    beforeOpen: function() {}, // called before opening    afterOpen: null, // called after opening    afterClose: function() {}, // called after closing    loopAtEnd: false // true will return to the first image after the last image is reached   } );

    Your problem will be solved

    We are continuing to optimize the issue, all themes will be updated to fix the problem and related issues, please follow the above themes. https://themeforest.net/user/themeftc/portfolio

    thanks

  • Görkem replied

    Hello, I did what you said, but the problem continues. When I do a theme update, the problem is resolved, but then the theme also breaks.

  • Milan replied

    Clear cache js.css

  • Görkem replied

    Hi again,


    Can u share any video about "How can i solve this problem?" or "How can i install new patch theme on installed karo theme?" thx for all..

  •  2,567
    Kevin replied

    Hi Görkem !

    #Update theme

    Download the latest theme in Theme forest, separate the main theme and extract it, then rename this theme folder to example (organico1), then compress and upload to Appearance-> Themes, you will have 2 themes. In 2 different versions, on the new theme the changes on the old theme will not be saved

    # or fix the error as I suggested below, be sure to clear the Cache before checking again

    thank you

  • Milan replied

    Hi, 

    I solved the problem when you first gave me the instruction.
    My comment is help for others.
    If they cache Java, they need to clear the cache to see the change.
    Greeting


  •  2,567
    Kevin replied

    Hi Milan!

    #Yes thanks for your helpful info, customers can use this plugin to downgrade js as a temporary fix.

    https://wordpress.org/plugins/enable-jquery-migrate-helper/

    thanks