Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Can you share me please your accordion page url?

    Also please share me some screenshot to explain issue with accordion.

    Thanks

    Thread Starter mkealy

    (@mkealy)

    My site is still being developed and password protected, so I can’t share the url. But here is a screenshot of the accordion editor interface: https://s22.postimg.io/3o5dicyfl/accordion_screenshot.png

    Thanks for looking into it!

    Plugin Author wpshopmart

    (@wpshopmart)

    First update plugin with latest version.

    After then follow these steps here to resolve your issue –

    Step-1 : open your plugin directory

    Step-2 : Now open accordion-shortcode-and-widget plugin folder

    Step-3 : Now follow this path lib -> admin -> settings.php

    Step-4 : Open settings.php file on any editor the go to nera line no. 512 and then find below code there –

    jQuery('.ac_tooltip').darkTooltip({
    			opacity:1,
    			gravity:'east',
    			size:'small'
    		});

    Step-5 : Replace given code with this code –

    /* jQuery('.ac_tooltip').darkTooltip({
    			opacity:1,
    			gravity:'east',
    			size:'small'
    		}); */

    Step-6 : Save your file and then check your accordion setting panel.

    Try this procedure and then let me know.

    Thanks

    Thread Starter mkealy

    (@mkealy)

    That worked, thank you so much! Is that something I’ll need to manually comment out after each update?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘accordion image covering options in backend’ is closed to new replies.