Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author nicearma

    (@nicearma)

    yes you can, if you know php, you can see what i do for the gallery shortcode, get all IdPosts with [gallery…, get all imageId ans sizes used, and with the javascript do the match.

    See the:
    convertIdToGalleriesSizes from php/converters/ConvertWordpressToDNUI.php
    readGalleries from php/rest/ImageRest.php

    if (_.isUndefined($scope.galleriesSizes)) {
        $scope.callServerStatus = 1;
        ImagesResource.galleries().$promise.then(function (galleriesSizes) {
                                    $scope.galleriesSizes = galleriesSizes;
                                    getImages();
                                });
        } else {
        getImages();
    }

    from js/ctrl/images-ctrl.js

    If your site in not to big (the site http://www.972creative.com/) you can add other rest service, and get the html end code of every page or/and post and do the match.

    Normally i doing the PRO version, and you can ask me to do it for you if you take the pro version, because this take me some time, the next week will be online.

    Plugin Author nicearma

    (@nicearma)

    or you can add your own checker, but this is more SQL approach, all depend of the shortcode Architecture

    Plugin Author nicearma

    (@nicearma)

    I added logic for all shortcodes, i’m testing in (in the pro version) and i will put this in the wordpress.org version to

    Thread Starter 972 creative

    (@toddedelman)

    I’d be happy to test for you. This is a critical feature to use the plugin with today’s theme builders.

    Plugin Author nicearma

    (@nicearma)

    In the version 2.3 you have the logic for shorcode

    Thread Starter 972 creative

    (@toddedelman)

    Thanks. I’ll give it a try.

    Plugin Author nicearma

    (@nicearma)

    Any news about this?

    Plugin Author nicearma

    (@nicearma)

    nothing?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘plugin doesn't recognize images used through visual composer’ is closed to new replies.