Title: Keep2theCode's Replies | WordPress.org

---

# Keep2theCode

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 47 total)

1 [2](https://wordpress.org/support/users/2thepoint/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/2thepoint/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/2thepoint/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/2thepoint/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Jetpack comments iframe height problem](https://wordpress.org/support/topic/jetpack-comments-iframe-height-problem/)
 *  [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/jetpack-comments-iframe-height-problem/#post-4816174)
 * I can set a fixed height:
    `iframe.post-likes-widget {height:50px !important;}`
 * But ideally, it should shrink to fit content.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Jetpack comments iframe height problem](https://wordpress.org/support/topic/jetpack-comments-iframe-height-problem/)
 *  [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/jetpack-comments-iframe-height-problem/#post-4816173)
 * I have a very similar problem with the “Likes” iframe. It leaves a large blank
   space as can be seen here: [http://shieldoffaith.net/blog/2014/there-is-no-infiltration-without-betrayal/](http://shieldoffaith.net/blog/2014/there-is-no-infiltration-without-betrayal/).
   The generated code indicates a min height of 55px, but it appears to be closer
   to 150px when empty. I will post if I find out what’s causing this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget CSS Classes] PHP error: Trying to get property of non-object](https://wordpress.org/support/topic/php-error-trying-to-get-property-of-non-object/)
 *  [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/php-error-trying-to-get-property-of-non-object/#post-4487130)
 * Thanks, Cindy. It turns out that “if $id = get_the_ID” is already after the error
   is caught, so I had to put “if have_posts” first and that took care of it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget CSS Classes] PHP error: Trying to get property of non-object](https://wordpress.org/support/topic/php-error-trying-to-get-property-of-non-object/)
 *  [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/php-error-trying-to-get-property-of-non-object/#post-4487128)
 * Cindy, could you tell us what was causing this? I have a theme giving the same
   error message and haven’t been able to track down the cause.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Plans to add email verification?](https://wordpress.org/support/topic/plans-to-add-email-verification/)
 *  Thread Starter [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plans-to-add-email-verification/#post-4591489)
 * Thanks Jeremy. However, I’d prefer if it would not even accept the form unless
   the email was valid. As far as I know, Akismet looks for typical spam markers,
   such as multiple links or known spam servers. These emails had none of the usual
   markers, just invalid email addresses.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Plans to add email verification?](https://wordpress.org/support/topic/plans-to-add-email-verification/)
 *  Thread Starter [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plans-to-add-email-verification/#post-4591217)
 * Yes, this is a .org blog, but Jetpack is the same as far as I know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Slider] Slider shows titles but not images](https://wordpress.org/support/topic/slider-shows-titles-but-not-images/)
 *  Thread Starter [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/slider-shows-titles-but-not-images/#post-4171358)
 * After examining the code, I think I know the answer: slides come from Featured
   Image, not the URL. The documentation never mentions or explains this. Apparently
   the URL is only for linking to someplace once the image is clicked, which is 
   fine but should be explained more clearly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Gallery Slider] [Plugin: Easy Gallery Slider] plugin can't find images](https://wordpress.org/support/topic/plugin-easy-gallery-slider-plugin-cant-find-images/)
 *  Thread Starter [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-easy-gallery-slider-plugin-cant-find-images/#post-2926756)
 * Verified set to a static page rather than posts.
 * Here is the test page link: [http://louisvilleherald.com/blog/test-slider-plugin/](http://louisvilleherald.com/blog/test-slider-plugin/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Gallery Slider] [Plugin: Easy Gallery Slider] plugin can't find images](https://wordpress.org/support/topic/plugin-easy-gallery-slider-plugin-cant-find-images/)
 *  Thread Starter [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-easy-gallery-slider-plugin-cant-find-images/#post-2926754)
 * Hi, sorry, I have been trying several sliders today, so yours is not running 
   at the moment. I’ll try and set it up on a temporary page and then post the link
   here.
 * What I had done was to put the shortcode in a static page called “home”, as I
   would on any other page, so it really isn’t the usual WP home where recent posts
   are listed. At any rate, the images were appearing as they would without the 
   slider, full size and floating one after the other without any links or controls.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Photog] [Theme: Photog] Updated version (2011)](https://wordpress.org/support/topic/theme-photog-updated-version-2011/)
 *  Theme Author [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-photog-updated-version-2011/#post-2442317)
 * Hey Daedalon, I emailed you a while back, hope you got it. Meanwhile, I’ve made
   a new photo-type child theme for Simplastic, which you can get at my Keep2theCode
   site.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Photog] [Theme: Photog] Updated version (2011)](https://wordpress.org/support/topic/theme-photog-updated-version-2011/)
 *  Theme Author [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/theme-photog-updated-version-2011/#post-2442315)
 * I agree, the graphics are a big issue with the Photog theme. As you can see in
   the Simplastic one, I’ve pretty much done away with that and gone to pure CSS/
   html5. The plugin I uploaded, theme-tweak, does essentially what a child theme
   does, except that you just upload any style sheet you want and enter the name
   in the options. Next week I will update that plugin to also handle icons for 
   favicon, apple-touch icon, and sharing icon. Simplastic is responsive, but not
   using the grid-layout system, and it has the icon functionality built in for 
   now, though I might remove that and just use the new plugin. And with jetpack,
   you can make some pretty nice image sliders (though Orbit as used in the iFeature
   theme looks good too). But I will probably only offer themes at my keep2thecode
   site rather than the WP repository.
 * I’ll have to check out your updates to Photog, though it will have to wait till
   later today as I have other plans for the afternoon. Glad you liked it!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I remove a theme I authored from repository?](https://wordpress.org/support/topic/how-do-i-remove-a-theme-i-authored-from-repository/)
 *  Thread Starter [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-remove-a-theme-i-authored-from-repository/#post-2910739)
 * Thanks, Amy. I just didn’t want to join and then quit as soon as the themes were
   gone. I would have thought there’d be a way to do this through the theme author’s
   profile.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I remove a theme I authored from repository?](https://wordpress.org/support/topic/how-do-i-remove-a-theme-i-authored-from-repository/)
 *  Thread Starter [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-remove-a-theme-i-authored-from-repository/#post-2910735)
 * Again, thanks Jan. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I remove a theme I authored from repository?](https://wordpress.org/support/topic/how-do-i-remove-a-theme-i-authored-from-repository/)
 *  Thread Starter [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-remove-a-theme-i-authored-from-repository/#post-2910731)
 * Thanks for that, Jan. But, um… wouldn’t I have to be a theme reviewer then? I’m
   really not interested in doing that.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Photog] [Theme: Photog] Updated version (2011)](https://wordpress.org/support/topic/theme-photog-updated-version-2011/)
 *  Theme Author [Keep2theCode](https://wordpress.org/support/users/2thepoint/)
 * (@2thepoint)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/theme-photog-updated-version-2011/#post-2442312)
 * Forgot to add the link to the latest version: [http://keep2thecode.fether.net/](http://keep2thecode.fether.net/)

Viewing 15 replies - 1 through 15 (of 47 total)

1 [2](https://wordpress.org/support/users/2thepoint/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/2thepoint/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/2thepoint/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/2thepoint/replies/page/2/?output_format=md)