Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • in reply to: Mobile Profile Layout on Desktop #114820
     qoorts
    Participant

    Too 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? )

    in reply to: Composing message returns white screen #114297
     qoorts
    Participant

    Right 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?

    in reply to: Visual composer not working #113491
     qoorts
    Participant

    what 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.’.

    in reply to: Problem with template in general #112850
     qoorts
    Participant

    Here’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>

    in reply to: Problem with template in general #112714
     qoorts
    Participant

    After switching back from Nginx to apache and deleted the nginx directives the website worked again..

    in reply to: Problem with template in general #112710
     qoorts
    Participant

    i 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|         &amp;:focus {

    568|             color: contrast(@default-background-color, black, white, 54%);

    569|             border-color: fade(contrast(@default-background-color, black, white, 54%), 20%);

     

Viewing 6 posts - 1 through 6 (of 6 total)

Log in with your credentials

Forgot your details?