Title: raeph's Replies | WordPress.org

---

# raeph

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Distorted carousel images and missing featured images](https://wordpress.org/support/topic/distorted-carousel-images-and-missing-featured-images/)
 *  Thread Starter [raeph](https://wordpress.org/support/users/raeph/)
 * (@raeph)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/distorted-carousel-images-and-missing-featured-images/#post-8946502)
 * Ha! Solved responsiveness in featured image, the layout=”responsive” attribute
   was missing. Updated featured-image.php code looks like this:
 *     ```
       <div class="amp-wp-article-featured-image amp-wp-content featured-image-content">
       <?php if ( has_post_thumbnail() ) { ?>
       		<?php
       		$thumb_id = get_post_thumbnail_id();
       		$thumb_url_array = wp_get_attachment_image_src($thumb_id, 'medium_large', true);
       		$thumb_url = $thumb_url_array[0];
       		?>
       		 <amp-img src=<?php echo $thumb_url ?> width=450 height=338 layout="responsive"></amp-img>
       		<?php } ?>
               <a href="<?php the_permalink(); ?>/amp">
               </div>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Distorted carousel images and missing featured images](https://wordpress.org/support/topic/distorted-carousel-images-and-missing-featured-images/)
 *  Thread Starter [raeph](https://wordpress.org/support/users/raeph/)
 * (@raeph)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/distorted-carousel-images-and-missing-featured-images/#post-8945281)
 * Hey!
 * 1. Yes, had to change the aspect ratio on line 80 in design-3/index.php.
 * 2. I’m aware of that. My problem is that my featured images are not appearing
   in the single post. Checking the source shows that no image is loaded:
 *     ```
       <div class="amp-wp-article-featured-image amp-wp-content featured-image-content">
       <div class="post-featured-img">
       <figure class="amp-wp-article-featured-image wp-caption">
       				<p class="wp-caption-text">
       			CF8F26 Saint Helena island RMS St Helena moored at Jamestown South Atlantic Ocean. Source: Alamy</p>
       	</figure>
       </div></div><header class="amp-wp-content amp-wp-article-header ampforwp-title">
       	<h1 class="amp-wp-title">10 of the World’s Most Remote Inhabited Islands</h1>
       </header>
       ```
   
 * So, here’s my very amateur work around, which I’ve applied to /design-3/elements/
   featured-image.php:
 *     ```
       <div class="amp-wp-article-featured-image amp-wp-content featured-image-content">
       <?php if ( has_post_thumbnail() ) { ?>
       		<?php
       		$thumb_id = get_post_thumbnail_id();
       		$thumb_url_array = wp_get_attachment_image_src($thumb_id, 'medium_large', true);
       		$thumb_url = $thumb_url_array[0];
       		?>
       		 <amp-img src=<?php echo $thumb_url ?> width=450 height=338></amp-img>
       		<?php } ?>
               <a href="<?php the_permalink(); ?>/amp">
   
               </div>
       ```
   
 * Of course, this looks crap on larger mobile devices (width > 450px) and I’m wondering
   if there is a responsive work around.
 * 3. Custom plugin created. Works like a charm!
 * Also purchased Advanced AMP ADS plugin. You guys rule!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Distorted carousel images and missing featured images](https://wordpress.org/support/topic/distorted-carousel-images-and-missing-featured-images/)
 *  Thread Starter [raeph](https://wordpress.org/support/users/raeph/)
 * (@raeph)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/distorted-carousel-images-and-missing-featured-images/#post-8936938)
 * Thanks Ahmed.
 * 1) Would you be able to point me to the CSS tag where I can change the aspect
   ratio?
    2) Featured Image is supposed to show above the post title. It is not
   showing if you compare [amp](https://www.interestingshit.com/nature/manhattanhenge-is-new-york-citys-very-own-solstice/amp)
   and [non-amp versions](https://www.interestingshit.com/nature/manhattanhenge-is-new-york-citys-very-own-solstice/).
   3) Thanks will give extended amp a try!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Instant Articles for WP] Choose which posts are for Facebook Instant Articles?](https://wordpress.org/support/topic/choose-which-posts-are-for-facebook-instant-articles/)
 *  [raeph](https://wordpress.org/support/users/raeph/)
 * (@raeph)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/choose-which-posts-are-for-facebook-instant-articles/#post-8910275)
 * There is no option to selectively submit posts with this plugin at this point.
   +1 for having this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Instant Articles for WP] Support Facebook oembeds](https://wordpress.org/support/topic/support-facebook-oembeds/)
 *  [raeph](https://wordpress.org/support/users/raeph/)
 * (@raeph)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/support-facebook-oembeds/#post-8693082)
 * I second this. Kinda paradox that FB’s own video oembeds don’t work in Instant
   Articles.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Like Button] I can't turn off the "Thank you" message in my Plugins page.](https://wordpress.org/support/topic/i-cant-turn-off-the-thank-you-message-in-my-plugins-page/)
 *  [raeph](https://wordpress.org/support/users/raeph/)
 * (@raeph)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/i-cant-turn-off-the-thank-you-message-in-my-plugins-page/#post-7516562)
 * Yes, that is super annoying!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme : Nectar / Salient – problem since updating to WP 4.5](https://wordpress.org/support/topic/theme-nectar-salient-problem-since-updating-to-wp-45/)
 *  [raeph](https://wordpress.org/support/users/raeph/)
 * (@raeph)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/theme-nectar-salient-problem-since-updating-to-wp-45/#post-7284041)
 * Same problem here. All plugins up to date. VC not showing after update to 4.5
   [http://snag.gy/pq8ph.jpg](http://snag.gy/pq8ph.jpg)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Gallery LITE] Change Transition from Fade to Slide](https://wordpress.org/support/topic/change-transition-from-fade-to-slide/)
 *  [raeph](https://wordpress.org/support/users/raeph/)
 * (@raeph)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/change-transition-from-fade-to-slide/#post-2060627)
 * Here’s a workaround:
    change `animation: 'fade'` to `animation: 'slide'` both
   in gallery.to.slideshow.dev.js and gallery.to.slideshow.min.js within the js 
   foder of the plugin. You’ll have to change it again after plugin update.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [[Plugin: WP-FacebookConnect] 2.8 support?](https://wordpress.org/support/topic/plugin-wp-facebookconnect-28-support/)
 *  [raeph](https://wordpress.org/support/users/raeph/)
 * (@raeph)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-facebookconnect-28-support/#post-1132233)
 * well, it worked for me on WP 2.8.1!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [.htaccess & robots.txt problem](https://wordpress.org/support/topic/htaccess-038-robotstxt-problem/)
 *  [raeph](https://wordpress.org/support/users/raeph/)
 * (@raeph)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/htaccess-038-robotstxt-problem/page/2/#post-900328)
 * Uff! that thread saved me from getting completely crazy…
    thanks for clarification
   Otto42!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: WP-Cumulus] wp_tag_cloud ‘exclude’ parameter does not work with Categories](https://wordpress.org/support/topic/plugin-wp-cumulus-wp_tag_cloud-exclude-parameter-does-not-work-with-categories/)
 *  [raeph](https://wordpress.org/support/users/raeph/)
 * (@raeph)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-cumulus-wp_tag_cloud-exclude-parameter-does-not-work-with-categories/#post-943085)
 * howdy, same with fontsize, “smallest=5&largest=50” does it only for tags…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [wordTube & Featured Content Gallery… conflict](https://wordpress.org/support/topic/wordtube-038-featured-content-gallery-conflict/)
 *  [raeph](https://wordpress.org/support/users/raeph/)
 * (@raeph)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/wordtube-038-featured-content-gallery-conflict/#post-951754)
 * I’ve got the same problem over here.
 * found [this](http://www.der-prinz.com/support-forum/general-theme-support/wordtube-features-artikel-text-verschwindet/page-1/post-324/)
   article (german).
 * His solution to the problem was to replace `“<?php the_content_rss(”, TRUE, ”,
   20); ?>”` with `the_excerpt()`
 * This might be a solution for you, but as I am using the “massive new” theme (
   [wpelements.com](http://www.wpelements.com)) , this won’t do it for me as the
   post-thumb is placed in the excerpt.
 * So any solution to this is much appreciated.

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