Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Can't log in?? #719848

    It didn’t work when we re-uploaded it. I’m not understanding how this happened. I’ve used themes from the template before and it never over-road the whole log-in process. Why did that happen? I want to use this template but don’t want for it to happen again.

    in reply to: Drop down for page organization #698832

    Almost like this page, although I don’t necessarily like the setup. They have a “browse by knowledge base” area. It’s practically the same concept as the blogs, where you can assign a category, and then the categories are displayed on the right column where each is clickable and filters the blogs.

    Example:

    http://www.pressganey.com/resources#?t=Select%20all/none?t=Clinical%20Quality?t=Nursing%20Quality:%20NDNQI?t=Core%20Quality%20Measures?t=Patient-Reported%20Outcomes%20(PROMS)?t=Engagement?t=Caregiver%20Burnout?t=General?t=Patient%20Experience?t=CAHPS%20Programs?t=Transparency?t=Nursing?t=Safety?m=Select%20all/none?m=Knowledge%20Brief?m=Program%20Summary?m=White%20Papers?m=Research%20Notes?m=Blog?m=Video?m=Webinar?m=Case%20Study?m=Partners%20Magazine?m=Report?s=Select%20all/none?s=ACO/Cross-Continuum?s=Acute?s=Acute%20Care?s=Ambulatory%20Surgery?s=Behavioral%20Health?s=Dialysis/ICH?s=Emergency%20Department?s=General?s=Home%20Health?s=ICU?s=Medical%20Practice?s=NDNQI?s=Nursing?s=Pediatrics?s=Post-Acute%20Care?s=Specialty%20Services?s=Transparency

    in reply to: Drop down for page organization #697960

    Almost like an ecommerce site where you can filter by a drop down menu or similar, but there would be topics for the filter. I want to be able to choose “employee engagement” for example and have only the white papers that fall under that category to display. Right now the page has a whole list of white papers that you have to scroll forever to see. It would be more user friendly if they could filter for the topic they’re interested in and only see those displayed.

    in reply to: Adding a logo to a header for some pages #657218

    How so I specify which pages have this alternative logo? I have about 5 password-protected pages that need this logo.

    in reply to: Adding a logo to a header for some pages #657175

    Thank you. Do I add this anywhere? I’m not a wordpress pro and I’m afraid I’ll mess something up.

    Please add following code to Functions.php file in Appearance > Editor

    add_filter(‘avf_logo’,’av_change_logo’);
    function av_change_logo($logo)
    {
    if(is_page(9) )
    {
    $logo = “http://kriesi.at/wp-content/themes/kriesi/images/logo.png”;
    }
    return $logo;
    }

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