Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Rob Scott

    (@r0bsc0tt)

    Hi @kajibon
    I think this might be an issue with xampp and short tags.
    I missed a <?php on line 52 of that file and had it just as <? which XAMPP did not like.
    I will update the code and add to the repository today.
    If you do not want to wait for the update, you can enable short tags in XAMPP or add <?php to line 52 of /resources/eazy_flickity_slider_admin_tinymce.php

    Thanks

    Plugin Author Rob Scott

    (@r0bsc0tt)

    Hi @kajibon
    I updated the code in the WordPress repository.
    I am going to mark this as closed, if it did not fix your error please open a new support request or contact me on twitter.

    Thanks for checking out the plugin!

    Plugin Author Rob Scott

    (@r0bsc0tt)

    Closing

    Thread Starter kajibon

    (@kajibon)

    sorry sir now warning anathar msg below it
    Plugin could not be activated because it triggered a fatal error.
    Parse error: syntax error, unexpected ‘[‘ in /home/a2951899/public_html/wp-content/plugins/eazy-flickity-slider/resources/eazy_flickity_slider_shortcode.php on line 66

    Plugin Author Rob Scott

    (@r0bsc0tt)

    Hi @kajibon
    I apologize for the plugin not working properly. I know how frusterating it can be when plugins wont install. Thank you for providing feedback on your issues with the plugin so we can get it working properly on your installation.

    Are you still using XAMPP or is that new error on an Apache build?

    The line that is causing an error uses:
    wp_get_attachment_image_src($thumb_id,'full', true)
    which should return an array with a key of [0] going to the src url.
    I am going to change the code to store that function in a variable so hopefully accessing the array keys will work for you.
    I am going to upload this to the repository in a few minutes. Version 1.1.1 of the plugin will have the update.
    Please let me know if this fixes it for you.

    Thanks,
    Rob

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Eazy Flickity Slider cant active.’ is closed to new replies.