Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #816187

    Notice: Undefined index: index in /home/amcham/amcham/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth.php on line 347

    What does this error mean? I cannot figure out why and would like some help, or a fix, thank you!

    #816199

    It seems I am having problem with any pages that have either fullwidth button or the grid row. Not sure which is causing the problem, and I cannot remove or change any layout without breaking the page.

    #816248

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #816664

    I’m also wondering if WordPress 4.8 is compatible with Enfold, been wary about updating, as I am worried it may break something.

    I’ve posted temporary admin login below, please let me know if you have issues logging in.

    Thank you!

    #816711

    Hi,

    Thanks for the login details, though I can’t see any of the messages you posted. Where are you seeing them? You are running an old version of the theme, could you try updating the theme to the latest version (4.0.7) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    #817121

    I updated the theme, but am still seeing the error:
    /themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth.php on line 349

    This happens whenever I try to move or delete the template.

    #817150

    I posted login information in the Private content area, can you see it?

    #817465

    Hi AmChamTaipei,

    Could you please attach screenshots of the error and write the steps to reproduce?

    Best regards,
    Victoria

    #817565

    It seems whatever element I move or remove will display an error or break the template. Please see below screenshots, thank you.

    #818174

    Hi AmChamTaipei,

    All the rest is working fine? Are the changes saved or not?
    If yes, then you just need to have different settings for debug.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #818544

    No the changes are not saved, the screenshots are in preview mode. Any other way to debug / fix errors through preview mode, as I am unsure what the issue is?

    #819035

    Hi,

    Can you replace the files through FTP and let us know if the issue is been solved please?

    Thank you

    Best regards,
    Basilis

    #837339

    Ciao!
    I have the same problem…. did you come to something to solve this?

    Thanks

    #837345

    I went to the line told in the warning and added isset to the index variable in the if statement

    if ( isset ($meta[‘index’] )

    #837762

    Hi grafikero,

    Thanks for the feedback. Did that resolve the problem for you?

    Best regards,
    Rikard

    #837878

    yes, it did! in regards to that Notice warning.
    Besides my layout was broken, I thought it was the same problem, but it was a WPML separated isue.

    Ciao!

    #837902

    Hi grafikero,

    Glad you got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #872888

    Hi Admin

    I had the same issue with IMAGE HOTSPOTS
    Notice: Undefined index: index in themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots.php on line 531

    As per above I changed line 531

    if($meta['index'] == 0) $params['close'] = false;

    TO

    if(isset ($meta['index']) == 0) $params['close'] = false;

    If you could please make sure this is fixed for the next update thanks!

    ENFOLD 4.2
    WP 4.8.3

    #873953

    Hi,

    Thank you for the info. We’ll forward the issue to our dev.

    Best regards,
    Ismael

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Undefined index’ is closed to new replies.