Viewing 3 replies - 1 through 3 (of 3 total)
  • our php.ini had this:
    ;extension=fileinfo.so

    so we changed it to this:
    extension=php_fileinfo.so

    we also tried
    extension=php_fileinfo.dll

    Each time, the same error as domnulx – no pictures are appearing. The short code ends up looking like this:

    content_flow items=5 src_1=undefined.jpg title_1=SEO Rankings Solutions link_1=http://www.seorankingssolutions.com/ target_1=_blank

    is there any other way to get the pictures uploaded?

    Exactly the same as above, tried on various servers both local and live – fails miserably.

    would it not be better utilising the built in media capabilities?

    if not obtained through php.ini, upload all your images in a

    folder …. wp-content \ plugins \ content-flow3d \ shortcode \

    uploads

    And then correct the code
    content_flow items = 5 src_1 = undefined.jpg

    so we changed it to this:

    content_flow items = 5 src_1 = your picture.jpg

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Content Flow 3D] do not work’ is closed to new replies.