• Resolved pundurbrother

    (@pundurbrother)


    Hi!

    This is not the first time this happens with plugins (I just find similar that works) in widget zone, but as Events Manager seems to be the best plugin of it’s kind I have to get it work with this theme.

    My page theme (Gluttony) generates background in sidebar widgets. But there’s no background under Events Manager calendar.. I managed to put same color background for it in events_manager.css but I want to resolve this once and for all so it’s working for all plugins and not to have temporary fix.

    I will really need your help, because I am beginner and do not know what’s the problem and how to work it out.

    My web page is https://www.freeskate.lv
    Gluttony theme style.css

    Thanks in advance! Will be waiting for some tip to continue

    https://www.ads-software.com/extend/plugins/events-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • try using css class widget widget_em_calendar

    Thread Starter pundurbrother

    (@pundurbrother)

    This would be only temporary fix for Events manager plugin.

    I want to understand why it’s showing without background while other widgets do have it. Possibly Gluttony theme’s style.css could be written better so it would work with all plugins in widget zone?!

    .sidebar ul ul{
    	padding: 0 10px 10px;
    	line-height: 18px;
    	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
    }
    Thread Starter pundurbrother

    (@pundurbrother)

    It could be not recognized because of tables?

    actually, it depends on your theme.

    Example:

    Using wp function register_sidebar, you can do something like this

    register_sidebar(array(
     'name' => 'Sidebar',
     'before_widget' => '<div class="sidebar-box-wrap"><div class="sidebar-box">',
     'after_widget' => '</div></div>',
     'before_title' => '<span class="sidebar-box-title">',
     'after_title' => '</span>',
        ));

    then style it like

    #sidebar {}, .sidebar-box-wrap {}, .sidebar-box {}, .sidebar-box ul li { }

    Thread Starter pundurbrother

    (@pundurbrother)

    Thank you agelonwl, I will use widget_em_calendar class. Register_sidebar thing will be a bit hard for me to get working.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Events Manager] widget background not showing under calendar’ is closed to new replies.