• Resolved dynamek

    (@dynamek)


    There seems to be a problem editing the FAQs when using iOS – have tried iPhone and iPad and you can not click into the edit boxes.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

    Thread Starter dynamek

    (@dynamek)

    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

    Thread Starter dynamek

    (@dynamek)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘iOS editing’ is closed to new replies.