Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 8 posts - 1 through 8 (of 8 total)

Slider no showing on home page

Home Forums Free Theme Support Asteria Lite Slider no showing on home page

  • #74965

    hakeem

    seem to have a problem loading the slider images onto the home page, as have followed the guide but it’s not coming up on my website, any help

    #74969

    Towfiq I.

    administrator

    whats your site address?

    #82261

    Syvella

    My slider is not showing on home page either…It happened right after I changed the code to remove the posts from my front page…I’m just screwed…

    http://www.smithspremiumsolutions.net/newsite/

    #82388

    Towfiq I.

    administrator

    your slider is showing up just fine..

    #82449

    Syvella

    Thank you…Yes it is now, because I put back in the original code that I replaced with the other code on Frontpage to remove the posts from showing up at the bottom of my frontpage. So by putting back the original code, the slider came back. But the posts are still showing up on the front page.

    #82459

    Towfiq I.

    administrator

    you can disable the frontpage posts from Asteria Options> Frontpage.

    #82476

    Syvella

    Towfiq. I am in Asteria options front page. I am in my child theme. I have deselected the front page post. Saved the changes. I have also Removed the Title and Description from Front Page posts. Selected “off” on Display post from Category, and saved changes. I even went to customize, selected static front page, and did not select any options from the drop down menu. Saved the changes. All of these settings are updated, and the posts still show up. At this point, I have no clue how to remove them. My boss is coming into town this evening to check on the status. I am begging for your help in this matter…You are waay smarter than I am.

    #82721

    Towfiq I.

    administrator

    open up index.php of your parent asteria theme and then remove this:

        <?php
    	//Front Page Posts
        break;
        case 'posts': ?>
        <div class="home_blocks"><?php $homeposts = $asteria['home_sort_id']; if(!empty($homeposts['posts'])){ ?>
            <!--Latest Posts-->
                <?php if ( asteria_is_mobile() && (!empty($asteria['hide_mob_frontposts'])) ) { ?>
                <?php }else{ ?>
                <?php get_template_part('layout'.$asteria['front_layout_id'].''); ?>
                <?php } ?>
            <!--Latest Posts END-->
            <?php } ?></div>

You must be logged in to reply to this topic.