anyway
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Local Avatars] Simply Doesn’t WorkSame in my current project:
- Avatars don’t show up on the frontend.
- Avatars are not showing up on the backend, not even on the User Profile page.
- No PHP & JavaScript errors, uploading functionality works fine.
Forum: Plugins
In reply to: [LuckyWP Table of Contents] Is this plugin abandoned?@luckywp:
Wouldn’t it be responsible to give the 100,000+ users the answer to James’ question (and the other users who asked)? There are many users who have installed your plugin on a large number of WordPress instances, set it up and customized the output. It would be really nice to know if we all need to look for a replacement in the medium term.We all know that plugin development maintenance and support is a lot of work. Especially when there is no payment for it, it can be difficult in the long run. But it would be really nice to know what you plan to do in the future. At the moment the plugin is still working wonderfully, but that can change quickly, as we also all know very well.
So I also ask: Do you just leave it as it is as long as it works and then rework it, or do you want to give up the plugin?
And I would also like to take this opportunity to thank you for this great, easy-to-use and customizable table of contents plugin and your great work for over 5 years!
Forum: Reviews
In reply to: [WPScan - WordPress Security Scanner] Jetpack Protect is not an alternativeAh okay… thanks for the tip! ??
Forum: Reviews
In reply to: [WPScan - WordPress Security Scanner] Jetpack Protect is not an alternativeI am also looking for an alternative. Could you please post, which plugin you use now, that does the job better? Thanks!
Typo corrected
- This reply was modified 2 years, 1 month ago by anyway.
Forum: Plugins
In reply to: [Search Regex] How to remove date slug from content links on same domainOkay, I fiddled it out… the following seems to work.
..
Source:
Posts (core & custom)
Filters: Posts (core & custom)Filters: Posts (core & custom) > Posttype > Includes any >
Posts
Search:
\/blog\/([0-9]+)\/([0-9]+)
Flags:Regex
Action:
Global Text Replace
Replace:
/blog
..
This is a really cool plugin!
Forum: Plugins
In reply to: [Advanced Excerpt] “No Custom Excerpts” doesn’t workForum: Plugins
In reply to: [Advanced Excerpt] “No Custom Excerpts” doesn’t workHi @wpkube,
thank you very much for your time!
I have now made further tests. I found that the function in the “normal” archive works as expected. Sorry, for the incomplete info.
Where it doesn’t work with the_excerpt() is on the home page, which is quite customized. It doesn’t work on our “recent posts” (implemented with WP_Query) and within the output of the plugin “WordPress Popular Posts”.
When I use “the_advanced_excerpt()”, it only doesn’t work within the WPP plugin.Unfortunately, I can’t just use “the_advanced_excerpt()” because to pass the last three posts to another website, we use an API endpoint that works with get_the_excerpt. Can your plugin possibly provide something like get_the_advanced_excerpt()?
Of course I could understand if our setup is too specific for your support. We might have to code something ourselves. But basically your plugin has everything we need.
Forum: Plugins
In reply to: [Advanced Excerpt] “No Custom Excerpts” doesn’t workHi,
thanks for your quick reply. The theme is self-coded based on the bootstrap starter theme “understrap”. On a screenshot you could not see the problem. As already mentioned, the only issue is that manually set excerpts should not be output, but only those generated by the plugin.
Thanks for your support!
Forum: Plugins
In reply to: [WordPress Popular Posts] New thumb size is not taken overAh, sorry for the hasty post! I found it:
‘thumbnail_width’ => 550,
‘thumbnail_height’ => 309,- This reply was modified 3 years, 2 months ago by anyway.
“Advanced Custom Field” Integration worked great! Once you understand the concept of Custom Content Tags, it’s really easy to work with. Very flexible. Thanks again for your support!
This looks promising. I will try it out in the next few days. Thanks again and have a great weekend!
Thanks for your effort, that worked perfectly!
I will soon install “Advanced Custom Fields” in the project and would like to display another field in the row of three cards. Will this work the same way with ACF fields?
And sorry about the parameters: I must have missed the obvious yesterday. There it is, big and clear and really well documented.
Hi Héctor,
thanks for your quick reply and of course for the awesome plugin!
I’m sorry, I posted the wrong plugin link… this is the right one:
https://www.ads-software.com/plugins/reading-time-wp/About the surrounding link: I actually wanted to avoid using jQuery (or JS), but with this it works of course… thank you!
One more question: is there a list with all parameters? I haven’t found one in the wiki.
- This reply was modified 3 years, 4 months ago by anyway.
Forum: Fixing WordPress
In reply to: Failed opening required ‘ABSPATHWPINC/class-wp-object-cache.phpAlso, when I call this up (example):
https://www.example.org/wp-includes/session/
I find that error:
Fatal error: Uncaught Error: Call to undefined function _deprecated_file() in example-path/wp-includes/session.php:9 Stack trace: #0 {main} thrown in example-path/wp-includes/session.php on line 9
I don’t know if the two errors have anything to do with each other, except that both files are located in /wp-includes/.
- This reply was modified 4 years, 5 months ago by anyway.