Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1096912

    Hello Enfold support team !

    I have updated the version of Enfold on the customer site from 4.5.5 to 4.5.6.

    The layout has been broken due to the version upgrade.

    On the page where the problem occurred, codeblock calls the external plugin shortcode
    In Ver 4.5.5, the page structure was as follows.
    #top
       + #wrap_all
          + # section1
          + # section2
          + # section3
    In Ver 4.5.6, the page structure was as follows.
    #top
       + #wrap_all
       + # section1
       + # section2
       + # section3

    By upgrading to Ver 4.5.6, the positions of wrap_all and section are at the same level.

    When I empty the codeblock, no bug structure occurs.

    How can I solve this situation ?

    #1097793

    Hey freelancer,

    There is a new option in Enfold -> Theme Options -> Preprocessing Shortcodes In Header.
    Select “allow to process”.

    And as a first step also in Enfold -> Preformance disable Enfold compression of js and css files and
    “Disabling of template builder elements” select always load all elements.

    Then you can try to enable step by step.

    Best regards,
    Basilis

    #1097815

    Hello Basilis,

    I changed the three options as per your suggestion.
    But the situation does not change.

    #1098817

    Hi freelancer,

    The token is expired, please update. There can be some unclosed tag in the code block the breaks html. Please check for that.

    Best regards,
    Victoria

    #1098838

    Hi Victoria,

    It was found that this problem was caused by the plugin being used.
    The problem did not occur in Enfold 4.5.5, but it seems that the problem appeared in Enfold 4.5.6.

    Inside plugin, there is a description of new WP_Query ($ args) ;.
    However, there was a place without wp_reset_postdata ();

    There was a problem there.

    The problem was solved by adding wp_reset_postdata (); to the plugin source code, so I contacted the creator of the plugin. The author decided to reflect on the next release.

    There is no problem with Enfold 4.5.6, so close this thread.

    #1099097

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘[BUG]Using codeblock breaks HTML structure and breaks responsive layout.’ is closed to new replies.