• Resolved alex_moz

    (@alex_moz)


    Hi Biplob,
    Thank you for this amazing plugin!!

    A quick suggestion to add a nice feature. At this point, all the “Image Hover items” are shown as “1, 2, 3, …” in Visual Composer, when adding them.
    Also, once the “Image Hover item” is added, it only shows “Ultimate Image Hover” in the Visual Composer, so it’s not possible which one is actually selected.

    By making the following changes in index.php file of your plugin, it’s possible to make the Visual Composer part of your plugin more user-friendly.

    In index.php:
    Line 324: replace $vcdata[] = $value['id']." with $vcdata[] = $value['id']." - ".$value['name'];
    Line 333: add "holder" => "h3",
    Both changes are inside the “iheu_oxi_VC_extension()” function.

    First change will replace the “1, 2, 3…” with “1 – name1, 2 – name2, …” in the Visual Composer selector.
    Second change will add the actual selected name (name1, name2, etc.) to the Visual Composer Element box once it’s added.

    Both changes make it VERY convenient to modify the VC’s boxes, as it’ll be possible to see what’s inside of each “Ultimate Image Hover” VC element. Otherwise, having 5 of them or more makes it very difficult to keep track which one is where.

    Thanks,
    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author biplob018

    (@biplob018)

    Thank You very much to suggest me. I will add this features into next version. May users can select from name with style id.

    Thread Starter alex_moz

    (@alex_moz)

    Hi Biplob,

    Could you please add this feature to the next release?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Useful feature to add’ is closed to new replies.