Anticosti
Forum Replies Created
-
Hi @emazharulislam
Me again.
Quick question:
Is there any shortcode to put in the payment page?
Because my Payment page when clicked from my User’s Dashboard using “Pay Now” (set for Custom Post Type) is breaking my theme…Thank you.
- This reply was modified 7 years, 1 month ago by Anticosti.
Greetings @jamalsauermann,
I guess I must bring some precisions on my affirmation.Here’s the way I have it working with Oxygen:
01. I downloaded Snippets plugin;
02. Created a new snippet, with this inside:add_shortcode( 'wpm_translate', 'wpm_shortcode_translate' ); function wpm_shortcode_translate( $atts, $content ) { $atts = shortcode_atts( array( 'lang' => wpm_get_language() ), $atts ); return wpm_translate_string($content, $atts['lang']); }03. Now, in Oxygen everywhere I need to translate a Title, I use a Code Block instead a Title. I simply paste this in the Code Block:
<?php echo wpm_translate_string('[:en]My English Title[:fr]Mon titre en FranΓ§ais[:]'); ?>Note: I don’t use Oxygen as a page builder.
I use it as a template builder.
This is why I say it works.Let me know how you are doing…
Thank you Hannes for taking the time to reply back.
I’ll check back from times to times.
Take care.Thank you Mazharul for this great explanation.
Now I get it.
Much appreciated.Fixed by Siteground Staff. These guys are awesome.
They rapidly found out a conflict betweeme WP Multilang and SG Optimizer.
Until a fix to SG Optimizer, all I have to do when I need to make a change I first have to turn OFF WP Multilang before doing anything in SG Optimizer.- This reply was modified 7 years, 1 month ago by Anticosti.
Same problem here.
How did you fixed it?
Kind Regards,I reverted to before upgrading;
Upgraded the right way;
And still the same error message on top…I just received the email notice about the 3.1.3 upgrade.
I upgraded wrongly by first upgrading my PRO version before the FREE version.
How can I fix this?Thanks
Hi Hannes,
Thank you so much for adding this to your task list.
Kindly appreciated.
I don’t have any issue on all the sites where I am running 5.1.1.
I would desactivate all plugins and check.Thank you @gerital for taking some of your time on this for us.
Big thanks!!!
Much appreciated.I second @gerital.
Big thanks!!!
Much appreciated.Hi Hannes,
I will try here, to do my best, to make you understand what I mean.
01. We are used to overide from a childtheme, like this:
wp-content/themes/mychildtheme/wp-html-mail/template.html02. Oxygen Builder does not use any physical theme.
Everything is directly in the database. This is a new concept.
With Oxygen I just can’t use this file:
wp-content/themes/mychildtheme/wp-html-mail/template.html03. There is the Newsletter plugin that uses this path, and it works:
wp-content/extensions/newsletter/emails/themes/MyTheme/theme.php04. Was wondering if this could also be done with WP HTML Mail – Email Designer?
Thank you for your time.
Kind Regards,
Yes sir Hannes!
I really missed that FAQ:
“Go to your Contact Form 7 email settings and change email type from HTML to text. WP HTML Mail will take care of the HTML.”Sorry about this.
I works perfect.Thanks again π
I forgot about this thread.
I have this working with for me with Ultimatum theme builder.
01. I first created a French slider: Entree-07FR;
02. Then, when happy with it, I just duplicated the French Slider;
03. Changed it’s name to Entree-07EN and modified the texts within;
04. Went to my Ultimatum layout builder and configured the layout like in this:
Screenshot
You have to use the “Show widget only in:” tick boxesHope this helpful π
- This reply was modified 7 years, 3 months ago by Anticosti.