Marc
Forum Replies Created
-
Never mind, it was a cache issue. This is solved.
The solution suggested by Events Manager is:
Create a file on your theme called “taxonomy-event-tags.php” Then for the file contents, You could copy what your theme uses for taxonomy templates. By default WordPress uses the “archive.php” file to display the category or taxonomy pages. Your theme might have a custom file to display those so you could just copy the content of that file to the “taxonomy-event-tags.php” that you created.
I put that file in my child theme and copied the content from archive.php from my main theme. I did the same thing with taxonomy-event-categories.php because categories had the same issues. And now the SEO settings I put on tags and categories using The SEO Framework are working just fine.
Hi Sybre,
Too bad there’s no solution, I’ll just stop using tag pages for now. I opened a ticket with the team at Events Manager.
Best,
MarcForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] First and last name not syncingThanks, it works great.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] First and last name not syncingHi Harish,
Great, I tested it and it works for the first name. Now I need to add the last name as well. Would that be correct ?
dd_filter( 'mc4wp_integration_events-manager_subscriber_data', function( MC4WP_MailChimp_Subscriber $subscriber ) { $subscriber->merge_fields[ "FNAME" ] = sanitize_text_field( $_POST['first_name'] ); $subscriber->merge_fields[ "LNAME" ] = sanitize_text_field( $_POST['last_name'] ); return $subscriber; });
Thanks,
MarcForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] First and last name not syncingHi Harish,
Thanks, only the first option would work for me as I use anonymous bookings (no user gets created).
So would this code for form me if my Events Manager booking form field_id is first_name and my MailChimp field name is FNAME?
add_filter( 'mc4wp_integration_events-manager_subscriber_data', function( MC4WP_MailChimp_Subscriber $subscriber ) { $subscriber->merge_fields[ "FNAME" ] = sanitize_text_field( $_POST['first_name'] ); return $subscriber; });
Best,
MarcGreat, it works now. Thanks!
Forum: Plugins
In reply to: [Mailster WPML] any plans to get it out of beta?I have been exchanging Xaver (the plugin owner) since January. He promised to look into the major flaws of this plugin “soon”. Basically it doesn’t work on a multilingual site!! This code shouldn’t even be in beta phase. If you have links in your newsletter, they will point to the wrong language on your site and even unsubscribe link will point to the wrong language and trigger 404 errors. Despite several tickets and monthly reminders, I have been unable to get an answer from Mailster. This is by far the worst support on a paid plugin I have been getting.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Unresolved WPML issueHi Sybre, good news: the issue ends up having nothing to do with The SEO Framework ??
https://wpml.org/forums/topic/issue-with-same-slug-in-multiple-languages/Best,
MarcForum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Unresolved WPML issueHi Sybre, please take notice of the message from WPML on the thread above:
It would be great if you can also contact the author asking him to reply us. You could also refer them to our Go Global program so that we can help them make their product compatible with WPML.
https://wpml.org/documentation/theme-compatibility/go-global-program/
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Unresolved WPML issueForum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Unresolved WPML issueI found what actually causes this issue in the first place.
I was using the same slug in different languages: /en/services and /fr/services and no matter how many times I’d recreate a new set of pages, the issue would appear again. The trick is to use different slugs for each language, for example: /en/services and /fr/les-services and bingo the issue disappears.
Hi Sybre,
Sorry my vocabulary might not be up to speed here. So I’ll recap to make sure we’re talking about the same thing. I wrote some scripts using the original filters you suggested that modify the title and the description on the site automatically, pulling information from GeoDirectory’s listing fields (I’m guessing this is what you call front end). This works perfectly fine. Now I changed the filters to those you recommended 2 days ago and it still works as expected on the front end.
The reason for this ticket was to have those changes reflected in the back end, or to know if I could apply other filters to modify what shows in the admin screen. I’d be happy to follow the issue #202 and test the beta to provide feedback.
Best,
MarcHi Sybre,
OK, great to know you will work on it for 3.1.
If by “Core Post Excerpt custom field” you mean the field I see right below the SEO settings that says “Excerpt” at the top and “Excerpts are optional hand-crafted summaries of your content that can be used in your theme. Learn more about manual excerpts” at the bottom… then no, this field empty in both languages.
Best,
MarcForum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Unresolved WPML issueHi Sybre,
Done, I sent you the link.
Best,
Marc