• Resolved mfrie01

    (@mfrie01)


    I installed this plugin, and it seemed as though it would be perfect. When I tried to use it on the Appearance/Widgets page it said my browser didn’t allow drag and drop because it was outdated, and I should update it. I tried using it with the latest releases (as of 7/2/2013) of Chrome and Firefox. I couldn’t get the widget placed in the custom sidebar – everything kept jumping around.

    https://www.ads-software.com/extend/plugins/custom-sidebars/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Have you renamed your “wp-content”-folder?

    Thread Starter mfrie01

    (@mfrie01)

    Yes, the wp-content folder was renamed. I see “wp-content/plugins/” is hard-coded in customsidebars.php. The plugins_url() function should be used instead.

    Jack K

    (@jack-kitterhing)

    Hi there @mfrie01

    I hope your well today, sorry about the delay here.

    This is most likely down to the renaming of the wp-content folder, I see that it is hard-coded and I’ll get that looked into ??

    Thanks!

    Kind Regards
    Jack.

    I also changed my wp-content directory location and am having this issue. The widget page is completely unusable like this – everything keeps jumping around. This is a super simple fix, any idea when you’ll have an update ?

    For anyone looking to fix this, you need to edit the ‘customsidebars.php’, line 448.

    Replace

    wp_enqueue_style('cs_style', "/wp-content/plugins/$dir/cs_style.css

    with

    wp_enqueue_style( 'cs_style', plugins_url( 'cs_style.css', __FILE__ ) );

    Jack K

    (@jack-kitterhing)

    Hi there @nddery,

    Thanks for the update and sorry that this hasn’t been updated yet.

    We’ll get this update, so it’s not hard coded paths ??

    Thanks for your patience here.

    Kind Regards
    Jack.

    Jack K

    (@jack-kitterhing)

    Hey all,

    Just wanted to let you know, we’ve fixed this in the latest version, thanks for your patience and thanks for letting us know! ??

    Kind Regards
    Jack.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Says my browser is outdated – Unusable’ is closed to new replies.