Thread Starter
reitzj
(@reitzj)
Added the following css to fix it (still a mystery as to why Genealogical Tree affected Ultimate Member):
.um{
opacity: 1!important;
}
Thread Starter
reitzj
(@reitzj)
I will investigate this later and let you know what I find. I cannot enable Genealogical Tree, because then no one could login to my site.
I found a solution which is best done in the souce code.
Perhaps Frank can add it.
(If you make this change in the plug-in, any updates will remove the change.)
In the file qsm-quiz.js, in the quiz-master-next/js directory,
add the following, just before $pages.hide(); on line 262 in the goToPage function:
window.scrollTo(0, 0);