Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • joecool1972

    (@joecool1972)

    Hey Siyaad,

    The problem I had with the slider loading after the rest of he page I think is something I am just going to have to live with someone told me it’s becuase it’s images, I checked ou the demo page for the theme and other peoples sites and they all seem to be the same.

    In regards to the slider being added to the static page in general that works perfectly for me. Is that what you are having a problem with?

    Thread Starter joecool1972

    (@joecool1972)

    Hey all, I have looked everywhere and i still haven’t found any answers. Any help you can provide would really help.

    Hi All,

    I am still trying to figure this out – Help…

    I have looked over the Alex’s instructions again and I don’t know if I have done this part properly:

    “…change the header of the page template to your new template name.”

    I am not sure if I am doing the right thing.

    I have copied the child menu renamed it to “Changed Child Menu” and uploaded, but I wasn’t sure where to “change the header of the page template to the new template name”.

    Is it in the page.php file or in my new changed-child-menu file? or somewhere else. I have copied and pasted the entire contents of my change child menu file, if someone can tell me where to put the new template name in the template header. Where’s the header to put the name in???

    Below is the entire contents:

    <?php/*Template Name: Changed Child Menu*/?><?php get_header(); ?><section class=”content”> <?php get_template_part(‘inc/page-title’); ?> <div class=”pad group”><?php get_template_part(‘inc/featured’); ?> <?php while ( have_posts() ): the_post(); ?> <article <?php post_class(‘group’); ?>> <?php get_template_part(‘inc/page-image’); ?> <div class=”entry”> <?php the_content(); ?> <div class=”clear”></div> </div><!–/.entry–> </article> <?php if ( ot_get_option(‘page-comments’) == ‘on’ ) { comments_template(‘/comments.php’,true); } ?> <?php endwhile; ?> </div><!–/.pad–> </section><!–/.content–><?php get_sidebar(); ?><?php get_footer(); ?>

    Hi Alex,

    Sorry to tag on to this, but I have followed the instructions and it works, the only problem I have is that the slider loads after the bottom part. So when someone first comes to the site they will see the text at the bottom for a split second then the slider appears. I am trying to create a professional website so this doesn’t look great.

    Any ideas how I would solve this?

Viewing 4 replies - 1 through 4 (of 4 total)