• Resolved rowrowboat

    (@rowrowboat)


    Hello!

    I’m going to try and explain my issue as best I can…

    In the normal-sized web browser, I’m using a custom image for one of the menu items. And in the html, I have alt text and title text describing the name of this item. However, when I use your plug-in, the code seems unable to read this information so the drop-down option appears blank. If I add text in between the a brackets, the plug-in can read it, but it then screws up how I want the menu to look at normal size.

    Can you give me any tips how to fix this? I don’t understand php very well, and I suspect that’s where the answers lies, since this is a conditional problem.

    My website is wingspancomic.com, and the menu item is the RSS Feed image. I want the drop-down item to be titled RSS Feed.

    Thanks in advance!

    https://wordpress.org/plugins/jquery-responsive-select-menu/

Viewing 1 replies (of 1 total)
  • Plugin Author Mickey Kay

    (@mcguive7)

    Hi RRB,

    Glad to help. My suggestion to you would be to simply include plain text along with your image inside the menu item. Then, you just have to write some very basic CSS that hides the text:

    #my-list-item {
        font-size: 0;
    }

    Keep in mind you’ll need to change the id selector (#my-list-item) to match the actual list item you’re targeting. If your theme allows for custom CSS settings, you can just add this there. Otherwise you can easily install a CSS plugin like My Custom CSS.

    Does this make sense?

Viewing 1 replies (of 1 total)

The topic ‘Img Menu Item’ is closed to new replies.