-
Author
-
January 20, 2016 at 00:29 #99405
martinomg
ParticipantHey 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.January 20, 2016 at 16:53 #99521Abe
KeymasterHello, 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.January 20, 2016 at 17:13 #99527Abe
KeymasterI 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.January 20, 2016 at 17:13 #99528Abe
KeymasterOh 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.January 20, 2016 at 17:34 #99539Abe
KeymasterDone, 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.January 20, 2016 at 19:17 #99575Abe
KeymasterI 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.January 20, 2016 at 19:20 #99577Abe
KeymasterGlad 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.January 24, 2016 at 18:34 #100207starcafeteria
ParticipantHi, 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…
January 24, 2016 at 19:04 #100211Abe
KeymasterHi 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.January 26, 2016 at 17:34 #100590martinomg
ParticipantWhen will the update be available on themeforest?
January 26, 2016 at 22:36 #100657Abe
KeymasterWe 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.January 26, 2016 at 23:26 #100670martinomg
ParticipantThank you very much! good luck with the release
March 25, 2016 at 10:45 #112710qoorts
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%);
March 25, 2016 at 11:57 #112714qoorts
ParticipantAfter switching back from Nginx to apache and deleted the nginx directives the website worked again..
March 25, 2016 at 13:22 #112719Abe
KeymasterStrange. 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.March 26, 2016 at 10:07 #112850qoorts
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>March 26, 2016 at 21:16 #112923Abe
KeymasterUnfortunately 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. -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.