Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1166613

    Hello,

    When I create a table in advanced layout editor the table does not show on the page. It does show the shortcodes. Looking through support I see the same issue and a response saying “We recently discovered an issue with some shortcodes that seem similar to your issue. The dev team has created a release to address this and I believe that it may help you also. Please see the link in the Private Content area.”

    I cannot see the private content area. May I please have the files. https://kriesi.at/support/topic/enfold-table-shortcode-not-displaying-anymore/

    running the latest version! (4.6.3.1)

    #1166617

    Hello again,

    Just wanted to update that I notice this is a new problem. On any of our new pages the shortcodes stop working about halfway through the page. These pages are pretty long though. Link attached in private area.

    Thank you for assistance.

    #1167231

    Hi,

    Thank you for the inquiry.

    Can we access the site? We would like to check the content of the advance layout builder. Please post the login details in the private field and set the builder to debug mode so that we can check the shortcodes.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Ismael

    #1167553

    Thank you Ismael. Debug mode enabled. Login information provided.

    #1168371

    Hi,

    Thank you for the info.

    We tried editing the page but someone else is already on it. We don’t want to interrupt whatever it is he’s doing, so we’ll just try again once he’s done.

    geoff is currently working on this post, which means you cannot make changes, unless you take over

    Best regards,
    Ismael

    #1168552

    Hello,

    The user is logged out. Thank you.

    #1169076

    Hi,
    Sorry for the late reply, I took a look at your /special-report-research/ page and found in your technical data of your report the “less-than” signs broke the page shortcodes, so to correct I replaced all of the less-than signs with this html:

    <span class="lthan"></span>

    and added this css to your Enfold Theme Options > General Styling > Quick CSS field:

    span.gthan:before {
      content: ">";
    }
    span.lthan:before {
      content: "<";
    }

    and now the page is showing correctly. Please try this for any other pages that might have the error.
    Please note that when you add this html to your text element, please add it through the “text” tab and not the “visual” tab:
    text-tab
    If you are using the “greater-than” sign on any pages please use this html instead:

    <span class="gthan"></span>

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.