Andre Gagnon
Forum Replies Created
-
Hi Kkitran!
Oxygen has some special functionality called “Shortcode Wrappers”. You’ll need to use both a shortcode wrapper and shortcode element to create the dashboard. First create a shortcode wrapper for the [sc_customer_dashboard_page][/sc_customer_dashboard_page] shortcode. Then add your modules inside. You are likely seeing a blank screen since the wrapper is needed to show the login form for non-logged in users.
https://oxygenbuilder.com/documentation/builder-elements/shortcode-wrapper/
- This reply was modified 3 years, 9 months ago by Andre Gagnon.
Forum: Plugins
In reply to: [Presto Player] Make the background of an overlay not appearHi There!
I think you may want to add it to our component directly:
presto-player { --plyr-font-family: Georgia; --presto-dynamic-overlay-background: transparent; }Can you give it a try?
Forum: Plugins
In reply to: [Presto Player] Does Presto Player Accessible?Hi There!
Happy to help with this.
# Does Presto Player Accessible?
Yes – for the audio player we wrap an html5 audio tag which is available to screen readers. Is that what you are asking? Or is there something else you want to add there?# How to change the Presto Player font?
You can do it with this css:presto-player { --plyr-font-family: Georgia; }Forum: Plugins
In reply to: [Presto Player] Make the background of an overlay not appearHi Chris!
Do you mean you do not want a background behind the overlay text? Then you can do this:
--presto-dynamic-overlay-background: transparent;Let me know if you need any additional assistance with this.
Since I haven’t heard back, I assume this is resolved. But if you still need assistance, feel free to reply and I’m happy to help!
Hi There!
Thanks for your patience! When you say order and subscription overview, are you talking about the customer’s view? You should see the order metadata on the Merchant’s order view.
Regarding showing this in emails – you can do this by editing the customer notification templates. You can do this under SureCart > Settings > Customer Notifications.
These are in liquid templating language, meaning you can output parts of the order and change it to whatever you want.
{% if checkout.metadata.website %} Website: {{ checkout.metadata.website }} {% endif %}`Hi There!
Thanks for your patience with this. We just pushed out an update for compatibility with WPMU Dev Hosting + Memcaching + PHP8.0. If you update to 1.1.3 it should fix the issue.
Let me know if you need any additional assistance.
Thanks for following up! It does look like the issue is with WPMU DEV Hosting’s memcached setup.
We will push a compatibility fix for WPMU DEV memcached setups, but you’ll want to keep memcaching turned off until we provide the fix. Everything should work with this setting turned off.
Thanks for that additional information. Just to update this, it looks like the fatal error is related to the memcaching setup on WPMU Dev Hosting. I believe we have a fix, but we want to do some testing to ensure it works with other memcached setups (i.e. cloudways).
Is it possible to temporarily disable memcaching on WPMU DEV hosting? This would help us verify that this is in fact the issue.
Thanks!
Hi Sky,
Can you try clearing your browser cache? It sounds like a browser caching issue.
Also, can you tell me what version you last upgraded from?
Thanks so much for following up about this. Do you have any more information about your setup? You can find this info on your Tools > Site Health page. (php version, type of object caching, etc.) You can copy the status to your clipboard.
Forum: Reviews
In reply to: [Presto Player] Could not get it to work on mobile w/ ElementorDid you check the “remove data on uninstall” option in the settings? We won’t remove data unless that is checked.
Hi Nick!
We just pushed out a release for this. Please update to 1.0.4.
You can find an easy copy/paste for add to cart and buy button shortcodes on your edit product page. Click “…” on the price, and select “Links…”.
It will let you copy add to cart and buy button shortcodes should you want to use them.
Examples:
[sc_add_to_cart_button price_id=e209d3c9-0622-4288-99d0-ace7197edac0] Add To Cart [/sc_add_to_cart_button][sc_buy_button] Buy Now [sc_line_item price_id=ca7cbd66-2b42-42e4-a01f-7ff5d7f50915 quantity=1] [sc_line_item price_id=e209d3c9-0622-4288-99d0-ace7197edac0 quantity=1] [/sc_buy_button]Any questions, let me know!
We do! This is our next payment gateway after we launch PayPal. 🙂
Any other questions, let me know.
Ah, great! Thanks so much for posting the solution.
I think we’ll have to find out a compatibility fix for that setting.
If you run into any other hurdles, please feel free to open a support ticket anytime.
- This reply was modified 3 years, 10 months ago by Andre Gagnon.