IRC log of #novawebdev for Tuesday, 2018-07-31

*** mjsir911 has joined #novawebdev06:56
*** mjsir911 has joined #novawebdev07:19
*** hrodriguez has joined #novawebdev10:19
*** replaceafill has joined #novawebdev11:11
*** lelkneralfaro has joined #novawebdev11:12
*** zOnny has joined #novawebdev11:13
zOnnyhey replaceafill 11:43
replaceafillhey zOnny11:43
zOnnyreplaceafill: busy ?11:43
replaceafillzOnny, a litte bit, what do you need?11:44
zOnnyreplaceafill: I have integrated the applications that Duncan has done11:46
replaceafillzOnny, i don't see any doc on Projects -> Tendenci11:48
zOnnyreplaceafill: Also updated the Doc11:48
zOnnyreplaceafill: hold on11:48
zOnnyreplaceafill: https://docs.google.com/document/d/1x92KEINzfwTApRm8-f1pZV3f-qwcmznzZfocGWy3L0g/edit11:52
replaceafillzOnny, ok, so the comments package works?11:54
zOnnyreplaceafill: it works! for sure.11:58
replaceafillzOnny, cool11:58
zOnnyreplaceafill: but the moderators 11:58
zOnnyreplaceafill: and threads 11:59
replaceafillzOnny, what about them?12:01
zOnnyreplaceafill: can be set up as the customer expect it to work12:01
replaceafillzOnny, if someone submits a comment, does it get immediately published?12:02
replaceafillzOnny, do you know if there's a way to avoid that until a moderator approves it?12:02
*** mr_german has joined #novawebdev12:02
zOnnyreplaceafill: no12:03
zOnnyreplaceafill: yes12:03
zOnnythe tutorial explain how to12:04
zOnnyreplaceafill: it needs also Moderate on bad words12:05
zOnnyreplaceafill: https://imgur.com/a/x8aNBkM12:05
replaceafillzOnny, is there any way to avoid automatic publishing?12:06
zOnnyreplaceafill: there is always a way12:07
replaceafillzOnny, could you point me to the docs to do that?12:08
zOnnyreplaceafill: on it 12:10
zOnnyreplaceafill: how about this https://imgur.com/a/gSPD2V012:13
replaceafillzOnny, great12:14
replaceafillzOnny, so it's possible12:14
replaceafillzOnny, so maybe the next step is to modify the novawebdev theme to support the package12:15
zOnnyI also included the blog pages which respond to an activity in the comments12:16
replaceafillzOnny, i don't understand that last part12:16
zOnnyreplaceafill: well the blog pages works good12:17
replaceafillzOnny, blog pages?12:17
mr_germanhello replaceafill 12:17
replaceafillhello mr_german12:17
zOnnyreplaceafill: replaceafill I need to look further testing the tutorial because doesn't seems perfect at all12:21
replaceafillzOnny, ok12:22
replaceafillzOnny, so my main concern was moderation12:22
zOnnyreplaceafill: ex https://imgur.com/a/u8OIBTN12:22
zOnnyit keeps the removed comments in the page12:22
replaceafillzOnny, yes, that's usually the case12:22
replaceafillzOnny, but removed is not the same as when the admin doesn't approve it, right?12:23
zOnnyreplaceafill: correct12:24
zOnnyreplaceafill: did you receive my email ?12:24
replaceafillzOnny, having the removed comments displayed is not an issue12:24
replaceafillzOnny, so don't spend time on that12:24
replaceafillzOnny, yes12:25
replaceafillzOnny, were you able to pass that?12:25
replaceafillzOnny, i assume you haven't been able to test emails fully yet?12:25
zOnnyreplaceafill: correct12:26
replaceafillzOnny, there are two things you need to understand for this12:26
replaceafillzOnny, 1st12:26
replaceafillzOnny, your settings12:26
replaceafillzOnny, /settings/global12:26
replaceafillzOnny, oops12:26
replaceafillzOnny, sorry12:26
replaceafillzOnny, /settings/site/global/12:27
replaceafillzOnny, some parts of tendenci rely on the Site URL setting12:27
replaceafillzOnny, and the other is in the admin12:28
replaceafillzOnny, /admin/sites/site/12:28
replaceafillzOnny, that's django sites12:28
replaceafillzOnny, some parts of "django" rely on that12:28
replaceafillzOnny, probably the example.com link you're getting comes from django12:28
replaceafillzOnny, so you could try modifying the initial django site and see how the comments package react12:29
replaceafillzOnny, makes sense?12:29
replaceafillzOnny, 2nd12:29
replaceafillzOnny, since you don't have an email server12:29
replaceafillzOnny, you have two options12:29
replaceafillzOnny, use your gmail account12:30
replaceafillzOnny, but it's easier to set this in local_settings:12:30
replaceafillEMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'12:30
replaceafillzOnny, setting the email backend to "console" will print every mail the system creates to your terminal12:31
replaceafillzOnny, so you can copy the activation links, links in moderation emails, etc12:31
replaceafillzOnny, make sure the links match your dev instance12:32
replaceafillzOnny, sometimes you'll see 127.0.0.0:8080 links12:32
replaceafillzOnny, where 8080 is not the port you're working with12:32
zOnnyreplaceafill: corerct12:33
zOnny*correct12:33
zOnnyreplaceafill: interesting12:33
replaceafillzOnny, but you're interested in the path12:33
replaceafillzOnny, not in the server:port part12:33
replaceafillzOnny, so you can copy paste that12:33
replaceafillzOnny, same for password reset emails and so on12:33
replaceafillzOnny, so try that12:34
zOnnyI can play with that today12:34
replaceafillzOnny, and see if you get the hang of moderation12:34
replaceafillzOnny, once *********YOU********** are comfortable with the package12:34
replaceafillzOnny, and understand it well12:34
zOnnyreplaceafill: how about this https://imgur.com/a/3jmLXdW12:34
replaceafillzOnny, we'll adjust the theme to include comments in our pages12:34
replaceafillzOnny, ah yes, that's a django setting12:34
replaceafillzOnny, hold on12:35
replaceafillzOnny, https://docs.djangoproject.com/en/1.11/ref/settings/#std:setting-MANAGERS12:36
replaceafill"specifies who should get broken link notifications"12:36
replaceafillzOnny, iirc tendenci sets it as ADMINS by default12:36
zOnnyreplaceafill: I was guessing that you are going to point me to django's page12:36
replaceafillzOnny, so you could customize ADMINS instead12:36
zOnnyreplaceafill: cool12:37
zOnnyreplaceafill: marco is waiting for me12:37
replaceafillzOnny, cool12:37
replaceafillzOnny, nice job on this12:37
replaceafillzOnny, keep going12:37
replaceafillzOnny, we'll have comments *soon* :)12:37
replaceafillzOnny, later o/12:38
zOnnyreplaceafill: I am getting more familiar with this12:38
zOnnyreplaceafill: functionallity part is really cool12:38
replaceafill:)12:38
zOnnyreplaceafill: ttyl12:38
replaceafillo/12:38
mr_germanreplaceafill, I couldn't do what you requested for :(, so what's next?12:46
replaceafillmr_german, what did i request?12:46
mr_germanreplaceafill, to make the blog full story or just 50 characters12:47
replaceafillmr_german, zOnny be aware i just changed the path of the tendenci_blog app12:49
mr_germanhmm12:50
replaceafillmr_german, did you try removing truncatechars here: https://gitlab.com/novawebdevelopment/tendenci_blog/blob/master/templates/blog/index.html#L3012:50
mr_germanreplaceafill, yes i know, without that it works12:51
mr_germanreplaceafill, if I remove that, also I should remove "read more" right?12:52
replaceafillmr_german, yes12:52
replaceafillmr_german, well12:52
replaceafillmr_german, we still need a link to the page12:52
mr_germanok12:52
replaceafillmr_german, if the title is a link, that's ok12:52
mr_germanyes12:52
mr_germanit is12:52
mr_germanand also if the page has a "header image" it will appear there12:53
mr_germanit is clickable12:53
replaceafillmr_german, is there a "Blog Search" form in the sidebar?12:54
mr_germanreplaceafill, yeah.. i plan to remove that12:54
mr_germanreplaceafill, i think we don't need that for now riht?12:55
replaceafillmr_german, https://blog.tendenci.com/?s=tendenci12:56
replaceafillmr_german, see? this is where the posts should be collapsed12:56
replaceafillmr_german, and paginated12:56
replaceafillmr_german, what about pagination?12:57
replaceafillmr_german, have you tried many blog posts?12:57
mr_germanyes, I tried without pagination12:58
mr_germanI can work on that12:58
replaceafillmr_german, cool12:58
replaceafillmr_german, don't remove the search box12:58
replaceafillmr_german, we'll make it work12:59
mr_germanok12:59
replaceafillmr_german, see this https://blog.tendenci.com/12:59
replaceafillmr_german, the sidebar12:59
mr_germanoj yeah12:59
mr_germanit has one too12:59
mr_german;)12:59
replaceafillmr_german, that's how our categories should look like12:59
mr_germanok13:00
replaceafillmr_german, and if i visit a post: https://blog.tendenci.com/the-eu-gdpr-the-general-data-protection-regulation/13:00
replaceafillmr_german, the sidebar is also there13:00
replaceafillmr_german, that's why i think the sidebar can't be only in index.html13:00
replaceafillmr_german, makes sense?13:00
mr_germanyes13:01
replaceafillmr_german, cool13:01
replaceafillmr_german, let me know when you have this working like wordpress :)13:01
*** zOnny has joined #novawebdev13:01
replaceafillmr_german, https://blog.tendenci.com/ is your guide13:01
mr_germanreplaceafill, but, our categories are with dates right?13:01
replaceafillmr_german, for functionality13:01
replaceafillmr_german, no13:01
replaceafillmr_german, categories is one thing13:01
replaceafillmr_german, dates is another13:01
replaceafillmr_german, look for "FROM THE ARCHIVES"13:02
replaceafillmr_german, in the tendenci.com sidebar13:02
replaceafillmr_german, we need both13:02
mr_germanoh ok13:02
replaceafillok, back to work13:03
*** zOnny has joined #novawebdev13:15
zOnnyreplaceafill: 13:17
replaceafillzOnny, yes?13:17
zOnnyreplaceafill: there is a way that I can get  access to novawebdev_dev13:18
zOnnyserver 13:18
replaceafillzOnny, you have access,  it's the old tendenci testing server13:18
zOnnyreplaceafill: I know13:18
replaceafillzOnny, but it's a mess13:18
replaceafillzOnny, what do you need to do?13:18
zOnnyreplaceafill: as you know I cleaned up my machine13:19
zOnnyreplaceafill: we need a development server for novawebdev site for PWA testing13:20
replaceafillzOnny, so you need your access restored?13:21
zOnnyreplaceafill: yes 13:21
replaceafillzOnny, is it ok if i use your gitlab ssh key?13:21
replaceafillzOnny, oh you have many13:22
replaceafillzOnny, https://gitlab.com/edzon.quinteros.keys13:22
replaceafillzOnny, could you send me your public ssh key?13:23
zOnnyreplaceafill: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeDxgARYFGYcGfosdCzeuhQQHDCAjzTAo/jtuXRISuvMH9fb7C+IzVGkMHTBAu1rxvLZBozIjF2Aihr9EjIQ7j85EIWwUc4oiqmO4uIOG0Ti1BIyQYFsmYMhOOmZe82tigTBp8ndPcaZMHmsjbh4aBLJe3gfyfziFgn688DyBySW33/aB8M0zfDDTSFzEnxl/AD8ey0a0Eum8gLt9k8v6g0g2BYpNDifnZR32YWqInMlNgxxpZS2aebGhuOW7YSWJTnGF91JmI1XZWnrZat6YV+wIEF+gu8WbucqJf/Keu4yDEiNypCdBtTrMmJYCSK0Mqc0la+3O/U6artvPewC85 13:24
zOnnyequinteros@gazelle13:24
zOnnyreplaceafill: :D13:24
replaceafillzOnny, set, try13:25
zOnnyreplaceafill: which is the user ?13:26
replaceafillzOnny13:26
zOnnyreplaceafill: thanks a lot13:26
replaceafillzOnny, you have sudo, right?13:26
zOnnyreplaceafill: correct13:27
replaceafillzOnny, you should set a new instance just for your work13:27
replaceafillzOnny, and handle it manually13:27
replaceafillzOnny, i remember the theme of the novawebdev_dev target is not correctly configured13:28
replaceafillok, back to work13:29
mr_germanreplaceafill, I can't extends my sidebar.html to the index :/13:37
mr_germanthis is my index.html13:37
mr_germanhttps://pastebin.com/KvBd8iBm13:37
mr_germanthe sidebar13:38
mr_germanhttps://pastebin.com/dFPdNkQZ13:38
replaceafillmr_german, your sidebar should not extend index13:39
replaceafillmr_german, it should be included in the block13:39
replaceafillmr_german, like this: https://gitlab.com/novawebdevelopment/nova-base-theme/blob/master/templates/default.html#L51-5313:40
replaceafillmr_german, but without the theme_ part13:40
mr_germanreplaceafill, i did that before but, it shows the sidebar from tendenci13:41
replaceafillmr_german, because it's called the same and you extended default.html13:41
replaceafillmr_german, try blog-sidebar.html13:42
mr_germanoh13:42
mr_germanmmm i have an issue13:46
mr_germanit says "template does not exist at /blog/"13:46
mr_germanit needs something13:46
mr_german¿?13:46
*** Diza has joined #novawebdev14:08
DizazOnny, hi14:08
zOnnyDiza: Hello14:09
Diza zOnny, did you saw my email?14:09
zOnnyDiza: I got the images14:15
zOnnyDiza: can you change the assistance  for attendance14:17
DizazOnny, the invittions? Great but what about my other email, where you share with me the draft14:17
*** mjsir911 has joined #novawebdev14:18
zOnnyDiza: you mean more horizontal the slideshow ?14:19
DizazOnny, ups I send the wrong one14:19
DizazOnny, yes14:20
zOnnyDiza: jelkner was requesting this https://imgur.com/a/awofQmo14:22
zOnnyDiza: it was more wider but the man in the picture still was cropped14:25
zOnnyDiza: if you prefer more wider I can undo it and you fix the images14:27
zOnnyDiza: as jeff says "it's all about how it looks"14:30
DizazOnny, i see, however too square isn't going to look good14:30
DizazOnny, a horizontal rectangle it is a little better14:31
zOnnyDiza: we should vote :)14:32
DizazOnny, is he online?14:33
zOnnyDiza: He isn't online today :(14:34
zOnnyDiza: it is your call14:35
*** Dany has joined #novawebdev14:37
DanyzOnny, sorry my phone get froze14:37
zOnnyDany: I got the fixed 14:39
zOnnyDany: I have not tried yet how it will works in bilingual :(14:41
DanyzOnny, ok, what I was try to said was, most of the pictures (for no say all) are going to be more windth than length14:42
DanyzOnny, what you mean?14:42
zOnnyDany: do you want to check how it looks more wider ?14:43
DanyzOnny, please14:44
zOnnyDany: on it14:45
DanyzOnny, ok14:46
zOnnyDany: sent14:53
DanyzOnny, ok14:54
DanyzOnny, where do you send ti?14:54
Danyit**14:54
zOnnyDany: can you reload the page ?14:55
DanyzOnny, oh ok14:55
zOnnyDany: https://novalaciro.novawebdevelopment.org/14:55
zOnnyDany: did it load for you?14:57
DanyzOnny, +114:58
DanyzOnny, which is the side of the slide show? (the rectangle)14:58
zOnnyDany: in this case we need the images rectangles14:59
DanyzOnny, yeah, that isn't going to be a problem14:59
zOnnyDany: hold on15:00
zOnnyDany: 1082px x 500px15:04
DanyzOnny, are you sure that is the side of the slide show (no the pictures)?15:06
zOnnyDany: how you know that ?15:07
zOnnyDany: I am testing hold on15:09
DanyzOnny, b/c a 1082x500 picture looks more like a long rectangle, the one that I see it's a little more square15:11
zOnnyDany: that is the parameter 15:11
DanyzOnny, the width is perfect, but I'll need that you reduce a little more the length 15:12
DanyzOnny, just a little (like 5%)15:12
zOnnyDany: we need lightweight images15:13
zOnnyDany: or we do not are going to pass the google tester :(15:14
zOnnyDany: or we are not  going to pass the google tester :(15:15
DanyzOnny, that is true, a HD picture can broke the page15:15
DanyzOnny, but I can do that 15:15
zOnnyDany: I remember once replaceafill showed me how poor is our site in google tester :(15:16
DanyzOnny, :(15:17
replaceafillzOnny, you can have big images with small file sizes if you know how to edit them15:17
DanyzOnny, but can we change that?15:17
Danyreplaceafill, I know how don it15:17
Danydo it**15:17
replaceafillDany, there you go :)15:18
replaceafillthe google tester is about loading performance15:18
zOnnyDany: can you teach me how ?15:18
replaceafillan image can be 1000x1000 and have jus a few kilobytes15:18
zOnnyDany: I mean once we get the chance15:19
replaceafillACTION goes to get lunch, bb in ~4015:19
DanyzOnny, replaceafill we can see the quality of the pictures later, we just need to see to make this work for the invitation15:19
zOnnyreplaceafill: one question15:19
DanyzOnny, yeah, later I can teach you15:19
zOnnyDany are you fixing the size ?15:20
DanyzOnny, what are you talking about?15:21
zOnnyDany: I gave you the size already15:21
DanyzOnny, I think you misunderstand what I said15:23
zOnnyDany: testing hold on15:24
DanyzOnny, 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
zOnnyDany: can you see the one that I update ?15:27
zOnnyDany: It has the title "Test"15:27
DanyzOnny, omg what it looks that big?15:28
zOnnyDany: What Do you mean ?15:29
zOnnyDany: can you send me a screenshoot how it displays ?15:29
zOnnyDany: I cropped it to make more wider15:30
zOnnyand it fits good15:30
*** jelkner has joined #novawebdev15:31
jelknerzOnny, ping!15:31
zOnnyDany: https://novalaciro.novawebdevelopment.org/files/88/15:31
DanyzOnny, https://imgur.com/a/eCggTlK15:31
jelknerzOnny, i just sent you and Dany an email.15:31
jelknerwe need the novalaciro website updated ASAP!15:32
jelknerit is only a few days until the cookout15:32
DanyzOnny, that is too big, part of the information is getting lost15:32
jelknerwe need to learn to respond in real time if we are going to do activist / political websites15:32
jelknerthings happen fast, so we need to be fast15:32
jelknerplease let me know when it is ready15:32
zOnnyjelkner: ok15:33
DanyzOnny, can we stop one second and see what are we doing. why that picture has that sides? 15:34
zOnnyDany: ok15:35
DanyzOnny, ok so why that picture is that big?15:37
zOnnyDany: can you send me an screenshoot now15:42
zOnnyDany: this is how the picture is cropped15:43
zOnnyDany: https://novalaciro.novawebdevelopment.org/files/89/15:43
zOnnyDany: Is this displaying the same in your screen ?15:44
DanyzOnny, https://imgur.com/a/hb8pNHw15:44
zOnnyDany: in the website15:49
zOnnyDany: it displays the same ?15:49
DanyzOnny, https://imgur.com/a/L2FUcpF15:51
replaceafillACTION is back15:51
zOnnyDany: hold on15:52
zOnnyDany: I found the error15:55
zOnnyDany: the error is zOnny 15:56
DanyzOnny, that is mean hahaha15:56
zOnnyDany: hold on15:58
zOnnyDany: arrangements on the way16:05
zOnnyDany: can you reload the page ?16:06
DanyzOnny, ok I can see all the picture but no in the right way16:07
DanyzOnny, I need to know what are the sides of the slide show (the rectangles where the pictures are showing)16:08
zOnnyDany: what do you mean no in the right way?16:09
Danyreplaceafill, you may can help us here, I don't know how to explain what I'm looking for16:11
replaceafillDany, hey16:12
replaceafillDany, let me read the log16:12
Danyreplaceafill, ok16:12
replaceafillDany, zOnny we're looking at this, right? https://novalaciro.novawebdevelopment.org/16:12
Danyreplaceafill, yeah, that slide show, I need to know the sides of it (no the pictures)16:13
replaceafillDany, español? :)16:14
replaceafillDany, te referís al area donde aparecen las flechas?16:14
Danyreplaceafill, no, me refiero al espacio en general por donde aparecen las imagenes16:15
Danyreplaceafill, necesito el tamano de ese rectangulo16:15
replaceafillDany, el tamaño es dinamico16:15
Danyreplaceafill, si te das cuenta, el rectangulo es mas alto que ancho y eso distorciona las imagenes16:16
replaceafillDany, depende del ancho de la ventana en que se mira16:16
replaceafillDany, estas en PC?16:16
replaceafillDany, o en telefono?16:16
Danyreplaceafill, pero debe haber un porsentaje o algo?16:16
Danyreplaceafill, pc16:16
replaceafillDany, no, no es porcentaje16:16
replaceafillDany, por la forma en que zOnny lo ha implementado16:16
replaceafillDany, dejame tratar de mostrarte16:17
replaceafillDany, dame un minuto16:17
Danyreplaceafill, ok16:17
replaceafillDany, https://imgur.com/a/OoPc30y16:20
Danyreplaceafill, si asi!!! como la primera16:20
replaceafillDany, esas son 4 imagenes en diferentes anchos de ventana16:20
Danyreplaceafill, yo solo veo 2 :(16:21
replaceafillDany, si te fijas en la primera el texto abajo de "We are going" no se ve16:21
replaceafillDany, oh, refresca el album16:21
replaceafillDany, mi conexion es algo lenteja :D16:21
replaceafillDany, pero creo que ya subieron las 416:21
Danyreplaceafill, ya, como se haria para que en todas partes (al menos en las pc) se vea como la primera imagen?16:22
zOnnyreplaceafill: https://novalaciro.novawebdevelopment.org/files/89/16:23
replaceafillzOnny, ah, son imagenes distintas_16:23
zOnnyreplaceafill: correct16:24
replaceafillzOnny, :S16:24
zOnnytodo es igual16:24
zOnny:(16:24
replaceafillzOnny, what do you mean?16:24
replaceafillzOnny, any reason for the cropped one?16:25
zOnnyTHE ONE WITH title is cropped already16:25
zOnnyreplaceafill: no16:25
replaceafillzOnny, you mean this: https://novalaciro.novawebdevelopment.org/files/89/16:25
zOnnyreplaceafill: we don't need that anymore16:25
replaceafillzOnny, why don't you get rid of that story then?16:25
zOnnyreplaceafill: I was testing the size but the problem wasn't about the size16:26
zOnnyreplaceafill: I will16:26
zOnnyreplaceafill: the rest of images are working good for me16:26
zOnnyDany: cual es no bien en tu computer16:27
replaceafillzOnny, not really16:27
replaceafillzOnny, you're distorting the slider 16:27
replaceafillzOnny, it should scale proportionally16:28
DanyzOnny, eh? 16:28
replaceafillzOnny, not to the images themselves, i'm referring to the slider size16:28
zOnnyreplaceafill: I got rid of the object fit16:29
replaceafillzOnny, do you see the image stretching when you resize the width of the window?16:31
replaceafillzOnny, take the viewport width to 1201 px and you'll see it16:32
replaceafillzOnny, that's what i think Dany is asking for16:32
replaceafillzOnny, a ratio16:32
zOnnyreplaceafill: are you refering to the mobile size ?16:33
replaceafillzOnny, above 1200px16:33
Danyreplaceafill, +116:33
replaceafillzOnny, i think it's the same issue you had in the organization slider of the novawebdev website16:34
replaceafillzOnny, where logos looked distorted16:35
replaceafillzOnny, no they resize proportionally16:35
replaceafillnow*16:35
zOnnyreplaceafill: Dany is asking about the size 16:36
replaceafill<Dany> replaceafill, pero debe haber un porsentaje o algo?16:37
Danyreplaceafill, 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 head16:37
replaceafillDany, that shouldn't happen anymore16:38
replaceafillDany, with the current setup the image should fit the slider16:38
replaceafillright zOnny?16:38
Danyreplaceafill, ok...if you say so16:38
zOnnyreplaceafill: my only issue here is the height 16:38
zOnnyreplaceafill: correct16:39
replaceafillzOnny, why is the height an issue?16:39
replaceafillhttps://imgur.com/a/Ipk0ktw16:40
zOnnyreplaceafill: if you set height: auto;16:40
DanyzOnny, replaceafill in my phone looks to height too16:41
zOnnyreplaceafill: I understand about the responsive16:41
zOnnyreplaceafill: I can fix it16:41
DanyzOnny, cool16:42
replaceafillDany, zOnny my recommendation as usual is to avoid putting *information* in images16:43
zOnnyreplaceafill: the only concern is about the size Dany was asking for16:43
replaceafillzOnny, why do you keep referring to a size?16:43
replaceafillzOnny, i may have missed that part of the conversation16:44
Danyreplaceafill, you're right, all the info can go in the event16:44
replaceafillDany, +116:44
replaceafillDany, imagine the hour or place changing last minute16:44
replaceafillDany, and you're on the go at that time16:45
replaceafillDany, on the bus or something16:45
replaceafillDany, you could probably edit text in the website16:45
replaceafillDany, but it'd be difficult to edit ***********two (english,spanish)************** images16:45
zOnnyreplaceafill: I have two images which means biligual 16:45
replaceafillDany, ya sé, estoy exagerando ;)16:45
zOnnyI was about to ask how make it work in the stories16:46
replaceafillzOnny, stories are not bilingual16:46
replaceafillzOnny, i think16:46
zOnnyreplaceafill: correct16:46
Danyreplaceafill, that is true....16:46
replaceafillDany, why don't you set a really nice event16:46
replaceafillDany, and just have the image with a link to the event16:47
replaceafillDany, zOnny since this is urgent, i can't promise bilingual stories today16:47
Danyreplaceafill, +116:48
zOnnyreplaceafill: thanks for you help16:48
zOnnyI will finish this request16:49
replaceafillDany, zOnny if you decide it's worth having the stories bilingual please file an issue16:49
replaceafillzOnny, good luck16:49
zOnnyreplaceafill: Are the events Biligual ?16:50
replaceafillzOnny, yes16:50
zOnnyreplaceafill: cool16:50
zOnnyDany: this is an event16:50
zOnnyDany: 16:52
zOnnyDany: I see 16:53
zOnnyDany: you right16:54
zOnnywe need an especific size to keep the aspect ratio16:54
zOnnyDany: that is why jeff was asking about keep the slideshow more square16:55
zOnnyDany: Hello ?16:57
DanyzOnny, yeah but square is not going to look good16:57
DanyzOnny, 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 out16:58
zOnnyDany: but in this case the man with the child should be cropped16:58
DanyzOnny, with a square image some people is going to be cut to16:59
DanyzOnny, 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
zOnnyDany: correct17:00
zOnnyDany: sorry for the confusion17:00
DanyzOnny, as soon you give me the sides for the pictures, I'll send you the pictures for the event 17:01
zOnnyDany: here is all about the height17:01
DanyzOnny, ok17:01
DanyzOnny, it's ok if I'm going to lunch?17:02
zOnnyDany: here the width is been resized automatically17:02
zOnnyDany: can you make the same size all of them17:04
DanyzOnny, you  mean all the pictures?17:05
zOnnyDany: take an example the flyer17:05
zOnnyDany: all of them correct17:05
DanyzOnny, yeah17:06
zOnnyDany: same size of the flyer17:06
DanyzOnny, that is ging to be the standar sides?17:06
zOnnythe flyer is good size17:07
zOnnyDany: correct17:07
DanyzOnny, yeah, it is perfect17:08
zOnnyDany: having all of them same size I don't need to distored17:08
DanyzOnny, i'll going to eat, can you send me couple pictures to my email so I can cut it in that sides?17:08
zOnnyDany: Do you know how to Download ?17:09
zOnnyDany: now worries, I will17:09
DanyzOnny, haha what kind of question is that? +117:09
zOnnyDany cool 17:10
*** mjsir911 has joined #novawebdev17:24
*** mr_german has joined #novawebdev17:36
jelknerDany, you should make the cookout the top "news" item next to the slide show.17:51
*** mjsir911 has joined #novawebdev17:59
replaceafillACTION signs off for the day18:44
*** zOnny has joined #novawebdev18:50
zOnnyDany are you around ?18:50
DanyzOnny, just arrived19:12
zOnnyDany: cool19:16
zOnnyDany: we need to deploy it today :D19:16
DanyzOnny, yeah19:26
DanyzOnny, we have a issue, the picture of the guy (the one that we cut) is smaller that the flyer19:26
zOnnyDany: you know what it means right ?19:28
DanyzOnny, the flyer is too big?19:29
zOnnyDany: your best solution is19:29
DanyzOnny, math19:29
DanyzOnny, I may found a way that it works but I need you to text it, let me send you the pictures19:30
zOnnymake the size of the smaller one19:30
zOnnyDany: can you resize to the size of the smaller one ?19:32
DanyzOnny, you mean make it bigger?19:32
zOnnyDany: you said that one is smaller than the others19:33
DanyzOnny, yeah, daa you're right 19:33
zOnnyDany: it means the smaller should be the standar19:33
DanyzOnny, fixed19:37
DanyzOnny, no really19:37
zOnnyDany: Is the one that you already sent ?19:37
DanyzOnny, yeah, the last ones19:38
zOnnyDany: was my picture the smaller one ?19:38
DanyzOnny, yes but don't worry about it19:39
zOnnyDany: we should take that out19:39
DanyzOnny, no, I can crop or resize almost any picture19:39
DanyzOnny, that one has good resolution so it wasn't that hard19:40
DanyzOnny, if you see the last 2 pictures, both has the same sides but different zooms19:40
zOnnyDany: I was confuzed for a min19:42
zOnnyDany: I will pick the one is zoomed19:44
zOnnyThat is focusing to you :D19:45
zOnnyDany: one question19:45
DanyzOnny, yes?19:47
zOnnyDany: Are you sure that all of them have the same size ?19:49
DanyzOnny, yes, all are 1775x110019:49
zOnnyDany: two, are not 19:50
DanyzOnny, which one?19:51
zOnnyDany: https://novalaciro.novawebdevelopment.org19:52
DanyzOnny, but which one?19:53
zOnnyDany: can you see how the height expands 19:54
zOnnyDany: if all of them are the same size the height shouldn't expand19:55
DanyzOnny, ohhh I see I see19:56
DanyzOnny, give me a minute19:57
zOnnyDany: thanks19:57
zOnnyDany: even the flyer are not the same height19:58
zOnny*flyers19:58
zOnnyone is 1780px x 1109 and the other is 1775px x 1100 19:59
jelknerzOnny, how are things going?20:00
zOnnyjelkner: good afternoon20:00
jelknerlol20:01
jelknergood evening, you mean ;-)20:01
zOnnyjelkner: Oops20:01
jelknerhow is the novalaciro website coming along?20:01
zOnnyjelkner: I didn't see the time 20:01
zOnnyjelkner: Dany is giving the same size to the pictures20:02
zOnnyjelkner: https://novalaciro.novawebdevelopment.org/20:03
jelknercan you get it to go live by tonight?20:05
jelknerwe are running out of time for the cookout20:05
zOnnyjelkner: for sure20:05
zOnnyjelkner: I understand20:05
jelknerDany should be making phone calls and visiting people, not here online20:05
zOnnyI will not leave the library until it is deployed 20:05
jelknerYou may have to20:06
jelknersince 55 minutes from now it will be closed20:06
zOnnyalthought they close at 9:00 :(20:06
jelknerunder "Our Events" we need the cookout to show up on top20:06
jelkneri'll tell you, this took too long20:06
jelkneri hope in the future we can reduce the time20:07
jelknerhopefully, once the size is set to something that works with phone pictures20:07
jelknerDany can just upload them without all this fuss20:07
jelknerbut we can see this is not good the way it is now20:08
zOnnyjelkner: I can set the event if all the information is in the flyer ?20:08
jelknerit is20:08
jelknerok, i'll let you go20:08
zOnnyjelkner: on it20:08
zOnnyjelkner: ok20:08
jelknerlastly, did you see my personal message to you?20:08
jelknerdid you see it, zOnny?20:09
jelkneryes or no20:09
zOnnyjelkner: yes20:09
jelknercool20:09
jelkneri'm traveling to nj tomorrow20:09
zOnnyjelkner: thanks you20:09
jelknerbut i'll be online part of the day20:09
jelknergood night20:09
jelknerACTION signs off for the day20:09
zOnnyjelkner: goog night20:09
DanyzOnny, ready, check your email20:11
zOnnyDany: ok20:14
DanyzOnny, I'll get back to my work them, do you need me?20:15
zOnnyDany: I am updating it20:17
zOnnyDany: ok20:19
zOnnyDany: thank you so much20:19
DanyzOnny, thanks to you20:19

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!