GreenTreeLabs
Forum Replies Created
-
Forum: Plugins
In reply to: [AWS for WordPress] Formatting in translationsLink translation support would be great ?? !!
Forum: Plugins
In reply to: [Simple Author Box] Latest update triggered critical errorPerfect, thank you. Please update to 2.3.12
Cheers,
DiegoForum: Plugins
In reply to: [Simple Author Box] Latest update triggered critical errorHi, are you able to set WP_DEBUG to true in your wp-config.php ?
I can’t replicate the issue so I’d need to know the exact error, thank you.
Diego
Forum: Plugins
In reply to: [Simple Author Box] List of authorHi, you can do it this way:
1. Install Post Snippets plugin (the free version is fine).
2. Update Simple Author Box to 2.3.11
3. Create a snippet called authors with the following code:
add_filter("sabox_check_if_show", function () { return true; }, 100); foreach ($users as get_users()) { if(function_exists("wpsabox_author_box")) echo wpsabox_author_box(null, $user->ID) ; }
check the flags: shortcode, PHP code
4. Now you have a shortcode [authors] which you can paste where you want to list your authors!
Hi please send me an email ([email protected]) as we’re not allowed to support premium products here. Thank you!
Cheers,
DiegoHi Janjaap,
correct, the plugin currently doesn’t allow multiple links for the same social network or phone.
I added the “custom social icon” into the next features to be added but I don’t have an expected date of release yet, sorry.
Diego
Forum: Plugins
In reply to: [Post Snippets - Custom WordPress Code Snippets Customizer] 3.0.14 breakHi, are you sure you’re on WP 5.3? Checked 5.3 with PHP 7.2 and I don’t have issues. Also please try to deactivate the other plugins, I really suspect this is from something else (even though the stacktrace leads to Post Snippets, but hooks are complex to follow…)
Forum: Plugins
In reply to: [Simple Author Box] Text going to bottom of imageHi,
the problem is caused by a CSS conflict with your theme. It can be solved by adding the following rule into the Custom CSS box:
.saboxplugin-wrap:before, .saboxplugin-wrap div:before, .saboxplugin-wrap div:after { display: none; }
Forum: Plugins
In reply to: [Simple Author Box] Filter to disable Structured Data?Hi Alex,
there’s not a filter for the structured data markup, may I know your specific need? Is there another plugin adding it?
No problem, good it worked!
Hi, sorry for the late response.
I think this is one of the rare cases where @freemius library needs to be cleaned using this plugin: https://github.com/Freemius/freemius-fixer
Can you please try?
Regards,
DiegoHi, thanks for reporting that, I’ll forward it to @freemius teams so they can check it.
Cheers,
DiegoForum: Plugins
In reply to: [Post Snippets - Custom WordPress Code Snippets Customizer] 3.0.14 breakPlease try to set WP_DEBUG to true and activate the plugin. Let me know if you’re able to get the error.
Cheers,
DiegoPlease update to 3.0.14
Hi Jamie,
just checking it, be patient ??