Hi!
I installed your plugin, and it works perfectly, except it also adds two links to the top of the page, forcing the header image down. For now I disabled the plugin, but it seems to be the only one actually doing what I want without being bloated :). I would appreciate it if you could find the time to look at it. The theme our site is using is Lovecraft. What I am seeing:
——————
… Read more
… Read more
Header image + Recht op de stad
Het betere plan voor wonen in Rotterdam
Thanks for your work,
Joost.
Hello,
I try your plugin “Auto Limit Posts Reloaded”. It’s work fine but i would know how can i desactive it in widget bar ? i use “All-in-One Event Calendar par Time.ly” ‘s widget i have “read more” text …. bad
When i desactive your plugin, it’s ok.
Best regards.
]]>I use the plugin, but it messes the sidebar by making the views and recent post on sidebar also appearing lots of excerpts. Could you help me to avoid affecting sidebar? Thank you!
]]>I use the following code to display translation of Read More tag when using WPML.
add_filter( 'gettext', 'x_translate_read_more', 9999, 3 );
function x_translate_read_more( $translated, $text, $domain ) {
if($text=='Read More' && ICL_LANGUAGE_CODE == 'de' ) return 'Weiterlesen';
else return $translated;
}
With your plugin, however, it does not work. I was hoping to have more control over the read more with your plugin, but this is a deal breaker.
Might you have a solution?
https://www.ads-software.com/plugins/auto-limit-posts-reloaded/
]]>hi,
firstly, thanks for this amazing plugin.
is there a way that while
Strip tags and shortcodes : : disable images, videos, links in the excerpt
is checked and the featured image on the post is still allowed to display?
need the thumbnail of the featured images to show on the left side of the excerpts.
https://www.ads-software.com/plugins/auto-limit-posts-reloaded/
]]>no words count option – only letters in settings, disabled sharing and strip tags, and got many errors.
on backend:
Notice: Undefined index: alpr_striptags in …wp-content/plugins/auto-limit-posts-reloaded/auto-limit-posts.php on line 205
Notice: Undefined index: alpr_share in …wp-content/plugins/auto-limit-posts-reloaded/auto-limit-posts.php on line 206
on frontend:
Notice: Undefined offset: 1 in …wp-content/plugins/auto-limit-posts-reloaded/auto-limit-posts.php on line 164
https://www.ads-software.com/plugins/auto-limit-posts-reloaded/
]]>When the plugin is active it turns off sidebars, widgets and the topbar where signed inn users can access the dashboard etc.
I am using the twenteefourteen thenme
What can I do to alleviate this?
I have turned the plugin off, because my students will not enjoy the full benefits of the site if I do otherwize… but here is the link:
https://fullordnir.namfullordinna.is/
https://www.ads-software.com/plugins/auto-limit-posts-reloaded/
]]>Hi,
First of all, thank you very much for this amazin plugin. This plugin works perfectly on any category pages, however, does not work on the homepage https://www.researchstudy.nyc
I cleared all the cache and expired caches still does not work.
Could you please help me resolve this issue?
Thank you!
https://www.ads-software.com/plugins/auto-limit-posts-reloaded/
]]>Hi
In 2 categories sidebar displayed well that is, to the right other sidebar displayed at the bottom.
https://www.ads-software.com/plugins/auto-limit-posts-reloaded/
]]>There is something wrong with the video, exactly with code Youtube (iframe). On the home page not displayed “Read more”, other posts, Site navigation and right sidebar. It helps only <!–more–>
https://1.bp.blogspot.com/-iJzBh1j1WHI/VJSIaS3E__I/AAAAAAAABuQ/spdMHDAYWg4/s1600/mz-screen-2.jpg
https://www.ads-software.com/plugins/auto-limit-posts-reloaded/
]]>I am a Chinese user. Lots of my posts are UTF-8 characters.
In your “lettercut” functions, “substr()” function ignores UTF-8 characters, resulting in incorrect question mark in the end.
By checking the solution on Stackoverflow (https://stackoverflow.com/questions/12446877/php-is-it-possible-to-correctly-substr-a-utf-8-string), I suggest that using mb_substr() instead.
—> the following code is suggested
// Limit the post by letter to check for more tag
$new_string2 = mb_substr($content2, 0, $alpr_post_letters+3, 'UTF-8');
$end_string2 = mb_substr($new_string2, -5, 'UTF-8');
$endingp = "";
// Limit the post by letter
$new_string = mb_substr($content, 0, $alpr_post_letters+3, 'UTF-8');
$end_string = mb_substr($new_string, -5, 'UTF-8');
$endingp = "";
// If end of p-tag is missing create one
if ($end_string == "</p>\n") {
$new_string = mb_substr($new_string, 0, (strlen($new_string)-5), 'UTF-8');
}
https://www.ads-software.com/plugins/auto-limit-posts-reloaded/
]]>Good plugin, but … why the “Read more” is displayed even when the text is shorter than the limit set by me?
https://www.ads-software.com/plugins/auto-limit-posts-reloaded/
]]>I find the standard excerpt of Origin Responsive Theme too long so installed the plugin in my blog at https://xicowner.jefmart.com/ in order to limit its length but it did not work. What should I do to make it work?
https://www.ads-software.com/plugins/auto-limit-posts-reloaded/
]]>