Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • I really wanted to have different user account types for signup on wordpress/buddypress.

    I also tried both versions of this pluging and get the same error message on my homepage and lots more errors on the registration page.

    Thanks Chris for the pointer towards another plugin.

    When I searched I could not find anything like it.

    Thread Starter roughidea

    (@roughidea)

    Hi there cmykkelise,

    I did find a solution but can’t remember where I found it. It was NOT on www.remarpro.com as nobody came up with a solution.

    I found it on another site somewhere and it’s to do with the loading/or loading order of javascript files.

    I had to edit a core file for the fix. I’ll see if I can find the edit on my computer with file comparison and that might help you.

    Thread Starter roughidea

    (@roughidea)

    I’ve now updated site to 3.4 via manual upload.

    I’ve switched to twenty ten and twenty eleven themes with no plugins activated.

    Still the select files in media upload does nothing.

    I have now noticed that screen options link also does nothing.

    I have another wordpress site on the same hosting server but media upload does work on that site. The other site does have problems but i’ll create another topic about those. Hopefully some help will arive soon.

    Thread Starter roughidea

    (@roughidea)

    Thank you for the reply, it was an old post so the line numbers were different but it has allowed my albums to show photos.

    for anyone else with the latest version the line numbers are 431 and 441 for the fix in the linked post above.

    Thread Starter roughidea

    (@roughidea)

    Hi there, I’ve tried IE and Firefox.

    Also the problem exists when using another computer.

    Thread Starter roughidea

    (@roughidea)

    I’ve now discovered on the settings page that if I use ordinary text then the settings will save. If I try to use any of the yoast %% tags on the settings page it fails with the page not found.

    I have read that the header should be <title><?php wp_title(''); ?></title> but why would my settings save when just using standard text?
    It is obviously managing to rewrite with text but not the %% codes.

    My header currently says `<title><?php
    /*
    * Print the <title> tag based on what is being viewed.
    */
    global $page, $paged;

    wp_title( ‘|’, true, ‘right’ );

    // Add the blog name.
    bloginfo( ‘name’ );

    // Add the blog description for the home/front page.
    $site_description = get_bloginfo( ‘description’, ‘display’ );
    if ( $site_description && ( is_home() || is_front_page() ) )
    echo ” | $site_description”;

    // Add a page number if necessary:
    if ( $paged >= 2 || $page >= 2 )
    echo ‘ | ‘ . sprintf( __( ‘Page %s’, ‘autofocus’ ), max( $paged, $page ) );

    ?></title>`

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