Forum Replies Created

Viewing 15 posts - 1 through 15 (of 23 total)
  • in reply to: New Support Site! #71944
    matt5834
    Member
    Post count: 23

    Hi-
    What plugin or them do you use for this support site?

    Thank you!
    Matt

    in reply to: Removing the Space between Parallax Sections #19511
    matt5834
    Member
    Post count: 23

    I saw in another post that there was CSS to fix this but the code wasn’t posted.

    Thank you!
    Matt

    in reply to: Post Upgrade stuck on maintenance mode #18861
    matt5834
    Member
    Post count: 23
    This reply has been marked as private.
    in reply to: Post Upgrade stuck on maintenance mode #18860
    matt5834
    Member
    Post count: 23

    Hi Melanie-
    I did everything possible that normal fixes this problem. I went so far as create a new database from an older version of my site. In addition I reinstalled WordPress and downloaded Flexform several times. Spent many hours on phone with Bluehost rep. At one point I had my site stripped down to no plugins. I deleted my plugins folder entirely. When doing that I uploaded an old version of Flexform 1.0.2 and that worked fine, as did any other theme. Version 1.5 would still send my site to the Maintenance mode error. The only thing that worked was deleting the below code from the functions.php files. site url is: yciw.net I’ll post a private reply with the log in details if you’d like to check it out.

    function sf_maintenance_mode() {

    $options = get_option(‘sf_flexform_options’);
    $custom_logo = $custom_logo_output = $maintenance_mode = “”;
    if (isset($options[‘custom_admin_login_logo’])) {
    $custom_logo = $options[‘custom_admin_login_logo’];
    }
    if ($custom_logo) {
    $custom_logo_output = ‘maintenance‘;
    } else {
    $custom_logo_output = ‘maintenance‘;
    }

    if (isset($options[‘enable_maintenance’])) {
    $maintenance_mode = $options[‘enable_maintenance’];
    } else {
    $maintenance_mode = false;
    }

    if ($maintenance_mode) {

    if ( !current_user_can( ‘edit_themes’ ) || !is_user_logged_in() ) {
    wp_die($custom_logo_output . ‘<p style=”text-align:center”>We are currently in maintenance mode, please check back shortly.</p>’);
    }

    }
    }
    add_action(‘get_header’, ‘sf_maintenance_mode’);

    in reply to: Puzzling Error -I need support from a developer please #18782
    matt5834
    Member
    Post count: 23

    function sf_maintenance_mode() {

    $options = get_option('sf_flexform_options');
    $custom_logo = $custom_logo_output = $maintenance_mode = "";
    if (isset($options['custom_admin_login_logo'])) {
    $custom_logo = $options['custom_admin_login_logo'];
    }
    if ($custom_logo) {
    $custom_logo_output = 'maintenance';
    } else {
    $custom_logo_output = 'maintenance';
    }

    if (isset($options['enable_maintenance'])) {
    $maintenance_mode = $options['enable_maintenance'];
    } else {
    $maintenance_mode = false;
    }

    if ($maintenance_mode) {

    if ( !current_user_can( 'edit_themes' ) || !is_user_logged_in() ) {
    wp_die($custom_logo_output . '<p style="text-align:center">We are currently in maintenance mode, please check back shortly.</p>');
    }

    }
    }
    add_action('get_header', 'sf_maintenance_mode');

    in reply to: Puzzling Error -I need support from a developer please #18781
    matt5834
    Member
    Post count: 23

    I deleted this from functions.php and 1.5 loads
    function sf_maintenance_mode() {

    $options = get_option(‘sf_flexform_options’);
    $custom_logo = $custom_logo_output = $maintenance_mode = “”;
    if (isset($options[‘custom_admin_login_logo’])) {
    $custom_logo = $options[‘custom_admin_login_logo’];
    }
    if ($custom_logo) {
    $custom_logo_output = ‘maintenance‘;
    } else {
    $custom_logo_output = ‘maintenance‘;
    }

    if (isset($options[‘enable_maintenance’])) {
    $maintenance_mode = $options[‘enable_maintenance’];
    } else {
    $maintenance_mode = false;
    }

    if ($maintenance_mode) {

    if ( !current_user_can( ‘edit_themes’ ) || !is_user_logged_in() ) {
    wp_die($custom_logo_output . ‘<p style=”text-align:center”>We are currently in maintenance mode, please check back shortly.</p>’);
    }

    }
    }
    add_action(‘get_header’, ‘sf_maintenance_mode’);

    in reply to: Fatal Error Since Updating #18779
    matt5834
    Member
    Post count: 23

    Thanks for your help Gorkism.

    I have version 1.02. Do you know of a way I could get a more recent one.
    THank you!
    Matt

    in reply to: Fatal Error Since Updating #18778
    matt5834
    Member
    Post count: 23

    One more important note. The site loads if I’m logged in as the admin. If I’m not logged in the site shows the error..

    in reply to: Fatal Error Since Updating #18774
    matt5834
    Member
    Post count: 23

    We just tried this and it didn’t work.

    in reply to: Fatal Error Since Updating #18772
    matt5834
    Member
    Post count: 23

    Please help. I have done the following:

    My site works with every other theme except Flexform.

    1. Reinstalled WordPress
    2. Re-downloaded and installed Flexform several times.
    3. I’ve removed every plugin.

    Still, my site goes to the “….site under maintenance error”

    Is there someway just to shut that page off??

    yciw.net

    in reply to: Fatal Error Since Updating #18769
    matt5834
    Member
    Post count: 23

    Cosmin-
    Also, my site works fine with other themes.

    Please help me if you can, I’m extremely frustrated. Going on my 3rd day with no site.

    Best,
    Matt

    in reply to: Fatal Error Since Updating #18754
    matt5834
    Member
    Post count: 23

    Hi Cosmin-
    This is the error related to Flexform:

    [28-Aug-2013 12:33:59] PHP Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home1/yciwnet/public_html/wp-content/themes/flexform/functions.php on line 172

    Bluehost is saying that this is the questionable code:

    if ( in_array( ‘woocommerce/woocommerce.php’, apply_filters( ‘active_plugins’, get_option( ‘active_plugins’ ) ) ) ) {

    in reply to: Flexform is causing a Maintenance Mode Error #18704
    matt5834
    Member
    Post count: 23

    Bluehost is my provider

    in reply to: Flexform is causing a Maintenance Mode Error #18703
    matt5834
    Member
    Post count: 23

    I’ve posted the error in a reply above.

    in reply to: Flexform is causing a Maintenance Mode Error #18647
    matt5834
    Member
    Post count: 23

    here is my url:

    yciw.net

    Let me know and I’ll send over my admin log in info in a private reply.

    Thank you!
    Matt

Viewing 15 posts - 1 through 15 (of 23 total)