Media Upload via Ajax
Hello @dabiathlet, We have discussed with the team and we are looking into your query. We will add the description parameter in next release. Thank you for pointing out this to us.
View ArticleVideo Thumbnail Not Generating Is There A Manual Way?
Hello @ebrandz, Will the thumbs auto generate with the plugin or wil the user also need to upload an image in addition to the video file? rtMedia Set Custom Thumbnail for Audio/Video helps to set...
View Article"ee stack install" is not working
EE 3.7.4 is released with the fix. Please upgrade to recent release. Command: ee update
View ArticlePlugin Breaking Homepage Form Submission
Hello @surfstation, We have sent you a private message. Thank you.
View ArticleForce HTTP instead of HTTPS for 1 page only
Hi, I have a problem with my bank. The return URL is configured as HTTP on their side, so the payment cannot be processed correctly. While they change that configuration (it can take a while, french...
View ArticlertMedia & Buddypress Activity Plus
Hey Southern, rtMedia and BuddyPress Activity Plus handle media uploads in different ways. The reason why media uploaded via Activity Plus doesn't show up in the rtMedia Media folders is because the...
View ArticleForce HTTP instead of HTTPS for 1 page only
You can do that with htaccess. http://www.inmotionhosting.com/support/website/ssl/how-to-force-https-using-the-htaccess-file
View ArticleCannot create simple PHP + Mysql site
Had the same problem with an OpenVZ VPS at Glesys.com.
View ArticleForce HTTP instead of HTTPS for 1 page only
Hi Folke, Thanks for your reply, but I'm using EasyEngine and so NGINX. And moreover, the idea is to force HTTP for 1 URL only. The site is already "forced" to use HTTPS for the whole site.
View ArticleHow to add a subdomain or mapped domain to a MS installation secured with...
An additional consideration: When editing the new domain configuration file, we should probably also add the line include common/wpcommon.conf;
View ArticleCannot create simple PHP + Mysql site
You guys should look at the forum history. There is a new version of EE addressing this issue. I wrote, myself, a reply to someone with this issue pointing out what was happening.
View ArticleForce HTTP instead of HTTPS for 1 page only
Hi @Mat_ Since force HTTPS is applied I think that url should also be redirect to https://. Can you please try with 307 HTTP redirection rather that 301. server { listen 80; server_name...
View ArticleForce HTTP instead of HTTPS for 1 page only
Yes yes it is redirected and that's the problem I need every URL on HTTPS except one (let's say http://myurl.com/confirm)
View ArticleBypass cache when mobile - fastCGI_cache
Hello community! I have a problem with nginx configuration. I have installed a WP site with ee site create example.com --wpfc # install wordpress + nginx fastcgi_cache The wordpress theme that is used...
View ArticleBypass cache when mobile - fastCGI_cache
Solved. It had to be added to the sites-enabled/mydomain.com
View ArticleChange permalinks
Thanks for the answers, friends. I would like to do this redirect without the need to plug and without manually place line by line for each post. The ideal would be to direct the nginx, due to be...
View ArticleChange permalinks
The nginx code that came closest was this: location ~ ^/([0-9]{4})/([0-9]{2})/([^/]+)/([^/]+)/$ { rewrite ^(.*)$ http://example.com/$4 redirect; } However when I add this code in vhost within the...
View ArticleHow to access WordPress Website by IP Address
The local hosts file is definitely effective. Just baffled by how this request doesn't have an easy fix. Have been able to do this with Apache-based WordPress deployments, say with something like...
View Article