The problem appears to be that you are using the context menu (right-click) in the TortoiseSVN repository browser, rather than that in Windows Explorer, which looks different even in the repository directories — this is recognisable from your screen-shot.
The repo-browser context menu gives you options applying to the repository rather to than the working copy. You do not normally want to revert directly in the repository, but rather to check out to a Working Copy, revert there (and preferably build and test the result!), and then commit.
Reverting in your working copy
Once you have checked out a working copy to a directory on your (Windows) Subversion client, you can then open your working copy in the Windows Explorer and thence access Revert... by right-clicking on any file or directory with modifications, and then choosing TortoiseSVN ▶ which opens a second-level menu including Revert.... This is the way it comes out of the box. If you want to revert a file or directory to an older version, you will find useful options if you open the Log... dialogue and right-click on a revision or one of the files in a revision.
TortoiseSVN settings
The TortoiseSVN settings you are using only affect the context menu for Windows Explorer, not for the repository browser. These settings are local to the (Subversion-) client on which TortoiseSVN is installed (and your login), so you may need to change them on multiple machines, though you should not need to modify them to be able to revert in your working copy. Although these settings are described as “cascaded context menu”, they actually move the checked entries out of the cascaded menu to the top-level context menu (in Windows Explorer), as the mouse-over text says.
Overlay updating
The overlays in Windows Explorer can be slow to update on a busy system or with many or large working copies. In this case doing a TortoiseSVN Clean up... on your working copy and ticking “update overlays” usually helps.
Revert...by right-clicking on any file or directory with modifications, and then choosingTortoiseSVN ▶which opens a second-level menu includingRevert.... This is, I believe the way it comes ‘out of the box’. Does that not work for you?