Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the_excerpt() is not working on live editor #308

Closed
egemenerd opened this issue Nov 6, 2016 · 2 comments
Closed

the_excerpt() is not working on live editor #308

egemenerd opened this issue Nov 6, 2016 · 2 comments
Assignees

Comments

@egemenerd
Copy link

egemenerd commented Nov 6, 2016

First of all, thank you for your prompt response @AlexGStapleton ( #180 )

This issue is related to the_excerpt() function because when I remove this function from the widget, everything is working properly.

Also I'm sure it is not related to my plugin because I tried with other plugins which have used the_excerpt() function in the widgets and they are not working too. For example;

https://wordpress.org/plugins/livemesh-siteorigin-widgets/

https://wordpress.org/plugins/recent-posts-widget-extended/

https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/

Please upload Livemesh siteorigin widgets plugin and try to display post excerpts below the post items. You will get an empty page like the following;

ss1

If I turn off the excerpts;

ss2

Everything is working properly;

ss3

My demo is in localhost (Mamp) and I only uploaded standard test data;

https://codex.wordpress.org/Theme_Unit_Test

@AlexGStapleton
Copy link
Member

I'm able to replicate this with the two widgets I tried (livemesh and recent posts with thumbnails). I suspect it's due to the_content being called for whatever reason. My reasoning for thinking this are based on the second plugin.

@gregpriday gregpriday self-assigned this Dec 8, 2016
@gregpriday
Copy link
Member

Thanks for letting us know about this. I'll take a look as soon as I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants