Forum Replies Created
-
Author
-
qoorts
ParticipantToo bad because I need this too, and before next week preferably 😉
Anyway, we will look into it ourselves. (it’s the same layout as KLEO theme has on profile pages and as this theme inherits a lot of KLEO maybe it’s not so difficult at all? )
qoorts
ParticipantRight so the autocomplete does not work. Not sure why, probably because the script should be enqueed for footer?
I did figure out why the screen was white: it’s because opacity of page-wrapper was 0. That was because I had enable smooth page transitions on in the customizer. So that option works on all pages except for the compose message page.
Any ideas how to fix both issues?
qoorts
Participantwhat is strange as well that it automatically adds a youtube background video to a row.. What’s going on here? No content is being displayed.’.
qoorts
ParticipantHere’s my directives for NGINX, i think the bug is in here. Also css was not loaded due to MIME issue I saw in code. What should I change in code below do you think?
<p class=”p1″></p>
<p class=”p1″>if (!-e $request_filename){</p>
<p class=”p1″>rewrite ^(.*)$ /index.php break;</p>
<p class=”p1″>}</p>
<p class=”p1″># Enable Gzip compression</p>
<p class=”p1″>gzip     on;</p>
<p class=”p2″></p>
<p class=”p1″># Compression level (1-9)</p>
<p class=”p1″>gzip_comp_level   5;</p>
<p class=”p2″></p>
<p class=”p1″># Don’t compress anything under 256 bytes</p>
<p class=”p1″>gzip_min_length   256;</p>
<p class=”p2″></p>
<p class=”p1″># Compress output of these MIME-types</p>
<p class=”p1″>gzip_types</p>
<p class=”p1″>application/atom+xml</p>
<p class=”p1″>application/javascript</p>
<p class=”p1″>application/json</p>
<p class=”p1″>application/rss+xml</p>
<p class=”p1″>application/vnd.ms-fontobject</p>
<p class=”p1″>application/x-font-ttf</p>
<p class=”p1″>application/x-javascript</p>
<p class=”p1″>application/x-web-app-manifest+json</p>
<p class=”p1″>application/xhtml+xml</p>
<p class=”p1″>application/xml</p>
<p class=”p1″>font/opentype</p>
<p class=”p1″>image/svg+xml</p>
<p class=”p1″>image/x-icon</p>
<p class=”p1″>text/css</p>
<p class=”p1″>text/plain</p>
<p class=”p1″>text/javascript</p>
<p class=”p1″>text/x-component;</p>
<p class=”p2″></p>
<p class=”p1″># Disable gzip for bad browsers</p>
<p class=”p1″>gzip_disable “MSIE [1-6]\.(?!.*SV1)”;</p>qoorts
ParticipantAfter switching back from Nginx to apache and deleted the nginx directives the website worked again..
qoorts
Participanti am still having this problem.. Can anyone help me out?
Something went wrong when compiling less files. in buddypress.less on line 566, column 20
564| Â Â input[type=”text”] {
565| Â Â Â Â border: 1px solid @default-border-color;
566| Â Â Â Â .auto-color(@default-background-color, background-color, 1%, 10%);
567| Â Â Â Â &:focus {
568| Â Â Â Â Â Â color: contrast(@default-background-color, black, white, 54%);
569| Â Â Â Â Â Â border-color: fade(contrast(@default-background-color, black, white, 54%), 20%);
-
AuthorPosts