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 5, 2016 6:50:50 GMT -8
Boy_Wonder , You can't, because the image is needed for them to be moved (cloned behind the scenes) to the correct container. Changing them to text will break the click event. As for the display issue there, it's because you are doing something that it wasn't designed for, so the position gets messed up. You can fix that though, you would need to set their position to static. How would I fix that? I mean I know you said position static but does that mean: Fixed, Absolute or Relative xD They're the only css positional rules I know
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 5, 2016 7:44:57 GMT -8
Boy_Wonder, "position" is the property, "static" is the value. i.e position: static
|
|
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 5, 2016 8:40:44 GMT -8
Boy_Wonder , "position" is the property, "static" is the value. i.e position: static Right really really dense question - this is going in javascript right? Or css? I'm being very slow I'm sure
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 5, 2016 15:23:21 GMT -8
Boy_Wonder, CSS. .monetary_shop_items .shop_item {
position: static;
} Should do it.
|
|
Niomi
New Member
Posts: 77
inherit
187400
0
Aug 4, 2016 20:29:11 GMT -8
Niomi
77
December 2012
niomi
|
Post by Niomi on Dec 11, 2016 19:59:52 GMT -8
Niomi , You would need custom code for that. I'm not adding / changing anything currently. Sorry. No worries! Thanks for the response!
|
|
oobie
New Member
Posts: 6
inherit
238177
0
May 16, 2018 9:56:36 GMT -8
oobie
6
October 2016
oobie
|
Post by oobie on Jan 14, 2017 1:02:16 GMT -8
Er... this is just me being a noob and all, but I'm not quite understanding how to get the items to show up on my profile page. Can someone walk me through that?
|
|
inherit
240841
0
Jun 3, 2024 13:44:35 GMT -8
marquism
15
January 2017
marquism
|
Post by marquism on Jan 20, 2017 6:02:24 GMT -8
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jan 20, 2017 7:27:35 GMT -8
Er... this is just me being a noob and all, but I'm not quite understanding how to get the items to show up on my profile page. Can someone walk me through that? If you have a custom profile and they aren't showing up by default, then you can edit your profile template and create an element with the id "monetary_shop_items". The plugin will detect that and add the items to that element instead.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jan 20, 2017 7:41:30 GMT -8
By not having empty category names. Edit: I did possibly spot a bug with the category stuff, but it's been a while since I looked at the code, so it might be nothing. Just name your categories and report back.
|
|
inherit
240841
0
Jun 3, 2024 13:44:35 GMT -8
marquism
15
January 2017
marquism
|
Post by marquism on Jan 22, 2017 3:22:29 GMT -8
By not having empty category names. Hah. Funny. However, you did find a bug. I find a problem in categories... Can that be addressed? At the moment, no categories are showing up. I have created five, with names, by the way.
|
|
inherit
240851
0
Mar 14, 2017 4:57:25 GMT -8
deathconn
2
January 2017
deathconn
|
Post by deathconn on Jan 30, 2017 14:01:09 GMT -8
Is there anyway of receiving an alert once an item is purchased from the shop without need to check their profile?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jan 30, 2017 15:22:25 GMT -8
deathconn , Not currently, possible feature in the future if it's rewrote for v6. Am not working on any existing plugins (nothing to do with waiting for v6, am just way too busy), but plugins such as this and the Monetary will get special treatment for v6 if I'm able too.
|
|
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 Jan 31, 2017 3:36:34 GMT -8
By not having empty category names. Hah. Funny. However, you did find a bug. I find a problem in categories... Can that be addressed? At the moment, no categories are showing up. I have created five, with names, by the way. have your categories got items in? If not then the category won't show
|
|
inherit
240841
0
Jun 3, 2024 13:44:35 GMT -8
marquism
15
January 2017
marquism
|
Post by marquism on Jan 31, 2017 6:32:05 GMT -8
It was a strange phenomenon. For a bit I was thinking it was the skin since it mentions to include monetary shop when you download it. Found a way to fix it though. Thank you, Loki and Peter.
|
|
inherit
204320
0
Sept 2, 2024 5:44:18 GMT -8
macysmom
158
January 2014
macysmom
|
Post by macysmom on Feb 1, 2017 18:06:34 GMT -8
I have someone on my forum that is trying to gift to another member and they are getting the error that says Unfortunately we cannot save anymore data in the key? Is there something I need to do to get more data?
|
|