Home Forums WoodMart support forum Header builder Information box

Header builder Information box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #234283

    soga172
    Participant

    For what reason the “open in new window” checkbox may not work for information box?
    It can only be a window, not another window

    Attachments:
    You must be logged in to view attached files.
    #234449

    Hello,

    I saw the screenshot you attached.

    This is a bug in our theme and will be fixed in the next update.

    Regard’s.
    Xtemos Studios.

    #238569

    soga172
    Participant

    I see your header generator information box, the error has been corrected,
    But the “Information box” in the elementor is the same widget as the header generator information box, but it has not been corrected in this update
    https://www.loom.com/share/abee4020583c435a9c2e913bbb5bb9ef

    #238612

    Artem Temos
    Keymaster

    It seems to be a different problem with Elementor. To fix this, edit the file inc/integrations/elementor/elements/infobox/infobox.php and replace the following line

    if ( isset( $link['is_external'] ) && 'on' === $link['is_external'] ) {

    with this one

    if ( isset( $settings['link']['is_external'] ) && 'on' === $settings['link']['is_external'] ) {

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