• Resolved alexmastny

    (@alexmastny)


    If you use the Accordion and enable the Button – it is optically there but has no function. It’s just plain text. Very sad – this makes this really beautifuly and technically perfect accordion unuseful :'(

    please fix ….

    scroll down to the end of the page – there i left it for testing.

    thanks

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter alexmastny

    (@alexmastny)

    I found out so far:

    at the file: image-accordion.php

    in the area about line 750:
    your $item['link']['url'] is empty at the moment, so no <a> is produced.

    previously in the code, in the area about line 668:

    if ( isset( $item['image']['url'] ) ) { .....

    i stored the Lightbox URL into a member array of the class:
    $lightboxUrls[] = esc_url( $item['link']['lightboxImage']['full'] );

    later, it would be possible to fill up $item['link']['url'] with this URL.

    maybe that helps for the start…

    Greetings

    • This reply was modified 3 years, 4 months ago by alexmastny.
    Plugin Author BloomPixel

    (@bloompixel)

    Hi @alexmastny

    Thank you for writing to us.

    There is nothing to fix in the button as the button is shown only when you enable it using the Show Button option. Once you enable it, you can choose to link the button to any page, show a lightbox image or lightbox video. All the options are there in the dropdown menu.

    In your case, I think you want to show the lightbox image. So you can simply choose the Lightbox Image option from the dropdown and then add an image to be shown in the lightbox.

    We have chosen the same behavior as Bricks elements. You can check similar functionality in the Bricks Slider element. We have followed this path to keep the user experience same as using default Bricks elements.

    I hope it helps. If you have any doubts or questions, please let us know.

    Thread Starter alexmastny

    (@alexmastny)

    Hi BloomPixel Team, thank you for answering.

    I’ve added the link of my site where you can see the issue in my first posting.

    Please have a look at it – there is not really a Button to click.
    Of course I made use of your extension as you described it. It was simple and clear to use.
    But:
    It looks like a button but it isn’t.
    It has no functionallity behind it.
    No Lightbox will open.

    Also in php the opbject is empty so your code doesn’t generate the a tag – here you have the proof of evidence:

    <span class=&quot;mab-button-icon mab-button-icon-right&quot;> <svg class=&quot;icon-svg&quot; xmlns=&quot;https://www.w3.org/2000/svg&quot; id=&quot;Layer_1&quot; data-name=&quot;Layer 1&quot; viewBox=&quot;0 0 122.88 122.88&quot;><defs><style>.cls-1{fill-rule:evenodd;}</style></defs><title>magnifying-glass-zoom</title><path class=&quot;cls-1&quot; d=&quot;M42.31,0A42.31,42.31,0,0,1,77.52,65.75l8.56,8.56.09-.09a5.38,5.38,0,0,1,7.59,0l27.55,27.55a5.39,5.39,0,0,1,0,7.59l-12,12a5.39,5.39,0,0,1-7.59,0L74.22,93.76a5.38,5.38,0,0,1,0-7.59l.09-.09-8.56-8.56A42.31,42.31,0,1,1,42.31,0ZM25.19,37H37V25.19H47.79V37H59.43V47.79H47.79V59.43H37V47.79H25.19V37ZM42.31,9.5A32.81,32.81,0,1,1,9.5,42.31,32.81,32.81,0,0,1,42.31,9.5Z&quot;></path></svg> </span>

    Greetings ??

    • This reply was modified 3 years, 4 months ago by alexmastny.
    Plugin Author BloomPixel

    (@bloompixel)

    Hi @alexmastny

    I have already checked your webpage.

    The button doesn’t have any functionality because you haven’t added anything on it from element settings. You simply enabled it from the settings. You can either add a link or lightbox image or video. There is an option for it.

    Let me know if you can’t find it. I can give you the exact steps.

    Thanks

    Thread Starter alexmastny

    (@alexmastny)

    Hi,
    I’ve uploaded a screeenshot of my settings at Nimbus. I really don’t know, where else I can add additional settings for the Lightbox Image.

    https://nimb.ws/YMzFvb

    Greetings ??

    Plugin Author BloomPixel

    (@bloompixel)

    Hi @alexmastny

    Thank you for the screenshot and apologies for the inconvenience.

    I have just released an update with the fix. Normal links were working fine but the lightbox option had an issue. Please update your plugin to the latest version 1.1.1 and your issue will be resolved.

    Let me know if you need any other help ??

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Accordion – Buttons Bug- Just Text, No Button’ is closed to new replies.