-
Author
Tagged: groups
-
September 4, 2014 at 05:00 #27514inetwebguyParticipant
Is there a way to increase the number of displayed users for the groups on the home page? Currently there are groups with more than 100 members, but the home page caps at 100.
Attachments:
You must be logged in to view attached files.September 13, 2014 at 02:17 #28576AbeKeymasterHi, you added the topic to HTML Sweetdate.
See this existing topic https://archived.seventhqueen.com/forums/topic/recently-active-user-groupsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.September 14, 2014 at 15:19 #28626inetwebguyParticipantThat worked to increase the number but broke the circular animation.
Attachments:
You must be logged in to view attached files.September 15, 2014 at 18:37 #28694CatalinModeratorHello,
Please add here the exact code you used for this to be able to follow your issue.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 15, 2014 at 22:36 #28716inetwebguyParticipantI did as specified in the link you sent. I changed the max value of 100 to 999
/***************************************************
10. Circular Match Bar
***************************************************/
function circularMatch(){
jQuery(‘.greenCircle’).one(‘inview’, function (event, visible) {
jQuery(“.greenCircle”).knob({
‘min’:0,
‘max’:100,
‘readOnly’: true,
‘width’: 60,
‘height’: 60,
//’fgColor’: ‘#0296c0’,
‘bgColor’ : kleoFramework.mainColor,
‘fgColor’: ‘#ffffff’,
‘dynamicDraw’: true,
‘thickness’: 0.10,
‘tickColorizeValues’: true})
});
}September 15, 2014 at 22:39 #28717inetwebguyParticipantI would also like to add that since this is not a “matching” number, but a number of users that 100 only makes sense if you are matching to a percentage (ie 100%) but since there are thousands of users on my site and hundreds of people in groups, the 100 limit seems odd.
September 18, 2014 at 12:16 #28922AbeKeymasterSo you just need to edit that ‘max’:100, to whatever you think it fits
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.September 18, 2014 at 14:56 #28940inetwebguyParticipantHi Abe,
That is exactly what I did, and the above screenshot posted on 09/14 was the result of changing the number. Anytime I edit the file (just changed ‘max’:100, to ‘max’:999, ) it breaks.
September 23, 2014 at 23:11 #29449inetwebguyParticipantHello, see above in the screenshot? That is what happens when I make the change you suggested.
September 24, 2014 at 20:00 #29612AbeKeymasterCan’t see the screenshot.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.September 29, 2014 at 16:12 #30098inetwebguyParticipantattached is the screenshot. As you can see, the numbers are correct, but the circular counter breaks when I change the value from 100
Attachments:
You must be logged in to view attached files.October 2, 2014 at 10:31 #30421AbeKeymasterI am doing this and it is a simple line edit. Here is how it should look like
COPY CODEjQuery('.pinkCircle').one('inview', function (event, visible) { jQuery(".pinkCircle").knob({ 'min':0, 'max':500, 'readOnly': true, 'width': 60, 'height': 60, 'fgColor': kleoFramework.mainColor, 'dynamicDraw': true, 'thickness': 0.10, 'tickColorizeValues': true }) });
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.October 2, 2014 at 18:27 #30468inetwebguyParticipantOk, that did work.. However I’m still wondering why you are using the function circularMatch and not circularMembers for this display of members?
October 3, 2014 at 19:16 #30578AbeKeymasterI am glad it works. That is how we chose to name it at the moment, no particular reason
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘Sweetdate Landing Page – HTML’ is closed to new topics and replies.