BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 4,071 through 4,080 (of 15,332 total)
  • Author
    Posts
  • in reply to: Indexing Custom Fields #410346
    Steven Zahm
    Keymaster

    @ Jake

    If I understand what I am looking at… the keyword search does not return entities that were assigned a category. It will only search the fields selected on the Connections : Settings admin page under the search tab.

    To search by category, you would use that category dropdown. If you want to search for a specific category within the list of category, you use the category search input that is displayed when you open the category drop down.

    Are we on the same page?

    in reply to: image dimensions on single card #410345
    Steven Zahm
    Keymaster

    @ Mary

    Use this:

    $entry->getOriginalImageURL( 'logo' ); // or 'photo'
    

    This will return the raw URL, so you’ll have to write your image tag.

    Steven Zahm
    Keymaster

    @ Jennifer

    Use an if statement, like so:

    if ( 'individual' !== $entry->getEntryType ) {
        $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '', 'after' => '' ) );
    }
    

    Now the category block will only display if the entry is not an individual.

    As for the template, do not use the template shortcode option, Connections will pick up the template automatically if the file exists. One thing to keep in mind, the category template will only be picked up when viewing the related category. Hope that make sense?

    in reply to: Indexing Custom Fields #410335
    Steven Zahm
    Keymaster

    @ Jake

    What do you mean by indexed? I’m sorry but I not exactly following what the issue is.

    in reply to: Grid not displaying properly #410324
    Steven Zahm
    Keymaster

    @ Mark

    Hmmm… Enfold must have changed something in an update. It should just work as it always has. Can I please get an WP admin login so I can take a closer look? Details can be posted here as a private reply. Thanks.

    in reply to: Yoast Sitemap, Connections Pro not included. #410308
    Steven Zahm
    Keymaster

    @ Oliver

    If the directory home page is in the sitemap, which is should be, the directory will be properly indexed by search engines.

    Hope that helps!

    in reply to: Organization Name Linking Forwards to Wrong Page #410241
    Steven Zahm
    Keymaster

    @ Darrin

    It seems their is a redirect setup on the server that is causing this. The link is correct, but when clicked the server responds with a 302 response code and then the server redirects to the other page.

    The same server redirect seems to be affecting the image too.

    My best guess is that there is a .htaccess regex redirect rule setup which is triggered by teller being in the URL.

    For example, these URL/s are also redirected to the same site:
    http://extension.colostate.edu/teller
    http://extension.colostate.edu/topic-areas/teller/
    http://extension.colostate.edu/topic-areas/teller/agriculture/

    So, basically anything with teller in the URL or file name gets server redirected.

    Hopefully this helps you track down the issue.

    in reply to: Display of image vs logo #410217
    Steven Zahm
    Keymaster

    @ Hel Ban

    Which template?

    What is the exact shortcode you are using?

    Can you share the link to your directory page so I can take a look?

    in reply to: Dropdowns & Keyword Search #410216
    Steven Zahm
    Keymaster

    @ Casper

    I actually meant the Pro Pack, not the Extension Pro Pack. Regardless, I did send it since that may not have been clear as as it could have been. I sent this as a separate email. Let me know if you do not receive it.

    Steven Zahm
    Keymaster

    @ Celia

    Remove category=52 from the shortcode, or, follow the instructions in my previous reply for more complicated solution.

    Hoe this helps, let me know.

Viewing 10 posts - 4,071 through 4,080 (of 15,332 total)