Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author buntegiraffe

    (@buntegiraffe)

    Hello @mattgal,

    It is possible, but you would need to slightly edit the code.

    Pls connect to your website via ftp and navigate to wp-content/plugins/show-hidecollapse-expand. Open bg_show_hide.php and locate line 209:

    $content = $bg_hidden_content_start . $bg_hidden_data . $showmore_btn . $bg_list_end . 
    			   "<" . $bg_showmore_content_tag . $bg_showmore_extra_attributes . " id='bg-showmore-hidden-$bg_uniq_id' >" . 
    			   $content . "</" . $bg_showmore_content_tag . ">" . 
    			   $bg_hidden_content_end . $bg_list_start;

    Change to:

    $content = $bg_hidden_content_start . $bg_hidden_data . $bg_list_end . 
    			   "<" . $bg_showmore_content_tag . $bg_showmore_extra_attributes . " id='bg-showmore-hidden-$bg_uniq_id' >" . 
    			   $content . "</" . $bg_showmore_content_tag . ">" . 
    			   $bg_hidden_content_end . $bg_list_start . $showmore_btn;

    This way button will stick to the bottom.

    Pls keep in mind that collapsed lists won’t work after this change however. We’ll consider adding such option as a feature in future releases.

    Pls let me know if your issue is resolved.

    Best regards

    Thread Starter mattgal

    (@mattgal)

    Yes, Thanks!

    Plugin Author buntegiraffe

    (@buntegiraffe)

    Great, thanks for letting me know! Marking the thread resolved then.

    P.S. Please consider rating our plugin if you find it useful. It will help us convince even more users that it’s worth trying ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making the Button stick to the bottom of expand.?’ is closed to new replies.