Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @spherman – That’s a huge code block (and would probably be better shared as a link to a Gist or a Pastebin) and it may also help to see that in context with the rest of the theme code … or at least the section where the menu is being rendered at.

    – Cais.

    PS: This may help for reference regarding the code: http://codex.wordpress.org/Forum_Welcome#Posting_Code

    Thread Starter spherman

    (@spherman)

    ok. Sorry about that here is the gist embedded code.

    <script src=”https://gist.github.com/anonymous/e1200264ec6062d9b820.js”></script&gt;

    Thread Starter spherman

    (@spherman)

    Plugin Contributor photocrati

    (@photocrati)

    @spherman – That appears to be just the above code (CSS with embedded PHP), I was looking for more context as in the entire file that Gist would be found in.

    A link to the site where the issue is happening may be useful … current theme, active plugins, etc. may also be good to know.

    – Cais.

    Thread Starter spherman

    (@spherman)

    The theme is “html blank”

    Here is a link to the gist with the entire header.php.

    https://gist.github.com/anonymous/fd4f4204935669501fcb

    The php code in the css is only for the path of the images. I removed it and it is still an issue.

    With plugins except nextgen shut off the issue still exists. When I turn on nextgen, only the English shows up.

    The site is http://www.kadimah.org/wordpress/.

    It is password protected as it is not live yet. (low security just to keep out prying eyes, not admin password for the site.
    u: kadimah
    p: hamidak

    Thanks for looking into this for me. If you need more info, just let me know.

    Plugin Contributor photocrati

    (@photocrati)

    @spherman – Can you disable the CloudFlare service you are using? This has often caused issues and may be where this problem is stemming from.

    Thanks!

    – Cais.

    Thread Starter spherman

    (@spherman)

    What is cloudflare? I do not think I am using anything like that. I have tried disabling all plugins except for nextgen.

    When I activate nextgen, the problem rears its ugly head.

    Thanks again for taking the time to work with me on this.

    Plugin Contributor photocrati

    (@photocrati)

    @spherman – This screen snippet from your site’s page source shows CloudFlare in use: http://take.ms/NgNAH

    This may only be something used by your theme and/or active plugin(s) but unfortunately almost every time CloudFlare has been implemented on a site (via the WordPress installation or via the server environment) there have been issues when NextGEN Gallery is active.

    – Cais.

    Thread Starter spherman

    (@spherman)

    I did a little more work on it and narrowed it down to one line…. I think…

    This line of code is in the menus. When it is in there, the hebraw works, but the nextgen images do not pop up into a lightbox.

    <script src=”https://code.jquery.com/jquery-1.9.1.min.js”></script&gt;

    When I remove it. The Hebrew in the menus does not work, but the lightbox does.

    You can see how the gallery works here:
    http://kadimah.org/wordpress/2011-2012-pictures

    I can also tell you that it is not the theme as I put the code in the header.php of the twentytwelve theme and I had the same results. That rules out cloudflare.

    Any other thoughts?

    Scott

    Plugin Contributor photocrati

    (@photocrati)

    @spherman – Thanks for the follow-up and deep troubleshooting … and for clearing this of being a CloudFlare issue, too.

    The problem is most likely exactly what you are pointing at, which happens to be an older version of jQuery that would cause issues for NextGEN Gallery as it expects to use the current version (1.11.0) as bundled with WordPress core.

    Is there a reason you require the older version of jQuery?

    – Cais.

    Thread Starter spherman

    (@spherman)

    I don’t know. When I remove that line for the jquery the menus stops working properly.

    Can you tell me if the code that I am using needs to be modified in some way to work with the 1.11.0?

    Tanks for all your assistance.

    Plugin Contributor photocrati

    (@photocrati)

    @spherman – I would go back to the theme author to find out why the menus appear to require the older version of jQuery … and what might need to be changed to use the current version(s) of jQuery that are available.

    – Cais.

    Thread Starter spherman

    (@spherman)

    I wish I could. This is not part of a theme. it is code that I grabbed from another site because my client wanted that Hebrew mouseover feature.

    Plugin Contributor photocrati

    (@photocrati)

    @spherman – I wish there was more I could do for you as far as code validation and refactoring but that is way beyond the scope of support we offer. Perhaps where you copied the code from can help you sort out the issue with it … or you may need to review it in general and refactor it yourself.

    – Cais.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘conflict with menus’ is closed to new replies.