to dircp/wp plugin: Collapse-O-Matic - NOTES                               rev 17 jan 2023

Category: display
cp/wp: classicpress and wordpress 
webwalker: useful

.......................................................
description: 

  Summary of what it does:
    Adds an [expand] shortcode that will wrap any content, 
    including other shortcodes, into an accordion expanding and collapsing element.


  why i use this type of plugin: 
    It is often nice to have on FAQ pages or long info pages.


  support: great. active forum.

  privacy: TBD

  TBD
  CP compat:  [listed CP v1, author promises support, ...]
  CP support: [details]

.......................................................
sources: 

  Plugin page: 
    https://wordpress.org/plugins/jquery-collapse-o-matic

  Plugin site: 
    https://pluginoven.com/plugins/collapse-o-matic/

  WordPress forums: TBD
    https://wordpress.org/support/plugin/jquery-collapse-o-matic
    https://wordpress.org/search/classicpress+jquery+collapse+o+matic/?forums=1
  ClassicPress forums:
    https://forums.classicpress.net/search?q=%22jquery%20collapse%20o%20matic%22

  Docs and code: TBD
    https://pluginoven.com/plugins/collapse-o-matic/documentation/
      with list of all shortcode options

  Author: twinpictures

  Active installations - over 70,000
  Overwhelmingly 5-star rating



.......................................................
issues: none.


_______________________________________________________ 
➽  Install/config/uninstall:

......................... 
requires: 

   php: > v.7.2
   wp:  > v.4.9
   memory, anything else - nah


......................... 
recommended related plugins: n/a


......................... 
install: 

  the usual.


......................... 
settings: TBD

    under Settings sidebar menu.
    has its own sidebar menu
    settings link on plugin page
    dashboard | tools menu || plugin screen || in file || none


.........................
check: does it expand/collapse.


.........................
deactivate: TBD

.........................
uninstall: TBD

  - deletes from database?

  tables: 
 
.........................
previous versions:

  https://wordpress.org/plugins/plugin-slug/advanced/



_______________________________________________________ 
➽ Notes:

......................... 
Collapsing from the bottom of the fold

  If you have very long hidden content, you may want a close button
  at the bottom as well as the top, when it is expanded.

<xmp>
[expand title="Read more..." swaptitle="Read less..." id="donkey"]...lots and lots of content...
<span class="collapseomatic colomat-close" id="bot-donkey">Read less...</span>
[/expand]
<xmp>
Example at https://spacedonkey.de/347/collapse-o-matic-top-bottom-trigger-test/

  Code and discussion given at
  https://wordpress.org/support/topic/collapsing-from-the-bottom-of-the-fold/#post-14859361
    [sep 2021]


.........................
Use as trigger: image, image plus text, and swap image:

  https://spacedonkey.de/1317/collapse-o-matic-image-and-text-trigger/
    Shows code to add to shortcode, or using html.
    Works on that page, haven't tried it yet [17 jan 2023]
    Given as a solution in wordpress support forum on 16 jan 2023
    https://wordpress.org/support/topic/use-image-as-trigger/#post-16377641
  pub 20 aug 2014
  


.........................
Keep one open on page load:
  
  https://wordpress.org/support/topic/i-want-to-keep-open-one-collapse-at-time-of-page-load/


.......................................................
➽  links and resources: TBD



.......................................................
➽  other plugins of same type: TBD


  
  ......................... 
  Why this one: 
    Been using it for years, it's clean, works great,
    never had reason to explore any others.



_______________________________________________________
begin 28 oct 2021
-- 0 --