luxinterior
Forum Replies Created
-
The og tag is being set correctly. It’s a cloudfront domain, could that be the problem?
I’m happy to show you the site in private if that would help. Just let me know where to send it.
Thanks
Lux
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Stumbleupon IssueYes I can publish manually. Why would they have my site blocked? It’s a brand new site and a brand new Stumbleupon account.
Lux
Forum: Plugins
In reply to: [Security Plugin, Firewall, Malware Scanner & Removal] CloudflareThe solution is in the thread I posted. It’s a two step process… grab the real ip and then confirm that REMOTE_ADDR is an acctual CF ip. CF publish all their IPs so its easy to check.
Lux
Forum: Plugins
In reply to: [Security Plugin, Firewall, Malware Scanner & Removal] CloudflareWhy can’t you use the solution presented here…
https://stackoverflow.com/questions/14985518/cloudflare-and-logging-visitor-ip-addresses-via-in-php
HTTP_CF_CONNECTING_IP and then REMOTE_ADDR to check it’s a valid cloudflare server.
Lux
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Set display name?Almost found the answer on Buddypress forum.
https://buddypress.org/support/topic/allow-user-to-change-their-public-display-name/
I checked ‘Extended Profiles’ which the allowed me to ‘sync with WordPress’. It appeared to then allow the user to change their display name but there’s still an issue. The email is still the user name and it’s displayed in the url when you look at the profile.
I’ll keep digging and hopefully find the answer.
Thanks
Lux
- This reply was modified 9 years, 2 months ago by luxinterior.
- This reply was modified 9 years, 2 months ago by luxinterior.
- This reply was modified 9 years, 2 months ago by luxinterior.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Crayon plugin strips tags on my forum contentThe latest update fixed the issue and it’s not stripping html from bbpress posts but it is stripping out jwplayer code that I have in posts.
I’ve confirmed it’s the crayon plugin by disabling it and the videos load as expected.
I’m trying to figure out a workaround but if anybody has any suggestions I’d be most grateful.
Lux
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Crayon plugin strips tags on my forum contentJust had the same problem. Completely screwed up my bbpress embedded videos and and had to comment out the ‘strip_tags’ function to fix the issue.
Hopefully the plugin developer will fix this in the next update.
Lux