Title: tagpos=&quot;inline&quot;  does not work
Last modified: August 21, 2016

---

# tagpos="inline" does not work

 *  [Edi](https://wordpress.org/support/users/psychosopher/)
 * (@psychosopher)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/tagposinline-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/](http://wordpress.org/extend/plugins/jquery-collapse-o-matic/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/tagposinline-does-not-work/#post-3836805)
 * Which version of the plugin are you using? Are you using this plugin or the Collapse-
   Pro-Matic? Please (always) provide a link to the problem page so we can see what
   is going on.
 *  Thread Starter [Edi](https://wordpress.org/support/users/psychosopher/)
 * (@psychosopher)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/tagposinline-does-not-work/#post-3836853)
 * I use Collapse-Pro-Matic v 0.5.
 * The test installation is at
 * [http://rhphoto.clickwork.ch](http://rhphoto.clickwork.ch)
 *  Thread Starter [Edi](https://wordpress.org/support/users/psychosopher/)
 * (@psychosopher)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/tagposinline-does-not-work/#post-3836921)
 * My “fix” for the moment is floating the boxes:
 * .collapseomatic {
    float: left; }
 * .collapseomatic_content {
    float: right; }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘tagpos="inline" does not work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-collapse-o-matic_fffeff.svg)
 * [Collapse-O-Matic](https://wordpress.org/plugins/jquery-collapse-o-matic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-collapse-o-matic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-collapse-o-matic/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-collapse-o-matic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-collapse-o-matic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-collapse-o-matic/reviews/)

## Tags

 * [boxes](https://wordpress.org/support/topic-tag/boxes/)
 * [float](https://wordpress.org/support/topic-tag/float/)
 * [toggle](https://wordpress.org/support/topic-tag/toggle/)

 * 3 replies
 * 2 participants
 * Last reply from: [Edi](https://wordpress.org/support/users/psychosopher/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/tagposinline-does-not-work/#post-3836921)
 * Status: not resolved