DD-Kynk101
Member-
Posts
11 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
DD-Kynk101's Achievements
-
Add pagination to code block for improved UX
DD-Kynk101 replied to DD-Kynk101's topic in Customize with code
I'm afraid I don't have mockups but I'll try to explain better. Option A : Pages 1-6: 10 statements with a next button. User drags statements into order from 1 (most like) to 10 (least like). These would then essentially become Group A Ranks 1-10, Group B Ranks 1-10, etc until all 60 statements have been displayed Pages 7-9: Statements recirculate based on initial ranking order (e.g. ranks 1-3 from each group on page 7, 4-7 from each group on page 8, 8-10 from each group on page 9) and the user again ranks them from 1-10 to further refine . e.g. Group A Rank #1 could move to #5, #3 from group B could move to #1 Page 10: Final reveal of ranks based on the full 60. Option B : Page 1: all 60 statements are shown but the drag and drop function is into "buckets" (e.g. Most Like, Kinda Like, Neutral, Not Really Like, Not At All Like), rather than the single vertical column like now Page 2: user to rank all statements in the Most Like bucket from 1-X Page 3: user to rank all statements from Kinda Like bucket from 1-Y (with the #1 rank becoming the next sequential number after X from Most Like) Pages 4-6: rank statements from other buckets per above Final reveal of ranks 1-60 using existing revealColors function. Option C : Any other user-friendly format anyone can think of that isn't 60 statements in one column!- 2 replies
-
- code
- javascript
-
(and 3 more)
Tagged with:
-
URL: https://kynk101.com/placeholder-test Page password: AmberEggs123 I've created a "profiling" test using a code block where a user drags statements into order from top (most like me) to bottom (least like me) and eventually a corresponding message and colour are revealed for a subsequent offline activity. The logic works as expected (though the code is very untidy!) but the UX is not going to be great. There will be a total of 60 statements the user needs to arrange, and I would like to try and break this down into groups to make it less labour intensive. I think there are two options: Groups of 10 statements are ranked, then subsequently ranked repeatedly until a final order of ranks 1-60 is achieved, then the rest of the revealColors logic runs. Create initial group containers for "Most like me" to "Least like me" so the user can drag and drop into groups, then these groupings are ranked from 1-X (so a grouping of 3 would be 1-3 or a grouping of 10 would be 1-10), creating an eventual full list of 1-60, then the revealColors logic runs. I don't know if either of these are possible in a code block. I got some bits to work but eventually gave up in favour of this stable code. Is it possible? Are there any different options with better UX that I could use to achieve the same end result? I do not want a Likert scale - I like the drag and drop format. If it's not possible, is there at least a way to make it snap to the top of the code block after reveal?
- 2 replies
-
- code
- javascript
-
(and 3 more)
Tagged with:
-
Hi there, I'm trying to swap the collection list (which has the annoying "Older Posts" bit) with a summary block, because I can have all X amount showing. The problem is when I hide the collection using the block ID, it also disappears from the blog post page so it displays no actual content on the post URL. Is there anyway to hide the overview just on the blog overview page, but not have it hide the blog post itself when you open one? Page: https://theartistlives.org/artists PW: TAL123
-
Thank you!
-
DD-Kynk101 reacted to a post in a topic: Tags have odd line breaks at end of blog posts
-
@tuanphan Sure, here you go!https://kynk101.com/kink-bdsm-facts/discipline
-
I'm also having this issue where either a word or even a random few letters will break onto the next line with what seems like no consistency. Is there a code to force a max character count before a word break in the tag box at the end of a blog post?
-
Go to a random page from a list of 100
DD-Kynk101 replied to piranesi's topic in Customize with code
What would I need to replace the button block ID with to add this to the Header button, too? -
DD-Kynk101 reacted to a post in a topic: Go to a random page from a list of 100
-
Go to a random page from a list of 100
DD-Kynk101 replied to piranesi's topic in Customize with code
AMAZING. Thank you so much! I've been trying to do this for two years! -
Go to a random page from a list of 100
DD-Kynk101 replied to piranesi's topic in Customize with code
@creedon Yep, structure is like: /collection-name/url-example /collection-name/another-url /collection-name/yet-another-url -
Go to a random page from a list of 100
DD-Kynk101 replied to piranesi's topic in Customize with code
@creedon Would you be able to help with code for where each post has a specific url slug? We're not using numbers; we use words. I have the list of them all, but I don't know how to adapt the code for it 🙂