*** mjsir911 has joined #novawebdev | 06:56 | |
*** mjsir911 has joined #novawebdev | 07:19 | |
*** hrodriguez has joined #novawebdev | 10:19 | |
*** replaceafill has joined #novawebdev | 11:11 | |
*** lelkneralfaro has joined #novawebdev | 11:12 | |
*** zOnny has joined #novawebdev | 11:13 | |
zOnny | hey replaceafill | 11:43 |
---|---|---|
replaceafill | hey zOnny | 11:43 |
zOnny | replaceafill: busy ? | 11:43 |
replaceafill | zOnny, a litte bit, what do you need? | 11:44 |
zOnny | replaceafill: I have integrated the applications that Duncan has done | 11:46 |
replaceafill | zOnny, i don't see any doc on Projects -> Tendenci | 11:48 |
zOnny | replaceafill: Also updated the Doc | 11:48 |
zOnny | replaceafill: hold on | 11:48 |
zOnny | replaceafill: https://docs.google.com/document/d/1x92KEINzfwTApRm8-f1pZV3f-qwcmznzZfocGWy3L0g/edit | 11:52 |
replaceafill | zOnny, ok, so the comments package works? | 11:54 |
zOnny | replaceafill: it works! for sure. | 11:58 |
replaceafill | zOnny, cool | 11:58 |
zOnny | replaceafill: but the moderators | 11:58 |
zOnny | replaceafill: and threads | 11:59 |
replaceafill | zOnny, what about them? | 12:01 |
zOnny | replaceafill: can be set up as the customer expect it to work | 12:01 |
replaceafill | zOnny, if someone submits a comment, does it get immediately published? | 12:02 |
replaceafill | zOnny, do you know if there's a way to avoid that until a moderator approves it? | 12:02 |
*** mr_german has joined #novawebdev | 12:02 | |
zOnny | replaceafill: no | 12:03 |
zOnny | replaceafill: yes | 12:03 |
zOnny | the tutorial explain how to | 12:04 |
zOnny | replaceafill: it needs also Moderate on bad words | 12:05 |
zOnny | replaceafill: https://imgur.com/a/x8aNBkM | 12:05 |
replaceafill | zOnny, is there any way to avoid automatic publishing? | 12:06 |
zOnny | replaceafill: there is always a way | 12:07 |
replaceafill | zOnny, could you point me to the docs to do that? | 12:08 |
zOnny | replaceafill: on it | 12:10 |
zOnny | replaceafill: how about this https://imgur.com/a/gSPD2V0 | 12:13 |
replaceafill | zOnny, great | 12:14 |
replaceafill | zOnny, so it's possible | 12:14 |
replaceafill | zOnny, so maybe the next step is to modify the novawebdev theme to support the package | 12:15 |
zOnny | I also included the blog pages which respond to an activity in the comments | 12:16 |
replaceafill | zOnny, i don't understand that last part | 12:16 |
zOnny | replaceafill: well the blog pages works good | 12:17 |
replaceafill | zOnny, blog pages? | 12:17 |
mr_german | hello replaceafill | 12:17 |
replaceafill | hello mr_german | 12:17 |
zOnny | replaceafill: replaceafill I need to look further testing the tutorial because doesn't seems perfect at all | 12:21 |
replaceafill | zOnny, ok | 12:22 |
replaceafill | zOnny, so my main concern was moderation | 12:22 |
zOnny | replaceafill: ex https://imgur.com/a/u8OIBTN | 12:22 |
zOnny | it keeps the removed comments in the page | 12:22 |
replaceafill | zOnny, yes, that's usually the case | 12:22 |
replaceafill | zOnny, but removed is not the same as when the admin doesn't approve it, right? | 12:23 |
zOnny | replaceafill: correct | 12:24 |
zOnny | replaceafill: did you receive my email ? | 12:24 |
replaceafill | zOnny, having the removed comments displayed is not an issue | 12:24 |
replaceafill | zOnny, so don't spend time on that | 12:24 |
replaceafill | zOnny, yes | 12:25 |
replaceafill | zOnny, were you able to pass that? | 12:25 |
replaceafill | zOnny, i assume you haven't been able to test emails fully yet? | 12:25 |
zOnny | replaceafill: correct | 12:26 |
replaceafill | zOnny, there are two things you need to understand for this | 12:26 |
replaceafill | zOnny, 1st | 12:26 |
replaceafill | zOnny, your settings | 12:26 |
replaceafill | zOnny, /settings/global | 12:26 |
replaceafill | zOnny, oops | 12:26 |
replaceafill | zOnny, sorry | 12:26 |
replaceafill | zOnny, /settings/site/global/ | 12:27 |
replaceafill | zOnny, some parts of tendenci rely on the Site URL setting | 12:27 |
replaceafill | zOnny, and the other is in the admin | 12:28 |
replaceafill | zOnny, /admin/sites/site/ | 12:28 |
replaceafill | zOnny, that's django sites | 12:28 |
replaceafill | zOnny, some parts of "django" rely on that | 12:28 |
replaceafill | zOnny, probably the example.com link you're getting comes from django | 12:28 |
replaceafill | zOnny, so you could try modifying the initial django site and see how the comments package react | 12:29 |
replaceafill | zOnny, makes sense? | 12:29 |
replaceafill | zOnny, 2nd | 12:29 |
replaceafill | zOnny, since you don't have an email server | 12:29 |
replaceafill | zOnny, you have two options | 12:29 |
replaceafill | zOnny, use your gmail account | 12:30 |
replaceafill | zOnny, but it's easier to set this in local_settings: | 12:30 |
replaceafill | EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' | 12:30 |
replaceafill | zOnny, setting the email backend to "console" will print every mail the system creates to your terminal | 12:31 |
replaceafill | zOnny, so you can copy the activation links, links in moderation emails, etc | 12:31 |
replaceafill | zOnny, make sure the links match your dev instance | 12:32 |
replaceafill | zOnny, sometimes you'll see 127.0.0.0:8080 links | 12:32 |
replaceafill | zOnny, where 8080 is not the port you're working with | 12:32 |
zOnny | replaceafill: corerct | 12:33 |
zOnny | *correct | 12:33 |
zOnny | replaceafill: interesting | 12:33 |
replaceafill | zOnny, but you're interested in the path | 12:33 |
replaceafill | zOnny, not in the server:port part | 12:33 |
replaceafill | zOnny, so you can copy paste that | 12:33 |
replaceafill | zOnny, same for password reset emails and so on | 12:33 |
replaceafill | zOnny, so try that | 12:34 |
zOnny | I can play with that today | 12:34 |
replaceafill | zOnny, and see if you get the hang of moderation | 12:34 |
replaceafill | zOnny, once *********YOU********** are comfortable with the package | 12:34 |
replaceafill | zOnny, and understand it well | 12:34 |
zOnny | replaceafill: how about this https://imgur.com/a/3jmLXdW | 12:34 |
replaceafill | zOnny, we'll adjust the theme to include comments in our pages | 12:34 |
replaceafill | zOnny, ah yes, that's a django setting | 12:34 |
replaceafill | zOnny, hold on | 12:35 |
replaceafill | zOnny, https://docs.djangoproject.com/en/1.11/ref/settings/#std:setting-MANAGERS | 12:36 |
replaceafill | "specifies who should get broken link notifications" | 12:36 |
replaceafill | zOnny, iirc tendenci sets it as ADMINS by default | 12:36 |
zOnny | replaceafill: I was guessing that you are going to point me to django's page | 12:36 |
replaceafill | zOnny, so you could customize ADMINS instead | 12:36 |
zOnny | replaceafill: cool | 12:37 |
zOnny | replaceafill: marco is waiting for me | 12:37 |
replaceafill | zOnny, cool | 12:37 |
replaceafill | zOnny, nice job on this | 12:37 |
replaceafill | zOnny, keep going | 12:37 |
replaceafill | zOnny, we'll have comments *soon* :) | 12:37 |
replaceafill | zOnny, later o/ | 12:38 |
zOnny | replaceafill: I am getting more familiar with this | 12:38 |
zOnny | replaceafill: functionallity part is really cool | 12:38 |
replaceafill | :) | 12:38 |
zOnny | replaceafill: ttyl | 12:38 |
replaceafill | o/ | 12:38 |
mr_german | replaceafill, I couldn't do what you requested for :(, so what's next? | 12:46 |
replaceafill | mr_german, what did i request? | 12:46 |
mr_german | replaceafill, to make the blog full story or just 50 characters | 12:47 |
replaceafill | mr_german, zOnny be aware i just changed the path of the tendenci_blog app | 12:49 |
mr_german | hmm | 12:50 |
replaceafill | mr_german, did you try removing truncatechars here: https://gitlab.com/novawebdevelopment/tendenci_blog/blob/master/templates/blog/index.html#L30 | 12:50 |
mr_german | replaceafill, yes i know, without that it works | 12:51 |
mr_german | replaceafill, if I remove that, also I should remove "read more" right? | 12:52 |
replaceafill | mr_german, yes | 12:52 |
replaceafill | mr_german, well | 12:52 |
replaceafill | mr_german, we still need a link to the page | 12:52 |
mr_german | ok | 12:52 |
replaceafill | mr_german, if the title is a link, that's ok | 12:52 |
mr_german | yes | 12:52 |
mr_german | it is | 12:52 |
mr_german | and also if the page has a "header image" it will appear there | 12:53 |
mr_german | it is clickable | 12:53 |
replaceafill | mr_german, is there a "Blog Search" form in the sidebar? | 12:54 |
mr_german | replaceafill, yeah.. i plan to remove that | 12:54 |
mr_german | replaceafill, i think we don't need that for now riht? | 12:55 |
replaceafill | mr_german, https://blog.tendenci.com/?s=tendenci | 12:56 |
replaceafill | mr_german, see? this is where the posts should be collapsed | 12:56 |
replaceafill | mr_german, and paginated | 12:56 |
replaceafill | mr_german, what about pagination? | 12:57 |
replaceafill | mr_german, have you tried many blog posts? | 12:57 |
mr_german | yes, I tried without pagination | 12:58 |
mr_german | I can work on that | 12:58 |
replaceafill | mr_german, cool | 12:58 |
replaceafill | mr_german, don't remove the search box | 12:58 |
replaceafill | mr_german, we'll make it work | 12:59 |
mr_german | ok | 12:59 |
replaceafill | mr_german, see this https://blog.tendenci.com/ | 12:59 |
replaceafill | mr_german, the sidebar | 12:59 |
mr_german | oj yeah | 12:59 |
mr_german | it has one too | 12:59 |
mr_german | ;) | 12:59 |
replaceafill | mr_german, that's how our categories should look like | 12:59 |
mr_german | ok | 13:00 |
replaceafill | mr_german, and if i visit a post: https://blog.tendenci.com/the-eu-gdpr-the-general-data-protection-regulation/ | 13:00 |
replaceafill | mr_german, the sidebar is also there | 13:00 |
replaceafill | mr_german, that's why i think the sidebar can't be only in index.html | 13:00 |
replaceafill | mr_german, makes sense? | 13:00 |
mr_german | yes | 13:01 |
replaceafill | mr_german, cool | 13:01 |
replaceafill | mr_german, let me know when you have this working like wordpress :) | 13:01 |
*** zOnny has joined #novawebdev | 13:01 | |
replaceafill | mr_german, https://blog.tendenci.com/ is your guide | 13:01 |
mr_german | replaceafill, but, our categories are with dates right? | 13:01 |
replaceafill | mr_german, for functionality | 13:01 |
replaceafill | mr_german, no | 13:01 |
replaceafill | mr_german, categories is one thing | 13:01 |
replaceafill | mr_german, dates is another | 13:01 |
replaceafill | mr_german, look for "FROM THE ARCHIVES" | 13:02 |
replaceafill | mr_german, in the tendenci.com sidebar | 13:02 |
replaceafill | mr_german, we need both | 13:02 |
mr_german | oh ok | 13:02 |
replaceafill | ok, back to work | 13:03 |
*** zOnny has joined #novawebdev | 13:15 | |
zOnny | replaceafill: | 13:17 |
replaceafill | zOnny, yes? | 13:17 |
zOnny | replaceafill: there is a way that I can get access to novawebdev_dev | 13:18 |
zOnny | server | 13:18 |
replaceafill | zOnny, you have access, it's the old tendenci testing server | 13:18 |
zOnny | replaceafill: I know | 13:18 |
replaceafill | zOnny, but it's a mess | 13:18 |
replaceafill | zOnny, what do you need to do? | 13:18 |
zOnny | replaceafill: as you know I cleaned up my machine | 13:19 |
zOnny | replaceafill: we need a development server for novawebdev site for PWA testing | 13:20 |
replaceafill | zOnny, so you need your access restored? | 13:21 |
zOnny | replaceafill: yes | 13:21 |
replaceafill | zOnny, is it ok if i use your gitlab ssh key? | 13:21 |
replaceafill | zOnny, oh you have many | 13:22 |
replaceafill | zOnny, https://gitlab.com/edzon.quinteros.keys | 13:22 |
replaceafill | zOnny, could you send me your public ssh key? | 13:23 |
zOnny | replaceafill: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeDxgARYFGYcGfosdCzeuhQQHDCAjzTAo/jtuXRISuvMH9fb7C+IzVGkMHTBAu1rxvLZBozIjF2Aihr9EjIQ7j85EIWwUc4oiqmO4uIOG0Ti1BIyQYFsmYMhOOmZe82tigTBp8ndPcaZMHmsjbh4aBLJe3gfyfziFgn688DyBySW33/aB8M0zfDDTSFzEnxl/AD8ey0a0Eum8gLt9k8v6g0g2BYpNDifnZR32YWqInMlNgxxpZS2aebGhuOW7YSWJTnGF91JmI1XZWnrZat6YV+wIEF+gu8WbucqJf/Keu4yDEiNypCdBtTrMmJYCSK0Mqc0la+3O/U6artvPewC85 | 13:24 |
zOnny | equinteros@gazelle | 13:24 |
zOnny | replaceafill: :D | 13:24 |
replaceafill | zOnny, set, try | 13:25 |
zOnny | replaceafill: which is the user ? | 13:26 |
replaceafill | zOnny | 13:26 |
zOnny | replaceafill: thanks a lot | 13:26 |
replaceafill | zOnny, you have sudo, right? | 13:26 |
zOnny | replaceafill: correct | 13:27 |
replaceafill | zOnny, you should set a new instance just for your work | 13:27 |
replaceafill | zOnny, and handle it manually | 13:27 |
replaceafill | zOnny, i remember the theme of the novawebdev_dev target is not correctly configured | 13:28 |
replaceafill | ok, back to work | 13:29 |
mr_german | replaceafill, I can't extends my sidebar.html to the index :/ | 13:37 |
mr_german | this is my index.html | 13:37 |
mr_german | https://pastebin.com/KvBd8iBm | 13:37 |
mr_german | the sidebar | 13:38 |
mr_german | https://pastebin.com/dFPdNkQZ | 13:38 |
replaceafill | mr_german, your sidebar should not extend index | 13:39 |
replaceafill | mr_german, it should be included in the block | 13:39 |
replaceafill | mr_german, like this: https://gitlab.com/novawebdevelopment/nova-base-theme/blob/master/templates/default.html#L51-53 | 13:40 |
replaceafill | mr_german, but without the theme_ part | 13:40 |
mr_german | replaceafill, i did that before but, it shows the sidebar from tendenci | 13:41 |
replaceafill | mr_german, because it's called the same and you extended default.html | 13:41 |
replaceafill | mr_german, try blog-sidebar.html | 13:42 |
mr_german | oh | 13:42 |
mr_german | mmm i have an issue | 13:46 |
mr_german | it says "template does not exist at /blog/" | 13:46 |
mr_german | it needs something | 13:46 |
mr_german | ¿? | 13:46 |
*** Diza has joined #novawebdev | 14:08 | |
Diza | zOnny, hi | 14:08 |
zOnny | Diza: Hello | 14:09 |
Diza | zOnny, did you saw my email? | 14:09 |
zOnny | Diza: I got the images | 14:15 |
zOnny | Diza: can you change the assistance for attendance | 14:17 |
Diza | zOnny, the invittions? Great but what about my other email, where you share with me the draft | 14:17 |
*** mjsir911 has joined #novawebdev | 14:18 | |
zOnny | Diza: you mean more horizontal the slideshow ? | 14:19 |
Diza | zOnny, ups I send the wrong one | 14:19 |
Diza | zOnny, yes | 14:20 |
zOnny | Diza: jelkner was requesting this https://imgur.com/a/awofQmo | 14:22 |
zOnny | Diza: it was more wider but the man in the picture still was cropped | 14:25 |
zOnny | Diza: if you prefer more wider I can undo it and you fix the images | 14:27 |
zOnny | Diza: as jeff says "it's all about how it looks" | 14:30 |
Diza | zOnny, i see, however too square isn't going to look good | 14:30 |
Diza | zOnny, a horizontal rectangle it is a little better | 14:31 |
zOnny | Diza: we should vote :) | 14:32 |
Diza | zOnny, is he online? | 14:33 |
zOnny | Diza: He isn't online today :( | 14:34 |
zOnny | Diza: it is your call | 14:35 |
*** Dany has joined #novawebdev | 14:37 | |
Dany | zOnny, sorry my phone get froze | 14:37 |
zOnny | Dany: I got the fixed | 14:39 |
zOnny | Dany: I have not tried yet how it will works in bilingual :( | 14:41 |
Dany | zOnny, ok, what I was try to said was, most of the pictures (for no say all) are going to be more windth than length | 14:42 |
Dany | zOnny, what you mean? | 14:42 |
zOnny | Dany: do you want to check how it looks more wider ? | 14:43 |
Dany | zOnny, please | 14:44 |
zOnny | Dany: on it | 14:45 |
Dany | zOnny, ok | 14:46 |
zOnny | Dany: sent | 14:53 |
Dany | zOnny, ok | 14:54 |
Dany | zOnny, where do you send ti? | 14:54 |
Dany | it** | 14:54 |
zOnny | Dany: can you reload the page ? | 14:55 |
Dany | zOnny, oh ok | 14:55 |
zOnny | Dany: https://novalaciro.novawebdevelopment.org/ | 14:55 |
zOnny | Dany: did it load for you? | 14:57 |
Dany | zOnny, +1 | 14:58 |
Dany | zOnny, which is the side of the slide show? (the rectangle) | 14:58 |
zOnny | Dany: in this case we need the images rectangles | 14:59 |
Dany | zOnny, yeah, that isn't going to be a problem | 14:59 |
zOnny | Dany: hold on | 15:00 |
zOnny | Dany: 1082px x 500px | 15:04 |
Dany | zOnny, are you sure that is the side of the slide show (no the pictures)? | 15:06 |
zOnny | Dany: how you know that ? | 15:07 |
zOnny | Dany: I am testing hold on | 15:09 |
Dany | zOnny, b/c a 1082x500 picture looks more like a long rectangle, the one that I see it's a little more square | 15:11 |
zOnny | Dany: that is the parameter | 15:11 |
Dany | zOnny, the width is perfect, but I'll need that you reduce a little more the length | 15:12 |
Dany | zOnny, just a little (like 5%) | 15:12 |
zOnny | Dany: we need lightweight images | 15:13 |
zOnny | Dany: or we do not are going to pass the google tester :( | 15:14 |
zOnny | Dany: or we are not going to pass the google tester :( | 15:15 |
Dany | zOnny, that is true, a HD picture can broke the page | 15:15 |
Dany | zOnny, but I can do that | 15:15 |
zOnny | Dany: I remember once replaceafill showed me how poor is our site in google tester :( | 15:16 |
Dany | zOnny, :( | 15:17 |
replaceafill | zOnny, you can have big images with small file sizes if you know how to edit them | 15:17 |
Dany | zOnny, but can we change that? | 15:17 |
Dany | replaceafill, I know how don it | 15:17 |
Dany | do it** | 15:17 |
replaceafill | Dany, there you go :) | 15:18 |
replaceafill | the google tester is about loading performance | 15:18 |
zOnny | Dany: can you teach me how ? | 15:18 |
replaceafill | an image can be 1000x1000 and have jus a few kilobytes | 15:18 |
zOnny | Dany: I mean once we get the chance | 15:19 |
replaceafill | ACTION goes to get lunch, bb in ~40 | 15:19 |
Dany | zOnny, replaceafill we can see the quality of the pictures later, we just need to see to make this work for the invitation | 15:19 |
zOnny | replaceafill: one question | 15:19 |
Dany | zOnny, yeah, later I can teach you | 15:19 |
zOnny | Dany are you fixing the size ? | 15:20 |
Dany | zOnny, what are you talking about? | 15:21 |
zOnny | Dany: I gave you the size already | 15:21 |
Dany | zOnny, I think you misunderstand what I said | 15:23 |
zOnny | Dany: testing hold on | 15:24 |
Dany | zOnny, I was asking you what are the sides of the slide show (think it like the hole in the page where the pictures are show up) | 15:24 |
zOnny | Dany: can you see the one that I update ? | 15:27 |
zOnny | Dany: It has the title "Test" | 15:27 |
Dany | zOnny, omg what it looks that big? | 15:28 |
zOnny | Dany: What Do you mean ? | 15:29 |
zOnny | Dany: can you send me a screenshoot how it displays ? | 15:29 |
zOnny | Dany: I cropped it to make more wider | 15:30 |
zOnny | and it fits good | 15:30 |
*** jelkner has joined #novawebdev | 15:31 | |
jelkner | zOnny, ping! | 15:31 |
zOnny | Dany: https://novalaciro.novawebdevelopment.org/files/88/ | 15:31 |
Dany | zOnny, https://imgur.com/a/eCggTlK | 15:31 |
jelkner | zOnny, i just sent you and Dany an email. | 15:31 |
jelkner | we need the novalaciro website updated ASAP! | 15:32 |
jelkner | it is only a few days until the cookout | 15:32 |
Dany | zOnny, that is too big, part of the information is getting lost | 15:32 |
jelkner | we need to learn to respond in real time if we are going to do activist / political websites | 15:32 |
jelkner | things happen fast, so we need to be fast | 15:32 |
jelkner | please let me know when it is ready | 15:32 |
zOnny | jelkner: ok | 15:33 |
Dany | zOnny, can we stop one second and see what are we doing. why that picture has that sides? | 15:34 |
zOnny | Dany: ok | 15:35 |
Dany | zOnny, ok so why that picture is that big? | 15:37 |
zOnny | Dany: can you send me an screenshoot now | 15:42 |
zOnny | Dany: this is how the picture is cropped | 15:43 |
zOnny | Dany: https://novalaciro.novawebdevelopment.org/files/89/ | 15:43 |
zOnny | Dany: Is this displaying the same in your screen ? | 15:44 |
Dany | zOnny, https://imgur.com/a/hb8pNHw | 15:44 |
zOnny | Dany: in the website | 15:49 |
zOnny | Dany: it displays the same ? | 15:49 |
Dany | zOnny, https://imgur.com/a/L2FUcpF | 15:51 |
replaceafill | ACTION is back | 15:51 |
zOnny | Dany: hold on | 15:52 |
zOnny | Dany: I found the error | 15:55 |
zOnny | Dany: the error is zOnny | 15:56 |
Dany | zOnny, that is mean hahaha | 15:56 |
zOnny | Dany: hold on | 15:58 |
zOnny | Dany: arrangements on the way | 16:05 |
zOnny | Dany: can you reload the page ? | 16:06 |
Dany | zOnny, ok I can see all the picture but no in the right way | 16:07 |
Dany | zOnny, I need to know what are the sides of the slide show (the rectangles where the pictures are showing) | 16:08 |
zOnny | Dany: what do you mean no in the right way? | 16:09 |
Dany | replaceafill, you may can help us here, I don't know how to explain what I'm looking for | 16:11 |
replaceafill | Dany, hey | 16:12 |
replaceafill | Dany, let me read the log | 16:12 |
Dany | replaceafill, ok | 16:12 |
replaceafill | Dany, zOnny we're looking at this, right? https://novalaciro.novawebdevelopment.org/ | 16:12 |
Dany | replaceafill, yeah, that slide show, I need to know the sides of it (no the pictures) | 16:13 |
replaceafill | Dany, español? :) | 16:14 |
replaceafill | Dany, te referís al area donde aparecen las flechas? | 16:14 |
Dany | replaceafill, no, me refiero al espacio en general por donde aparecen las imagenes | 16:15 |
Dany | replaceafill, necesito el tamano de ese rectangulo | 16:15 |
replaceafill | Dany, el tamaño es dinamico | 16:15 |
Dany | replaceafill, si te das cuenta, el rectangulo es mas alto que ancho y eso distorciona las imagenes | 16:16 |
replaceafill | Dany, depende del ancho de la ventana en que se mira | 16:16 |
replaceafill | Dany, estas en PC? | 16:16 |
replaceafill | Dany, o en telefono? | 16:16 |
Dany | replaceafill, pero debe haber un porsentaje o algo? | 16:16 |
Dany | replaceafill, pc | 16:16 |
replaceafill | Dany, no, no es porcentaje | 16:16 |
replaceafill | Dany, por la forma en que zOnny lo ha implementado | 16:16 |
replaceafill | Dany, dejame tratar de mostrarte | 16:17 |
replaceafill | Dany, dame un minuto | 16:17 |
Dany | replaceafill, ok | 16:17 |
replaceafill | Dany, https://imgur.com/a/OoPc30y | 16:20 |
Dany | replaceafill, si asi!!! como la primera | 16:20 |
replaceafill | Dany, esas son 4 imagenes en diferentes anchos de ventana | 16:20 |
Dany | replaceafill, yo solo veo 2 :( | 16:21 |
replaceafill | Dany, si te fijas en la primera el texto abajo de "We are going" no se ve | 16:21 |
replaceafill | Dany, oh, refresca el album | 16:21 |
replaceafill | Dany, mi conexion es algo lenteja :D | 16:21 |
replaceafill | Dany, pero creo que ya subieron las 4 | 16:21 |
Dany | replaceafill, ya, como se haria para que en todas partes (al menos en las pc) se vea como la primera imagen? | 16:22 |
zOnny | replaceafill: https://novalaciro.novawebdevelopment.org/files/89/ | 16:23 |
replaceafill | zOnny, ah, son imagenes distintas_ | 16:23 |
zOnny | replaceafill: correct | 16:24 |
replaceafill | zOnny, :S | 16:24 |
zOnny | todo es igual | 16:24 |
zOnny | :( | 16:24 |
replaceafill | zOnny, what do you mean? | 16:24 |
replaceafill | zOnny, any reason for the cropped one? | 16:25 |
zOnny | THE ONE WITH title is cropped already | 16:25 |
zOnny | replaceafill: no | 16:25 |
replaceafill | zOnny, you mean this: https://novalaciro.novawebdevelopment.org/files/89/ | 16:25 |
zOnny | replaceafill: we don't need that anymore | 16:25 |
replaceafill | zOnny, why don't you get rid of that story then? | 16:25 |
zOnny | replaceafill: I was testing the size but the problem wasn't about the size | 16:26 |
zOnny | replaceafill: I will | 16:26 |
zOnny | replaceafill: the rest of images are working good for me | 16:26 |
zOnny | Dany: cual es no bien en tu computer | 16:27 |
replaceafill | zOnny, not really | 16:27 |
replaceafill | zOnny, you're distorting the slider | 16:27 |
replaceafill | zOnny, it should scale proportionally | 16:28 |
Dany | zOnny, eh? | 16:28 |
replaceafill | zOnny, not to the images themselves, i'm referring to the slider size | 16:28 |
zOnny | replaceafill: I got rid of the object fit | 16:29 |
replaceafill | zOnny, do you see the image stretching when you resize the width of the window? | 16:31 |
replaceafill | zOnny, take the viewport width to 1201 px and you'll see it | 16:32 |
replaceafill | zOnny, that's what i think Dany is asking for | 16:32 |
replaceafill | zOnny, a ratio | 16:32 |
zOnny | replaceafill: are you refering to the mobile size ? | 16:33 |
replaceafill | zOnny, above 1200px | 16:33 |
Dany | replaceafill, +1 | 16:33 |
replaceafill | zOnny, i think it's the same issue you had in the organization slider of the novawebdev website | 16:34 |
replaceafill | zOnny, where logos looked distorted | 16:35 |
replaceafill | zOnny, no they resize proportionally | 16:35 |
replaceafill | now* | 16:35 |
zOnny | replaceafill: Dany is asking about the size | 16:36 |
replaceafill | <Dany> replaceafill, pero debe haber un porsentaje o algo? | 16:37 |
Dany | replaceafill, zOnny yeah, I need to know the sizes of the pictures so we don't have the same problem that we have by cutting the people head | 16:37 |
replaceafill | Dany, that shouldn't happen anymore | 16:38 |
replaceafill | Dany, with the current setup the image should fit the slider | 16:38 |
replaceafill | right zOnny? | 16:38 |
Dany | replaceafill, ok...if you say so | 16:38 |
zOnny | replaceafill: my only issue here is the height | 16:38 |
zOnny | replaceafill: correct | 16:39 |
replaceafill | zOnny, why is the height an issue? | 16:39 |
replaceafill | https://imgur.com/a/Ipk0ktw | 16:40 |
zOnny | replaceafill: if you set height: auto; | 16:40 |
Dany | zOnny, replaceafill in my phone looks to height too | 16:41 |
zOnny | replaceafill: I understand about the responsive | 16:41 |
zOnny | replaceafill: I can fix it | 16:41 |
Dany | zOnny, cool | 16:42 |
replaceafill | Dany, zOnny my recommendation as usual is to avoid putting *information* in images | 16:43 |
zOnny | replaceafill: the only concern is about the size Dany was asking for | 16:43 |
replaceafill | zOnny, why do you keep referring to a size? | 16:43 |
replaceafill | zOnny, i may have missed that part of the conversation | 16:44 |
Dany | replaceafill, you're right, all the info can go in the event | 16:44 |
replaceafill | Dany, +1 | 16:44 |
replaceafill | Dany, imagine the hour or place changing last minute | 16:44 |
replaceafill | Dany, and you're on the go at that time | 16:45 |
replaceafill | Dany, on the bus or something | 16:45 |
replaceafill | Dany, you could probably edit text in the website | 16:45 |
replaceafill | Dany, but it'd be difficult to edit ***********two (english,spanish)************** images | 16:45 |
zOnny | replaceafill: I have two images which means biligual | 16:45 |
replaceafill | Dany, ya sé, estoy exagerando ;) | 16:45 |
zOnny | I was about to ask how make it work in the stories | 16:46 |
replaceafill | zOnny, stories are not bilingual | 16:46 |
replaceafill | zOnny, i think | 16:46 |
zOnny | replaceafill: correct | 16:46 |
Dany | replaceafill, that is true.... | 16:46 |
replaceafill | Dany, why don't you set a really nice event | 16:46 |
replaceafill | Dany, and just have the image with a link to the event | 16:47 |
replaceafill | Dany, zOnny since this is urgent, i can't promise bilingual stories today | 16:47 |
Dany | replaceafill, +1 | 16:48 |
zOnny | replaceafill: thanks for you help | 16:48 |
zOnny | I will finish this request | 16:49 |
replaceafill | Dany, zOnny if you decide it's worth having the stories bilingual please file an issue | 16:49 |
replaceafill | zOnny, good luck | 16:49 |
zOnny | replaceafill: Are the events Biligual ? | 16:50 |
replaceafill | zOnny, yes | 16:50 |
zOnny | replaceafill: cool | 16:50 |
zOnny | Dany: this is an event | 16:50 |
zOnny | Dany: | 16:52 |
zOnny | Dany: I see | 16:53 |
zOnny | Dany: you right | 16:54 |
zOnny | we need an especific size to keep the aspect ratio | 16:54 |
zOnny | Dany: that is why jeff was asking about keep the slideshow more square | 16:55 |
zOnny | Dany: Hello ? | 16:57 |
Dany | zOnny, yeah but square is not going to look good | 16:57 |
Dany | zOnny, if you have a square for the slide show and a square for the events, it's is going to look like eyes and the people is going to freak out | 16:58 |
zOnny | Dany: but in this case the man with the child should be cropped | 16:58 |
Dany | zOnny, with a square image some people is going to be cut to | 16:59 |
Dany | zOnny, that guy isn't important, I can cut the picture in a way that it don't cut anyone head but I need to know the sides! | 17:00 |
zOnny | Dany: correct | 17:00 |
zOnny | Dany: sorry for the confusion | 17:00 |
Dany | zOnny, as soon you give me the sides for the pictures, I'll send you the pictures for the event | 17:01 |
zOnny | Dany: here is all about the height | 17:01 |
Dany | zOnny, ok | 17:01 |
Dany | zOnny, it's ok if I'm going to lunch? | 17:02 |
zOnny | Dany: here the width is been resized automatically | 17:02 |
zOnny | Dany: can you make the same size all of them | 17:04 |
Dany | zOnny, you mean all the pictures? | 17:05 |
zOnny | Dany: take an example the flyer | 17:05 |
zOnny | Dany: all of them correct | 17:05 |
Dany | zOnny, yeah | 17:06 |
zOnny | Dany: same size of the flyer | 17:06 |
Dany | zOnny, that is ging to be the standar sides? | 17:06 |
zOnny | the flyer is good size | 17:07 |
zOnny | Dany: correct | 17:07 |
Dany | zOnny, yeah, it is perfect | 17:08 |
zOnny | Dany: having all of them same size I don't need to distored | 17:08 |
Dany | zOnny, i'll going to eat, can you send me couple pictures to my email so I can cut it in that sides? | 17:08 |
zOnny | Dany: Do you know how to Download ? | 17:09 |
zOnny | Dany: now worries, I will | 17:09 |
Dany | zOnny, haha what kind of question is that? +1 | 17:09 |
zOnny | Dany cool | 17:10 |
*** mjsir911 has joined #novawebdev | 17:24 | |
*** mr_german has joined #novawebdev | 17:36 | |
jelkner | Dany, you should make the cookout the top "news" item next to the slide show. | 17:51 |
*** mjsir911 has joined #novawebdev | 17:59 | |
replaceafill | ACTION signs off for the day | 18:44 |
*** zOnny has joined #novawebdev | 18:50 | |
zOnny | Dany are you around ? | 18:50 |
Dany | zOnny, just arrived | 19:12 |
zOnny | Dany: cool | 19:16 |
zOnny | Dany: we need to deploy it today :D | 19:16 |
Dany | zOnny, yeah | 19:26 |
Dany | zOnny, we have a issue, the picture of the guy (the one that we cut) is smaller that the flyer | 19:26 |
zOnny | Dany: you know what it means right ? | 19:28 |
Dany | zOnny, the flyer is too big? | 19:29 |
zOnny | Dany: your best solution is | 19:29 |
Dany | zOnny, math | 19:29 |
Dany | zOnny, I may found a way that it works but I need you to text it, let me send you the pictures | 19:30 |
zOnny | make the size of the smaller one | 19:30 |
zOnny | Dany: can you resize to the size of the smaller one ? | 19:32 |
Dany | zOnny, you mean make it bigger? | 19:32 |
zOnny | Dany: you said that one is smaller than the others | 19:33 |
Dany | zOnny, yeah, daa you're right | 19:33 |
zOnny | Dany: it means the smaller should be the standar | 19:33 |
Dany | zOnny, fixed | 19:37 |
Dany | zOnny, no really | 19:37 |
zOnny | Dany: Is the one that you already sent ? | 19:37 |
Dany | zOnny, yeah, the last ones | 19:38 |
zOnny | Dany: was my picture the smaller one ? | 19:38 |
Dany | zOnny, yes but don't worry about it | 19:39 |
zOnny | Dany: we should take that out | 19:39 |
Dany | zOnny, no, I can crop or resize almost any picture | 19:39 |
Dany | zOnny, that one has good resolution so it wasn't that hard | 19:40 |
Dany | zOnny, if you see the last 2 pictures, both has the same sides but different zooms | 19:40 |
zOnny | Dany: I was confuzed for a min | 19:42 |
zOnny | Dany: I will pick the one is zoomed | 19:44 |
zOnny | That is focusing to you :D | 19:45 |
zOnny | Dany: one question | 19:45 |
Dany | zOnny, yes? | 19:47 |
zOnny | Dany: Are you sure that all of them have the same size ? | 19:49 |
Dany | zOnny, yes, all are 1775x1100 | 19:49 |
zOnny | Dany: two, are not | 19:50 |
Dany | zOnny, which one? | 19:51 |
zOnny | Dany: https://novalaciro.novawebdevelopment.org | 19:52 |
Dany | zOnny, but which one? | 19:53 |
zOnny | Dany: can you see how the height expands | 19:54 |
zOnny | Dany: if all of them are the same size the height shouldn't expand | 19:55 |
Dany | zOnny, ohhh I see I see | 19:56 |
Dany | zOnny, give me a minute | 19:57 |
zOnny | Dany: thanks | 19:57 |
zOnny | Dany: even the flyer are not the same height | 19:58 |
zOnny | *flyers | 19:58 |
zOnny | one is 1780px x 1109 and the other is 1775px x 1100 | 19:59 |
jelkner | zOnny, how are things going? | 20:00 |
zOnny | jelkner: good afternoon | 20:00 |
jelkner | lol | 20:01 |
jelkner | good evening, you mean ;-) | 20:01 |
zOnny | jelkner: Oops | 20:01 |
jelkner | how is the novalaciro website coming along? | 20:01 |
zOnny | jelkner: I didn't see the time | 20:01 |
zOnny | jelkner: Dany is giving the same size to the pictures | 20:02 |
zOnny | jelkner: https://novalaciro.novawebdevelopment.org/ | 20:03 |
jelkner | can you get it to go live by tonight? | 20:05 |
jelkner | we are running out of time for the cookout | 20:05 |
zOnny | jelkner: for sure | 20:05 |
zOnny | jelkner: I understand | 20:05 |
jelkner | Dany should be making phone calls and visiting people, not here online | 20:05 |
zOnny | I will not leave the library until it is deployed | 20:05 |
jelkner | You may have to | 20:06 |
jelkner | since 55 minutes from now it will be closed | 20:06 |
zOnny | althought they close at 9:00 :( | 20:06 |
jelkner | under "Our Events" we need the cookout to show up on top | 20:06 |
jelkner | i'll tell you, this took too long | 20:06 |
jelkner | i hope in the future we can reduce the time | 20:07 |
jelkner | hopefully, once the size is set to something that works with phone pictures | 20:07 |
jelkner | Dany can just upload them without all this fuss | 20:07 |
jelkner | but we can see this is not good the way it is now | 20:08 |
zOnny | jelkner: I can set the event if all the information is in the flyer ? | 20:08 |
jelkner | it is | 20:08 |
jelkner | ok, i'll let you go | 20:08 |
zOnny | jelkner: on it | 20:08 |
zOnny | jelkner: ok | 20:08 |
jelkner | lastly, did you see my personal message to you? | 20:08 |
jelkner | did you see it, zOnny? | 20:09 |
jelkner | yes or no | 20:09 |
zOnny | jelkner: yes | 20:09 |
jelkner | cool | 20:09 |
jelkner | i'm traveling to nj tomorrow | 20:09 |
zOnny | jelkner: thanks you | 20:09 |
jelkner | but i'll be online part of the day | 20:09 |
jelkner | good night | 20:09 |
jelkner | ACTION signs off for the day | 20:09 |
zOnny | jelkner: goog night | 20:09 |
Dany | zOnny, ready, check your email | 20:11 |
zOnny | Dany: ok | 20:14 |
Dany | zOnny, I'll get back to my work them, do you need me? | 20:15 |
zOnny | Dany: I am updating it | 20:17 |
zOnny | Dany: ok | 20:19 |
zOnny | Dany: thank you so much | 20:19 |
Dany | zOnny, thanks to you | 20:19 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!