• Resolved dhy0209

    (@dhy0209)


    I recently try to use ResponsiveBoat Theme 1.1.4 version and try to change the ‘Big Title” ,

    but it doesn’t work at all.

    So, I carefully review all source code and found one simple trick solution.

    I wonder whether this change has no problem or not, but so far it’s ok anyway.

    before change your theme source code be sure to back-up your all data in wordpress.

    1. Go to Themer editor -> open “big_title.php” file, below the /* Big title */ section

    2. find $zerif_bigtitle_title = get_theme_mod( ‘zerif_bigtitle_title’, ~ paragraph \.

    3. change ‘zerif_bigtitle_title’ to ‘zerif_bigtitle_title_2’

    4. there will be two ‘zerif_bigtitle_title’, change both.

    5. and I finally got the text which I want in Big Title Section.

    =================================================================================
    /* Big title */
    $responsiveboat_parent_theme = get_template();

    if( !empty($responsiveboat_parent_theme) && ($responsiveboat_parent_theme == ‘zerif-pro’) ):

    $zerif_bigtitle_title = get_theme_mod( ‘zerif_bigtitle_title_2’, __(‘To add a title here please go to Customizer, “Big title section”‘,’responsiveboat’) );

    else:

    $zerif_bigtitle_title = get_theme_mod(‘zerif_bigtitle_title_2’,__(‘ONE OF THE TOP 10 MOST POPULAR THEMES ON www.remarpro.com’,’responsiveboat’));

    endif;
    =================================================================================

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change “Big Title” Section’ is closed to new replies.