Title: Uitz-Mehler EDV's Replies | WordPress.org

---

# Uitz-Mehler EDV

  [  ](https://wordpress.org/support/users/uitznet/)

 *   [Profile](https://wordpress.org/support/users/uitznet/)
 *   [Topics Started](https://wordpress.org/support/users/uitznet/topics/)
 *   [Replies Created](https://wordpress.org/support/users/uitznet/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/uitznet/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/uitznet/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/uitznet/engagements/)
 *   [Favorites](https://wordpress.org/support/users/uitznet/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DSGVO All in one for WP] Tons of render blocking ressources since update](https://wordpress.org/support/topic/tons-of-render-blocking-ressources-since-update/)
 *  [Uitz-Mehler EDV](https://wordpress.org/support/users/uitznet/)
 * (@uitznet)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/tons-of-render-blocking-ressources-since-update/#post-12747459)
 * Same here – looks like the wp-editor is loaded in the frontend. Maybe-> [https://wordpress.org/support/topic/too-many-js-files-from-wp-includes-js-dist/](https://wordpress.org/support/topic/too-many-js-files-from-wp-includes-js-dist/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[SiteOrigin Corp] Unclosed element a](https://wordpress.org/support/topic/unclosed-element-a/)
 *  Thread Starter [Uitz-Mehler EDV](https://wordpress.org/support/users/uitznet/)
 * (@uitznet)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/unclosed-element-a/#post-11903935)
 * Thank you for your support!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[SiteOrigin Corp] Unclosed element a](https://wordpress.org/support/topic/unclosed-element-a/)
 *  Thread Starter [Uitz-Mehler EDV](https://wordpress.org/support/users/uitznet/)
 * (@uitznet)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/unclosed-element-a/#post-11903825)
 * If you look at the ‘Elements’-Tab all looks fine because the Browserengine ‘repairs’
   it. If you look at the HTML-Source you will see it.
 * [https://demo.siteorigin.com/corp/alternate-blog-layout/](https://demo.siteorigin.com/corp/alternate-blog-layout/)
 * Error 7 at [https://validator.w3.org/nu/?doc=https://demo.siteorigin.com/corp/alternate-blog-layout/](https://validator.w3.org/nu/?doc=https://demo.siteorigin.com/corp/alternate-blog-layout/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photoswipe Masonry Gallery] wordpress 4.6](https://wordpress.org/support/topic/wordpress-46-48/)
 *  [Uitz-Mehler EDV](https://wordpress.org/support/users/uitznet/)
 * (@uitznet)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/wordpress-46-48/#post-7673390)
 * After i get Javascripterror ‘JQuery not found’
 * On Line 308 in photoswipe-masonry.php i changed it to
    `wp_enqueue_script( 'photoswipe-
   masonry-js', $photoswipe_wp_plugin_path . '/photoswipe-masonry.js', array( 'jquery'),
   FALSE , TRUE);`
 * Now it works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photoswipe Masonry Gallery] Images ALT Attribute Missing](https://wordpress.org/support/topic/images-alt-attribute-missing/)
 *  [Uitz-Mehler EDV](https://wordpress.org/support/users/uitznet/)
 * (@uitznet)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/images-alt-attribute-missing/#post-6043463)
 * Change line 328 to
    `<img src='. $thumb[0] .' itemprop="thumbnail" alt="'.$image_alttext.'"/
   >`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [custom header default image (don't save customize)](https://wordpress.org/support/topic/custom-header-default-image-dont-save-customize/)
 *  [Uitz-Mehler EDV](https://wordpress.org/support/users/uitznet/)
 * (@uitznet)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/custom-header-default-image-dont-save-customize/#post-5641965)
 * Had the same problem – found the solution in twentythirteen/inc/custom-header.
   php
 * You have to register the default image too!
 *     ```
       register_default_headers( array(
           'mypic' => array(
           'url'   => get_template_directory_uri() . '/images/header.png',
           'thumbnail_url' => get_template_directory_uri() . '/images/header-thumb.png',
           'description'   => _x( 'MyPic', 'header image description', 'yourtheme' )),
       ));
       ```
   
 * Hope that helps!

Viewing 6 replies - 1 through 6 (of 6 total)