mackhina
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can you have featured image and thumbnail support?I see, so you cant have a thumbnail and a featured image in same post. Thanks for the response.
Forum: Fixing WordPress
In reply to: IE conditional CSS not working in child themeThe stylesheet was in the child theme so that would explain it hopefully! I’ll give it a shot when I get home. Thanks heaps for your reply!
Forum: Themes and Templates
In reply to: Aligning post to the side of thumbnail rather than below itOMG!!! I LOVE YOU SO MUCH! I’ve been trying to get this to work for so long:D You are amazing! Thanks so much:) I’m freaking ecstatic! YAY!
Forum: Themes and Templates
In reply to: Aligning post to the side of thumbnail rather than below itSorry, the above page refers to the page.php; there is also a displaypost.php which had the <div class=”clear”></div> lines.
I removed the <div class=”clear”></div> from this file as well but the post still remains beneath the post-image. I’m so confused:(
Forum: Themes and Templates
In reply to: Aligning post to the side of thumbnail rather than below itI added those lines to my companion with no luck.
I also removed the <div class=”clear”></div> from the page.php file with no luck. Should I remove it from elsewhere?
<?php get_header(); include(get_template_directory() . '/layout-head.php'); $is_comic = false; while (have_posts()) : the_post(); ?> <div <?php post_class(); ?>> <?php comicpress_display_post_thumbnail($is_comic); ?> <div class="post-head"></div> <div class="post-content"> <div class="post-info"> <div class="post-text"> <?php comicpress_display_post_title($is_comic); ?> </div> </div> <div class="entry"> <?php comicpress_display_the_content($is_comic); ?> </div> <?php wp_link_pages(array('before' => '<div class="linkpages"><span class="linkpages-pagetext">'.__('Pages:','comicpress').'</span> ', 'after' => '</div>', 'next_or_number' => 'number')); ?> <?php edit_post_link(__('Edit this page.','comicpress'), '', ''); ?> </div> <div class="post-foot"></div> </div> <?php if ('open' == $post->comment_status) { comments_template('', true); } endwhile; include(get_template_directory() . '/layout-foot.php'); get_footer(); ?>
Forum: Themes and Templates
In reply to: Aligning blog to right side of heading thumbnail imageI’ve added the following which has made the heading for my post align to the right side of the thumbnail image.
.post-image { float: left; padding: 0 10px 0 10px; margin: 0; text-align: left; }
However this doesn’t seem to effect the post-content, only the post-head. Any idea why?
Secondly, will using the tag post-image mean that all of my images in the post be dictated by these guidelines?
Cheers
Mick
Forum: Plugins
In reply to: [Plugin: Tweet Blender] How to remove heading?Thanks Kirilln, it’s https://www.mackhina.com
Forum: Plugins
In reply to: [Plugin: Tweet Blender] Help removing the refresh iconAwesome, thanks heaps Kirilln. That code has worked perfectly.
Last question. Is there a way to change the text in the drop down box that says “Powered by Tweet Blender plugin v3.0.6 blending @mackhina @muldydoona @Foleyis”?
I’d like to change “blending” to “following” and turn Tweet Blender into a link to your WordPress widget.
Forum: Plugins
In reply to: [Plugin: Tweet Blender] Help removing the refresh iconThanks Krilln for the fast response. Is the refresh icon a part of the header as that is all I want to remove now?
I’ve decided to keep the twitter logo and just change the image as as I really like the drop-down function where you can see the different people contributing to the feed. I’ll just change the image to match my site a bit more.
Cheers