How to view "Free" Quizzes by subtype

Home Forums Legacy Support Support queries Other issues How to view "Free" Quizzes by subtype

Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #159155
    italymadeeasy
    Spectator
    Hi 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?
    #159259
    Anshuman Sahu
    Keymaster
    please refer this screenshot to get your page builder block settings : http://prntscr.com/jpkg4h
    #163755
    italymadeeasy
    Spectator
    Thank 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?
    #163846
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #163911
    italymadeeasy
    Spectator
    Thanks 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.
    #164035
    Anshuman Sahu
    Keymaster
    Hi, Please provide some time for this. We need to check that this can be done or not.
    #164110
    italymadeeasy
    Spectator
    This reply has been marked as private.
    #164229
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #164310
    italymadeeasy
    Spectator
    Sorry, 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.
    #164423
    Anshuman Sahu
    Keymaster
    Hi, 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.
    #164810
    italymadeeasy
    Spectator
    Sorry 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 site
    #164908
    Anshuman Sahu
    Keymaster
    If 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
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to view "Free" Quizzes by subtype’ is closed to new replies.