• Hello!

    I’m unable to find a place to change the button labels or links in the “big title section”. I am able to change the colors in customizer, but it doesn’t effect my webpage after I have saved the changes.

    Although I found a similar problems listed in other forums, I did not find a solutions that worked.

    I am using Rise Lite, and have “upgraded to Pro” (Zerif Pro as the parent theme). The upgrade process was a little frightening for this tech learner and I had to do quite a bit of searching to find the process – but it seemed to work. There have been a few hiccups since the upgrade and the button issue is one of the most noticeable. I can start a new thread about other issues as needed.

    If these issues can’t be fixed, is there a different way to utilize Zerif Pro while keeping a few stylistic parts of Rise Lite? For example, the ability to add a logo to the header, and have the header stay in place, but change to black when you scroll down?

    https://www.suzannegrandchamp.com

    This is one of my first websites. I’m learning a LOT! Your help is greatly appreciated. ??

    Melissa-Ann

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mcamp64

    (@mcamp64)

    I think removing this fixed it:

    // Remove Setting & Control
    $wp_customize->remove_setting( ‘zerif_logo’ );
    $wp_customize->remove_control( ‘zerif_logo’ );
    $wp_customize->remove_setting( ‘zerif_bigtitle_redbutton_label’ );
    $wp_customize->remove_control( ‘zerif_bigtitle_redbutton_label’ );
    $wp_customize->remove_setting( ‘zerif_bigtitle_redbutton_url’ );
    $wp_customize->remove_control( ‘zerif_bigtitle_redbutton_url’ );
    $wp_customize->remove_setting( ‘zerif_bigtitle_greenbutton_label’ );
    $wp_customize->remove_control( ‘zerif_bigtitle_greenbutton_label’ );
    $wp_customize->remove_setting( ‘zerif_bigtitle_greenbutton_url’ );
    $wp_customize->remove_control( ‘zerif_bigtitle_greenbutton_url’ );
    $wp_customize->remove_setting( ‘zerif_email_icon’ );
    $wp_customize->remove_control( ‘zerif_email_icon’ );
    $wp_customize->remove_setting( ‘zerif_phone_icon’ );
    $wp_customize->remove_control( ‘zerif_phone_icon’ );
    $wp_customize->remove_setting( ‘zerif_address_icon’ );
    $wp_customize->remove_control( ‘zerif_address_icon’ );

    Thread Starter mcamp64

    (@mcamp64)

    nope – but I’m getting closer….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Rise Lite “Pro”: unable to use/view parts of customizer’ is closed to new replies.