Hey team how can i
Open one accordion from a buttons click (button from another accordion item)
Hi I am using the plugin on this website, but now If I want to add or eddit the accordion the post won’t load and I cant work in the post. If I deactivate the plugin no problem.
I have a set up with elementor.
]]>We’re testing Accordion blocks from various different sources.
There is no documentation about “Accordion Toggle” at https://www.ads-software.com/plugins/accordion-toggle/ (the presented info here is very basic) to indicate whether it is a separate plugin or part of the larger suites (Elementor / Gutenberg).
It is also not clear what its icon looks like, and we can’t find any info on its features – also not on the https://wpdeveloper.com/ website
* What is the icon
* What are the features?
The plugin seems to crash when several synced patterns containing an accordion are inserted into a post or page editor.
It’s not about a specific number of synced patterns or a particular synced pattern, but most about the number of loaded synced patterns.
The patterns don’t crash when I use the code editor, but I need to use the visual editor to apply settings to each block.
I use the latest WordPress and native Site Editor with the default Twenty twenty-four theme.
A workaround could be to turn off the rendering of the synced patterns, but I don’t know how that is possible.
]]>I have tried adding an anchor name to an accordion toggle block but it does not save.
Plugin, WordPress and Theme are updated.
Every now an then one and only one setting resets to the default.
It’s the background of the tab that sets to purple now and then when the page is being edited.
I have changed from Gradient to Classic background and that setting is not effected be the spontaneous reset.
Otherwise i love the block!
]]>I noticed that over the past few weeks any new accordion items I create will look normal on some browsers and look all messed up on others. For example:
Here is how it looks on Google Chrome:
https://snipboard.io/vZ52PW.jpg
Here is how it looks on Google Chrome using Incognito Mode:
https://snipboard.io/nmuqFk.jpg
Safari:
https://snipboard.io/84eapH.jpg
Brave Browser:
https://snipboard.io/9vPErO.jpg
Do you know how I can resolve this issue? It doesn’t seem to be affecting any older pages that use the plugin, only recent ones over the past few weeks. I am using the GeneratePress theme.
Thank you.
]]>Hi, I’m using the FAQ accordion in my theme templates and populating it with content via ACF. It works great; however, the schema code is not being generated. Is it possible to generate that code the way I have this set up? Thanks!
]]>When I first started using Accordion Toggle a few months ago I could add spacing between paragraphs, but in recent weeks as I’ve been using it I can’t get the space between paragraphs to show up. What can I do to fix this?
]]>Hello,
I use the plugin for my blog posts and I always use the same setting in the Style settings. Is it possible to change the default Style of an accordion?
It is pretty annoying to make the same changes over and over again.
If it is not possible could you please consider adding this feature?
PS: Thank you for this plugin. I love it. ??
]]>I encountered a 500 Internal Server Error on my site after updating this plugin to version 1.2.4.
The exact error was:
Parse error: syntax error, unexpected ')' in /wp-content/plugins/accordion-toggle/blocks/accordion-item.php on line 27
Turns out this file had:
function accordion_toggle_accordion_item_block_init()
{
// Skip block registration if Gutenberg is not enabled/merged.
if (!function_exists('register_block_type')) {
return;
}
$dir = dirname(__FILE__);
if (!WP_Block_Type_Registry::get_instance()->is_registered('essential-blocks/accordion')) {
register_block_type(
Accordion_Helper::get_block_register_path("accordion-item"),
);
}
}
add_action('init', 'accordion_toggle_accordion_item_block_init',);
when it should actually be:
function accordion_toggle_accordion_item_block_init()
{
// Skip block registration if Gutenberg is not enabled/merged.
if (!function_exists('register_block_type')) {
return;
}
$dir = dirname(__FILE__);
if (!WP_Block_Type_Registry::get_instance()->is_registered('essential-blocks/accordion')) {
register_block_type(
Accordion_Helper::get_block_register_path("accordion-item")
);
}
}
add_action('init', 'accordion_toggle_accordion_item_block_init');
There are actually 2 occurrences of the same problem that can result in a fatal PHP error depending on the PHP version it’s hosted on being sensitive about this (with this plugin then not having a specific PHP version that should be used specified in its plugin details [if this plugin has intentions of only supporting a specific PHP version or newer.])
Either way, Accordion_Helper::get_block_register_path("accordion-item"),
should ideally be changed to Accordion_Helper::get_block_register_path("accordion-item")
and add_action('init', 'accordion_toggle_accordion_item_block_init',);
should be changed to add_action('init', 'accordion_toggle_accordion_item_block_init');
Unlike arrays & things, you cannot have a trailing comma within a function call’s attributes as some PHP versions (ex. 7.2 & possibly others) then require a parameter to follow the comma (otherwise it causes this exact error.)
The extra commas really aren’t serving any purpose/benefit whatsoever while it then just makes the plugin more likely to cause a fatal server error while present so it should hopefully be a quick & straightforward update to be made to address this (also helping make the code just be a bit cleaner since those commas really are unnecessary).
]]>Hi,
Please can you advise how to change the background colour to each Tab. As the plugin stands, I can only seem to edit the colour of all the tabs at once, to the same colour.
I would prefer to choose a colour for each tab in the accordion.
How can I do this?
Many thanks
]]>After the latest update, my accordion blocks to v1.2.3 now have a thick black border which was not there prior to the update. I can toggle the bottom border switch to remove the black box but this adds a thin divider line. Any advice on a way to remove this would be appreciated
]]>Hey there ??
I want to ask whether it’s possible to change the assigned title tag for the toggle text. It’s default is set on h3 but that messes up my table of contents and also it’s hierarchically just wrong.
Is there a setting for this? I haven’t found one. Thanks!
]]>The toggle doesn’t display properly on Chrome. The content area is visible *before* the toggle tab is clicked and the content also obscured by the page content below the accordion block. In Firefox it works just fine: the content area is not visible until the toggle tab’s text is clicked, and the content below the accordion is pushed further down the page.
Screenshots: https://imgur.com/a/LuHjoEW
Also, the color and positioning of the tab text is not carried over to Chrome. In Firefox, the text is green and centered; in Chrome it is black and aligned to the left.
Please make the plugin display consistently between these two browsers or let me know if I can fix this on my end somehow.
Thanks
]]>I want to show that content which is written in the box, So it is possible if it remains open from the start
Also after that user is allowed to close it.
]]>It doesn’t look like we can use blocks within the accordion. Is that correct?
Ouch.
]]>I need to edit the text inside the content box, insert images, put text in bold, etc… I think that if I copy and paste the formatted text, it stays formatted, but editing this way it is very uncomfortable.
I’m using Accordion Toggle From WPDeveloper Version 1.1.0 WordPress 5.9.3
Thanks everybody
]]>hi, after last update o get this:
https://ibb.co/FDZJY0m
if i click on install nothing happens.
is use genereate press theme
]]>hi, pls note there are some bugs with the formating in gutenberg editor,
]]>