tagpos="inline" does not work
-
I tried the attribute tagpos=”inline” without any success…
The code I use is the following for a toggle menu in a template:
<?php echo do_shortcode('[expand title="Show Menu" swaptitle="Hide Menu" expanded="true" trigclass="noarrow" targpos="inline" cookiename="toggle"] [/expand]'); ?>When the menu is visible it’s “display; block;” instead of “display: inline;”. Can I change this somewhere in the plugin script?
Everything else works fine.
http://wordpress.org/extend/plugins/jquery-collapse-o-matic/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘tagpos="inline" does not work’ is closed to new replies.