Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @stevenj

    The plugin skips regular pages (the ones that are in WP admin > Pages).

    The reason for that is so it doesn’t filter the actual page content output. Excerpts use both the_content() and the_excerpt() so the plugin filters both of those.

    In this specific case all those sections you created with Elementor are coming from the_content() and then inside of that is the posts grid which also has either the_content() or the_excerpt() to output those excerpts. Visually we can figure out which should be filtered, but the plugin can’t figure it out, so it would end up just filtering the whole output.

    That’s why it filters archives but not regular pages.

    And unfortunately, at the moment we do not have a solution for that.

    Thread Starter StevenJ

    (@stevenj)

    Hi WPKube,
    Thanks for getting back to me with your explanation.
    I’ll just have to make do with a ‘Read more…’ link on all the home page listings but I really like what the plugin is doing for us on the archive pages.
    Thanks
    Steve J

    Plugin Author WPKube

    (@wpkube)

    You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Possible issues with the plugin and Elementor?’ is closed to new replies.