buntegiraffe
Forum Replies Created
-
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] Vulnerabilites to fixHello @nymeria55, @mantasalinauskas – the plugin has already been fixed and submitted for the review by the WP Plugin Team. I will check with them when it could be restored and get back to you.
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] Error Message (Line 5313 problem?)Hello @mynockmanor1, does the latest update solve the problem? Thanks
Hello @luluparent, your FAQ is not built using our plugin. Please contact support of your theme.
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] Anticipated Issue Updating PHPDear Heidi,
Thanks a lot for reporting the issue. Please get the latest version of the plugin with the fix to the problem.
Best regards
Forum: Reviews
In reply to: [Show-Hide / Collapse-Expand] Not really collapsing widgetsHello @oguido,
Sorry to hear that you wasted your time trying to figure out how to use our plugin. It says in the description “Use in sidebars by inserting the shortcode with needed parameters”, we thought it was straightforward. You can use our shortcode as a frame for other shortcodes (contact form, map, etc) inside a text/hmtl widget, other widgets cannot be influenced by our plugin.
- This reply was modified 5 years ago by buntegiraffe.
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] How to collapse widgets?Sorry for the late reply, guys. You can use the show-hide shortcode to collapse either text inside widgets or other shortcodes like a contact form or a map shortcode. Please take a look here – https://sandbox.bunte-giraffe.de/
What widgets would you like to expand/collapse?
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] Mixed content errors accessing fontPlease send me a link to your site to [email protected]. Thanks
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] Mixed content errors accessing fontHello @audiomonk ,
Please make sure your site is set up properly for https. WordPress Address (URL) and Site Address (URL) should both point to the https address of your site.
Best regards
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] content inside [bg_collapse view] breaksHello @amiriss,
Sorry for the late reply.
I believe our latest update collides with the plugin you use for insertion of formulas (WP-KaTeX). Try using one of these symbols for derivatives: ′ or ’
Please let me know if this works for you. Alternatively you can downgrade to version 1.2.2 (please go to https://www.ads-software.com/plugins/show-hidecollapse-expand/advanced/ and select version 1.2.2 from the dropdown at the bottom of the page).
Have a happy New Year!
Best regards
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] Scroll to top of textIf you want it to also scroll to top when you close the expanded text, add this:
if (jQuery(showHideButton).hasClass("bg-close")) { showHideButton.scrollIntoView({behavior: "smooth", block: "start", inline: "nearest"}); } else { showHideButton.scrollIntoView({behavior: "smooth", block: "end", inline: "nearest"}); }
Best regards
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] Scroll to top of textI have tested and this should work:
if (jQuery(showHideButton).hasClass("bg-close")) { showHideButton.scrollIntoView({behavior: "smooth", block: "start", inline: "nearest"}); }
Please insert at the same line as instructed in the previous post, so it becomes:
jQuery(showHideButton).toggleClass("bg-close"); if (jQuery(showHideButton).hasClass("bg-close")) { showHideButton.scrollIntoView({behavior: "smooth", block: "start", inline: "nearest"}); }
Please let me know if the issue is resolved now.
Best regards
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] Scroll to top of textHi,
Sorry, I am currently on vacation and will only be able to look at this properly after the 12th. Hope you can have it the way it is by then. If the last solution was buggy, please reinstall the plugin, it will work as before.
Best regards
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] Scroll to top of textHello @domino4evers,
It behaves this way because it is the end of the page. However, there is a way to achieve what you want.
If you are familiar with JavScript and can edit it, please log in to your site using FTP protocol (e.g. using FileZilla), go to wp-content/plugins/show-hidecollapse-expand/assets/js/ and edit bg-show-hide.js file the following way:
Find a line
jQuery(showHideButton).toggleClass("bg-close");
and add this piece of code underneath:
showHideButton.scrollIntoView({behavior: "smooth", block: "end", inline: "nearest"});
so that it becomes:
jQuery(showHideButton).toggleClass("bg-close"); showHideButton.scrollIntoView({behavior: "smooth", block: "end", inline: "nearest"});
This should do the trick.
Please let me know if it worked for you.
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] How to se with Gutenberg blocksHello @drachsi
Please have a look at this thread – https://www.ads-software.com/support/topic/wp-5-x-where-to-find-the-collapse-expand-button-in-the-editor-2/. It works this way.
Best regards
Forum: Plugins
In reply to: [Show-Hide / Collapse-Expand] PLUGIN – SHOW – HIDE/ COLLAPSE – EXPAND – MOBILHello @salamoun ,
I have looked at your site and the plugin wptouch that is installed on your site throws an error “Uncaught ReferenceError: wptouchMain is not defined” on mobile devices. Please try to contact the developer with this problem.
You can test it by disabling wptouch and testing your page where our plugin in used.
Best regards