IT Nursery
I’m looking for a good tutorial on how to create a popup window with a TinyMce button that would allow the user to select from multiple options, enter text...
  • April 15, 2022
  • 0 Comments
IT Nursery
Our visual editor is displaying raw HTML: If I click on Visual or Text, nothing happens at all – the click isn’t registering. My profile does not have “disable...
  • April 14, 2022
  • 0 Comments
IT Nursery
Is there a method to force the refresh of editor-style.css, when I change manually the stylesheet for the TinyMCE editor? Modification doesn’t show immediately but they will be cached...
  • April 14, 2022
  • 0 Comments
IT Nursery
I’m not a big fan of the inline linking tool published with WP 4.5. Is there a way to disable it? 2 So, I may or may not go...
  • April 11, 2022
  • 0 Comments
IT Nursery
I managed to add a custom option-select for images with function attachment_field_credit( $form_fields, $post ) { $field_value = get_post_meta( $post->ID, 'first_image', true ); $isSelected1 = $field_value == '1' ?...
  • April 10, 2022
  • 0 Comments