Hey,
Please see shortcodes below:
1- https://pastebin.com/5KyQiyX5
2- https://pastes.io/mvks3eqfsg
3- https://pastes.io/7xf0wrmywt
4- https://pastebin.com/FPkJhChK
Regards,
Yigit
off-topic
btw. @yigit – on masonry gallery (see last code ) there is that one (4th) option missing to have “fixed manually”. Is there a reason for not having it on masonry_gallery ?
i think it would be nice to have on masonry gallery too!
to have tags for media-library images is easy to obtain:
function add_tags_for_attachments() {
register_taxonomy_for_object_type( 'post_tag', 'attachment' );
}
add_action( 'init' , 'add_tags_for_attachments' );
so we could use landscape, portrait, landscape-large, portrait-large, square for them.
Hi,
@Createve_Solutions did the shortcodes that Yigit posted for you solve what you were trying to do?
If you need more you can install Enfold on a localhost or a subdomain and Enable the Avia Layout Builder Debugger to see the shortcodes from the demos. After importing demos on your test site you can the reset the site to test other demos and copy their shortcodes.
Best regards,
Mike