irishmark
Forum Replies Created
-
Forum: Plugins
In reply to: [ShareThis: Free Sharing Buttons and Tools] Change tweeted message contentI 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>
https://whollyliving.tftech.org.uk/
When I hit the tweet button all I still get is this:
Home - Wholly Living https://shar.es/1XNcAG via @Tearfund
Forum: Plugins
In reply to: [Font Awesome] large 2x 3x iconsYes I would like to know how to change the size of the icons and the color too when using the shortcode.
Forum: Plugins
In reply to: [Progress Bar] Width of bar/ containerCan 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
In reply to: [Syndicate Press] No media showingI’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.Forum: Plugins
In reply to: [Syndicate Press] No media showingGreat News!
Looking forward to seeing it in action!
Thanks – That sorted it!
Forum: Themes and Templates
In reply to: Display posts in diff template layouts using loop within a loopThat 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
In reply to: getting the loop to pick Cat Templates perposta 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(); ?> <?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
In reply to: unexpected T_ENDWHILE line 143I 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
In reply to: Generate new user in myPhpAdminForum: Plugins
In reply to: WordTube “Get the Flash Player to see the wordTube Media Player” problem.Get the Flash Player to see the wordTube Media Player.
I get the same message: top right of: oaktree.irishmark.net
and here: https://oaktree.irishmark.net/2008/09/22/abraham-the-good-the-bad-and-the-god/
Forum: Installing WordPress
In reply to: Upgrading issues = horror brokenessyou 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
In reply to: WP2.3 IE Conditional Style Sheetok so no this doesnt work – anyone got a clue?
Forum: Plugins
In reply to: WP2.3 IE Conditional Style Sheetok, 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 url( <?php bloginfo(‘stylesheet_url’); ?> );
</style><!–[if IE]>
<style type=”text/css”>
@import “https://www.irishmark.frih.net/wordpress/wp-content/themes/RedGrundgeAshley/ie_style.css”;
</style>
<![endif]–>