Needs review
Project:
CTI Flex
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2012 at 01:30 UTC
Updated:
6 Aug 2014 at 12:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
shaisamuel commentedI have the same problem.
Comment #2
MickC commentedNoting the message on the project page:
"CTI Flex 7.x-1.0 is compatible with Zen 7.x-3.1 and earlier. A release compatible with Zen 7.x-5.1 is still in progress, and should be available soon."
Any ideas on timing?
Comment #3
sclsweb commentedI was able to get rid of the error message by making these changes in the CTI Flex files for my site:
cti_flex.info line 66: change settings[zen_jump_link_target] to settings[zen_skip_link_anchor]
html.tpl.php lines 28 and 74: change $jump_link_target to $skip_link_anchor
To make the skip link actually work (not just get rid of the error message), you may need to additionally set a value under Appearance > Settings > Accessibility and support settings > Anchor ID for the “skip link.”
Comment #3.0
sclsweb commentedI forgot to write "Zen".
Comment #4
Pierre.Vriens commentedTo whom it may concern: here is the patch corresponding to sclsweb's solution in #3 (which also resolved the issue in my case, though I didn't have to set a value for the "skip link" in admin/appearance/settings/zen, which already contained the value main-menu) ...