• HI

    Thanks for the plugin .

    I went through the all questions / resolved ticket .

    1. Plugin is activated
    2. I am not sure of ID’s so i have activated Auto fix widget id
    3. My theme has infinite scrolling so no footer in my theme
    4. cleared the cache / deactivated it .. no luck

    Question –

    Is this plugin works if there is no footer for the theme ?

    Register sidebar code

    /*-----------------------------------------------------------------------------------*/
    /* Registers our theme widget areas and sidebars
    /*-----------------------------------------------------------------------------------*/
    if ( !function_exists( 'ct_widgets_init' ) ) {
    function ct_widgets_init() {
    	register_sidebar(array(
    		'name' => 'Homepage Top',
    		'id' => 'ct_home_top',
    		'description' => __( 'Appears on the top of Homepage', 'color-theme-framework' ),
    		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    		'after_widget' => '</aside>',
    		'before_title' => '<h3 class="widget-title">',
    		'after_title' => '</h3>',
    	));
    
    	register_sidebar(array(
    		'name' => 'Homepage Sidebar',
    		'id' => 'ct_home_sidebar',
    		'description' => __( 'Appears on the Homepage', 'color-theme-framework' ),
    		'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
    		'after_widget' => '</aside>',
    		'before_title' => '<h3 class="widget-title">',
    		'after_title' => '</h3>',
    	));
    
    	register_sidebar(array(
    		'name' => 'Single Post Sidebar',
    		'id' => 'ct_single_sidebar',
    		'description' => __( 'Appears on the Single post page', 'color-theme-framework' ),
    		'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
    		'after_widget' => '</aside>',
    		'before_title' => '<h3 class="widget-title">',
    		'after_title' => '</h3>',
    	));
    
    	register_sidebar(array(
    		'name' => 'Single Post Top',
    		'id' => 'ct_single_top',
    		'description' => __( 'Appears on the Single post page (very top)', 'color-theme-framework' ),
    		'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
    		'after_widget' => '</aside>',
    		'before_title' => '<h3 class="widget-title">',
    		'after_title' => '</h3>',
    	));
    
    	register_sidebar(array(
    		'name' => 'Category Page Top',
    		'id' => 'ct_category_top',
    		'description' => __( 'Appears on the Category page (very top)', 'color-theme-framework' ),
    		'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
    		'after_widget' => '</aside>',
    		'before_title' => '<h3 class="widget-title">',
    		'after_title' => '</h3>',
    	));
    
    	register_sidebar(array(
    		'name' => 'Category Page Sidebar',
    		'id' => 'ct_category_sidebar',
    		'description' => __( 'Appears on the Category page', 'color-theme-framework' ),
    		'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
    		'after_widget' => '</aside>',
    		'before_title' => '<h3 class="widget-title">',
    		'after_title' => '</h3>',
    	));
    
    	register_sidebar(array(
    		'name' => 'Category Page Ads Area',
    		'id' => 'ct_category_ads',
    		'description' => __( 'Appears on the Category page', 'color-theme-framework' ),
    		'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
    		'after_widget' => '</aside>',
    		'before_title' => '<h3 class="widget-title">',
    		'after_title' => '</h3>',
    	));
    
    	register_sidebar(array(
    		'name' => 'Page Sidebar',
    		'id' => 'ct_page_sidebar',
    		'description' => __( 'Appears on the Pages', 'color-theme-framework' ),
    		'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
    		'after_widget' => '</aside>',
    		'before_title' => '<h3 class="widget-title">',
    		'after_title' => '</h3>',
    	));
    
    /*	register_sidebar(array(
    		'name' => 'Footer',
    		'id' => 'ct_footer',
    		'description' => __( 'Appears on footer area', 'color-theme-framework' ),
    		'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
    		'after_widget' => '</aside>',
    		'before_title' => '<h3 class="widget-title">',
    		'after_title' => '</h3>',
    	)); */
    
    	register_sidebar(array(
    		'name' => 'Woocommerce Sidebar',
    		'id' => 'ct_woocommerce_sidebar',
    		'description' => __( 'Appears on the Woocommerce Shop', 'color-theme-framework' ),
    		'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
    		'after_widget' => '</aside>',
    		'before_title' => '<h3 class="widget-title">',
    		'after_title' => '</h3>'
    	));
    }
    add_action( 'widgets_init', 'ct_widgets_init' );
    }
    
    if ( !isset( $content_width ) )
    	$content_width = 980;

    url to page – http://www.javamazon.com

    https://wordpress.org/plugins/q2w3-fixed-widget/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hello!

    Good news – the plugin is working on your site!
    But Infinite Scroll requires you to activate Refresh Interval option. Try values from 1500 to 2500

    Thread Starter Navneet

    (@smiles4navt)

    Hi Max

    Thanks for input.

    There was a select box with an option – Fixed widget

    so i have click it to make the widget fixed at its position.

    Hope i think this is part of the plugin.

    Thanks for help

    Cheers

    Plugin Contributor Max Bond

    (@max-bond)

    Not sure understood your correctly…

    Did you see plugin options page (Appearance -> Fixed Widget Options)?

    Thread Starter Navneet

    (@smiles4navt)

    Yes i did see the plugin – (Appearance -> Fixed Widget Options)

    Under compatibility

    Auto Fixed widget enabled
    widget_display_callback hook priority:30

    and remaining unchecked

    ——- This did not worked for me ——-

    But when i enable fixed widget checkbox option under each widget it was working thereafter , the widget option is as shown in attached image file.

    http://postimg.org/image/l37yfmqip/

    Thanks

    Plugin Contributor Max Bond

    (@max-bond)

    Yes, I see now. Too many widgets are fixed.
    Try to fix only the last widget!

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

The topic ‘Pligin activated not working’ is closed to new replies.