inherit
mizsadako@yahoo.com.br
200066
0
Sept 3, 2014 17:40:53 GMT -8
mizsadako
15
September 2013
mizsadako
|
Post by mizsadako on Jun 30, 2014 6:08:59 GMT -8
Hi again. Two ideas that might be interesting: 1. Option (set by the user within the User Profile) allowing to set whether the items will be displayed in the mini profile or not. 2. Option (set by the admin in the plugin dashboard) allowing the items in the miniprofile to be displayed either on a list (as it is right now) or into a pop-up window (BTW, the Plugin Awards offers a similar feature and it's nice for huge items lists).
Not sure if they can be implemented or not, however.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 30, 2014 6:19:33 GMT -8
Timebomb007You have 2 divs with a class of "info", that's the problem. The code only expects one to be in the mini profile, but is appending to both. For now, change the class of one, I will likely make a small change in the next release to only look for one.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 30, 2014 6:21:20 GMT -8
Hi again. Two ideas that might be interesting: 1. Option (set by the user within the User Profile) allowing to set whether the items will be displayed in the mini profile or not. 2. Option (set by the admin in the plugin dashboard) allowing the items in the miniprofile to be displayed either on a list (as it is right now) or into a pop-up window (BTW, the Plugin Awards offers a similar feature and it's nice for huge items lists). Not sure if they can be implemented or not, however. 1. Possible, not sure if will though, as my time is very limited right now. 2. It's something I am considering, I would like a few options that people can pick from.
|
|
Former Member
inherit
guest@proboards.com
177794
0
Dec 2, 2024 2:00:21 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 30, 2014 7:04:06 GMT -8
Note to all:FAQ has instructions for the image sizing using CSS to target Mini Profiles, Profiles, and the Shop page on their own. Thanks!! Worked like a charm!
|
|
mrdoe
New Member
Posts: 36
inherit
210300
0
Jul 31, 2014 10:34:07 GMT -8
mrdoe
36
June 2014
mrdoe
|
Post by mrdoe on Jun 30, 2014 7:08:12 GMT -8
Note to all:FAQ has instructions for the image sizing using CSS to target Mini Profiles, Profiles, and the Shop page on their own. Yesssssss! thanks so much Peter!!
|
|
c?????????ƒ????
New Member
Sometimes We Have To Give Up Our Dreams And Focus On Reality </3
Posts: 174
inherit
200650
0
Nov 1, 2014 14:34:13 GMT -8
c?????????ƒ????
Sometimes We Have To Give Up Our Dreams And Focus On Reality </3
174
October 2013
crystalwolftear
|
Post by c?????????ƒ???? on Jun 30, 2014 8:37:47 GMT -8
Is there a way to make the Item Name column a little bit bigger? if so, then how? css/html... C:
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Jun 30, 2014 9:23:38 GMT -8
Timebomb007You have 2 divs with a class of "info", that's the problem. The code only expects one to be in the mini profile, but is appending to both. For now, change the class of one, I will likely make a small change in the next release to only look for one. Thanks. Is it possible to remove the description column?
|
|
Former Member
inherit
guest@proboards.com
189070
0
Dec 2, 2024 2:00:21 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 30, 2014 13:15:54 GMT -8
Note to all:FAQ has instructions for the image sizing using CSS to target Mini Profiles, Profiles, and the Shop page on their own. Thanks for showing us how to do that Peter, My Images on profile were ginormous, all are perfect now, appreciate it a lot man
|
|
inherit
192616
0
Aug 10, 2014 14:56:19 GMT -8
Tony Flores
91
April 2013
twdfan
|
Post by Tony Flores on Jul 1, 2014 17:44:15 GMT -8
First i want to say i really love everything about this plug-in and we adapted it very easily for our uses. I do have an issue maybe you could help where the discount "ribbon" lays under the image or item that's on sale. I assume this is due to the fact our items are larger images in size and was curious if their was a way to get the ribbon to lay on top... also had a question about the future trading feature is it strictly items for items or will members be able to trade "money" for items as well. For us we plan to discontinue items or eliminate stock to create rare or collectable items that members will want but will have to communicate with other members to gain.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 2, 2014 1:26:25 GMT -8
Timebomb007You have 2 divs with a class of "info", that's the problem. The code only expects one to be in the mini profile, but is appending to both. For now, change the class of one, I will likely make a small change in the next release to only look for one. Thanks. Is it possible to remove the description column? .container_monetaryshop table.list tr.head th.main {
display: none; }
.container_monetaryshop table.list tr.item td:nth-child(3) {
display: none; }
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 2, 2014 1:32:21 GMT -8
First i want to say i really love everything about this plug-in and we adapted it very easily for our uses. I do have an issue maybe you could help where the discount "ribbon" lays under the image or item that's on sale. I assume this is due to the fact our items are larger images in size and was curious if their was a way to get the ribbon to lay on top... also had a question about the future trading feature is it strictly items for items or will members be able to trade "money" for items as well. For us we plan to discontinue items or eliminate stock to create rare or collectable items that members will want but will have to communicate with other members to gain. The ribbon is a background image, so unfortunately you can't set the z-index on that. I did originally have it so it was an image, but due to complicates and browser issues, I went with something very simple. I would suggest making the cell a tad larger, you can do that with CSS. .container_monetaryshop table.list tr.head th:first-child {
width: 160px !important; } Trade feature...hmm, I haven't decided yet. I already thought about including the option to trade an item and include money with it, but haven't got that far into mocking up the HTML for it. It's something I would like to add.
|
|
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 Jul 2, 2014 2:17:51 GMT -8
Peter I have a question you can tell me to 'go walk off a cliff' over. Some of the images in the shop are large but detailed. Would there be anyway you could make it so if someone hovers or clicks on the image it shows a modal image giving the full size picture?
|
|
Tony
New Member
I have my own website!
Posts: 83
inherit
210952
0
Dec 13, 2016 22:54:21 GMT -8
Tony
I have my own website!
83
July 2014
testtony12345
|
Post by Tony on Jul 2, 2014 8:56:24 GMT -8
How do you get more add more badges. When I put one in like that apple one you did I just get this like picture image.
|
|
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 Jul 2, 2014 9:57:09 GMT -8
How do you get more add more badges. When I put one in like that apple one you did I just get this like picture image. Note I can't see the picture but you'd need to add in your first image with one id and assign it to a category (check you've made a category) and then add another in using another id
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 3, 2014 13:53:29 GMT -8
Peter I have a question you can tell me to 'go walk off a cliff' over. Some of the images in the shop are large but detailed. Would there be anyway you could make it so if someone hovers or clicks on the image it shows a modal image giving the full size picture? Maybe. I will consider it. I need to find some time on the trading feature, am hoping this weekend I can get a big chunk of the code done for it. Now, get jumping off that cliff
|
|