Title: irishmark's Replies | WordPress.org

---

# irishmark

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShareThis: Free Sharing Buttons and Tools] Change tweeted message content](https://wordpress.org/support/topic/change-tweeted-message-content/)
 *  Thread Starter [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/change-tweeted-message-content/#post-5532982)
 * I found this section but no matter what I change there is no difference. I changed
   the line to this: `<span st_via='Tearfund' st_title='I just found <?php the_title();?
   >' st_url='<?php the_permalink(); ?>' class='st_twitter_large' st_summary='<?
   php the_excerpt(); ?>'></span>`
 * [http://whollyliving.tftech.org.uk/](http://whollyliving.tftech.org.uk/)
 * When I hit the tweet button all I still get is this:
    `Home - Wholly Living http://
   shar.es/1XNcAG via @Tearfund`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Font Awesome] large 2x 3x icons](https://wordpress.org/support/topic/large-2x-3x-icons/)
 *  [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/large-2x-3x-icons/#post-4033246)
 * Yes I would like to know how to change the size of the icons and the color too
   when using the shortcode.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Progress Bar] Width of bar/ container](https://wordpress.org/support/topic/width-of-bar-container/)
 *  [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [13 years ago](https://wordpress.org/support/topic/width-of-bar-container/#post-3386284)
 * Can I suggest that you implement that piece of css:
 *     ```
       div.wppb-progress {
            width: %your_width_here%;
       }
       ```
   
 * In the next version as without it the responsive option will only go to a minimum
   fo 400px wide which is wider than screens of a 320px width.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Syndicate Press] No media showing](https://wordpress.org/support/topic/no-media-showing/)
 *  Thread Starter [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/no-media-showing/#post-3401658)
 * I’m not getting any errors about my feeds.
    I know that some video stuff may 
   not display well due to plugins but I’m still not getting images.
 * [http://www.irishmark.net/category/work/feed/](http://www.irishmark.net/category/work/feed/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Syndicate Press] No media showing](https://wordpress.org/support/topic/no-media-showing/)
 *  Thread Starter [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/no-media-showing/#post-3401630)
 * Great News!
 * Looking forward to seeing it in action!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Map Unavailable text edit](https://wordpress.org/support/topic/plugin-events-manager-map-unavailable-text-edit/)
 *  Thread Starter [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [14 years ago](https://wordpress.org/support/topic/plugin-events-manager-map-unavailable-text-edit/#post-2737501)
 * Thanks – That sorted it!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Display posts in diff template layouts using loop within a loop](https://wordpress.org/support/topic/display-posts-in-diff-template-layouts-using-loop-within-a-loop/)
 *  Thread Starter [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/display-posts-in-diff-template-layouts-using-loop-within-a-loop/#post-1100932)
 * That does work but it doesn’t achieve what i want
 * I want to be able to use diffrent templates on the **same **page
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [getting the loop to pick Cat Templates perpost](https://wordpress.org/support/topic/getting-the-loop-to-pick-cat-templates-perpost/)
 *  Thread Starter [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/getting-the-loop-to-pick-cat-templates-perpost/#post-1075247)
 * a little developmenmt from above:
 * This is the bit i’m srtuggling with:
 * >     ```
   >     <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
   > 
   >         <h2><a href=”<?php the_permalink() ?>” rel=”bookmark”>
   > 
   >         <?php if( get_post_meta($post->ID, “hpbottom”, true) ): ?>
   >         <img style=”float:left;margin:0px 10px 0px 0px;width:50px; height:50px;” src=”<?php echo get_post_meta($post->ID, “hpbottom”, true); ?>” width=”150″ height=”150″  alt=”<?php the_title(); ?>” />
   >         <?php include(TEMPLATEPATH.”/Cat_Thumb_Assign.php”);?>
   >         <?php endif; ?>
   > 
   >         <?php if (is_category(’28′) ): ?>
   >         <?php include(TEMPLATEPATH.”/cat_tweet.php”); ?>
   >         <?php else: ?>
   > 
   >         <?php the_title(); ?></a>
   >         </h2>
   >         <div class=”date”>
   >         <div class=”dateleft”>
   >         <p><span class=”time”><?php the_time(’F j, Y’); ?></span>
   >         by <?php the_author_posts_link(); ?> &nbsp;<?php edit_post_link(’(Edit)’, ”, ”); ?>
   >         Filed under <?php the_category(’, ‘) ?></p>
   >         </div>
   > 
   >         <div class=”dateright”>
   >         <p><span class=”comment”><?php comments_popup_link(’Leave a Comment’, ‘1 Comment’, ‘% Comments’); ?></span></p>
   >         </div>
   >         </div>
   > 
   >         <?php the_content(__(’Read more’));?><div style=”clear:both;”></div>
   > 
   >         <!– These are the ‘tags’ markup   <div class=”postmeta2″>
   >         <p><span class=”tags”>Tags: <?php the_tags(”) ?></span></p>
   >         </div>–>
   >         <div style=”border-bottom:1px dotted #2255AA; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;”></div>
   > 
   >         <?php endif; ?>
   > 
   >         <?php endwhile; else: ?>
   > 
   >         <p><?php _e(’Sorry, no posts matched your criteria.’); ?></p>
   > 
   >         <?php endif; ?>
   >     ```
   > 
 * I want it to choose a thumbnail depending on the catagory (the thumbnail assigning
   happens in Cat_Thumb_Assign.php). This I’ve had working no problem. Then it should
   choose how to display that post dependingon wether its either catagory 28 (a 
   twitter update) or not.
 * Can anyone figure this out?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [unexpected T_ENDWHILE line 143](https://wordpress.org/support/topic/unexpected-t_endwhile-line-143/)
 *  Thread Starter [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [17 years ago](https://wordpress.org/support/topic/unexpected-t_endwhile-line-143/#post-1069525)
 * I should explain this a bit more
 * I hae automated my tweeting so that if i use twitter it appears on my blog and
   vice versa.
 * However i want to use a diffrent layout for my tweets. So the argument should
   be:
 * If its catagory 28 then display like this
 * if not then do it like this – then it should go on to the next step where i have
   it displying an appropriateimage for each catagory.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Generate new user in myPhpAdmin](https://wordpress.org/support/topic/generate-new-user-in-myphpadmin/)
 *  Thread Starter [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/generate-new-user-in-myphpadmin/#post-882917)
 * [VILLAGE IDIOT BE PRAISED](http://www.village-idiot.org/archives/2007/05/22/wp-emergency-password-recovery/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WordTube “Get the Flash Player to see the wordTube Media Player” problem.](https://wordpress.org/support/topic/wordtube-get-the-flash-player-to-see-the-wordtube-media-player-problem/)
 *  [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/wordtube-get-the-flash-player-to-see-the-wordtube-media-player-problem/#post-863723)
 * Get the Flash Player to see the wordTube Media Player.
 * I get the same message: top right of: oaktree.irishmark.net
 * and here: [http://oaktree.irishmark.net/2008/09/22/abraham-the-good-the-bad-and-the-god/](http://oaktree.irishmark.net/2008/09/22/abraham-the-good-the-bad-and-the-god/)
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Upgrading issues = horror brokeness](https://wordpress.org/support/topic/upgrading-issues-horror-brokeness/)
 *  Thread Starter [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/upgrading-issues-horror-brokeness/#post-660674)
 * you are a beautiful beautifful human being! Thank you thankyou thankyou – i was
   about to have a hernia with this.
 * Originally soemone else set this up for me so i dnt realise that but a huge lesson
   has been learnt!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP2.3 IE Conditional Style Sheet](https://wordpress.org/support/topic/wp23-ie-conditional-style-sheet/)
 *  Thread Starter [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/wp23-ie-conditional-style-sheet/#post-657498)
 * ok so no this doesnt work – anyone got a clue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP2.3 IE Conditional Style Sheet](https://wordpress.org/support/topic/wp23-ie-conditional-style-sheet/)
 *  Thread Starter [irishmark](https://wordpress.org/support/users/irishmark/)
 * (@irishmark)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/wp23-ie-conditional-style-sheet/#post-657294)
 * ok, i just figured it out! It’s amazing what a good night’s sleep does for you!
 * After the original style tags you need to place the conditional tags around the
   same statment with a full URL to the alternate stryle sheet:
 * **<style type=”text/css” media=”screen”>
    [@import](https://wordpress.org/support/users/import/)
   url( <?php bloginfo(‘stylesheet_url’); ?> ); </style>
 * <!–[if IE]>
    <style type=”text/css”> [@import](https://wordpress.org/support/users/import/)“
   [http://www.irishmark.frih.net/wordpress/wp-content/themes/RedGrundgeAshley/ie_style.css&#8221](http://www.irishmark.frih.net/wordpress/wp-content/themes/RedGrundgeAshley/ie_style.css&#8221);;
   </style> <![endif]–>

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