ehong33234
Forum Replies Created
-
Forum: Plugins
In reply to: [Kaya QR Code Generator] QR Code for Pages or PostsThank you! Is there a live demo of this feature somewhere to check out?
Is the plugin multisite compatible?
Forum: Plugins
In reply to: [Adminimize] Hiding Admin FieldsI should add, I have this site setup on a multisite network so as a super admin, even if I hide this plugin from Admin view, I can still see it (and the hidden fields) as a Super Admin of the multisite. Another option would be to have User Roles plugin and create a Super Admin that way.
Forum: Plugins
In reply to: [Adminimize] Hiding Admin FieldsOkay to follow-up in on this, I couldn’t figure it out using straight adminimize so I installed a free plugin called Add Admin CSS, which let me add the css with “display:none” for the admin fields I wanted to hide. From there, I blocked Add Admin CSS access using Adminimize. Now I was able to hide my secret keys and api information for various plugins. Hope this helps someone.
- This reply was modified 5 years, 4 months ago by ehong33234.
Forum: Plugins
In reply to: [Frontend Dashboard] Multisite Compatibility & Features QuestionHi, any update on this? Thanks
Forum: Plugins
In reply to: [Frontend Dashboard] Multisite Compatibility & Features QuestionHi, are you talking about multisite or front end third party plugin settings? Or both?
Do you have an estimated time until release?
There is an export option directly in the dashboard or I have to access through MySQL?
Thank you for the reply.
1. So to send email to the submitter, we just need to choose Send To: Select a Field and choose Email? Is that right?
3. Is there a admin dashboard UI to see the email database of submitters? I don’t use Mailchimp but would like to be able to export submission data via CSV.
Thanks.
Forum: Networking WordPress
In reply to: Cloudflare SSL for Mapped Domain in Multisite Network@jnashhawkins Thanks for the reply! I hear you loud and clear. The multisite network is fully secured on the main domain and subdomains (wildcard SSL using LetsEncrypt) but that unfortunately doesn’t cover mapped domains such as mine so that is why I am trying to configure my own SSL on my domain.
A few hours ago, I changed my DNS settings in Cloudflare to point to the DigitalOcean (Multisite Host) IP address but the site is loading a “cannot connect to server error” and when I run a DNS/SSL check, it spits out the Cloudflare IP not the DigitalOcean IP. Maybe it hasn’t propagated?
Here’s the flow at which I am looking at this and maybe someone can chime in and tell me how stupid I am.
1. Top Level Domain Registrar points to Cloudflare Nameservers
2. Cloudflare A Records points to DigitalOcean IP Address (on RunCloud server)
3. RunCloud Server points to the WordPress Multisite
4. WordPress Multisite Domain Mapping points to my Top Level Domain- This reply was modified 5 years, 8 months ago by ehong33234.
- This reply was modified 5 years, 8 months ago by ehong33234.
Forum: Networking WordPress
In reply to: Wildcard DNS error + Can’t Access Admin DashboardHi @jarretc thanks for the reply. I was able to ping a random subdomain and it came back with the correct IP address so I assume DNS has propagated correctly.
I do not have any plugins installed. No themes. This is about as fresh an install of wordpress as it can possibly get. Here’s what my .htaccess looks like (below).
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
</IfModule># END WordPress
Forum: Reviews
In reply to: [IgnitionDeck Crowdfunding Platform] Forum ShutdownThank you for the reply.
For the Enterprise Plan, is there a way to set PAYOUT minimums for campaign managers? For example, set a limit to $100 so their campaign must reach $100 before a payout can be initiated. If this is an option, is it as easy as changing a setting in the master admin dashboard or is it a setting we need to do in Stripe/Paypal?
Also, when will Multifondo theme be released? Currently shows “pre-order”.
Forum: Fixing WordPress
In reply to: Safari and Firefox can’t load my website but Chrome canDid you ever figure this out? I’m having the exact same problem on a fresh WordPress install and Digital Ocean droplet. Should not be having this issue and haven’t seen it in my 12+ years of WP dev. My other sites on the same host work perfectly fine. I wonder if it’s a PHP version issue.
- This reply was modified 5 years, 9 months ago by ehong33234.
Forum: Plugins
In reply to: [Super Progressive Web Apps] SuperPWA 1.8 – Push Notifications with OneSignalStill no iOS push notification support? Is this being worked on or will not happen anytime soon? Is there another WordPress PWA plugin out there that can accommodate MU and/or iOS push? Thanks.
Forum: Plugins
In reply to: [Super Progressive Web Apps] SuperPWA 1.8 – Push Notifications with OneSignal+1 for multisite support.
Does Push Notifications work for all devices?
- This reply was modified 5 years, 10 months ago by ehong33234.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] adding new mapping doesn’t work anymore@fissunix @michelabikhalil, what did you do to resolve this? I am having the same issues. Existing MU sites are mapping perfectly fine but I just added a new site and it won’t map. All my DNS, A records, hosting, etc., are fine but when I visit the url, it just says “page isn’t working” empty response. I am running latest WordPress 5.0.2.
On that note, I heard there may be a native domain mapping feature hidden somewhere in WP 5.0 but can’t find much info on it.