Add Title Attribute to responsive menu header image
-
Hi!
I’m currently trying to correct as many validation errors and suggestions as possible. I use a couple of tools for that, one is ContentKing. They suggest to add a title attribute to the responsive menu header image.
To do this I have manually changed the file “/app/Collections/OptionsCollection.php” so that line 38 now reads:
return '<img alt="' . $this->options['menu_title_image_alt'] .'" title="' . $this->options['menu_title_image_alt'] .'" src="' . $this->getThemedUrl($this->options['menu_title_image']) .'" />';
However, as soon as a new update is released this modification will get undone. Is it possible to add a “Title text” option, just as “Alt text” in the setup of Responsive-menu?
Would be great, thanks!
The page I need help with: [log in to see the link]
- The topic ‘Add Title Attribute to responsive menu header image’ is closed to new replies.