Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Some shortcodes appear in search results #1077706

    Doesn’t my solution seem like a hack, likely to break in the future since we haven’t addressed the source of the problem?

    $content = str_replace('<p>[/av_icon_box]</p>
    <p>[/av_one_third][/av_section]</p>', '', $content);
    in reply to: Some shortcodes appear in search results #1076198

    Hi Basilis. I don’t understand your reply. I am using a child theme.

    in reply to: Some shortcodes appear in search results #1074106

    Hi Victoria,

    I have now tried both solutions on the post you mentioned, and the shortcodes still appear. Furthermore, the “show just excerpts” solution I saw referred to the Search Relevance plugin, which I am not using. How would “show just excerpts” be used in a default situation like mine? Any plans to get this working with the new WordPress 5 editor?

    For now I am manually doing:

    $content = str_replace('<p>[/av_icon_box]</p>
    <p>[/av_one_third][/av_section]</p>', '', $content);

    But this is obviously not future proof.

    Thanks.

    in reply to: Some shortcodes appear in search results #1072121

    Thanks Victoria. I saw that post, and I learned that the first solution is already part of Enfold core, and the second solution is for wanting to maintain the content inside the shortcodes. I don’t need the content inside the shortcodes; I just want the ugly shortcodes not to appear, and I’d prefer to avoid RegEx for performance reasons. Is this not a bug, given that I am using the theme’s built-in shortcodes?

    in reply to: Some shortcodes appear in search results #1070913

    Sure, see below.

    in reply to: Cannot Update Theme to 4.5.2 to 4.5.4 #1070842

    I am having the exact same issue. Following all of the troubleshooting steps at https://kriesi.at/documentation/enfold/theme-registration/. When I try using the Envato Market plugin, I see the following after saving my token:

    Incorrect token permissions, please generate another token or fix the permissions on the existing token. Please ensure only the following permissions are enabled:

    View and search Envato sites
    Download your purchased items
    List purchases you’ve made

    I tried removing all permissions except the three listed, to “ensure only the following…”

    Please advise.

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