A few minor questions
-
mcl7Participant4 years ago #22575
Getting everything set up, ran into some errors, they disappeared and all is good.
Only a few questions:
1. All in One SEO – I can’t seem to get this integration to work. Although, I’m not sure it’s necessary after making changes to this add-on (?) but I have recreated the index, and still no meta or titles including facets? The message for replacing the {{start}} – {{end}} with {{value}} is a little confusing and the link to the documentation redirects to the knowledge base…is there any documentation for this? Really lost when it asks for a position…is it expecting an integer ( {{1}} )?2. “Premium” Add-on – Is this only for Solr? I enabled but haven’t noticed anything different?
3. Is there a way to include the selected facets in the H1 tag? Concerned with someone sharing a filtered page that doesn’t fully articulate what the results content is.
wpsolrKeymaster4 years ago #225801. can you please attach screenshots of your issues?
2. Premium add-on is activated by default. No need to activate it.
3. There is a filter to capture the meta values of current filters
add_action( 'after_setup_theme', function () { add_filter( wpsolr\core\classes\WPSOLR_Events::WPSOLR_FILTER_SEO_PAGE_META_VALUE, 'wpsolr_filter_seo_page_meta_value', 10, 1 ); } ); };
function wpsolr_filter_seo_page_meta_value( $value ) { global $wpsolr_seo_meta; // Store $value $wpsolr_seo_meta = $value; return $value; }
mcl7Participant4 years ago #22581Not sure where to upload files but I just added them to gofile and you can see them here:
It’s the AIO SEO settings in WPsolr screenshot and then a screenshot of the AIO SEO Settings.
Essentially the issue is that the custom meta defined in the AIO SEO settings is not be reflected on the site when WPSolr is enabled. It appears to be only a problem with taxonomies …the product page meta defined in the screenshot reflects accurately on the website.
Let me know if you have any other questions. I spoke with the developer of AIO SEO and they are not familiar with WPSolr.
mcl7Participant4 years ago #22751For my first issue above (#1): I was never able to get AIO to work. I will test again and report back. I think it may be due to the fact they rewrote the whole thing recently. I don’t know, just what I read on their site.
The issue was two parts here: One the meta and title defined in AIO were not being displayed on the category pages. This was resolved by installing Yoast and titles and meta for category pages are displayed accurately.
The second part of the problem with the SEO plugin was just getting the permalinks working using the facets. I have attempted to do so from multiple themes and with all my plugins deactivated.
I do believe it may be a bug because when I got to the settings where I can specify facet settings ({{statrt}} – {{end}, etc). no matter what I put in the first field it doesn’t appear to save the settings – Unless I change the value in the second field. Regardless of what is entered into the first field, after saving, the entry reverts back to “{{start}} – {{end}}”. So, basically, I can’t save anything.
#2 – Clear.
#3 – Is there any documentation on displaying the selected facets at the top of the page?
Thanks for your help.
wpsolrKeymaster4 years ago #22757So, basically, I can’t save anything
You can find a fix for the UI admin bug on https://trello.com/c/DSZAgYDL/112-beta-release
Is there any documentation on displaying the selected facets at the top of the page?
Please create another topic for this.
- This reply was modified 4 years ago by wpsolr.
mcl7Participant4 years ago #22764Im not seeing any difference with the bug Im seeing here:
– I select “Generate permalink with this facet”
– Next, in the “Set position in the permalink URL” I change to {{value}}
– Click save
– My changes are not saved and what is displayed in the field is still {{start}} – {{end}}However, If I change the value in the second field (“Define a permalink template for this facet…”) it will save but also changes the value in the “Set a position in the permalink URL” field.
You must be logged in to reply to this topic.