• Resolved Ideia Marketing

    (@ideiamarketing)


    I was very pleased to have teasertext as the description for my site.

    But after the last update, it automatically generates teasertext and I can not find an option to choose the old method.

    Can you help? Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I encountered another problem with the description meta tag.
    It shows shortcodes if it is at the beginning of the post.

    <meta property="og:description" content=" [aesop_chapter title=&quot;Der Vorverkauf hat begonnen&quot; bgtype=&quot;color&quot; full=&quot;off&quot; video_autoplay=&quot;on&quot; bgcolor=&quot;#888888&quot; revealfx=&quot;off&quot; overlay_"/>

    kind regards

    I fixed it for me by removing the caching in Meta.php

    if (isset($this->metaData[$type . '_desc']) && !empty($this->metaData[$type . '_desc'])) {
         $desc = str_replace("\r\n", ' ', strip_tags(strip_shortcodes($this->metaData[$type . '_desc'])));
     } else { //...
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Teasertext’ is closed to new replies.