Forum Replies Created
-
AuthorPosts
-
GreggMember@devon or @steve – do you have a temporary workaround for this in lieu of the update? I’m experiencing a similar issue with a blank plugin screen and just need an easier way to manage this while I wait for the update.
GreggMemberThanks Steve
GreggMemberOn closer inspection, I discovered that the settings array had an ID of the old attachment. Changing that to the current / revised image ID did the trick. I’ll do some more testing to see whether there are any issues with switching images, but go ahead and close the ticket.
Thanks so much for your help Steve.
GreggMember@steve – I was one version behind and just updated, but still having the same issue running locally with MAMP. I’ll do a little more digging through the database tonight to see whether I can spot the cause.
GreggMemberYou rock Steve! I was struggling and had no luck with wp_add_inline_style and of_get_option, but your solution is working very well indeed. Thanks so much.
GreggMemberCan you just clarify where the code you recommend should go. Here’s what I have:
piklist('field', array( 'type' => 'select' ,'field' => 'category' ,'label' => 'Categories' ,'conditions' => array( array( 'field' => 'gwfg_carousel_content_type' ,'value' => 'videos' ) ) ,'choices' => piklist( get_terms('gwfg_video_type', array( 'hide_empty' => false )) ,array( 'term_id' ,'name' ) ) ));Thanks.
GreggMemberIt’s not really clear to me why I couldn’t reference the $values of the $keys, but that’s because I’m still wrapping my head around arrays and referencing them correctly.
For the sake of simplicity, I’m making the key and value the same i.e. ,’Best Director’ => ‘Best Director’.
GreggMemberI’m stripping away most of the blog related widgets and leaving the custom built ones in place. It’s a cleaner user experience in my case to simply expose all the custom widgets given that there won’t be too many.
GreggMemberHi Steve
Is there an option to expose all the widgets as opposed to grouping them together per @marcus comment?
– Gregg
GreggMemberWorks like a charm – thanks Steve.
-
AuthorPosts