fisayolonge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How To Register My Domain Name To Go DaddyThankyou!
Forum: Fixing WordPress
In reply to: Unwanted Image Showing Up In Footer of Blog HomepageThat’s okay, appreciate your time.
Forum: Fixing WordPress
In reply to: Unwanted Image Showing Up In Footer of Blog HomepageThat fixed it!!! Thankyou!!!!
Forum: Fixing WordPress
In reply to: Unwanted Image Showing Up In Footer of Blog HomepageSorry I’m so bad with this code stuff so I don’t really understand.
This is what is under index.php:
<?php get_header(); ?>
<div id=”main” role=”main” class=”<?php brunelleschi_content_class(); ?>”><?php get_template_part( ‘loop’, ‘index’ ); ?>
</div><!– #main –>
<?php if( brunelleschi_options(‘sidebar’) === __(‘both’,’brunelleschi’)
|| brunelleschi_options(‘sidebar’) === __(‘two left’,’brunelleschi’)
|| brunelleschi_options(‘sidebar’) === __(‘two right’,’brunelleschi’)){
get_sidebar(‘secondary’);
} ?>
<?php get_sidebar(); ?>
<?php the_content(); ?>
<?php get_footer(); ?>Are you saying that the code you’ve written above should be in this section too?
Thanks for your help.
Forum: Fixing WordPress
In reply to: Unwanted Image Showing Up In Footer of Blog HomepageI have now deleted that post.
This is what I mean: http://mirrorme.me/
I have use currently obsessed for ages and I have the links in many of my blog posts. This is a new problem.
Thanks
Forum: Fixing WordPress
In reply to: Unwanted Image Showing Up In Footer of Blog HomepageWhat I have been trying to explain is that it is nothing to do with currently obsessed.
Earlier this morning, before I updated my blog, it was an image from an earlier blog post there. It just so happens that the post above it now is one that includes the iframe from currentlyobsessed. If I update the blog again, this would change to the image from the post ‘Check That Out’ right above it. This is key to your understanding my question.Forum: Fixing WordPress
In reply to: Unwanted Image Showing Up In Footer of Blog HomepageOkay maybe I have not explained properly.
Yes I am associated with currentlyobsessed. Thankyou for your concern.
What am I saying is the image or iframe that shows in the footer is the first one that shows in the post right above it and I do not know why. Before I updated earlier today, it was just a normal image from the post right above the footer that was showing.
Have I explained that any better?
Also, I did not know that my footer shows twice, no idea why this is. Maybe I have put in something by mistake while trying to figure out what in the footer code is making posts show up in my footer.
Forum: Fixing WordPress
In reply to: Unwanted Image Showing Up In Footer of Blog HomepageIt has changed to that because I wrote a new post. Before that, it was the first image in my previous post. It basically puts the first image from the post right above it there in the footer which I don’t understand.
The footer code is:[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
</div><!-- #container --> <footer id="footer" role="contentinfo" class="row"> <div id="footerbar" class="twelvecol last"> <?php get_sidebar( 'footer' ); ?> </div><!-- #footerbar --> <div id="colophon" class="twelvecol last"> <div id="site-info" class="sixcol"> <a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <?php bloginfo( 'name' ); ?> </a> </div><!-- #site-info --> <div id="site-generator" class="sixcol last"> <?php do_action( 'brunelleschi_credits' ); ?> <a>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'brunelleschi' ); ?>"><?php printf( __( 'Proudly powered by %s.', 'brunelleschi' ), 'WordPress' ); ?></a> </div><!-- #site-generator --> </div><!-- #colophon --> </footer><!-- #footer --> </div><!-- #wrapper --> <?php wp_footer(); ?> </body> </html>I’m not sure if it mentions anything about incorporating an image from the post above it.
Thanks for your reply.
Forum: Fixing WordPress
In reply to: Uploading Images To Theme File LocationNo, you made it! Haha. Much appreciated, thanks.
Forum: Fixing WordPress
In reply to: Uploading Images To Theme File LocationOh it’s working now! I guess it took a while to show up. THANK YOU SO MUCH!!!!!!
Forum: Fixing WordPress
In reply to: Uploading Images To Theme File LocationOkay I’ve done that. However, the image does not show. The ‘continue reading’ text is no longer there but the image doesn’t show.
Also,my header has been changed to a different one. Is this because I changed to the child theme and is there anything else that you know might have changed because of the child theme please?
Thankyou so much.
Forum: Fixing WordPress
In reply to: Uploading Images To Theme File LocationAlso glad you got to learn from it, ha!
Forum: Fixing WordPress
In reply to: Uploading Images To Theme File LocationThankyou so much, this is so kind! I will do it now and let you know how it goes.
Forum: Fixing WordPress
In reply to: Uploading Images To Theme File LocationOh great, thankyou.
Yes, the image is just a white rectangle with View More written on it (it’s simple and made in powerpoint). I want it just under the excerpt so where ‘continue reading’ currently is and centre aligned. Actually, have inserted it into this post so that you can see the image:
Oh dear, no idea what a child theme is- I will read that link, thankyou.
Forum: Fixing WordPress
In reply to: Uploading Images To Theme File LocationOops sorry! It is: http://www.mirrorme.me/ so you will see the ‘continue reading’ on the very first post on the page which I have done just by clicking ‘more’ while writing the post.