Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter daveosei

    (@daveosei)

    Thank you beaudaignault for the help.

    I’ll try the Custom Page Template once free and try contacting the Elegance support page.

    Thanks again!

    Thread Starter daveosei

    (@daveosei)

    Thanks for the help, but using these Static Page steps did not help at all.

    Firstly, I created a front-page.php using a simple text editor, copied the code from page.php and pasted it into front-page.php (I looked up for to create one and this was the answer I found).

    Then when I uploaded it to my server, and changed the settings in my Theme for Static Page to show my Professional Tab – nothing loads. In fact it loads for so long that I believe it cannot even find what it is looking for.

    I really have no idea why this is so difficult to change.

    I am using the Elegance theme.

    The front-page.php has this inside of it, if that help (it is the same as my page.php):
    <?php
    /**
    * Page Template
    *
    * @package Mysitemyway
    * @subpackage Template
    */
    global $mysite;
    get_header(); ?>

    <?php if( isset( $mysite->is_blog ) ) : ?>

    <?php get_template_part( ‘loop’, ‘index’ ); ?>

    <?php else : ?>

    <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>

    <div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>

    <?php mysite_before_entry(); ?>

    <div class=”entry”>
    <?php the_content(); ?>

    <div class=”clearboth”></div>

    <?php wp_link_pages( array( ‘before’ => ‘<div class=”page_link”>’ . __( ‘Pages:’, MYSITE_TEXTDOMAIN ), ‘after’ => ‘</div>’ ) ); ?>
    <?php edit_post_link( __( ‘Edit’, MYSITE_TEXTDOMAIN ), ‘<div class=”edit_link”>’, ‘</div>’ ); ?>

    </div><!– .entry –>

    <?php mysite_after_entry(); ?>

    </div><!– #post-## –>

    <?php endwhile; ?>

    <?php endif; ?>

    <?php mysite_after_page_content(); ?>

    <div class=”clearboth”></div>
    </div><!– #main_inner –>
    </div><!– #main –>

    <?php get_footer(); ?>

    Thread Starter daveosei

    (@daveosei)

    It worked! Thank you so much. It took a while to accept, but after 5 or so minutes the new password was accepted and I am in.

    Thank you a ton.

    Thread Starter daveosei

    (@daveosei)

    Thank you so much for the response! I’ll be trying the php method since the email method refuses to send me an e-mail at all when I enter mine in. Not sure why, but no email ever gets sent (WordPress even confirms that an email has been sent out).

    I’ll let you know if the php method has worked.

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