Table of Contents
A) Description – top
Show-Hide/Collapse-Expand + FAQ allows you to easily manage the amount of content shown to user upon entering your website. Free your pages from clutter and give your website a stylish minimalistic look and feel. You will find it handy for grouping content, composing FAQs, collapsing long lists and expanding them on click, providing hidden answers to questions, organizing your widgets more efficiently, and lots more. Inserting a shortcode is done via a handy tinyMCE button in your WordPress Editor. You will configure the look of your button/hyperlink on the fly and will be able to change it later using the provided shortcode parameters.
B) Main Features – top
- Show/Hide ANY content*
- Initially show content as collapsed or expanded
- Collapse/Expand using jQuery Effects (blind, fold, highlight, slide)
- Set custom animation speed
- Add your custom JS functions to onclick events
- Collapse/Expand lists
- Easily add FAQs
- Add hidden answers to quizzes (answer opens on button click)
- Collapse widgets to declutter sidebars
- Save space on pages by grouping the content under expandable headings
- Use hyperlinks or stylish pure-css buttons
- Style every link/button individually
- Use icons for your buttons or in front of your links
- Nest up to 3 levels of collapsible content
- Easily customize the settings and insert the shortcode with a TinyMCE button
- Use in sidebars by inserting the shortcode with needed parameters
- Regular updates
- Great support
* We tested our plugin thoroughly, but if you have issues with any type of content, please let us know.
C) Installation – top
- Upload the plugin files to the ‘/wp-content/plugins/show-hide-collapse-expand-plus-faq’ directory.
- Activate the plugin through the ‘Plugins’ screen in WordPress.
D) Quick Start – top
Step 1. Go to Tools>Show-Hide/Collapse-Expand and select the Effect for displaying hidden content and enter Custom animation speed in milliseconds. The default value is 400ms. Values under 400 ms will give you faster transition, values above 400 will provide for slower and smoother transition. Click the Preview button to see the selected effect and speed in action.
Step 2. Go to a post/page where you would like to collapse/expand content. Select the content that you wish to be collapsed and click the Insert Collapse-Expand shortcode button in your editor.
Step 3. In the Insert Collapse-Expand shortcode popup make the selections that will suit your needs:
- Select the type of control to expand/collapse content. The options are: Button (orange) | Button (orange) | Button (orange) | Button (orange) | FAQ Link | Simple Link | Inline Link | Link In List.
- Select how you would like to initially display your hidden content when the page/post is loaded. The options are: Open | Closed.
- Select the color of your hyperlink. If you choose to collapse/expand the content using buttons, this will be the color of the text on the button. You can select any suitable color or enter any suitable hex value, like #ffffff for white color.
- Specify labels for expanding/collapsing content. If you use buttons, this will be the text displayed on the button. If you use FAQ Link option, this will be the text displayed as a question while the answer will be the text you selected in the editor.
- Select the icon that will be displayed before the hyperlink/button text. The options are: No icon | Arrow Down | Eye | Zoom | Plus.
- If you are using one show-hide shortcode inside another (e.g. for creating expanding options inside the hidden content), select the This shortcode should be nested in another shortcode checkbox.
- Alternatively, you can also specify inline CSS rules and custom JS functions that will be fired on the “onclick” event of your hyperlink/button. This is useful for e.g. tracking behavior of visitors on your website.
Step 4. Click OK to insert the shortcode with all your selected parameters into the Editor.
E) Frequently Asked Questions – top
Can I insert the same shortcode into a post and a sidebar widget?
Yes, you can use the same shortcode multiple times on the same page.
How do I nest shortcodes inside one another?
For inserting level 2 shortcode, please check the “This shortcode should be nested in another shortcode”checkbox or use [bg_collapse_level2] shortcode. For level 3, please use [bg_collapse_level3] shortcode.
Will my other shortcodes work inside your shortcode?
Yes, we did our best to make them work. Some shortcodes (like Google Maps plugins shortcodes) might behave strangely, we recommend using our Google Maps – Simple Pins plugin if you need to hide your Google maps. If you have any issues, please let us know.
What are presets? How do I use them?
Presets allow you to optimize your workflow with Show-Hide/Collapse-Expand and minimize the time you spend selecting options each time you insert the shortcode. Great thing about presets is that when you decide to change the look and feel of your shortcodes, you will only need to do it once on the Presets tab and all the shortcodes on your website done with the preset will be updated. Plus you can override any shortcode parameters set in the preset by adding them to your shortcode upon inserting.
I don’t want to use animation, can I turn it off?
Sure. Go to Tools->ShowHide/CollapseExpand screen (Settings tab), clear the Enable jQuery UI effects checkbox and set Custom animation speed (ms) to 0
F) Screenshots – top
Collapse long lists.
Choose effects and animation speed.
Create FAQs.
Great for quizzes.
Button samples.
Once again, thank you so much for purchasing this plugin. As noted at the beginning, we’d be glad to help you if you have any questions relating to this plugin. If you have a more general question relating to the plugin, you might consider asking your question in the “Comments” section.
Bunte Giraffe
How do I show and hide a map ?
Hello Phil,
If you are using our Google Maps – Simple Pins plugin, it is compatible with Show/Hide, so you do not need to do anything special, just put a map shortcode inside one of the show-hide blocks.
Best regards,
Zoryana Paliy
Is it possible to add my own icons to the plugin? I.e. Plus and Minus signs?
Hello Mollie,
Sorry for the late reply, was down with cold.
Plus and minus signs are currently available in our extended version. You can check the demo at http://showhide-plus.bunte-giraffe.de/. It costs €6.95 in out store. But adding custom icons is not yet possible.
Best regards,
Zoryana Paliy
How can I change the size and placement of the text?
Hello Kinyofu,
Thank you for your question.
You can do this with the inline_css shortcode parameter, for example:
inline_css=”font-size:21px;font-weight:bold;text-align:center;display:block;margin-bottom: 10px;”
Please try and let me know if it works for you.
Best regards,
Zoryana Paliy
With lite version of “show-hide/collapse-expand” my buttons were placed next to each other:
Button1 Button2 Button3 …
With my new pro version the buttons of the same site are placed among themselves:
Button1
Button2
Button3
…
How I can get back the “next to each other” buttons? That would save space on my site.
Cheers
Florian Scholz
Hello Florian,
Thank you for purchasing our plugin.
To get the behaviour you need, please download the 1.3.1.1 version I have just put online and add this rule to the style.css of your child theme:
div.bg-showmore-enable-customized-display {
display: inline;
}
Please let me know if this solves your issue.
Thanks and best regards,
Zoryana Paliy
Hi Zoryana,
unfortunately it don’t work with new version 1.3.1.1. too.
You could check my site:
http://www.tsg-oehringen-schach.de/wordpress/stadtmeisterschaft-2017-18/
Should I change something else.
I already deleted and and new the code in this site above.
Cheers
Florian
Florian,
Thanks for getting back to be.
Could you please tell me if you also added the css rule I mentioned?
div.bg-showmore-enable-customized-display {
display: inline;
}
If so, then pls tell me to which stylesheet. I cannot see it currently.
Thanks,
Zoryana
Hello Zoryana,
I just now added your css rule in my theme “smartline lite” in WP area “design customizer” and here in area “additional CSS”.
After this change it works well.
I see the buttons in my site next to each other.
Many Thanks for your help
Cheers
Florian
I have multiple paragraphs and no matter what I do, only the first paragraph is hidden. What am I missing?
Thanks
Hello Jennifer,
Could you please give me a link to the page where I can see the problem? Are you using the free or the pro version of the plugin?
Thanks and best regards,
Zoryana Paliy
Hi Zoryana, I created FAQ pages for my website. Those pages were working perfectly for some time. But today, when I check the pages, the FAQ features are not working. Can you look at my pages and help to solve the issues?
https://forexboon.com/for-investors/investor-faq/.
https://forexboon.com/alert-service/
Thanks in advance.
Hello Naveen,
I have had a look at your website and you have a lot of Javascript errors. Please press F12 and have a look at the “Console” tab. Our plugin relies on Javascript, so as long as there are errors in other plugins/theme, you won’t be able to use it. Please disable plugins one by one to find out which one exactly is causing it.
Best regards,
Zoryana Paliy
Thank you very much for your earnest reply. I will solve those errors. Thanks.
Hi Zoryana,
The text of my button isn’t centered. I tired to fix it with the in-line css you posted above with no success. It’s sitting more towards the bottom of the button. Any suggestions?
Hello Stephanie,
Could you please send me a link to your website to it@bunte-giraffe.de for me to see the problem?
Thanks,
Zoryana
Hello Zoryana, how would I go about changing the look of the actual button? Change color or shape for example?
Hello Vera,
You can change the look with css rules, by either adding inline_css shortcode parameter to your button (e.g. inline_css=”border-radius:20px”) or redefining the rule for all show-hide buttons on your website by adding e.g.
button.bg-blue-button {
border-radius:20px;
}
to your child theme’s stylesheet.
Hope this information helps you along.
Best regards,
Zoryana
Hi Zoryana,
We are looking at using this plugin on a client website which previously had WP Show Hide installed. Both ourselves and the client prefer your plugin and happy to pay for the premium version, but we have one issue with the free version which shouldn’t even be an issue.
How do we center the actual button on page, not the text in the button, but the actual button? The client has all other buttons centered on the page, but your plugin only seems to support left-aligned buttons?
Thanks,
Terry
Hello Terry,
Please use the following shortcode parameter to center the button:
inline_css=”margin:0px auto; display:block”
Best regards,
Zoryana
Hallo Zoryana
Is this support forum still active?
I am trying to create my buttons the same size.
The text in the buttons are not the same length, but I need the buttons the same size.
Is there any way to do that?
Hello Dorita,
Thank you for your question.
To achieve this, please add the following parameter to your shortcode (with your custom width):
inline_css=”width:350px;”
You can also take a look here at the buttons in action and the shortcodes used to create them:
http://sandbox.bunte-giraffe.de/test-for-dorita/
Best regards,
Zoryana
Thank you Zoryana
I have another question…
Is there any way to make the content automatically close once a person clicks somewhere else on the page?
Unfortunately, this is not possible in our plugin.
Best regards,
Zoryana
Good day Zoryana
Is there any way to use the button only?
I have multiple buttons on the page that needs to look the same, but only some of them has to expand, the others just need to be links.
Can it be done?
Hello Dorita,
You can use the onclick parameter for that purpose. Please add
onclick="window.open('http://bunte-giraffe.de','_blank');"
to your shortcode.
You can take a look here http://sandbox.bunte-giraffe.de/test-for-dorita/
Best regards,
Zoryana
Hi There.
I don’t know if I’m missing something simple but I just can’t see how to install the code on a widget so that I can get my pages/sub-pages to collapse expand.
Can someone help please?
Thanks.
Hello Claire,
Our plugin works only with content inside posts and pages. It will work in a sidebar only with a widget of type Text if you add a shortcode inside it.
It is not possible to collapse/expand a list of pages or subpages.
Thank you and best regards,
Zoryana Paliy
I want to Show less (collapse link) to show at the end of the collapsible content. Like your http://showhide-plus.bunte-giraffe.de/your-amazing-brain-what-do-you-see/ example. Which settings do I need?
Hello costamarketingpt,
Please go to the Plugin Settings page (yourwebsite.com/wp-admin/tools.php?page=bg_show_hide) and select the Make buttons and links stick to the bottom of collapsed sections checkbox.
Please let me know if you need any other help.
Best regards,
Zoryana Paliy
Thanks. Does this work for tables? Basically have the shortcode in the middle of the table, and when I click “show more”, it actually displays the full table, as one, not two separate ones?
Basically having the shortcode inside hiding just a set of rows
Hello costamarketingpt,
You cannot hide only specific table rows with our plugin. Only a whole table.
Thank you and best regards,
Zoryana Paliy
Which JS function is adding display: none or display: block to [id ^= bg-showmore-hidden], I’d like to change it, but I can’t find it. Thanks!
Ideally remove it completely.
Hello costamarketingpt,
I am not sure I understand what you are trying to achieve. It will then make the plugin unusable.
If you need to modify the way the show-hide works, take a look at the function
bgExpandCollapsedContentActionPro
inside the assets/js/bg-show-hide-pro.js folder.Best regards,
Zoryana Paliy
Hi.. I’m trying to use this plug in on a page. The page is organised such that it has some content in left and right and main content in middle. I’m trying to insert it in middle content. But on doing same, the written matter is shifting downward, may be to create space for expanding. Can it be avoided and rather it open downward.
Hello Tushar,
It would be best if you sent me a link to your page where I could see the problem to it@bunte-giraffe.de . It could be a conflict with your theme.
Best regards,
Zoryana Paliy
I bought the Pro version and I can have it open initially to start with but is there any way to have it open on desktop but closed on mobile?
Hello Greg,
Thanks for purchasing our plugin.
Are you comfortable with modifying the code (it’s one line) or would you prefer I sent you a modified version?
Best regards,
Zoryana Paliy
No problem modifying the code (might be helpful for me to see), I have one problem since I am using this in two places. In my main content area, I am using the plug-in normally where it shows on both mobile and desktop (works great!) but in the 2nd area in the sidebar is where I want it to show only on mobile
Greg,
What you are asking is a bit different from the original question.
In order to show the content open on desktop, but closed on mobile, please modify line 278 of bg_show_hide.php
from:
$bg_state = "bg-showmore-".$a["state"];
to :
$bg_state = wp_is_mobile() ? "bg-showmore-closed" : "bg-showmore-".$a["state"];
In order to show the sidebar content only on mobile, it would be better to wrap the contents of your sidebar in a div and show/hide that div with CSS based on the screen width with CSS media queries. E.g.:
div.show_only_on_mobile {
display:none;
}
@media screen and (max-width:700px) {
div.show_only_on_mobile {
display:block;
}
}
Please let me know if this solution works for you.
Best regards,
Zoryana Paliy
Thank you, sorry I had a poor choice of words in my previous comment, I definitely wanted the first option and it is working. If anyone else needs this (buy the Pro version!) and search and replace this ($bg_state = “bg-showmore-“.$a[“state”]; with the above) mine was actually on line 555. What I am doing is showing the sidebar content on desktop. I hid the Read More/Read Less (I named it “Menu”) with some css:
@media (min-width: 769px) {
.content-sidebar .bg-showmore-plg-link {
display:none;}
}
So when the user visits the desktop they see a normal Sidebar with all the content but when they visit on mobile they see a closed Show/Hide with a single word “Menu” that they can click and see the sidebar content. Thanks!
Hi!
I’m having some problems using inline option with bulleted list. The other options seem to work fine with the list, but the inline one does not hide the list and I dont know why (same code, only changing ‘view’ atribute). Is there any solution for that?
Also, the icon inside the button is showed with a lot of left margin. Is it possible to move the icon (and the text after the icon) closer to the left margin of the button?
And I have just noticed that buttons does not display properly in internet explorer 11 (the icon and the text are shown in 2 different lines).
Thank you
Hello Vanessa,
Thanks for your questions.
1. Please take a look at the Help tab of our plugin (Tools>Show-Hide/Collapse-Expand>Help). It shows a demo of how to make the inline list look good.
2. Please use a custom class inside the shortcode (e.g. class=”bg_custom”). Then add a new rule to your CSS stylesheet with
.bg_custom {
padding-left:5px;
}
You can also just use the inline_css shortcode parameter i.e add inline_css=”padding-left:5px” to your shortcode.
3. I have just tested my sites in IE11 and it works OK. Could you please send me a link to your website where I could see the issue?
Thanks and best regards,
Zoryana Paliy
Hello Zoryana,
Thank you for your prompt reply ^^.
I’ve just checked the help info about the link in list, but is not exactly what I’m looking for.
You can see in the following link:
https://www.tlmach.com/modulos-telemetria/
I’d like to have a simple arrow or little text (not a big button) inline with my text, hiding a list. It is possible to move the arrow/icon to the right part of the button/text?
Also, you can check the blue buttons in the site in IE11 to see the issue.
I will try the custom class too ^^.
Thanks again for answering all my questions.
Have a nice day!
Hello Vanessa,
1) About IE – please remove the width property from your inline_css shortcode parameter.
2) About using inline text, not a button. Have you tried the view=”link-list” shortcode parameter? If you go to the demo site (http://showhide.bunte-giraffe.de/sample-faq/) and click on Edit Post, you can see how we achieved collapsing the list.
3) Moving the arrow/icon to the right part of the button/text. It can be achieved if you know how to edit CSS. You can then find rules where we specify that the icon should be placed in front of text, like
button.bg-showmore-plg-button:before
and change them to
button.bg-showmore-plg-button:after
This should do the trick.
Best regards,
Zoryana
Thank you for your help, Zoryana. Not sure if the changes I did in the css to the bg-showmore-plg-button:before arrow icon worked or if I did something different with the link in list option, but finally I got the results I wanted ^_^
Best wishes!
Hi there, I’m trying to use the shortcode in the “archive intro text” section of a category archive page but it doesn’t appear to work despite the shortcode being available in the visual editor. Is there anything I can do?
Hello Keely,
Thanks for your enquiry.
Would it be possible to take a look at such a page? If you don’t want to post the link publicly, please send it to it@bunte-giraffe.de.
Thanks,
Zoryana Paliy
Hi! I just bought the Pro version of Show-Hide and it is not working properly.
1. The Free version 1.2.3 was working ok, but there was no [Collapse-Expand] button in the Gutengurg Block Editor for shortcode insertions. I could manually edit Show-Hide text to get it working in WordPress Shortcode blocks.
2. I bought the Pro version and downloaded v1.4.1. from the Bunte-Giraffe login page.
3. The Pro version v1.4.1 gives an error “Updating failed. Error message: The response is not a valid JSON response” when trying to save a WordPress page.
4. I cannot tell how to take advantage of the defined Presets when manually editing shortcodes. Can you please explain?
Thanks in advance,
-larrygauthier
Hello larrygauthier,
Thanks for purchasing our plugin.
Sorry about the bug! I have just uploaded the new version, please download it from our site and reinstall.
Regarding the presets, you can, for example, create buttons of the same style and insert them everywhere you like without having to type the shortcodes again and again. Like here, I define preset 1 with the following parameters:
view=”button-green” icon=”eye” color=”#333333″ collapse_text=”Hide This Section”
However, if you decide that one of the buttons needs, for example, extra functionality, you can add it as a shortcode parameter so that the preset becomes:
[bg_collapse_preset1 state=”open”]Test content hidden here[/bg_collapse]
This way all the buttons will be of the same style, but one will show content as initially expanded.
Please let me know if you need any other help.
Best regards,
Zoryana Paliy
Zoryana,
THANK YOU!
1. Pro Versoon 1.4.2 is working properly – no JSON error message.
2. AHA! “[bg_collapse_preset1 …]” That was the secret sauce that I could not discover {is it in the Help doc anywhere?}. Presets are now also working.
Thanks again and HNY!
-larrygauthier
Perfect! Thank you very much!
Documentation is currently under construction.
Happy New Year, -larrygauthier!
I continue to work with Show-Hide shortcode in Gutenburg blocks and have been successful. You can see large lists of Show-hide code under “7.1 Macros >General Macro Commands” here:
https://n1mmwp.hamdocs.com/setup/function-keys#generalmacros
Next, I would like to create a table view (or a “table-like” view) and include Show-Hide codes. Here is the page with a table that I would like to convert and add Show-Hide commands to each row.
See “2. The Complete List” here:
https://n1mmwp.hamdocs.com/manual-supported/contests-list/#the-complete-list
Can a table view include Show-Hide code?
Thanks in advance for any advice,
-larry
Hello Larry,
Do I understand correctly that you want the plugin to hide table rows?
Best regards,
Zoryana
Hi Zoryana,
I am not quite sure how it would work… but imagine a table with ten rows and 4 columns. In the cell of column 1 of each row is a Show-Hide in-line entry that would {somehow} expand when clicked to reveal an extended description of the item listed in that row.
Hello Larry,
So you would like to show/hide columns 2-4 in the same row when button in column 1 is clicked?
Best regards,
Zoryana
No – not expand horizontally, expand vertically.
Maybe… Split the view of the table between the row I clicked in. If I click a link in row 3, split the table between 3 and 4 and beneath row 3 (that expanded information will NOT be in columns, but paragraph block mode) display the expanded information about the item from row 3. Restore the table when pressing [Show Less].
Or even {this might be easier} … remove (hide, do not display) all of the remaining rows beneath the row I just “clicked” and show the paragraph block of expanded information. Restore the view of the table when I press the collapse [Show Less] button.
… i hope this makes sense. Not enough coffee this morning.
Hello Larry,
This definitely sounds interesting. I will look for the possibility to implement it in the next release.
Best regards,
Zoryana
DOCUMENTATION – Dealing with WP’s Gutenberg Block Editor
For webmasters who embrace the new WP Block Editor (like me), dealing with BG Show-Hide/Collapse plugin is a bit of a learning experience. Here are some tricks I leared while trying to use the plugin on my large-ish website.
HINT 1: USE BG PRESETS. This will save you a lot of time if you want to change the Look&Feel later
HINT 2: COPY/PASTE LARGE AMOUNTS OF TEXT – I had a large amount of Show-Hide material that I prepared off-line – complete with the [bg_collapse] and [/bg_collapse] shortcodes. I added it to my website with the following steps:
– In the WP page, add a “Classic” block
– Copy/paste your offline text into this classic block
– Change from a Classic Block to a Gutenberg Block by selecting “Convert to Block”. WordPress will automatically separate the text into SHORTCODE BLOCKS of Show-Hide codes and normal PARAGRAPH BLOCKS of your revealed text
HINT 3: LONG LISTS OF SHOW-HIDE ITEMS – My website has some long list (100+) of Show-Hide items. To simplify adding and editing items, I combined shortcodes between the previous item’s end-code and the next item’s startcode.
SHORTCODE BLOCK [bd_collapse_preset1 “ITEM1 – No end code when entering the first item”]
PARAGRAPH BLOCK Here is the revealed text for item1.
SHORTCODE BLOCK [/bg_collapse][bd_collapse_preset1 “ITEM2 – Begins with end code from item 1”]
PARAGRAPH BLOCK Here is the revealed text for item2.
SHORTCODE BLOCK [/bg_collapse][bd_collapse_preset1 “ITEM3 – Begins with end code from item 2”]
PARAGRAPH BLOCK Here is the revealed text for item3.
SHORTCODE BLOCK [/bg_collapse][bd_collapse_preset1 “LAST-ITEM – Begins with end code from item 3”]
PARAGRAPH BLOCK Here is the revealed text for the LAST-ITEM. It must have an end code[/bg_collapse] because there is no subsequent Show-Hide item.
HINT 4: ANCHORS and LINKS TO YOUR Show-Hide TEXT – You can add an anchor in the shortcode for a Show-Hide statement. Links allow you to jump directly to an individual Show-Hide item from another WP page.
SHORTCODE BLOCK [bd_collapse_preset1 “ITEM1 – No end code when entering the first item”]
SHORTCODE BLOCK [/bg_collapse][bd_collapse_preset1 “LAST-ITEM – Begins with end code from item 3”]
Thank you very much for your input!
My apologies, but my HINT #4 copy / paste got eaten by the HTML scrubbers. Hint 4 link should have looked like this:
(lt-symbol)p id=”ITEM1″(gt-symbol)(lt-symbol)/p(gt-symbol)
Thanks!
By the way, a new Show/Hide Gutenberg block is on the way. I will let you know when it is ready.
Hi Zoryanna, the plugin looks like it would be perfect but unfortunately I can’t get it working at all! The button is there and visible after adding some text into the collapsable area into the code, but when clicking on the button it won’t expand. I even copied and pasted the short code to my page to try and eliminate user error.
I can email you the link to the page to your email address so see what (presumably obvious) thing I’m missing, is there anything else you need?
Thanks,
Hello Lisa,
Please send me the link to your page to z@bunte-giraffe.de. There must be a conflict with the theme you are using or other plugins. I will take a look as soon as possible.
Best regards,
Zoryana
Hi,
I was wondering whether the option “Initially show content as” has been removed from the latest version of the plugin or it is available only in the paid version? I badly in need of that option but couldn’t find it anywhere in the free version.
Thank you,
Rayhanul Islam Rumel
Hello Rayhanul,
This option is only available in the pro version, we did not include it in the free version.
Best regards,
Zoryana Paliy
Hello,
I just started using the plugin.
Content that I want to show/hide is a table.
Seems it is not allowing it.
Can you please see why is it so.
[bg_collapse view="link" color="yellow" icon="eye" expand_text="Your items" collapse_text="Your items" ]
NameValue
[/bg_collapse]
Thanks.
We need to use HTML elements within a link (have a portion of the expand/collapse title that needs to float right). On initial load, it works great… but when you expand/collapse, it no longer renders the HTML tag, treating it as raw text.
On Page Load:
Fees and Administration $544,000
On expand/collapse:
Fees and Administration $544,000
Here’s the actual code I’m using:
[bg_collapse view="link" custom_class="cdrDarkCyanText" icon="arrow" expand_text='Fees and Administration $544,000' collapse_text='Fees and Administration $544,000' ]
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ipsum, reiciendis!
[/bg_collapse]
https://bionj.org/event/bionjs-10th-annual-biopartnering-conference-stage
I think this Show/Hide plug in is awesome and user-friendly. Before I purchase I’m wondering if I can anchor into the collapsed/hidden menu/accordion? I want to drop an email that will link to the expanded section discussed in the email.
Thank you in advance for your help.
Hi,
I have added some css locally in the “bg-show-hide.css” but am not able to upload it to the server. Could it be an issue of not having the access to modify the css from the plugin end or I should ask the administrator who have provided me with the rights in using Filezilla? Please note that I can modify other files of the website including other plugins.
Looking forward to hearing from you.
Thank you,
Rayhanul Islam Rumel
For some reason, the plugin refuses to work at all. I am running latest macOS Big Sur 11.2.2. I make my choices for button, etc, “embed” the text I want to hide, and NOTHING. The button appears but when you click on it it des not open.
Thank you for your help.
Patrice Greanville
Oh, the computer is an iMac retina 27inch late 2015
Patrice Greanville
Hello Patrice,
Could you please send me the link to your website where I can see the problem?
Thanks,
Zoryana Paliy
Hi i have one questions , if i buy pro version then can i change the dedault show more text to any other word ????
Hello Shubham,
Yes, you can use presets for this purpose. I have just replied to your email as well. Hope it answers your question.
Best regards,
Zoryana Paliy