Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Unfortunately, there is still no solution on this issue.
    @takayukister Was there a plug-in update considering this issue?

    Hi, I have some problem.
    Did you do it?

    Forum: Plugins
    In reply to: Flamingo Channel Delete

    Hi, I have some problem.
    Did you do it?

    Thread Starter nickanvar

    (@nickanvar)

    Now periodically part of the interface of WordPress disappears.
    To continue to work I need to disable your plugin.

    help

    Thread Starter nickanvar

    (@nickanvar)

    and Then check your widgets in WP-menu.

    Thread Starter nickanvar

    (@nickanvar)

    ok, I did it. In Pro version this is doesn’t work right.

    In front-page.php lanes 184-269
    before:

    <?php
    
    	/* OUR FOCUS SECTION */
    
    	$zerif_ourfocus_show = get_theme_mod('zerif_ourfocus_show');
    
    	if( isset($zerif_ourfocus_show) && $zerif_ourfocus_show != 1 ):
    
    	zerif_before_our_focus_trigger();
    
    		get_template_part( 'sections/our_focus' );
    
    	zerif_after_our_focus_trigger();
    
    	endif;
    
    	/* RIBBON WITH BOTTOM BUTTON */
    
    	get_template_part( 'sections/ribbon_with_bottom_button' );
    
            /* OUR TEAM */
    
    	$zerif_ourteam_show = get_theme_mod('zerif_ourteam_show');
    
    	if( isset($zerif_ourteam_show) && $zerif_ourteam_show != 1 ):
    
    	zerif_before_our_team_trigger();
    
    		get_template_part( 'sections/our_team' );
    
    	zerif_after_our_team_trigger();
    
    	endif;
    
    	/* LATEST NEWS */
    	$zerif_latestnews_show = get_theme_mod('zerif_latestnews_show');
    
    	if( isset($zerif_latestnews_show) && $zerif_latestnews_show != 1 ):
    
    	zerif_before_latest_news_trigger();
    
    		get_template_part( 'sections/latest_news' );
    
    	zerif_after_latest_news_trigger();
    
    	endif;
    
    	/* ABOUT US */
    
    	$zerif_aboutus_show = get_theme_mod('zerif_aboutus_show');
    
    	if( isset($zerif_aboutus_show) && $zerif_aboutus_show != 1 ):
    
    	zerif_before_about_us_trigger();
    
    		get_template_part( 'sections/about_us' );
    
    	zerif_after_about_us_trigger();
    
    	endif;	
    
    	/* TESTIMONIALS */
    
    	$zerif_testimonials_show = get_theme_mod('zerif_testimonials_show');
    
    	if( isset($zerif_testimonials_show) && $zerif_testimonials_show != 1 ):
    
    	zerif_before_testimonials_trigger();
    
    		get_template_part( 'sections/testimonials' );
    
    	zerif_after_testimonials_trigger();
    
    	endif;
    
    	/* RIBBON WITH RIGHT SIDE BUTTON */
    
    	get_template_part( 'sections/ribbon_with_right_button' );
    
    		/* CONTACT US */
    		$zerif_contactus_show = get_theme_mod('zerif_contactus_show');
    
    		if( isset($zerif_contactus_show) && $zerif_contactus_show != 1 ):
    			?>

    After:

    <?php
    
    	/* OUR TEAM */
    
    	$zerif_ourteam_show = get_theme_mod('zerif_ourteam_show');
    
    	if( isset($zerif_ourteam_show) && $zerif_ourteam_show != 1 ):
    
    	zerif_before_our_team_trigger();
    
    		get_template_part( 'sections/our_team' );
    
    	zerif_after_our_team_trigger();
    
    	endif;
    
    	/* LATEST NEWS */
    	$zerif_latestnews_show = get_theme_mod('zerif_latestnews_show');
    
    	if( isset($zerif_latestnews_show) && $zerif_latestnews_show != 1 ):
    
    	zerif_before_latest_news_trigger();
    
    		get_template_part( 'sections/latest_news' );
    
    	zerif_after_latest_news_trigger();
    
    	endif;
    
    	/* OUR FOCUS SECTION */
    
    	$zerif_ourfocus_show = get_theme_mod('zerif_ourfocus_show');
    
    	if( isset($zerif_ourfocus_show) && $zerif_ourfocus_show != 1 ):
    
    	zerif_before_our_focus_trigger();
    
    		get_template_part( 'sections/our_focus' );
    
    	zerif_after_our_focus_trigger();
    
    	endif;
    
    	/* RIBBON WITH BOTTOM BUTTON */
    
    	get_template_part( 'sections/ribbon_with_bottom_button' );
    
    	/* ABOUT US */
    
    	$zerif_aboutus_show = get_theme_mod('zerif_aboutus_show');
    
    	if( isset($zerif_aboutus_show) && $zerif_aboutus_show != 1 ):
    
    	zerif_before_about_us_trigger();
    
    		get_template_part( 'sections/about_us' );
    
    	zerif_after_about_us_trigger();
    
    	endif;	
    
    	/* TESTIMONIALS */
    
    	$zerif_testimonials_show = get_theme_mod('zerif_testimonials_show');
    
    	if( isset($zerif_testimonials_show) && $zerif_testimonials_show != 1 ):
    
    	zerif_before_testimonials_trigger();
    
    		get_template_part( 'sections/testimonials' );
    
    	zerif_after_testimonials_trigger();
    
    	endif;
    
    	/* RIBBON WITH RIGHT SIDE BUTTON */
    
    	get_template_part( 'sections/ribbon_with_right_button' );
    
    		/* CONTACT US */
    		$zerif_contactus_show = get_theme_mod('zerif_contactus_show');
    
    		if( isset($zerif_contactus_show) && $zerif_contactus_show != 1 ):
    			?>

    I hope it will be usefull someone else.

    Thread Starter nickanvar

    (@nickanvar)

    Stefano Lissa Hello!

    Sorry. I explained it badly.
    You didn’t understand me correctly.

    I haven’t any errors.
    Just all of my lists of subscribers is full. (20/20 lists)

    How I can to clear any list?
    I tried to reinstall the plugin, but it didn’t work. Data base has been saved.

    The plugin allows to delete only one subscriber in the list.
    I have more than 1000 subscribers. It’s too many for that.

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