Andy Feliciotti
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightweight Accordion] Does the short code work in any WYSIWYG elementHey @helloknox, for the best performance the plugin scans your content if the shortcode is used then embeds the correct stylesheet. This scan doesn’t happen on ACF content.
Using this code snippet should fix your issue!
add_filter('lightweight_accordion_include_frontend_stylesheet', '__return_true' )Let me know if this helps.
Forum: Reviews
In reply to: [MightyShare - Auto-Generated Social Media Images] Exactly what I neededThank you for the review @webdevmattcrom!
I’ll probably include some of your kind words on the website as well!
Forum: Plugins
In reply to: [Lightweight Accordion] closing animationHey @andreascarfo, would love to have a solution for this but it sadly seems to be an issue with vanilla html/css. To keep the plugin as lightweight as possible it doesn’t use any JS. I have tried multiple solutions but there doesn’t seem to be a way using html/css to have an animation in and out. If you find a solution please let me know and I’d be welcome to include it.
@webdevmattcrom if you have a moment also, a review is appreciated! Still really early in this product 🙂
Thank you Matt! @webdevmattcrom
Glad it fixed all the issues!
Just an FYI I am not fully monitoring usage right now so feel free to test as many images as you’d want. (Your key will just go over the limit but you won’t be charged in any way)
I have been working on ways to visualize them in the UI but it has just been hard, but it’s high on my TODO to finish it.
Thank you for using MightyShare! If there are any other features you’d like to see let me know as well, reach out anytime.
Forum: Reviews
In reply to: [Lightweight Accordion] I wish the shortcode is shortThank you for the kind review @lelaiskandar! If you want to add an alias for the accordion you can using this code snippet.
This will force the accordion to also use the ‘la’ shortcode and include the correct stylesheet on all pages.
Hope this helps!
add_shortcode('la', 'lightweight_accordion_shortcode'); wp_enqueue_style('lightweight-accordion', WP_PLUGIN_URL . '/lightweight-accordion/lightweight-accordion.css', array());@webdevmattcrom I also notice a warning on your category pages, let me know when you update and I will confirm it’s still an issue or not. Thank you for all the feedback!
@webdevmattcrom pushing 1.3.7 now, let me know if that fixes it for you!
Did you by chance have a media file attached as a background somewhere and delete the media file? I am thinking that is the issue but I will make sure it has a catch so the warning doesn’t trigger from that.
@webdevmattcrom Thank you for subscribing! If there are any specific templates you’d like to see now that you’re subscribed just let me know via email 🙂
I’ll get this bug fixed today, it shouldn’t be bugging out because of the situation you mentioned.
I’ll have an update in a few hours.
Forum: Reviews
In reply to: [Lightweight Accordion] Lightweight Accordion is the best one@leandrp happy it’s working well for you!
Hey @webdevmattcrom thanks for spotting this! Just pushed version 1.3.5 which fixes this issue.
Thanks for using MightyShare!
Forum: Plugins
In reply to: [MightyShare - Auto-Generated Social Media Images] Custom templatesHey @paktas we do not offer custom templates at the moment, only the predefined ones from https://mightyshare.io/templates/ If there is something specific you’d like to see I can easily add it!
Forum: Plugins
In reply to: [Lightweight Accordion] Bottom header line@malinevskiy Very odd, I guess the unicode character I’m using there can’t be colored (it’s black for me, maybe your computer has a different font for those) you can replace it with a standard +/- like I have here but it won’t be in that nice bold format.
https://gist.github.com/someguy9/47da9616ecae61f22149c06c9ea34168
Forum: Plugins
In reply to: [Lightweight Accordion] Bottom header line@malinevskiy https://gist.github.com/someguy9/d392eef510ea82212aa0975d32c90803 let me know how this CSS works for you
Here’s the fix applied to your site:
