I am pretty sure that you can do this with css - might just be a matter of finding the css used in the previous moove version and using it with the recent version...or, just contact the developer of the theme and ask them..
Emma Richardson
Posts made by Emma Richardson
You have already answered your own question with the link of how to do it...not sure what you are asking us...
Have you tried clearing caches? If that doesn't work, Marcus is correct - reach out to Edwiser - their support is actually very good and they will get it working for you.
There are two tables to reference - this was in the help docs...
SELECT *
FROM prefix_user AS u
JOIN prefix_user_info_data AS uid ON uid.userid = u.id
JOIN prefix_user_info_field AS uif ON (uid.fieldid = uif.id AND uif.shortname = 'class')
WHERE `deleted` = "1" and `institution`="your school name" and `department` = "your department" and `data` = "class level and number"
SELECT *
FROM prefix_user AS u
JOIN prefix_user_info_data AS uid ON uid.userid = u.id
JOIN prefix_user_info_field AS uif ON (uid.fieldid = uif.id AND uif.shortname = 'class')
WHERE `deleted` = "1" and `institution`="your school name" and `department` = "your department" and `data` = "class level and number"
Are you logging in as a student to attempt this?