Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End chriscoyer blank template uploading

  • This topic is empty.
Viewing 15 posts - 16 through 30 (of 32 total)
  • Author
    Posts
  • #116627
    realife
    Member

    how do you explain that if I’m just renaming or removing the functions.php it’s working… :/

    #116628
    chrisburton
    Participant

    @realife I’m starting to think this might have something to do with your permalinks. Have you changed them at any point from the time you were editing it locally to when you uploaded the files to a live server?

    Post your functions.php file

    #116565
    chrisburton
    Participant

    I was able to access your login page for a second and then I tried 30 seconds later after testing your other pages and now there’s an error. So whatever you did, it solved it.

    #116566
    realife
    Member

    oh the permalinks.. i remember that when sometimes you need to change it, and then turn in back.. just to make some refresh of something.. i think now it’s working, can you check now and tell me if you can get the wp-admin page?

    #116567
    chrisburton
    Participant

    @realife Read above

    #116568
    realife
    Member

    well you know what i did..
    i renamed the functions.php so i can login to the wp-admin and play with the permalinks
    but then i turned it back.. so i guess it’s still not working… :/

    #116569
    chrisburton
    Participant

    @realife Can you post your entire functions.php file?

    #116570
    realife
    Member

    Sure, thanks for the big support


    */
    if ( function_exists('register_sidebar') ) {
    register_sidebar();
    register_sidebars(3, array('name'=>'Footer %d'));
    }

    /* Add Feature Images Support


    */
    add_theme_support( 'post-thumbnails' );

    /* Add Feature Menus Support


    */
    add_theme_support( 'menus' );

    ?>

    #116571
    chrisburton
    Participant

    @realife That’s it? What is on line 76?

    #116573
    realife
    Member

    is it working for you now?

    #116574
    chrisburton
    Participant

    @realife Yes. All pages including the login work.

    #116575
    realife
    Member

    i think it was the space at the end of the functions…

    #116576
    chrisburton
    Participant

    @realife Haha. That actually does cause an issue. I should have thought of that. I’m glad you’ve got this solved.

    #116577
    realife
    Member

    @chrisburton Thanks so much
    This is the second time that you helping me =)
    may i ask if you do have linkedin?

    #116578
    chrisburton
    Participant

    @realife I do not. I’m lucky I never signed up. I hear you get a lot of unwanted emails from them.

Viewing 15 posts - 16 through 30 (of 32 total)
  • The forum ‘Back End’ is closed to new topics and replies.