noncollective
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: MP3 link problemsMaybe there is some better way I can link these files?
Thanks
Forum: Fixing WordPress
In reply to: Footer help for a dummyYeah I do, it’s a big yellow circle with a purple line above it, that’s my post.
Forum: Fixing WordPress
In reply to: Footer help for a dummyThanks Moshu!
Do you know how I can align it to the where the posts start?
Cheers.
Forum: Fixing WordPress
In reply to: Remove underline for linked images?OK great. Nearly there. I have one more question then I promise to never ask another question on this forum again.
Currently in safari it’s looking the way I want it. In firefox though there is a black dashed underline which looks like it’s linked somehow to the roll over function that I am using on linked text. Is it possible to get rid of it?
Forum: Fixing WordPress
In reply to: Remove underline for linked images?Forum: Fixing WordPress
In reply to: Remove underline for linked images?Yeah, it only happens to linked images. I have a bunch of posts set to private and they are fine. Where should I put the left and right borders to 0?
Forum: Fixing WordPress
In reply to: Remove underline for linked images?Thanks jvchamary. You’ve been very helpful.
Forum: Fixing WordPress
In reply to: Remove underline for linked images?Thanks!
Can I ask another question… When I view the blog in Safari the linked circle now looks fine. When I view it in Firefox it has a black dashed underline and solid borders down the left and right. What’s going on?
Forum: Fixing WordPress
In reply to: Remove underline for linked images?How do I manually give my image links a class=”img”?
Forum: Fixing WordPress
In reply to: Remove underline for linked images?Thanks. I managed to get rid of it by turning off the visual editor and changing the code of the post. It’s just kinda annoying that I’ll have to do everytime I post as I intend for every post to have an image.
I just don’t understand where that bit of styling is coming from. I’m not very good at this kind of thing ??
Cheers.
Forum: Fixing WordPress
In reply to: Remove underline for linked images?Thanks jv. There doesn’t seem to be a span element in my PHP template. Should I include one?
<?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3> <div class="meta"><?php edit_post_link(__('.')); ?></div> <div class="storycontent"> <?php the_content(__('More...')); ?> </div> <div class="feedback"> <?php wp_link_pages(); ?> <?php comments_popup_link(__(''), __('Comments (1)'), __('Comments (%)')); ?> </div> <?php comments_template(); // Get wp-comments.php template ?> </div> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> <?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?> <?php get_footer(); ?>
Forum: Themes and Templates
In reply to: Remove anchor underline on linked images but not linked textHi John, did you work it out? I’m having a similar problem.
D.
Forum: Fixing WordPress
In reply to: Remove underline for linked images?Umm, I had another go and removed the other ‘storycontent a img’ but had no luck. Can anyone think of something I might be able try?
Cheers!
Forum: Fixing WordPress
In reply to: Remove underline for linked images?Thanks Kalessin. Gave it a go ( https://wordpress.pastebin.ca/918953) but it didn’t seem to work.
any other suggestions would be very much appreciated.
Cheers,
D.
Forum: Fixing WordPress
In reply to: Remove parts of my sidebar?Thanks Otto. That worked!