This topic has 23 replies, 4 voices, and was last updated 8 years by Abe.

  • Author
  • #99405
     martinomg
    Participant

    Hey guys,

    Nice template! i have the following problem:

    I installed wordpress in my hosting provider and when is ready to be used with this theme i cannot change any of the styles in the installation, with other errors. So i tried to do the same in my localhost and got exactly the same result. The only difference is that in the localhost now i saw the following message

    Something went wrong when compiling less files in buddypress.less on line 793, Column 17 791} 792 / Label: first- Child {793} 794 } 795 } 796

    I’m attaching a picture of how it looks. I tried some permission changes via ftp and currently all the site is running 777 permission levels.

    Thank you very much for your help!

    Attachments:
    You must be logged in to view attached files.
    #99407
     martinomg
    Participant
    This reply has been set as private.
    #99419
     martinomg
    Participant
    This reply has been set as private.
    #99521
     Abe
    Keymaster

    Hello, I will take a look now.

    Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #99527
     Abe
    Keymaster

    I am trying to change a set of files on FTP but can’t connect. Please check the FTP credentials again

    Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #99528
     Abe
    Keymaster

    Oh I just logged in 🙂

    Will give you an update ASAP

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #99539
     Abe
    Keymaster

    Done, sorry for any inconveniences. It needed some extra checks on hosting with other than normal permission system where the apache web user works with group permissions.

    This fix will be released in this week update.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #99562
     martinomg
    Participant
    This reply has been set as private.
    #99563
     martinomg
    Participant
    This reply has been set as private.
    #99564
     martinomg
    Participant
    This reply has been set as private.
    #99565
     martinomg
    Participant
    This reply has been set as private.
    #99575
     Abe
    Keymaster

    I haven’t touched the permissions on your server. I just uploaded two theme files located under /wp-content/themes/buddyapp that will be added in the next update. I was telling you that I have just improved the theme logic to work with your kind of permissions.

    Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #99576
     martinomg
    Participant
    This reply has been set as private.
    #99577
     Abe
    Keymaster

    Glad it is working now. Let me know if you encounter any other plugins and I will gladly help

    Also if you love our theme a 5 star rating on Themeforest is much appreciated 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #100207
     starcafeteria
    Participant

    Hi, how are you?

    I am also getting this error. It looks like many or enough people are getting this error. Why don’t you update the script now? And what are the two theme files located under /wp-content/themes/buddyapp which you uploaded. Can you send them to me too? I like the theme but it keeps breaking up the site.

    Thanking you…

    #100211
     Abe
    Keymaster

    Hi there, sorry for the small update delay.
    We are testing the woocommerce integration and adding some new great header menu options among other fixes.

    I have attached the files to change.

    All the best

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    Attachments:
    You must be logged in to view attached files.
    #100590
     martinomg
    Participant

    When will the update be available on themeforest?

    #100657
     Abe
    Keymaster

    We are doing our best to release it this week. Doing the final testing to ensure everything is going smooth.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #100670
     martinomg
    Participant

    Thank you very much! good luck with the release

    #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|         &:focus {

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

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

     

    #112714
     qoorts
    Participant

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

    #112719
     Abe
    Keymaster

    Strange. we will do some extra tests on nginx but that should not affect the dynamic less compilator.

    All the best

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #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>

    #112923
     Abe
    Keymaster

    Unfortunately I can’t tell from the code you provided. Maybe check wordpress nginx rules recommended on WordPress site(do a google search) or try to contact your hosting provider.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?