Title: GoodUtopian's Replies | WordPress.org

---

# GoodUtopian

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cyclone Slider] how does the plugin handle different picture sizes?](https://wordpress.org/support/topic/how-does-the-plugin-handle-different-picture-sizes/)
 *  [GoodUtopian](https://wordpress.org/support/users/goodutopian/)
 * (@goodutopian)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/how-does-the-plugin-handle-different-picture-sizes/#post-3511646)
 * Hi
 * Is there a way to disable resizing completely? I just want the olugin to display
   my images as they have been uploaded.
 * Thanks,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Trouble getting EM tags to display](https://wordpress.org/support/topic/trouble-getting-em-tags-to-display/)
 *  Thread Starter [GoodUtopian](https://wordpress.org/support/users/goodutopian/)
 * (@goodutopian)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/trouble-getting-em-tags-to-display/#post-3564368)
 * Maybe I can use EM categories — not sure why I thought I couldn’t. But now I’m
   confused as to how I would do that. i’m customizing a site built by someone else
   and sort of stumbling through. Thanks for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Trouble getting EM tags to display](https://wordpress.org/support/topic/trouble-getting-em-tags-to-display/)
 *  Thread Starter [GoodUtopian](https://wordpress.org/support/users/goodutopian/)
 * (@goodutopian)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/trouble-getting-em-tags-to-display/#post-3564351)
 * Thanks — Yes, I’m trying to use event tags in place of category tags. Maybe you
   could take a look at my code? This is in sidebar.php
 * The second part (after “else”) is working, but the first part is not. It’s not
   breaking anything, it’s just not printing what I want it to print (a list of 
   linked EM tags)
 * <h1>Browse</h1>
 * <?
 * if (is_page( ‘calendar’ ) ) {
 * $args = array(
    ‘categories’ => $catID );
 *  {
 * $EM_tags = EM_get_tags($args);}
 * /* print_r($EM_tags); */
 * $content .= “”;
 * foreach ($EM_tags as $EM_tag) {
    $content .= “<p>link\”>$EM_tag->slug
   </p>”;
   }
 * echo $content;}
 * else {
 * $args = array(
    ‘categories’ => $catID );
 *  {
 * $tags = get_category_tags($args);}
 * /* print_r($tags); */
 * $content .= “”;
 * foreach ($tags as $tag) {
    $content .= “<p>tag_link\”>$tag->tag_name
   </p>”;
    }
 * echo $content;
 * }
 * ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] Show 5 most recent events in reverse order?](https://wordpress.org/support/topic/show-5-most-recent-events-in-reverse-order/)
 *  Thread Starter [GoodUtopian](https://wordpress.org/support/users/goodutopian/)
 * (@goodutopian)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/show-5-most-recent-events-in-reverse-order/#post-3377430)
 * you know, i wasn’t scientific about it — i had a couple that were deactivated,
   which i deleted, and i had a couple that were active but i wasn’t using them —
   i think the latter were jetpack and something about parallel loading that i don’t
   recall ever installing ….
 * next time, i’ll be more methodical, so i can be of help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] Show 5 most recent events in reverse order?](https://wordpress.org/support/topic/show-5-most-recent-events-in-reverse-order/)
 *  Thread Starter [GoodUtopian](https://wordpress.org/support/users/goodutopian/)
 * (@goodutopian)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/show-5-most-recent-events-in-reverse-order/#post-3377428)
 * Thank you! I cleaned up my plug-ins, and it works perfectly. Much appreciated!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] Show 5 most recent events in reverse order?](https://wordpress.org/support/topic/show-5-most-recent-events-in-reverse-order/)
 *  Thread Starter [GoodUtopian](https://wordpress.org/support/users/goodutopian/)
 * (@goodutopian)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/show-5-most-recent-events-in-reverse-order/#post-3377426)
 * Thanks so much for responding, but this doesn’t work. When I did this, it gave
   me all recent posts in ascending order (starting with the date farthest in the
   past). I copied the code directly. Any other thoughts?
    Thanks! Anna
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Menu styling: Gigawatt theme](https://wordpress.org/support/topic/menu-styling-gigawatt-theme/)
 *  Thread Starter [GoodUtopian](https://wordpress.org/support/users/goodutopian/)
 * (@goodutopian)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/menu-styling-gigawatt-theme/#post-2825314)
 * Sorry!
    Tableonten.com Pw: bloomville
 * I’m just beginning to customize…
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images appear (broken) and disappear in Firefox](https://wordpress.org/support/topic/images-appear-broken-and-disappear-in-firefox/)
 *  Thread Starter [GoodUtopian](https://wordpress.org/support/users/goodutopian/)
 * (@goodutopian)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/images-appear-broken-and-disappear-in-firefox/#post-2530125)
 * jclark, you saved me.
 * i copied that code from somewhere, and i thought it was strange that it used 
   the backslash — but since it worked fine in chrome, i didn’t think it was the
   problem.
 * works now in both browsers — i really appreciate the help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images appear (broken) and disappear in Firefox](https://wordpress.org/support/topic/images-appear-broken-and-disappear-in-firefox/)
 *  Thread Starter [GoodUtopian](https://wordpress.org/support/users/goodutopian/)
 * (@goodutopian)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/images-appear-broken-and-disappear-in-firefox/#post-2530119)
 * I should specify that when I say the image disappears, it’s really the entire
   header that disappears up into the top margin, so that the nav bar moves all 
   the way to the top of the window.
 * Thanks again.

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