• Resolved inerlight

    (@inerlight)


    Hello all,

    Since upgrade 0.6.9.3 something is broken when working with elementor builder.I Had to downgrade to version 0.6.7 to make this work.

    Does anyone have a clue for fixing this ?

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi!
    Can you explain a bit more what went wrong?

    If test the plugin on the 0.6.9.3 live demo site here:
    https://understrap.com/understrap/?page_id=1866

    and it let me build a custom page with the Elementor plugin without problems or error messages.

    Thread Starter inerlight

    (@inerlight)

    Hi,

    Thanks for your reply. I’ve just retested it and it appears that it’s my understrap child theme that makes things crashes (message “The preview could not be loaded” from elementor on admin pages and blank pages on front site).

    I’m gonna try to understand what’s wrong with that…

    Sorry for inconvenience.

    Thread Starter inerlight

    (@inerlight)

    Hi,

    Just a follow up from my previous post.

    Actually, I found that it was the function WP_Bootstrap_Navwalker() (use in version previous than 0.6.9) in the header.php file that have been change to understrap_WP_Bootstrap_Navwalker(), that makes all pages blank.

    After I change this in the header.php file in child theme, all is working fine. Except for the main menu that does not appear anymore. I suspect it’s because I dont have no more access to the option “display location” in admin page Appearance>menu where I could define the menu as main menu.

    If you have any idea about this I will be glad to here.

    Thanks in advance.

    Thread Starter inerlight

    (@inerlight)

    Hi there,

    For the record, as I don’t have time to investigate more than i’ve done, I bypass the problem by downgrading to understrap 0.6.7, check the “primary menu” box in menu display location in the admin page and the upgrade to understrap 0.6.9. This as solved the issue of menu not appearing. It’s a really dirty solution but it worked.

    I will search more later why I can’t see the display options anymore and post here if I find something.

    Problem was that the ww.wp.xz.cn theme reviewer team wants me to use functions with a unique prefix only (like “understrap_wp-bootstrap_navwalker”).
    And it seems that it is not allowed to store theme options in WP database anymore.

    So some function names has been changed. Means if you hook into this functions by your child theme you have to change this names, too.

    Ive just add “understrap_” in front of all functions.

    Thread Starter inerlight

    (@inerlight)

    Thanks for your reply Holger !

    Don’t remember if I’m using this function in my child theme, but I’ll check this out. It’s more than probably the reason why I face these issues.

    Thanks again for your time and explanations (and great framework BTW) !

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘incompatibility with elementor builder’ is closed to new replies.