Forum Replies Created
-
AuthorPosts
-
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?
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.
02/07/2017 at 3:29 pm in reply to: Display assigned category on all entries except for Individuals #410336Steven 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?
Steven Zahm
Keymaster@ Jake
What do you mean by indexed? I’m sorry but I not exactly following what the issue is.
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.
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!
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
tellerbeing 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
tellerin the URL or file name gets server redirected.Hopefully this helps you track down the issue.
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?
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.
02/06/2017 at 9:45 am in reply to: Search doesn't work on global search only if category is selected #410198Steven Zahm
Keymaster@ Celia
Remove
category=52from the shortcode, or, follow the instructions in my previous reply for more complicated solution.Hoe this helps, let me know.
-
AuthorPosts
