• Resolved gattiken

    (@gattiken)


    Hi!
    I want know if is possible make two or more sidebar styles. In your plugin is this:

    register_sidebar( array(
    ‘name’ => $post->post_title,
    ‘description’ => $desc,
    ‘id’ => self::SIDEBAR_PREFIX.$post->ID,
    ‘before_widget’ => ‘<li id=”%1$s” class=”widget-container %2$s”>’,
    ‘after_widget’ => ”,
    ‘before_title’ => ‘<h3 class=”widget-title”>’,
    ‘after_title’ => ‘</h3>’,
    ));

    And the information that i want change is : ‘<h3 class=”widget-title”>’ with ‘<h3 class=”widget-title2″>’,but I want choose between one or other style in function that the page where appears.

    is it possible?

    https://www.ads-software.com/plugins/content-aware-sidebars/

Viewing 1 replies (of 1 total)
  • Plugin Author Joachim Jensen

    (@intoxstudio)

    When you merge with/replace another sidebar, the styles will be inherited from that one. Do you want to be able to change styles?

    Or do you have a sidebar that you insert manually with display_ca_sidebar() that you want to style?

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Styles’ is closed to new replies.