Mark Zeng
Forum Replies Created
-
@champsupertramp Ok noted and thanks for your help. Anyway, I’ve decided to change the way to handle Photo Gallery is by using multiple Image Upload fields on Profile Form as replacement for gallery. That has some benefits over the actual Photos plugin.
Thanks for your help again, really appreciate it very much.
@champsupertramp Yes, the Photos Tab is enabled. In the URL if I access the Tab manually by URL, the content shown as expected. But not by the code when on default Profile Page.
@champsupertramp Hi,
Sorry I just tested “photos” is not working.
I use the following code hoping to display the photos gallery but nothing shown up.
$tab_photos = "photos"; do_action("um_profile_content_{$tab_photos}", $args );
Please help.
@champsupertramp Thanks again. You’re so helpful.
@champsupertramp Thanks again, Very much appreciated.
Ok noted, thanks for the info.
@champsupertramp Thank you very much. It worked!
One thing I don’t understand is why:
This work
<?php $tab_slug = "posts"; do_action("um_profile_content_{$tab_slug}", $args ); ?>
This doesn’t work
<?php do_action("um_profile_content_{'posts'}", $args ); ?>
@champsupertramp Thanks again for your help. I will try it and update the result here.
Sorry for late reply. I already found way to solve the problem. Thank you for your respond. Very much appreciated.
Thank you very much for your guidance. Very much appreciated.
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] Add to homescreen not showing@wtsadmin Hi, I did try your recommendation before making my first post. It didn’t work. As what you’ve mentioned. I really like this feature that I can have Call-to-Action style button to get users to install the PWA.
Tried many times, clear cache, just not work.
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] Add to homescreen not showingSame issue here. SuperPWA work without issue. But this plugin, Normal Mode and Click Element Mode, tried many times, change Class to ID, clear history and cache. Nothing works.
Too bad. Hope it actually work.
- This reply was modified 5 years, 7 months ago by Mark Zeng.
Forum: Plugins
In reply to: [3DPrint Lite] Email quotes not workingI have the same problem. I DO receive email when there is Quote Request.
But when I try to reply to customer Send Quote, the customer (me as tester) doesn’t receive the respond quote.
Please help.