Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Kathy Webber

Forum Replies Created

Viewing 8 posts - 11 through 18 (of 18 total)
  • Kathy Webber in reply to:
    WCK Custom Field Count
    #185158

    Hi Trevor,

    Unfortunately the update doesn’t work, even with this fix plugin installed. The person with the login capability is away, so I can’t update the plugin for a while yet. So I can’t do anything until it’s updated, correct?

    Kathy Webber in reply to:
    WCK Custom Field Count
    #185148

    Done – the update will have to wait as it’s a locked down Windows system that I don’t have access to (The file manager plugin won’t extract the Search and Filter files). Could you let me know if the update would address this?

    Kathy Webber in reply to:
    WCK Custom Field Count
    #185130

    Tagged for email notification 🙂

    Kathy Webber in reply to:
    Update Error
    #182239

    Hi there,

    I installed the fix-windows plugin, no luck. I have version 2.3.4 installed. I will try the manual update, but before I do, is there any issue with the domain authorization being a subdomain? It’s displaying as: accredited.factwebsite.org/ (should it have the http:// in front in the display? Ie, is it incomplete?)

    Kathy Webber in reply to:
    Breadcrumbs Revisited – Hoping for Confirmation
    #154866

    Perfect, thank you!

    Kathy Webber in reply to:
    Breadcrumbs Revisited – Hoping for Confirmation
    #154736

    Unfortunately that’s a no-go. The complete code I put in (using your good chunk there) looked like:

    <?php global $searchandfilter;
     
    $sf_current_query = $searchandfilter->get(15)->current_query()->get_array();
    echo '<strong>Filtered by:</strong>';
    
    if ( is_empty($sf_current_query ) ) {
      echo "all";
    } else {
      foreach($sf_current_query as $key) {
      echo '&nbsp; &bull; ' . $key['active_terms'][0]['name'] . ' ';
    }	
    }?>

    Am I missing something above if? Feels like that’s maybe where I’m off?
    (The page does not display anything – no sidebar, no search form, so as-is above it pretty broken – did I close off the function properly?)

    Kathy Webber in reply to:
    Taxonomy Breadcrumbs
    #147706

    For clarity, this is what I used:

    global $searchandfilter;
    $sf_current_query = $searchandfilter->get(339)->current_query()->get_array();
    foreach($sf_current_query as $key) {
      echo '<div>' . $key['active_terms'][0]['name'] . '</div>';
    }
    Kathy Webber in reply to:
    Taxonomy Breadcrumbs
    #147704

    Hello! That worked perfectly, just a bit of styling to do – thank you so much, and sorry for the delay, busy week 🙂

Viewing 8 posts - 11 through 18 (of 18 total)