Andy Feliciotti
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightweight Accordion] Size of titleReally appreciate that thanks again!
Forum: Plugins
In reply to: [Lightweight Accordion] Size of titleAwesome! @radtourenchecker sorry for the delay, if you like the plugin I would appreciate a review as well:)
Forum: Plugins
In reply to: [Lightweight Accordion] Size of titleThis should work!
.lightweight-accordion .lightweight-accordion-title h2 span {
font-size: 14px;
}Forum: Plugins
In reply to: [Lightweight Accordion] Size of title@radtourenchecker Can you link your page?
Forum: Plugins
In reply to: [Lightweight Accordion] Size of titleHey @radtourenchecker is there a reason you need to choose h2?
If you want to modify the font size of the h2 inside the accordion title you can use this css:
.lightweight-accordion-title h2 {
font-size: 14px;
}Forum: Reviews
In reply to: [Lightweight Accordion] Thank F***!So happy it worked for you!
Forum: Plugins
In reply to: [Lightweight Accordion] I can’t edit answers@websmall just to confirm you’re using Lightweight Accordion 1.5.13
Forum: Plugins
In reply to: [Lightweight Accordion] I can’t edit answersThanks @websmall let me know if you have a recording of that also!
Forum: Plugins
In reply to: [Lightweight Accordion] I can’t edit answers@liquidonthedrums @websmall this should be fixed for you all in 1.5.13
Forum: Plugins
In reply to: [Lightweight Accordion] I can’t edit answers@chrisscottuk just pushed it, thanks for helping me test!
Forum: Plugins
In reply to: [Lightweight Accordion] I can’t edit answers@chrisscottuk Can you try adding this CSS snippet to the end of /wp-content/plugins/lightweight-accordion/editor-styles.css before I push this update.
CSS:
https://gist.github.com/someguy9/e5c14fd7a62dfcbfae42714bdfa7e4baForum: Plugins
In reply to: [Lightweight Accordion] I can’t edit answers@chrisscottuk This is really helpful (I use generatepress/blocks all the time) Let me get to the bottom of this I think having the steps to reproduce the issue will finally let me fix this
Forum: Plugins
In reply to: [Favorites] Fatal error on admin ajax loadsRealized my answer didn’t make sense, all you need to add is “$this->formatted_favorites[$site][‘posts’][$favorite] = array();” before the original line to fix the PHP8 error.
Thanks @pyoil!
Forum: Plugins
In reply to: [Lightweight Accordion] I can’t edit answers@liquidonthedrums Thank you! this is so strange, also what browser are you using? I just have a really different output from my end.