Title: masterticker's Replies | WordPress.org

---

# masterticker

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Booster Pack ⚡ PageSpeed Optimization Suite] exclude scripts from moving to footer damaged settings](https://wordpress.org/support/topic/exclude-scripts-from-moving-to-footer-damaged-settings/)
 *  Thread Starter [masterticker](https://wordpress.org/support/users/masterticker/)
 * (@masterticker)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/exclude-scripts-from-moving-to-footer-damaged-settings/#post-6025844)
 * Anyone an idea???
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript] new update corrupted our site](https://wordpress.org/support/topic/new-update-corrupted-our-site/)
 *  [masterticker](https://wordpress.org/support/users/masterticker/)
 * (@masterticker)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/new-update-corrupted-our-site/#post-5894270)
 * [@dipak](https://wordpress.org/support/users/dipak/) C. Gajjar, You are welcome.
   I sent an email with the results.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript] new update corrupted our site](https://wordpress.org/support/topic/new-update-corrupted-our-site/)
 *  [masterticker](https://wordpress.org/support/users/masterticker/)
 * (@masterticker)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/new-update-corrupted-our-site/#post-5894266)
 * You got an e-mail [@dipak](https://wordpress.org/support/users/dipak/) C. Gajjar
   😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript] new update corrupted our site](https://wordpress.org/support/topic/new-update-corrupted-our-site/)
 *  [masterticker](https://wordpress.org/support/users/masterticker/)
 * (@masterticker)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/new-update-corrupted-our-site/#post-5894260)
 * I have disabled Javascript Compression and CSS Compression seperated and togetter
   but my theme was still broken. The only way for me was to deactivate the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript] new update corrupted our site](https://wordpress.org/support/topic/new-update-corrupted-our-site/)
 *  [masterticker](https://wordpress.org/support/users/masterticker/)
 * (@masterticker)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/new-update-corrupted-our-site/#post-5894235)
 * The same problem here. My Theme was broken after the update with combine css 
   and js in one data. I have deactivated the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] Optimize Image Tool parserror](https://wordpress.org/support/topic/optimize-image-tool-parserror/)
 *  Thread Starter [masterticker](https://wordpress.org/support/users/masterticker/)
 * (@masterticker)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/optimize-image-tool-parserror/#post-5700474)
 * Ok. You have a new email. 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] Optimize Image Tool parserror](https://wordpress.org/support/topic/optimize-image-tool-parserror/)
 *  Thread Starter [masterticker](https://wordpress.org/support/users/masterticker/)
 * (@masterticker)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/optimize-image-tool-parserror/#post-5700413)
 * I meant **parsererror**
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPMovieLibrary] no image and bad template](https://wordpress.org/support/topic/no-image-and-bad-template/)
 *  Thread Starter [masterticker](https://wordpress.org/support/users/masterticker/)
 * (@masterticker)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/no-image-and-bad-template/#post-5221416)
 * It does’nt work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPMovieLibrary] no image and bad template](https://wordpress.org/support/topic/no-image-and-bad-template/)
 *  Thread Starter [masterticker](https://wordpress.org/support/users/masterticker/)
 * (@masterticker)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/no-image-and-bad-template/#post-5221390)
 * Thanks but how can I add the thubnails support in my single-movie.php data? I
   have the movies in a collection. Does single-movie.php edit the design of the
   posts in that collection?
 * This is my single-movie.php date:
 *     ```
       <article id="post-<?php the_ID(); ?>" <?php post_class('single review'); ?>>
       		<?php
       		if(wp_get_attachment_image_src(get_post_meta($post->ID, "gamepress_cover", true), 'gamecover')) {
                   $image = wp_get_attachment_image_src(get_post_meta($post->ID, "gamepress_cover", true), 'gamecover'); ?>
       		<header>
       			<img src="<?php echo $image[0]; ?>" class="cover" alt="<?php the_title(); ?>" />
       		<?php }else { ?>
       		<header class="noimage">
       		<?php } ?>
       		<h2><?php the_title(); ?></h2>
       		<h3 class="subtitle">
       			<?php if(get_post_meta($post->ID, "gamepress_intro", true)) { ?><?php echo get_post_meta($post->ID, "gamepress_intro", true); ?><?php } ?>
       		</h3>
       		<div class="entry-meta">
       			<?php the_time( get_option( 'date_format' ) ) ?> |
       			<?php echo get_the_term_list( $post->ID, 'gamepress_review_category',  __( 'Gepostet in ', 'gamepress' ),', ',' |' ) ?>
       			<?php comments_popup_link(__('0 Kommentare','gamepress'), __('1 Kommentare','gamepress'), __('Kommentare: %','gamepress')); ?> |
                               Autor: <?php the_author_link(); ?>
       </div>	
   
       	</header>
       	<div class="entry-content">
       <table border="0" style="undefined; width: 600px" height="140">
       <colgroup>
       <col style="width: 29px">
       <col style="width: 27px">
       </colgroup>
         <tr>
           <th colspan="2" bgcolor="#121212"><h4>Game Profil</h4></th>
         </tr>
         <tr>
           <td width="297" align="left" valign="top" bgcolor="#191919"><br><b>| Publisher:</b> <?php meta('publisher'); ?> <br><b>| Developer:</b></b> <?php meta('developer'); ?><br><b>| Release:</b> <?php meta('release'); ?> <br><b>| Genre:</b></b> <?php meta('genre'); ?><br><b>| USK: <?php meta('usk'); ?><br><b>| <a href="<?php meta('hier kaufen'); ?>">Hier kaufen</a></td>
           <td width="296" bgcolor="#191919"><?php meta('picture'); ?>
       </td>
         </tr>
         <tr>
           <td colspan="2" bgcolor="#121212"></td>
         </tr>
       </table>
       	<?php the_content(); ?>
       		<div class="clear"></div>
   
       		<?php if( has_tag() ) : ?>
       			<hr class="divider-dotted" />
       		<?php endif; ?>
   
       		<div class="alignleft tags"><?php the_tags( __( 'Tagged: ', 'gamepress' ), ', ', ''); ?></div>
           	<?php edit_post_link(__('Diesen Eintrag ändern','gamepress'),'<p>', '</p>'); ?>
       	</div>
       </article>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPMovieLibrary] no image and bad template](https://wordpress.org/support/topic/no-image-and-bad-template/)
 *  Thread Starter [masterticker](https://wordpress.org/support/users/masterticker/)
 * (@masterticker)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/no-image-and-bad-template/#post-5221294)
 * Hi Charlie Merland,
 * yes, it is sad because I like your plugin. Im using the gamepress theme and no
   it not homemade.
 * This are the links:
    [http://tvgc.bplaced.net/filme/shrek-2/](http://tvgc.bplaced.net/filme/shrek-2/)
   [http://tvgc.bplaced.net/filme/](http://tvgc.bplaced.net/filme/) [http://tvgc.bplaced.net/kategorie/kino/](http://tvgc.bplaced.net/kategorie/kino/)

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