inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Oct 17, 2018 10:53:04 GMT -8
Peter, Hmmm that would be an interesting solution. I imagine it'd also allow the outfit to appear in all posts after the 1st if it's no longer saved to the post? If not, that's fine, too. xD I don't know precisely the workings of keys beyond what is obvious from common sense. Definitely something to think about! But it is functioning beautifully as it is and I am completely content with it, so no pressure to come back to it unless you want to. Awesome, thank you so much. :)
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Oct 18, 2018 3:16:11 GMT -8
Added in some CSS to deal with large images. You can tweak the min width and height by using .post-outfits-post-item-image img as the selector. Plugin is also editable, so you can directly edit the CSS in there if needed. - CSS max-width and max-height added to image. - Image will now be clickable and open in a new window. - Fixed incorrect function being used to encode values in the input field. github.com/PopThosePringles/ProBoards-Post-Outfits/releases/tag/1.0.2
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Oct 18, 2018 6:51:50 GMT -8
Peter, Oh, trust me, I've been in the build CSS component this entire time. I've been targeting .post-outfits-post-item-image img{} to affect the thumbnails in the outfit container, which it has done splendidly since the start! The standard .post-outfits-post-item-image didn't affect the thumbnail picture, so I added in the img{} to get the thumbnail cooperating before. But it targets the thumbnail alone, I believe, it doesn't seem to target the hover image. The large hover image continues to be too large to fit on the screen and apparently copes with that by appearing on the far right side of the forum wrapper and getting cut off. xD Clicking to open the thumbnail works great, I threw in a pointer cursor and it's all nifty-and-finished. It appears the only thing left whatsoever is the large hover image acting wonky, and then the plugin can be declared perfect and complete! =D
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Oct 18, 2018 6:57:20 GMT -8
Ah, now I get you.
Strange that it flips to the right, as it's set to be on the left side.
Got a link to a post where that is happening?
I'll tweak the hover image tomorrow to make that clickable and also add a class to it so you can tweak the max width and height.
Edit: Making that clickable would be silly since the image already is, and it will vanish when you hover out.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Oct 18, 2018 7:19:09 GMT -8
Yep! Here you are, this post specifically has an image set that is too big for the hover: alcryst.forums.net/post/3636/threadYour username from years ago is "Peter" to log in, let me know if you're unable to log in. Agreed that clicking the hover would be excessive, I think having the hover normal and having the thumbnail clickable if perfect as-is =D
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Oct 18, 2018 7:29:02 GMT -8
Strange, works fine for me. What browser are you using? Also, please update the plugin to this one... github.com/PopThosePringles/ProBoards-Post-Outfits/releases/tag/1.0.3- Adds a class to the hover image (bottom of the CSS component). - Adds pointer to the image as well. - Fixed possible XSS issue with src attribute of the hover. Edit: I see it. It didn't scroll me to the right post.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Oct 18, 2018 7:33:24 GMT -8
₪» ⅀ ƪ Ƒ «₪, I think using 1.0.3 will fix the image appearing on the right. Now that it has max width and height properties, that should solve it.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Oct 18, 2018 14:32:03 GMT -8
Thank you so much, Peter! From what I can tell, it is bug-free and perfect, all features I need are added. I appreciate you not only creating this originally but also helping through these bumps! :)
|
|