Home › Forums › Legacy Support › Support queries › Other issues › How to view "Free" Quizzes by subtype
Tagged: quizzes
- This topic has 11 replies, 3 voices, and was last updated 6 years, 6 months ago by Anshuman Sahu.
Viewing 12 posts - 1 through 12 (of 12 total)
-
AuthorPosts
-
June 1, 2018 at 8:00 am #159155italymadeeasySpectatorHi WPLMS, We have added a page with free Quizzes to our website academy.italymadeeasy.com/quizzes We used the built in page builder to display the Quizzes. Is there a way to display them with the ability to filter them by sub category like we can select here https://cl.ly/rzee it would be nice to have a view similar to that of the all courses page academy.italymadeeasy.com/all-courses Do you have any ideas? or a feature we are not aware of?June 1, 2018 at 3:10 pm #159259Anshuman SahuKeymasterplease refer this screenshot to get your page builder block settings : http://prntscr.com/jpkg4hJune 4, 2018 at 6:37 am #163755italymadeeasySpectatorThank you Alex, I was already aware of the page builder block settings as I have filled out that data myself. My question was: Is there a way to display Quizzes with the ability to filter them by sub category like we can select here https://cl.ly/rzee it would be nice to have a view similar to that of the all courses page academy.italymadeeasy.com/all-courses Do you have any ideas? or a feature we are not aware of?June 4, 2018 at 1:50 pm #163846Anshuman SahuKeymasterThis reply has been marked as private.June 5, 2018 at 1:43 am #163911italymadeeasySpectatorThanks for your reply, I didn't explain myself properly, I will try again :) I completely understand how to have a page to display a subtype ON IT'S OWN, but what I want is to create a page with the ability to select multiple subtypes etc. and I found what I needed after a bit of playing with your page builder, I tried out "Filterable Posts" again. and it gave a results close to what I wanted. Here is a video of me explaining what is going on and what issues there are right now with Filterable post, please watch it: https://cl.ly/s3Xy <b>To Summarise the issues:</b>
- When the option "Show All Link" is enabled, it ignores the "Excluded" filters and therefore displays posts that I do not want it to show, therefore in my situation I need to keep it disabled when I would prefer it enabled.
- The Page Loads ALL Quizzes when it should be filtering to ignore the "Excluded" filters as mentioned above. This increases load time and shows incorrect data on the page that I do not want users to have access to. This is somewhat linked to the above issue and can be resolved all in one code change
- The Pagination does not recalculate when the user selects a filter, therefore if the user clicks on a page number, the page screws up. I have had to disable pagination due to this for now.
June 5, 2018 at 12:50 pm #164035Anshuman SahuKeymasterHi, Please provide some time for this. We need to check that this can be done or not.June 6, 2018 at 1:39 am #164110italymadeeasySpectatorThis reply has been marked as private.June 6, 2018 at 1:42 pm #164229Anshuman SahuKeymasterThis reply has been marked as private.June 7, 2018 at 6:04 am #164310italymadeeasySpectatorSorry, the response i wrote earlier in this ticket about the "Switch To" was meant for another ticket. <i>"It filters quizzes after taking some time."</i> Yes Ray, I am aware how this is happening, I'm saying that we do not want this to happen. because for those few seconds that it is loading, the user is displayed quizzes which should be 100% hidden because they belong to courses, this is not good. Ideally the filtering needs to happen before the data is retrieve, ideally the place to filter would be where the data from the database is called on line 735 and 786 of vibe-customtypes\metaboxes\library\vibe-editor.php" query_posts($query_args); You would probably need to use a different function so you can include filtering by the taxonomy and terms that we specified from the page builder. Alternatively, a simpler approach would be adding logic in the while clause of lines 787 and 803 to consider <i>$exclude_terms</i> and therefore not print the data between line 800 and 802.June 7, 2018 at 1:12 pm #164423Anshuman SahuKeymasterHi, You can avoid this by using page loader. Refer : https://wplms.io/support/knowledge-base/wplms-page-loading-effects/ Page displays only when it completely load.June 11, 2018 at 12:41 am #164810italymadeeasySpectatorSorry Ray, that is definitely not a suitable solution. Please can you fix the underlying issue rather than applying a band-aid that would affect the load time and user experience for every other page on our siteJune 11, 2018 at 12:42 pm #164908Anshuman SahuKeymasterIf there would be a proper solution we have already provided to you . Due alignment issues we initialize the script when all images are loaded . This is hard coded and we cannot change it right now -
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)
- The topic ‘How to view "Free" Quizzes by subtype’ is closed to new replies.