Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter fer0s

    (@fer0s)

    My intention is only to report what for me would be a bug. In case you don’t know this behavior and want to solve it. I know there are other ways to set a width with decimals. If you want more information about the problem:

    https://s13.gifyu.com/images/SCCLF.gif

    Thread Starter fer0s

    (@fer0s)

    The issue is not related to any space. The decimal value shown in the screenshot is an overlapping value used to illustrate the problem, for this reason, it appears separated. However, it can be easily distinguished as it is in red and in a different typography.

    To verify the problem, you just need to try manually setting a decimal value in the specified input. However, I see that you are not very interested in checking this. That’s okay from my side, now I know it’s not worth reporting any issues beacuse it would be a waste of time.

    I’m not sure if it’s worth reporting it through the support of the paid version. We have it purchased for our company, but if the response is the same, it’s probably better to forget about it.

    Thread Starter fer0s

    (@fer0s)

    Thank you very much for your response.

    As you mentioned, ever since a similar issue with container widths was resolved, the only way to ensure that certain blocks within a flexbox-row are displayed correctly when applying percentage widths is to place them within containers.

    All these blocks encounter issues when setting percentage widths in a flexbox-row: Heading Advanced, text advanced, image, buttons, SVG Shape, icon box.

    In the icon box block, percentage widths do not work well, even when placed inside a container.

    It would be ideal not to have to wrap all the blocks in containers every time a percentage width is desired, thus avoiding unnecessary increases in DOM size.

    I hope you continue improving your plugin as you have been doing.
    Best regards.

    while an official solution appears, you can fix it editing the carousel-shortcode.php in the /shortcodes folder and replace line:

    $carousel_skin = isset($grid_config['carousel_skin']) ? $grid_config['carousel_skin'] : '';

    by

    $carousel_skin = isset($grid_config['main_skin']) ? $grid_config['main_skin'] : 'thumbnail';

    it worked for me

    You can fix it editing the carousel-shortcode.php in the /shortcodes folder and replace line
    $carousel_skin = isset($grid_config['carousel_skin']) ? $grid_config['carousel_skin'] : '';
    by
    $carousel_skin = isset($grid_config['main_skin']) ? $grid_config['main_skin'] : 'thumbnail';

    luck

Viewing 5 replies - 1 through 5 (of 5 total)