New Landing How can we help? Atelier getting error in editing elements like Image, Icon box

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #296274
    bikashshil02
    Member
    Post count: 46

    Hi Experts,

    Need your help again 🙂

    I am getting an error like below when I am trying to add an element like Images or Icon. Similar comes for Image Banner also, but in this case, I am still able to edit.

    Notice: Undefined index: depreciated in /home/upayayoj/public_html/wp-content/plugins/swift-framework/includes/page-builder/inc/shortcodes.php on line 539

    Kindly help

    Thanks

    Bikash

    #296283
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Thanks for the heads up. We will fix it for the next update.

    Inside the file shortcodes.php located at plugins/swift-framework/includes/page-builder/inc/

    find the line below
    if ( $param['depreciated'] ) {

    and replace it by this one

    if ( isset($param['depreciated']) && $param['depreciated'] ) {

    You can also turn off the debug mode inside the wp-config.php, that shouldn’t be on in a production site if that’s the case.
    https://codex.wordpress.org/WP_DEBUG

    -Rui

    #296317
    bikashshil02
    Member
    Post count: 46

    Thanks Rui,

    It works for me..

    Please let me know do I need to revert the change post update of theme after the release

    Regards

    Bikash

    #296427
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Don’t worry the update will replace all the files.

    -Rui

    #307058
    bikashshil02
    Member
    Post count: 46

    Hi,

    I am seeing the issue again even after the upgrade

    Regards

    Bikash

    #307265
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Sorry this wasn’t included in the last update. I forgot to forward this change to the development team.
    Can you repeat it once again. Apologize for this.

    -Rui

    #307314
    bikashshil02
    Member
    Post count: 46

    Hi Rui,

    I have used your suggested code change to do the editing.

    You may please include this in the next release

    Thanks

    Bikash

    #307489
    David Martin – Support
    Moderator
    Post count: 20834

    This will be included.

    Thanks.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.