Scribit
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcodes Finder] Search in Beaver Themer Post TypeThanks for the explanation!
This post will be very useful for developers using your theme builder.
However I don’t exclude I will include this behavior to the plugin in the future versions.Thanks again and give us a review if you want π
Forum: Plugins
In reply to: [Shortcodes Finder] Search in Beaver Themer Post TypeHello @studioavanti and thanks for your feedback.
I’m happy you have found a solution for your problem.
I don’t know Beaver Themer plugin but I think that Shortcodes Finder should not interfere with another object visibility (in this case its theme layouts), preventing it from interfering with other plugin features.Maybe it is better to let developer fix it by adding the filter you suggested.
What do you think?Forum: Reviews
In reply to: [Shortcodes Finder] So, so handy.Thank yyou so much @websanity!
Forum: Reviews
In reply to: [Shortcodes Finder] Works as intended@sebastienvercammen please try the new 1.5.2 versione for weForms compatibility.
Forum: Reviews
In reply to: [Shortcodes Finder] Works as intendedHello @sebastienvercammen and thanks for your thorough digging and for the 4 stars.
I am happy that the plugin now works well but obviously I will always be left wondering what happened on your environment. Please let me know if anything else suspicious happens to your website so we can do more debug.
For weForms i will inspect on it and I will give you a feedback. I hope soon.
Forum: Reviews
In reply to: [Shortcodes Finder] Works as intendedHi @sebastienvercammen. I’m sorry for what happened on your site.
However, considering it is probably, as you say, an incompatibility with your system (it is the first time I heard abous this problem) it is better to write it as a support topic and not a 1-star reviewβ¦so I would be happy to correct it and release with a new plugin version.
For your second issue I will investigate on weForm plugin.
I think it declare shortcodes in some “custom” way, not standard, that is not recognized by Shortcodes Finder. Not really my fault.Forum: Reviews
In reply to: [Shortcodes Finder] 5.1 Stars Shortcodes Finder should be coreThanks a lot for your great review!
Now it works π
Thanks @zoremI suggest to indicate it at least in the changelog.
Although the best choice would surely be to block the installation if the version of WooCommerce is not the required one.I have an older version of WooCommerce to avoid other plugin compatibility broke. But my version works well with last AST version.
Is it mandatory for the new version?Sorry, I forgot to release the version with the fix.
Now the 1.5.1 is ready and fixed!Forum: Reviews
In reply to: [Shortcodes Finder] Really useful pluginA lot of thanks @rfmcomposer
You are very kind πNice. So, have a good coding!
And don’t forget to leave a rate for plugin π
Hello @rfmcomposer and thanks for your reporting. Probably I found the error.
If you are familiar with code editing you can open the file /wp-content/plugins/shortcodes-finder/includes/shortcodes-finder-utils.php and substitute this code from line 344:
if (version_compare(PHP_VERSION, '8.0.0') < 0) $callback_class = get_class( $callback[0] ); if (!$callback_class) $callback_class = $callback[0];with this one:
if (is_object( $callback[0] )) $callback_class = get_class( $callback[0] ); else $callback_class = $callback[0];Can you give me a feedback about the result on your website?
If you cannot edit the file let me know and I will hurry the new version release for you πForum: Reviews
In reply to: [Shortcodes Finder] UselessSorry @jdembowski for double posting, I didn’t see that my message was already sent.