I finally found a way. I installed Code Snippets from WP plugin directory then added the following as a snippet:
add_post_type_support( ‘page’, ‘excerpt’ );
This enabled excerpts on any pages including in Elementor.
I got the code from https://www.wpbeginner.com/plugins/add-excerpts-to-your-pages-in-wordpress/
-
This reply was modified 5 years, 10 months ago by olastica01.
@rafinkhan @abidhasan112 I have the same problem. My excerpt looks like this:
“Home About US Product & Services Why Us Blog Contact US Real Estate “We are the go-to real estate agent in Nigeria because we offer…”
As you can see, it pulled my nav menu and I don’t want that! How can I fix this?