Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author osCitas Themes

    (@oscitas)

    Hi Johnmorse,

    Thanks for using our plugin and pointing the issue, we have already resolved this issue and implemented few more features, will update tomorrow so please take update. For the time being you can do one of the following thing

    1. Update your wordpress to latest version
    2. or replace line no. 227 with following code

    if ( function_exists( 'wp_enqueue_media' ) ) {
          /* WP 3.5 Media Uploader */
          wp_enqueue_media();
    }

    Thanks

    Thread Starter johnmorse

    (@johnmorse)

    Hi,

    Thanks for the response.
    I’ve tried that change (#2) and I get the following error now when I’m updating it.

    “Fatal error: Can’t use function return value in write context in /home/thorasy/public_html/dev/wp-content/plugins/easy-wp-parallax-slider/easy-parallax-slider.php on line 229”

    It seems to not like the wp_enqueue_media() command. I can comment it out, and the plugin ‘works’ but I can’t upload media to sliders.

    John

    Thread Starter johnmorse

    (@johnmorse)

    OK,

    I updated to 3.7.1. It seems to work now. Thanks. Odd how 3.7 breaks it.

    John

    Plugin Author osCitas Themes

    (@oscitas)

    Hi,

    Yes, if you will comment it out then you will not be able to upload images. In this case you have to wait for our next release. Which WP version you are using?

    Thanks,

    Plugin Author osCitas Themes

    (@oscitas)

    Great, thanks

    Thread Starter johnmorse

    (@johnmorse)

    I was using 3.7.

    I’ve just tried to use a slider. Something is not working. All the images just appear stacked, the text won’t overlay. There is no pagination.

    Thanks for the quick support, but this plugin does not seem to work for my purposes.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fatal Error’ is closed to new replies.