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

    (@max-bond)

    Hello!

    I see the widgets are missing id attribute.
    What is your WP version? 3.7.1?
    Is the option “Auto fix widget id” turned on?

    Thread Starter dimitrow

    (@dimitrow)

    Hi Max,

    The ver. of wp is 3.7.1 and yes, Auto fix widget id” is turned on.

    The theme has multiple sidebar for homepage, post, page etc. may be this is the problem. In function.php i found this :

    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”>’,
    ‘after_widget’ => ‘</aside>’,
    ‘before_title’ => ‘<h3 class=”widget-title”>’,
    ‘after_title’ => ‘<span class=”bottom-triangle”></span></h3>’,
    ));

    The code is similar for other sidebars entry

    Plugin Contributor Max Bond

    (@max-bond)

    Hm… everything looks fine.
    Try to disable “Auto fix widget id” option

    Thread Starter dimitrow

    (@dimitrow)

    Same thing with disabled optino :/

    Plugin Contributor Max Bond

    (@max-bond)

    Ok. Leave this option disabled.

    What about register_sidebar for other sidebars?
    All of them have id="%1$s" in before_widget parameter?

    Thread Starter dimitrow

    (@dimitrow)

    Yes, all of them have this :

    ‘before_widget’ => ‘<aside id=”%1$s” class=”widget %2$s”>’,
    ‘after_widget’ => ‘</aside>’,

    Plugin Contributor Max Bond

    (@max-bond)

    Looks like some of your widgets does not use register sidebar parameters… The popular posts widget has an id, but the others doesn’t (also that widgets has an inline styles).
    I think the problem is in “Advanced text widget”!

    Thread Starter dimitrow

    (@dimitrow)

    Yes, the problem is on advance text widget. When I put popular post widget wast a fixed, the plugin work perfect.

    Now … I will install a adsense plugin, and place the ads there. This must be solve the problem ?

    Plugin Contributor Max Bond

    (@max-bond)

    I will install a adsense plugin, and place the ads there. This must be solve the problem ?

    I hope it will! )

    Thread Starter dimitrow

    (@dimitrow)

    Everything is fine when add the ads with standart text widget.

    Thanks for the great and fast support Max !!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘The plugin wont work’ is closed to new replies.