Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter GeorgiaLou

    (@georgialou)

    OK, did some testing.

    I run a local on AMMPS on Mac. I tried PHP 5.6, 7.0 and 7.1 and my live runs 7.0 and all were having the same issue.

    I found out that you cannot set the “Icon Padding” or the “Icon Size” to 0 or a value less than 5. I was inputting a value of 0 rather than using the up/down arrows and that’s the issue. If you set it to anything less than 5, the widget won’t save.

    So, if anyone gets stuck again on this, that might be their issue, too. Working fine just don’t try to add your own values I guess!

    Thanks!

    Thread Starter GeorgiaLou

    (@georgialou)

    I tested with 2.5.15 and it still had the issue but then I saw version 2.5.16 of the Page Builder was available and updated to that and it’s all working now.

    Thanks for your quick response and great work! SO Page Builder is my favorite page builder and I recommend it to everyone. Simple, easy to use and understand and not a resource hog. Thanks again!

    Thread Starter GeorgiaLou

    (@georgialou)

    Hi –

    Thanks for your quick reply! Wow!

    This is my config:

    /* Early exit if Kirki is not installed */
    if ( ! class_exists( 'Kirki' ) ) {
        return;
    }
    
    /* Register Kirki config */
    Kirki::add_config( 'primadonna_settings', array(
            'capability'            => 'edit_theme_options',
            'option_type'           => 'theme_mod',
        ) );
    }

    I forgot to mention previously too that this is a Child Theme so now I am wondering if this might be the issue? Parent theme doesn’t use Kirki at all

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