thopie
Forum Replies Created
-
Hey,
did you solve the problem?We have the same issue. All configured UM emails, except the “password has changed” confirmation email, work fine.
We are using the “Easy WP SMTP” Plugin (instead of MailBank).
The mail debug log shows that the “reset password” email is sent, but not the “password has changed” confirmation mail.Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Canonical URLsHi Sybre,
sorry for the unrelated post. I will try the newest version and post into a new thread if i have more issues. Thanks a lot!
I’m using the SEO tool XOVI.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Canonical URLsHi,
i have a question for automatically generated canonical tags at WPML translated pages.
Case “Automatical generated canonicals”: They are working fine on the original page, but not with translated pages. We are using WPML for translations.
Example Original page:
original URL = http://www.x.com/page/
canonical source code frontend = = http://www.x.com/page/
canonical in backend preview = = http://www.x.com/page/Example translated page:
original URL = = http://www.x.com/en/page/
canonical source code frontend = = http://www.x.com/page/
canonical in backend preview = = http://www.x.com/en/page/It’s possible to solve this problem when you enter the canonical manually, but it would be nice if this automatically happens. Normally you don’t see this “error”, because the backend says everything is fine. My SEO tool has noticed it.
Btw. thanks for the nice plugin 🙂
ThomasForum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Short codes in resultsHi,
could it be, that there’s a bug with the shortcode removal?
I have some entries with shortcodes in the solr index, and it seems that all content between the shortcodes will be removed. It would be nice to keep the content between the shortcodes too. Thanks!
Examples:
Content Entry #1:
[vc_row full_width=”” parallax=”” parallax_image=””][vc_column width=”1/1″][vc_column_text]TEST_1[/vc_column_text][/vc_column][/vc_row]
Output Solr Index (content): empty
Content Entry #2:
TEST_1[vc_row full_width=”” parallax=”” parallax_image=””][vc_column width=”1/1″][vc_column_text]TEST_2[/vc_column_text][/vc_column][/vc_row]
Output Solr Index (content): TEST_1
Content Entry #3:
TEST_1[vc_row full_width=”” parallax=”” parallax_image=””][vc_column width=”1/1″][vc_column_text]TEST_2[/vc_column_text][/vc_column][/vc_row] TEST_3
Output Solr Index (content): TEST_1 TEST_3
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] wpsolr search functions and featuresHi,
ok i will do that. Sorry for point 3. It was on my “old” task list.
Thanks