Achal Jain
Forum Replies Created
-
Hi @wbweb2019
Sorry for the inconvenience. We just pushed a fix. Please update the PowerPack to the latest version 2.34.1.
Since your query is related to PowerPack Pro so if you’ve any questions or concern, please contact us via support page – https://wpbeaveraddons/contact/
Thanks!Forum: Plugins
In reply to: [PowerPack Lite for Beaver Builder] Class “lessc” not foundHi Andi,
This is related to the PowerPack pro version and the issue was already fixed in v2.32.0 released on July 13th. You need to update the plugin to the latest version.
For receiving support for the pro version, please send us a ticket using the website – https://wpbeaveraddons.com/contact/
Thanks,
Achal J.Hi George,
The ToC doesn’t collapse initially. The functionality makes the ToC collapsable, but ToC stays expanded by default on load.
Here is the screencast showing the same – https://drive.google.com/file/d/1CJbo5KEi5TxUAHobfjXqzDZlY2JMXjP_/view?usp=sharing
Forum: Plugins
In reply to: [Table of Contents Block] Collapsable ToC | Initially not collapsed possible?Hi @moritz1337
Sorry for the delayed response.
The ToC doesn’t collapse initially. The functionality makes the ToC collapsable, but ToC stays expanded by default on load.
Here is the screencast showing the same – https://drive.google.com/file/d/1CJbo5KEi5TxUAHobfjXqzDZlY2JMXjP_/view?usp=sharing
Forum: Plugins
In reply to: [Table of Contents Block] (un)collapse buttons not working@annaryker Looks like the dashicons library is not getting enqueued on the frontend on your site. Are you using any optimization plugin and excluded dashicons CSS file from getting enqueued? Or is there any specific code added anywhere?
You can try adding the below code to your current theme’s functions.php file and see if it works:
// Enqueue Dashicons to load on the front-end add_action( 'wp_enqueue_scripts', 'dashicons_front_end' ); function dashicons_front_end() { wp_enqueue_style( 'dashicons' ); }
Forum: Plugins
In reply to: [Table of Contents Block] (un)collapse buttons not workingHi @annaryker
Do you mean that collapse and uncollapse icons are not visible on the frontend? Or something else? Please confirm. A screenshot would be helpful to understand.
- This reply was modified 2 years, 3 months ago by Achal Jain.
Hi George,
I am sorry it’s not possible to achieve with ToC. You need to add some custom JavaScript to change the color of the heading link in ToC as you scroll to that heading on the page.
Thanks!
Forum: Plugins
In reply to: [Dashboard Welcome for Beaver Builder] Background since WP 5.9Forum: Plugins
In reply to: [Table of Contents Block] Not work in WP 5.9Hi @digiom
Thanks for reporting the issue.
Please update the block to the latest version 1.0.2 it will fix the issue.
Thanks!
Forum: Plugins
In reply to: [PowerPack Lite for Beaver Builder] Image hotspot?Hello @corrinarusso
Image Hotspot is part of the PowerPack Pro plugin. Please get in touch with us via support – https://wpbeaveraddons.com/contact
Thanks!
Forum: Plugins
In reply to: [PowerPack Lite for Beaver Builder] Modal Box and Posts moduleHello @arkaizto
Thanks for reaching out!
Since the Modal Box module is part of the PowerPack premium version, please raise a support ticket here with your registered email address – https://wpbeaveraddons.com/contact
Thanks!
Forum: Plugins
In reply to: [Table of Contents Block] Render-blockingHello kbmann90,
Since I didn’t hear back from you, I am marking the ticket as resolved. Please feel free to post a message here in case you need further help. ??
Thanks!
Forum: Plugins
In reply to: [Table of Contents Block] Render-blockingHello @kbmann90
Glad you like the ToC block. It just adds a single script on the frontend nothing more than that. Can you please share the URL of your website so I can have a look?
Thanks
Forum: Plugins
In reply to: [Table of Contents Block] Adding two TOC blocks with different parameters setHi Carlos,
Thanks for getting in touch. I am sorry, currently, TOC doesn’t support multiple instances on the same page. I’ll check if it is possible to implement.
Thank you
Forum: Plugins
In reply to: [Table of Contents Block] Showing unnecessary points in listHi @singhvirat
You will need to exclude the container from which you don’t want ToC to fetch the headings.
Please edit the block, navigate to “Include/Exclude” setting in the panel, and add the CSS class or id of the container in the exclude field.
Thanks