Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,
    I’m also interested about this. Did you figure it out?

    Thanks!
    MP

    there is a small hack that worked for me:

    1. For each class and each instructor create a page/post with the information of the class or instructor.

    2. in the file WcsSchedule.php (models folder of the plugin) you change the following two lines 580 from

    $details_class = "<a class='wcs-qtip' name='$class_description'>$class_name</a>";

    to

    $details_class = "<a class='wcs-qtip' href='$class_description'>$class_name</a>";

    and line 583 from

    $details_class = "<a class='wcs-qtip' name='$class_description'>$class_name</a>";

    to

    $details_class = "<a class='wcs-qtip' href='$class_description'>$class_name</a>";

    3. You make sure that in the WCschedule admin, the class and instructor descriptions only contain the link to the corresponding page/post of the class or the the instructor.

    The link can be in the form /instructorA or /classes/classB, i.e. omitting the the first part of the domain name (for example https://www.my-domain-name.org), but including the first slash /.

    4. now the links in the qtips of the schedule take us to the instructor’s or the class’ page/post that we created before.

    a showcase (site in greek)
    https://motus-dance.blogs.stinpriza.org/lessons-and-schedule/

    yet todo: remove small white little qtip over qtip which appears when clicking the links

    Xriss, could you please give me more detail how you got that to work on https://motus-dance.blogs.stinpriza.org/lessons-and-schedule/ has i cannot get it to link to anything

    Francesco

    (@fcolombo)

    bumping this up, please Xriss help ??

    Mixblock, xriss – how did you manage to update the links from tooltip to specific posts in the end? I am afraid I cannot use xriss’s instructions due to complete restructuring plugin after last update (no wcsschedule.php file, none of files with more than 300 lines, etc…). Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Links inside description pop-up’ is closed to new replies.