Hi @dynamek,
We have checked our plugin and it is working well. May this kind of issue occurs with the confliction so please deactivate some plugins or change the theme so it will work.
Thank you
Have you checked this on an iPad or iPhone? I have switched to Twenty Twenty One and disabled plugins and still can’t click to edit the title or description
Hi @dynamek,
Please go to plugins > plugin editor select Responsive Accordion And Collapse plugin and go to lib > admin > add-ac-js-footer.php file line number 28 replace the below code with the new code
jQuery('#accordion_panel').sortable({
revert: true,
});
To
jQuery('#accordion_panel').sortable({
revert: true,
handle: ":not(input)",
}).disableSelection();
If it works let us know
Thank you
This appears to have worked for the Title but the Description is still not editable as you can’t click on it.
Hi
If you want to edit the description please click on “Use WYSIWYG Editor” and then edit the description.
If it’s work please let us know.
Thank you