• zambala

    (@zambala)


    Please Help!
    I can not open Screen Options, and it is crucial this time, I have to open them somehow!

    to note: I know, the first thing you will tell me – check if there is not conflict with any plugin! – There IS CONFLICT with plugin! Yes.
    But I need this plugin AND Screen Options, or I have to uninstall WordPress – this plugin and screen options is the only reason why I have installed them both.

    Please help!
    (I have had 7 questions on this forum and no reply to any whatever ?? /

    [No bumping. If it’s that urgent, consider hiring someone.]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Without knowing what plugin you’re using that is causing the conflict, no one is going to be able to help you because we can’t reproduce the problem for ourselves. If you want help, you have to provide people with the information necessary to examine the issue.

    If you know for certain that there is a conflict with a specific plugin, your best option may actually be to contact the author of the plugin and report the bug so they can fix it and put a new release out.

    Thread Starter zambala

    (@zambala)

    Plugin is too heavy , I think, that’s why, author has made a great plugin, but it’s weight is 14 mb in zip and 24mb without zip, and I think that somehow restricts all these….

    But I need some way to still open Screen Options….

    yes, I wrote the author, he said, give me access and I will resolve it, but I’m asking you….

    esmi

    (@esmi)

    The only advice we can give is that you deactivate and/or delete that plugin.

    Thread Starter zambala

    (@zambala)

    nooo, everything is build around this plugin, this is the core of all project….

    Thread Starter zambala

    (@zambala)

    p.s. this is for travel/hotel booking/search – without this plugin/ function I can’t imagine booking site without booking engine

    esmi

    (@esmi)

    Then I am very sorry but we cannot help. ??

    I doubt that the size of the plugin has anything to do with it. In all likelihood, it’s running some javascript that conflicts with the javascript that opens the Screen Options panel.

    But like I said… without knowing what plugin you’re using and looking at its code, there’s no way we can track down said conflict and offer you a solution.

    If you’re desperate, you could use the FireFox browser with FireBug installed, and try manually setting the css properties for the Screen Options panel any time you need to display them.

    You would need to change <div id="screen-meta" class="metabox-prefs"> to <div id="screen-meta" class="metabox-prefs" style="display: block;"> and change <div id="screen-options-wrap" class="hidden"> to <div id="screen-options-wrap" class="hidden" style="display: block;">

    It’s not exactly a fix, and you would have to do it every time you needed to view the panel… but if you’re desperate, it should work (assuming the conflict is *only* affecting the display of the panel and not it’s actual functionality).

    Thread Starter zambala

    (@zambala)

    ok, I’ll try….

    Thread Starter zambala

    (@zambala)

    jQuery(“#tabs”).tabs is not a function
    https://cheaphostelin.com/reservation/wp-admin/nav-menus.php#screen-options
    Line 278

    I installed FireBug and playing around….This is what it tells, what I can understand from it?

    That’s usually a classic sign of a javascript conflict. If the problem goes away when you deactivate the plugin, then the conflict is between the plugin’s javascript and WordPress core’s javascript.

    At this point, I think the only option you have is to ask the plugin author to fix his code so that it is compatible with WordPress core.

    Thread Starter zambala

    (@zambala)

    278. jQuery( “#tabs” ).tabs();

    yeah, this is the line FireBugs tells is problem ??

    well I am using gravity form & mural theme and am having the javascript issue. i am not able to open screen options or toggle any fields on edit pages. “edit#screen-options-wrap” any thoughts on how to resolve it?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘How to force Screen Options to open?’ is closed to new replies.