blackcrow64

Member

Forum Replies Created

  • In reply to: Slider images not appearing

    #11146

    So I figured out what was wrong… I’m not sure if this was designed this way for the theme or if this is a problem but figured I’d let you know anyways… If you set your feature image by URL rather than selecting it from the media library, it fails to display in the slider… I’m glad I was able to get it fixed at least. =)

    In reply to: Slider images not appearing

    #11145

    I actually just downloaded TextWrangler and it is a great editor for code! Here is what I found…

    // Allow plugin to filter the output error trigger

    if ( WP_DEBUG && apply_filters( ‘deprecated_argument_trigger_error’, true ) ) {

    if ( ! is_null( $message ) )

    trigger_error( sprintf( __(‘%1$s was called with an argument that is deprecated since version %2$s! %3$s’), $function, $version, $message ) );

    else

    trigger_error( sprintf( __(‘%1$s was called with an argument that is deprecated since version %2$s with no alternative available.’), $function, $version ) );

    In reply to: Slider images not appearing

    #11144

    The debug section seemed to be missing completely from my wp-config file. I took the code from the wp-config-sample file and placed it into mine and overwrote it and now when I login to my admin dashboard I receive the following repeated 9 times at the top of the dashboard…

    Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in D:Hosting4184871htmlbatzlimedia.netwp-includesfunctions.php on line 3321

    I have the functions file open and am looking at it but I’m only viewing it in TextEdit (using a Mac) and I’m unable to determine which code is line 3321. Do you have any suggestions on a better editor I should be using? I’m fairly new with using php as I’ve been out of the web design scene for many years now but am trying to get back into it and catch back up on things…

    In reply to: Slider Doesn't Move!!!

    #12276

    Did you set your Slider Speed under the Graphene Options? I set mine to 5000 milliseconds. Give that a try if ya didn’t set it yet.

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