Tagged: contactform7, padding
- This topic has 30 replies, 2 voices, and was last updated 7 years, 1 month ago by
appscaptain.
Author | Posts |
---|---|
appscaptain
February 26, 2018 at 10:09 pm
|
Heads up! this post was created when Microthemer was at version 5. The current version is 7. Some references to the interface may be out of date. Hi Sebastian, Did you install it on a nginx setup with MariaDB? Nginx servers don’t use .htaccess files, so they can just be deleted. The redirection stuff is set in nginx.conf files. All the best Anders |
Sebastian
February 27, 2018 at 6:52 pm
|
Ah I see. I wouldn’t know where to start with an nginx server unfortunately. I was using a WAMP setup. I’ve been playing around a bit more, and another possible area to focus on sprung to mind: iframes. Microthemer reloads the CSS in the site preview, which is embedded in the page in an iframe. And I wonder if it’s possible that permissions or something else in your nginx configuration for frames/iframes is causing the issue. I say this because if you click the View > generated CSS & JS option, and then continuously click the code/eye icon in the foot of the popup to keep reloading the stylesheet, no error appears in Chrome’s console. The same is true when importing stylesheets via the Packs > Import > CSS stylesheet feature. If you keep clicking the LOAD STYLESHEET button it always works fine. This is pretty good evidence that we should be looking at stuff related to frame settings. However, I couldn’t find an article relating to this specifically. I don’t think it will be related to X-Frame-Options. Anyway, I thought it worth running by you in case it’s helpful information. Cheers, |
appscaptain
February 27, 2018 at 8:22 pm
|
Hi Sebastian, Don’t iframe permissions only apply to different domains? Eg. if I try to load a resource from another site into an iframe on my site. isn’t everything with Microthemerjust loading from my website? |
appscaptain
February 27, 2018 at 8:29 pm
|
To followup – I checked out my nginx configs and I only have this: And I have not set Access-Control-Allow-Origin at all, |
Sebastian
February 28, 2018 at 11:09 am
|
Hey Anders, Yes, I actually said “I don’t think it will be related to X-Frame-Options” to save you from following a false lead. But I achieved the opposite. Sorry 🙂 If you can’t see any other nginx settings to tweak regarding frames, I’ll keep searching for alternative explanations. Cheers, P.S. I hate to leave a problem unsolved, but if you’re ready to give up at any point I will of course provide you with a full refund. |
appscaptain
February 28, 2018 at 12:03 pm
|
Hi Sebastian, No worries. I don’t think there are any other nginx settings regarding frames. Hopefully there will be another solution. Would hate having to drop MicroThemer. Really appreciate you looking into this. Hopefully this will help others as well. All the best Anders |