BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 4,701 through 4,710 (of 15,332 total)
  • Author
    Posts
  • in reply to: Is it possible to customize the search engine? #397233
    Steven Zahm
    Keymaster

    @ Игорь Афанасьев

    No, not the widget shortcode. The exact directory shortcode from your catalog page.

    What about the screenshots I asked about?

    in reply to: incorrect job search #397232
    Steven Zahm
    Keymaster

    @ Игорь Афанасьев

    re: Is it possible in the absence of results to reduce the “rigidity” of the search?

    That is how it is pretty much supposed to work without the filter. Except partial matches will be displayed after the exact match.

    The filter I gave removes the ability to do a less “rigid” search.

    in reply to: Possible Plugin Conflict with Yoast SEO #397178
    Steven Zahm
    Keymaster

    @ Steve

    Sooo… I found something interesting things…

    With Connections disabled. On the WordPress Permalink Settings admin page, if I would select any of the default options ( Day and name, month and name, Post name ) the site map would only contain 2 URLs. The home page and one other one. Now, if I remove the trailing slash on any of the default options by using the Custom Structure, then all 62 URLs would be in the sitemap.

    Bug in Yoast SEO? Unknown, but to my eyes it seems to be a bug and a pretty significant one.

    Also, the sitemap did not seem to respect the selected permalink structure. Meaning the sitemap completely ignored the day or month (as examples) in the permalink structure and created the sitemap as if only using the post name permalink structure option. Bug or feature I couldn’t say. Seems like a bug though.

    Now, back on issue…

    With Connections enabled. I was able to get the homepage to show up in the sitemap. It was not being included because I need to filter the link and I added a trailing slash based on whether or not the user set the site’s permalink structure to have a trailing slash or not. Due to the first bug(?) in Yoast I mentioned the home page did not get a trailing slash and so was not included in the sitemap. I change the logic in Connections to always add a trailing slash to the homepage regardless if that was what the user set in the permalink settings or not and now it shows up in the sitemap. I do think this might be a bug in Connections because it appears the home page should always end in a trailing slash. Or it could not be a bug because the permalink structure setting should be honored. That’s difficult to know. I’d have to research further.

    Anyway, I left the code in place which always adds a trailing slash to the home page for you to verify that it works fine now. I’ll very likely include this tweak in the next update to since it is a minor change which should have no negative effects.

    I would encourage you to reach out to Yoast and inquire if the above to items I found are bugs or features.

    I hope that helps!

    in reply to: CMAP – No Server Key Option in Google API #397169
    Steven Zahm
    Keymaster

    @ Stephen

    I have not heard back… but… it does seem Google has changed it interface a little. There is no longer an option to choose a Browser and Server key. Create two keys. Make one on restricted. This will be used as the Server key. The other key set a Referer restriction and use that as the browser key. I’ll be updating the tutorial soon to reflect Google’s change. Hope that helps!

    in reply to: Categories Translation #397168
    Steven Zahm
    Keymaster

    @ Christophe

    Create a root category parent for each language. Under each language parent, add your category names in the translated language.

    When adding your entries, add them to all the language categories that apply.

    On the two different language pages, use the exclude_category shortcode option to exclude the language categories that should not be displayed.

    It’s a little complicated, hope it make sense!

    in reply to: Is it possible to customize the search engine? #397166
    Steven Zahm
    Keymaster

    @ Игорь Афанасьев

    The first item should be a match of the full term(s) followed by partial word matches of each word entered. I’ve done some searches on your site and the results do appear to be odd.

    What is the exact shortcode you are using?

    Can you share screenshots of the Connections : Settings Search page? Please do not use http://joxi.ru/ as I can not see the screenshots, only brken/missing image where the screenshot should be.

    You can attach your screenshots in you reply by click the Choose File button. YOu can attached up to three images.

    in reply to: incorrect job search #397161
    Steven Zahm
    Keymaster

    @ Игорь Афанасьев

    You can enable exact search only with a filter. Install the Code Snippets plugin.

    Add the following code as a new snippet:

    add_filter( 'cn_search_terms', 'cn_exact_search_only' );
    
    function cn_exact_search_only( $terms ) {
        return array( $terms[0] );
    }
    

    Save and Activate the snippet (important, it must be activated).

    Now, when searches are made, it will only return results based on the entire string entered by the user and not do searches based on partial word matches of each word entered by the user.

    Hope that helps!

    in reply to: Title Meta not working #397159
    Steven Zahm
    Keymaster

    @ MartinH

    It could be that AIOSEO is overriding the what Connections sets. Are the options enabled on the Connections : Settings admin page under the SEO tab?

    in reply to: changing Liscences #397148
    Steven Zahm
    Keymaster

    @ Mark

    See this FAQ, the “License Activated on Another Site” section. It will walk you thru deactivating the old site from your purchase history so you can activate it on your live site.

    Hope that helps!

    in reply to: "Ghost" listing showing in directory view #397087
    Steven Zahm
    Keymaster

    @ Christine

    Did you try making any random change to the page itself and then saving the update?

Viewing 10 posts - 4,701 through 4,710 (of 15,332 total)