• I am using the plugin WP UI. Is it possbile to set ‘Open accordion’ on MouseOver?(Default is Click) I set the option on Settings, but it does not apply for shortcodes. Here is the shorcodes I am using:

    [wpspoiler name="Collapsible 1"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur euismod,
    elit non tempor ornare....
    [/wpspoiler]
    
    [wpspoiler name="Collapsible 2"]Duis rhoncus varius ipsum a convallis. Maecenas molestie laoreet nisi, eget
    posuere metus adipiscing nec. Quisque....
    [/wpspoiler]
    
    [wpspoiler name="Collapsible 3"]Curabitur faucibus magna at leo commodo sed cursus dui posuere.Praesent ornare,
    leo et aliquet tempus, orci orci luctus leo. Quisque....
    [/wpspoiler]
    
    [wpspoiler name="Collapsible 4"]<ul><li>Panel 1</li>
    <li>Panel 2</li>
    <li>Panel 3</li>
    </ul>
    [/wpspoiler]

    Also, I tried the demo code

    [wptabs type="accordion"]
      [wptabtitle]Writing[/wptabtitle]
        [wptabcontent] Contents of the writing tab [/wptabcontent]
      [wptabtitle]Quotes[/wptabtitle]
        [wptabcontent] Contents of the Quotes tab [/wptabcontent]
      [wptabtitle]Tables[/wptabtitle]
        [wptabcontent] Contents of the Tables tab [/wptabcontent]
      [wptabtitle]Align[/wptabtitle]
        [wptabcontent] Contents of the Align tab [/wptabcontent]
    [/wptabs]

    But it conflicts with my theme. any ideas?

  • The topic ‘[WP UI]WP UI Shortcode, trigger Accordion event on MouseOver’ is closed to new replies.