Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter zooguy

    (@zooguy)

    I agree with your assessment. I have several plugins installed but I couldn’t figure out what would prevent me saving my settings.

    I reverted this plugin back to 1.9.1 and things seem to work again. I’m able to save my settings again and I’m able to see my custom login screen again. I also disabled the “Make Website Members Only” setting.

    I tried to narrow down the settings save problem but I couldn’t. I don’t think my other plugins are causing this. I’m using version 3.6.1 of WordPress.

    I don’t know if it matters any but at one point I accidently had a couple version of this plugin active at once (by accident). I eventually cleaned it up and as I said, I reverted back to the older version and it works. Moving back to 2.4.2 still didn’t.

    I’m having this same problem but I’m not given the option to upgrade to 2.3.23. I’m currently using 2.3.10 with WordPress 3.6.1. It appears the 2.3.23 requires 3.8.5. Are you no longer supporting WordPress 3.6.1? I unfortunately can’t upgrade my version of WordPress.

    Any change you could pin-point the line of code that could be changed to fix this problem?

    Thread Starter zooguy

    (@zooguy)

    Thank you for the quick reply…

    I’m unable to try in-line styles since I’m unable to save any A5 settings changes (see the message above). I even get this message when I disable the WordPress Access Control Plugin.

    Enjoy the New Year.

    Thread Starter zooguy

    (@zooguy)

    To clarify, the buttons are mostly horizontal but the second button is slightly lower than the first button and the third button is slightly lower than the second button. This make it look like a stair-step of button rather than a horizontal row of buttons I was previously getting.

    When I removed the reference to site_url in check_for_members_only, I no longer had a problem. I notice that site_url wasn’t being used in 3.1.4.

    I upgraded from 3.1.4 to 4.0.8 and now my login redirections aren’t working.

    If I’m not logged in and attempt to access a page that that is for members only, I see the login window but with the following url:
    https://www.mywebsite.org/subdirectory/wp-login.php?redirect_to=http%3A%2F%2Fwww.mywebsite.org%2Fsubdirectory%2Fsubdirectory%2F%3Fpage_id%3D28

    For some reason, the subdirectory name is appearing twice in the redirect URL.

    I’m using WordPress 2.6.1

    zooguy

    (@zooguy)

    I assume the importing of dates using Excel hasn’t been resolved yet. Is there a workaround? Sometimes the dates are correct and other times they aren’t.

    For example, I’m seeing the following dates in Excel being imported as shown:

    2/6/1901 => 03/14/2037
    5/6/1901 => 06/11/2037
    5/9/1901 => 06/14/2037
    5/31/1901 => 07/06/2037
    10/2/1901 -> 11/07/2037

    I have a table with 500 rows and it is too unresponsive to edit in WordPress so I’m wondering if there something I could do in Excel to make it import correctly?

    zooguy

    (@zooguy)

    I’m also having the same problem. I’m also using GoDaddy shared web hosting. I’ve been in contact with their support but they aren’t much help at the moment.

    Thread Starter zooguy

    (@zooguy)

    I don’t know what happened but now my spoilers are working using chrome, firefox and internet explorer.

    Also, the link I meant to put in my last post is:
    https://www.ads-software.com/plugins/shortcodes-ultimate/

    This still doesn’t work.

    Thread Starter zooguy

    (@zooguy)

    Thanks for the quick response.

    That is helpful but the Name used is actually the WordPress username instead of their actual name. Was that by design?

    Thread Starter zooguy

    (@zooguy)

    Any help?

    Here is what is in my .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    I’ve set the following in my php.ini:
    safe_mode = off

    I’m using php version 5.3.

    Thread Starter zooguy

    (@zooguy)

    Okay.. The answer is… It doesn’t work…

    I’m getting:

    Fatal error: Call to undefined function wp_delete_user() in /wp-content/plugins/wp-united/plugin-main.php on line 854

    Where context around this line (with wp_delete_user) is:

    $result = wpu_validate_new_user($user->user_login, $user->user_email , $errors);
    
    if($result !== false) {
    	// An error occurred validating the new WP user, remove the user.
    
    	wp_delete_user($userID,  0);
    	$message = '<h1>' . __('Error:', 'wp-united') . '</h1>';
    	$message .= '<p>' . implode('</p><p>', $errors->get_error_messages()) . '</p><p>';
    	$message .= __('Please go back and try again, or contact an administrator if you keep seeing this error.', 'wp-united') . '</p>';
    	wp_die($message);
    	exit();
    } else {
    	// create new integrated user in phpBB to match
    	$phpbbID = wpu_create_phpbb_user($userID);
    	$justCreatedUser = $userID;
    	wpu_sync_profiles($user, $phpbbForum->get_userdata('', $phpbbID), 'sync');
    }

    Any idea on what the problem is? I’m able to add a user manually without a problem.

    Thread Starter zooguy

    (@zooguy)

    Thanks.. That’s better.

    Any recommendation on how to get the buttons to fill vertically so that all buttons on the same row have the same height?

    Thread Starter zooguy

    (@zooguy)

    That didn’t seem to help. I’ve changed my theme to Freedom. How do I get the buttons to span the width and height of the cell?

    Here is what I have in my “Text” window:

    To locate the fact sheet by zoo location, <a title="Animal Fact Sheets by Zoo Location" href="https://www.buffalozoodocents.org/wordpress/?page_id=16">click on this link</a>.
    
    Otherwise, select a link on this page for a particular area of the zoo to find the fact sheet.
    
    [row]
    [column size="1/3"] [button wide="yes"] ... [/button] [/column]
    [column size="1/3"] [button wide="yes"] ... [/button] [/column]
    [column size="1/3"] [button wide="yes"] ... [/button] [/column]
    [/row]
    [row]
    [column size="1/3"] [button wide="yes"] ... [/button] [/column]
    [column size="1/3"] [button wide="yes"] ... [/button] [/column]
    [column size="1/3"] [button wide="yes"] ... [/button] [/column]
    [/row]
    [row]
    [column size="1/3"] [button wide="yes"] ... [/button] [/column]
    [column size="1/3"] [button wide="yes"] ... [/button] [/column]
    [column size="1/3"] [button wide="yes"] ... [/button] [/column]
    [/row]
    [row]
    [column size="1/3"] [button wide="yes" url="https://www.buffalozoodocents.org/wordpress/?page_id=123" background="#65a366"]Treehouse and Education Department[/button] [/column]
    [column size="1/3"] [button wide="yes" url="https://www.buffalozoodocents.org/wordpress/?page_id=126" background="#65a366"]Gorilla House[/button] [/column]
    [column size="1/3"] [button wide="yes" url="https://www.buffalozoodocents.org/wordpress/?page_id=134" background="#65a366"]Vanishing Animals South[/button][/column]
    [/row]
    [row]
    [column size="1/3"] [button wide="yes" url="https://www.buffalozoodocents.org/wordpress/?page_id=134" background="#65a366"]Ecostation[/button] [/column]
    [column size="1/3"] [button wide="yes" url="https://www.buffalozoodocents.org/wordpress/?page_id=132" background="#65a366"]Vanishing Animals North[/button][/column]
    [column size="1/3"] [button wide="yes" url="https://www.buffalozoodocents.org/wordpress/?page_id=139" background="#65a366"]Reptile House[/button][/column]
    [/row]

    Thread Starter zooguy

    (@zooguy)

    Custom formatting is enabled in my Settings tab in Shortcodes Ultimate settings.

    I’m using the Skeleton theme. When I switch to the Freedom theme, it looks better but the buttons don’t span the cell. But, I’d prefer to be using the Skeleton them.

Viewing 15 replies - 1 through 15 (of 17 total)