Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • where exactly is the update? Ive spent some time looking for my members area and can not even find that.

    Please let me know as I want to get my popup dominationg working with wp 3.3

    Thread Starter essej8888

    (@essej8888)

    Ive went further and renamed my plugins folder from plugins.old to plugins once again and after looking around renamed my popupdomination folder from that to popupdomination.old and the site is still loading so I am assuming like others its from this plugin.

    This plugin I really love so what are the steps from here to get this plugin working again without affecting the site loading?

    Would appreciate it!

    Thread Starter essej8888

    (@essej8888)

    Update:

    I got the site working again by renaming my plugins folder to plugins.old

    But will renaming it again work?

    what should my steps be now to fixing this issue?

    Thread Starter essej8888

    (@essej8888)

    Here are lines 2101 to 2104 from the general-template.php file if this helps:

    echo apply_filters( ‘wp_admin_css’, “<link rel=’stylesheet’ href='” . esc_url( wp_admin_css_uri( $file ) ) . “‘ type=’text/css’ />\n”, $file );
    if ( is_rtl() )
    echo apply_filters( ‘wp_admin_css’, “<link rel=’stylesheet’ href='” . esc_url( wp_admin_css_uri( “$file-rtl” ) ) . “‘ type=’text/css’ />\n”, “$file-rtl” );
    }

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