To anyone who has the messages for ‘is_plugin_page’ being a deprecated function on the admin pages, it’s a simple fix.
Change lines 54-55 in your evermore.php from
54
55 if (!is_plugin_page()) :
to
54 global $plugin_page;
55 if (!isset($plugin_page)) :
Problem solved!
]]>I think the <!–nevermore–> shortcode has stopped working in the latest update of wordpress 4.0
Thanks for a useful plugin.
ps would you consider including the shortcode <!–nevermore–> in with the description on the plugin page description section. Thanks again
]]>I’ve got two questions..
1) Is it possible for the excerpt to appear on the homepage only and not categories/archives/tags?
2) Is there a way to make the plugin pull only 1 image if there’s more than one image at the beginning of the post?
Thanks!
]]>how configure it for break on end of the posts?
i try: Previews contain the first 18
and
Previews are at least 1999
And don’t work ??
Hi,
I have just installed your “Evermore” plugin on one of my blogs but I can’t go to the setting page. I get a “You do not have sufficient permissions to access this page” message error.
Of course, I am administrator of the site, with full rights.
I have installed it on another blog (test blog) and I didn’t encounter this issue.
Could there be a conflict with another plugin?
If no solution, I just won’t use it. Too bad!
]]>Users submit posts on my site, and I don’t want to have to go in and edit a lot of them to move the location of the “More” break. But some users write a very large first (or only) paragraph. In Evermore’s settings, I can specify a minimum number of characters. Well, I wish I could specify a maximum number too. I tried reducing the paragraph number (in the settings) to 0 and increasing slightly the minimum number of characters, but Evermore interpreted the 0 as meaning Don’t a break at all. Thanks — other than that, I’m enjoying using the plugin.
]]>You do not have sufficient permissions to access this page error when accessing settings in wordpress 3.4.2
]]>Evermore2.3 , strpos,strlen,substr,str_replace not match a multibyte.
Please ..
strpos –> mb_strpos
strlen –> mb_strlen
substr –> mb_substr
str_replace –> preg_replace
or mb_str_replace(here https://github.com/fetus-hina/mb_str_replace/tree/master/src
When Evermore plugin is activated and when a page runs the Exec-PHP plugin, an error is reported:
]]>Parse error: syntax error, unexpected ‘<‘ in /wp-content/plugins/exec-php/includes/runtime.php(42) : eval()’d code on line 27