• Resolved cxvergara

    (@cxvergara)


    Hi,

    I have my latest posts on my homepage. Their featured image was beside each post on my home, but suddenly they are not appearing anymore, although they are fine on the post itself and on my media. I didn’t make any changes on my homepage, so I don’t understand why they are not showing. I’ve been hours trying to get them back, without results.

    Can anyone help me please?

Viewing 15 replies - 1 through 15 (of 15 total)
  • Theme Author vpthemes

    (@vpthemes)

    To better understand the problem, please provide URL to your site.

    Thread Starter cxvergara

    (@cxvergara)

    It is culture-ant.com

    Thanks!

    Theme Author vpthemes

    (@vpthemes)

    Try to disable installed plugins, and see if the problem resolves, then re-enable plugins one by one.

    Thread Starter cxvergara

    (@cxvergara)

    Hello,

    I have tried to disable the pluguns and re-enable one by one, but there is no improvement. I have not installed plugins since the problem started, actually I did no major changes on the whole blog that could have caused the homepage images to dissappear.

    Do you have any other idea?

    Thanks in advance!

    Theme Author vpthemes

    (@vpthemes)

    Hello,
    Your theme missing a footer. In the place of footer I see “This work is licensed under a Creative Commons Attribution 4.0 International License.” For images to display correctly – java script responsible for showing images needs to be loaded into the footer.

    Thread Starter cxvergara

    (@cxvergara)

    Hi,

    I’ve gone back to the original footer, and the problem is still there. Do I have to add something to this footer? sorry but, as you can deduce, I am starting to learn about blog making and computer language is like chinese to me! maybe it should be obvious what I should write in the footer, but I really have no idea.

    Thank you.

    Theme Author vpthemes

    (@vpthemes)

    Hello, I just looked and footer is still missing on your site.

    Thread Starter cxvergara

    (@cxvergara)

    Everything was in white, so it seemed there was no footer. I have now restored it.

    Theme Author vpthemes

    (@vpthemes)

    Hello, I’m looking at the code and I noticed the “copyright” section, but footer still missing.

    Thread Starter cxvergara

    (@cxvergara)

    OK, I have restored everything and I am just like at the begining. I am not sure I understand what the footer is, I thought it is the bar at the bottom, where I can put the copiright information. Do I need to do add something more?

    Theme Author vpthemes

    (@vpthemes)

    Please look at footer.php file and make sure that you have <?php wp_footer(); ?> there.

    Thread Starter cxvergara

    (@cxvergara)

    I don’t have it, this is all I have:

    <?php
    /**
     * @package Apprise
     */
    ?>
    <div id="copyright">
    	<div class="copyright-wrap">
    		<span class="left"><a>"><?php echo of_get_option('footer_copyright_text');?></a></span>
    		<span class="right"><a title="Apprise Theme" href="https://vpthemes.com/apprise/"> Apprise Theme</a> powered by<a title="WordPress" href="https://www.ads-software.com/"> WordPress</a></span>
    	</div>
    </div><!--copyright-->

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Where do I have to put it?

    Thanks again!

    Theme Author vpthemes

    (@vpthemes)

    Your footer.php should be something like:

    <?php
    /**
     * The template for displaying the footer.
     *
     * Contains the closing of the id=main div and all content after
     *
     * @package Apprise
     */ ?>
    
    	<div class="clear"></div>
    	<div id="footer">
    	<?php if ( of_get_option('footer_widgets') == '1') { ?>
    		<div id="footer-wrap">
    			<?php  get_sidebar('footer'); ?>
    		</div><!--footer-wrap-->
    	<?php } ?>
    	</div><!--footer-->
    	<?php get_template_part( 'copyright' ); ?>
    </div><!--grid-container-->
    <?php wp_footer(); ?>
    </body>
    </html>

    Thread Starter cxvergara

    (@cxvergara)

    Ohhh, it worked!!!! I am really glad, thank you very much for your help!

    ??

    Thanks!

    Theme Author vpthemes

    (@vpthemes)

    Great!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Images of latest posts on Homepage don't appear’ is closed to new replies.