Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • randerson1228
    Participant

    @randerson1228

    Yes, I think that is possible. My solution is to try to get back to my original layout step by step and check after every change whether it causes the problem.


    randerson1228
    Participant

    @randerson1228

    Hugo. I deleted the entire Constructor Theme folder using FTP and then reinstalled the constructor theme. Presto, bingo! It worked flawlessly with 1.7! Woohoo! You have no idea how excited I am about that! So, a huge thanks for your help!


    randerson1228
    Participant

    @randerson1228

    Hugo.
    Thanks very much for that follow-up information.
    I don’t know what I should do about that. Should I just delete everything and start again?


    randerson1228
    Participant

    @randerson1228

    single.php
    /**
    * @package WordPress
    * @subpackage Constructor
    */
    // requeried comments
    wp_enqueue_script( ‘comment-reply’ );

    // load header.php
    get_header();

    // load one of layout pages (layouts/*.php) based on settings
    get_constructor_layout(‘single’);

    // load footer.php
    get_footer();

    Just a note:
    open and close php are removed as I think that is causing the entire file to not show up…


    randerson1228
    Participant

    @randerson1228

    hmm… dont know where they go to…
    index.php…
    /**
    * @package WordPress
    * @subpackage constructor
    */
    // Stupid Parser This is Theme support the Gravatar Service
    // get_avatar();

    // load header.php
    get_header();

    // load one of layout pages (layouts/*.php) based on settings
    get_constructor_layout(‘index’);

    // load footer.php
    get_footer();


    randerson1228
    Participant

    @randerson1228

    And here is index.php…


    randerson1228
    Participant

    @randerson1228

    hmm… I pasted all three, but only one showed up.. 2nd try… here is single.php…


    randerson1228
    Participant

    @randerson1228

    Here is single.php…

    Here is Page.php
    <?php
    /**
    * @package WordPress
    * @subpackage Constructor
    */
    wp_enqueue_script( 'comment-reply' );

    // load header.php
    get_header();

    // load one of layout pages (layouts/*.php) based on settings
    get_constructor_layout('page');

    // load footer.php
    get_footer();

    Here is index.php…

    Where should I look next and what should I change?

    Thanks for your help.
    Cheers
    Roy

Viewing 8 replies - 1 through 8 (of 8 total)
Skip to toolbar