bimargulies
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
I made https://blog.dchbk.us/test-for-photonic-oddity and then forgot to post it for you here.
Forum: Fixing WordPress
In reply to: latest post block does not render a gallerythis was a photonic issue.
Here it is without quote destruction. It only worked for me when I was brave about substituting any value=””.
function gsdoc_get_user_email( $form ) { if( is_user_logged_in() ){ global $wpdb; $current_user2 = wp_get_current_user(); $pol1 = 'value=""'; $pol2 = 'value="' . $current_user2->user_email . '"'; $form = str_replace($pol1, $pol2, $form); return $form; } } add_filter( 'mailpoet_form_widget_post_process', 'gsdoc_get_user_email' );- This reply was modified 5 years, 6 months ago by bimargulies.
- This reply was modified 5 years, 6 months ago by bimargulies.
Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] Cannot edit widgetThis only happens in the ‘live preview’ mode.
Otherwise it’s fine.
Viewing 4 replies - 1 through 4 (of 4 total)