Crankcase
New Member
Thread hijacker
Posts: 10
inherit
239561
0
Dec 31, 2016 9:56:18 GMT -8
Crankcase
Thread hijacker
10
November 2016
crankcase
|
Post by Crankcase on Dec 15, 2016 13:03:59 GMT -8
What do you mean by place yootil above the plugin? [EDIT] I am using safari with a Google search engine on an apple device.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Dec 15, 2016 13:31:30 GMT -8
So for example on your plugin list the order should be
Yootil Pixel Editor
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Dec 15, 2016 13:33:25 GMT -8
What do you mean by place yootil above the plugin? [EDIT] I am using safari with a Google search engine on an apple device. When you go to Admin > Plugins > Manage, your currently installed plugins are in a list. You need to make sure the plugin named Yootil is above this plugin - as plugins are loaded from top to bottom. If Yootil is not above this plugin, then this plugin won't be able to find what it needs from Yootil to run properly. Rule of thumb around here: Just put the Yootil plugin at the very top (first item) in your plugin list and keep it there.
|
|
Crankcase
New Member
Thread hijacker
Posts: 10
inherit
239561
0
Dec 31, 2016 9:56:18 GMT -8
Crankcase
Thread hijacker
10
November 2016
crankcase
|
Post by Crankcase on Dec 16, 2016 10:53:01 GMT -8
K, thanks guys
|
|
inherit
262152
0
Feb 13, 2024 13:33:48 GMT -8
caladrius
107
September 2020
caladrius
|
Post by caladrius on Sept 25, 2020 18:48:30 GMT -8
This works well. The only problem I had was not realizing that I had to create the post FIRST and then add the pixel edited image. I must’ve tried about half a dozen times before I figured this out.
i also wish the FILL brush would just fill in a bounded area instead of the whole box. Then, I’d be able to paint faster.
I was wondering if there was any way to make the yootil button bigger. Right now, it’s so tiny you could easily miss it.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Oct 1, 2020 6:03:35 GMT -8
caladrius, You can use some CSS and increase the size most likely. Just inspect the image to see how you can target it.
|
|
inherit
262152
0
Feb 13, 2024 13:33:48 GMT -8
caladrius
107
September 2020
caladrius
|
Post by caladrius on Oct 1, 2020 13:49:45 GMT -8
caladrius , You can use some CSS and increase the size most likely. Just inspect the image to see how you can target it. I wasn't really sure how to do this.
So, I did this:
1. From my Firefox browser, I right-clicked on the Yootil pixel editor icon and clicked on "Inspect Element." This brought up the HTML code.
2. I found the line where it references a 16x16 image from storage.proboards.com. I right-clicked again on that line to "Edit as HTML." 3. I replaced that reference with one of my own images from Cloudinary.
4. I don't remember how I was able to save that change, but I think all I did was click on the "X" button on the upper right corner of the tab. That seemed to make it permanent. Now my forum screen shows the screenshot (below). (Ignore the image of the wolf. That's from the "Post Background" plugin.) Note the pixel editor icon on lower right. I clicked it and the pixel editor opened up.
So, anyway, I think I did it correctly even though I really didn't know what I was doing.
|
|
inherit
262152
0
Feb 13, 2024 13:33:48 GMT -8
caladrius
107
September 2020
caladrius
|
Post by caladrius on Oct 1, 2020 13:55:40 GMT -8
Woops! I spoke too soon. As soon as I refreshed, it went back to its original image. I guess I really didn't save my changes as I thought I did.
Update: I googled and it looks like I can't actually make any changes to the code from the Inspect Element.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Oct 1, 2020 14:26:29 GMT -8
caladrius , Close, but all you need to do is find out how to target that image in the bar so you can apply a little CSS. Here you go: #yootil-bar img[title="Pixel Editor"] {
height: 64px; width: 64px;
} Place in your stylesheet.
|
|
inherit
262152
0
Feb 13, 2024 13:33:48 GMT -8
caladrius
107
September 2020
caladrius
|
Post by caladrius on Oct 1, 2020 14:31:33 GMT -8
I put it at the very top. It worked! Thanks!
|
|