I have been working on a site and have run into an issue in IE where the dropdown does not work as long as I have Caroufredsel running under it...
If you load up the two sites here you can see whats happening:
working in IE7+
http://rjgraphics.com.au/test/amstest
(this is an earlier build prior to putting in caroufred sel)
not working in IE
http://rjgraphics.com.au/test/ams
(the 'products' item should have drop downs)
There seems to be some interference with Caroufredsel and the css which is stopping the menu from dropping down...
How can I resolve the conflict between Caroufredsel and the dropdowns?
I think there might be a jQuery conflict, so to avoid such problems why are you not using twitter bootstrap
Related
Having an issue where my Wordpress dropdown built in the appearance menu section remains open in the primary navigation only on desktop; the mobile menu works as expected.
I'm using Foundation press v.6+. Don't think it's a JS issue since the mobile menu is working and i'm not getting any errors in the console. I have no live site link for an example unfortunately and am just working in localhost.
only active plugin is elementor and default wordpress plugins.
image of what the open drop down looks like
Just trying to find a solution to make the dropdown remain closed until clicked. I have been searching for hours and have found no solutions that work.
Turns out , top-bar-right , really dislikes flex properties. removing my display:inline-flex attribute solved my issue.
I'm having an issue with my drupal install. All the sublinks are appearing expanded and there is no option to collapse them. This is causing issue with modules (especially the admin menu module) which appears like this whenever loaded.
This also happens for nested menu's in modules like Panels and Views, and in core menu's like the module menu itself, which cannot be collapsed. It is also affecting the way editing rows work, because the drag and drop functionality has been disabled and the row weights now have to be input by value.
Problem Solved. The issue is due to the fact my web host only has PHP 5.2.17 installed. Works perfectly on PHP 5.3+
I've recently completed my first custom-built Wordpress website, based on Automattic's Toolbox theme, and am in the process of testing it. I'm having some strange issues with IE 6-8 which I've not experienced before - the entire navigation bar, including the background colour, disappears leaving only the logo. None of the navigation links show up, nor does the button which triggers the menu dropdown on small screen sizes.
The website is http://fpsl.eu , and I'm pretty much stumped. I don't think it's a JS issue since it works fine in Firefox and Chrome without JS. An HTML5 shiv comes preinstalled with Toolbox so I don't think it's a compatibility issue in that respect...but maybe I'm wrong, and I don't know how to check!
(I'm using Browserstack to test and am actually wondering if its rendering is accurate - my portfolio website which I tested extensively a few months ago - www.dearjackalope.com - is now causing Browserstack's IE virtual machine to hang, despite my having made no major changes other than adding content - this is a separate issue I guess, but it makes me unsure as to whether all my sites are breaking at once or if it's just Browserstack being moody!)
I am checking your site(http://fpsl.eu/) in ie7,8 and 9. It's working properly.
1) Fix your markup code errors; they may not be the whole trouble, but fix them first: [Invalid] Markup Validation of fpsl.eu - W3C Markup Validator. Scroll down in the validation report to see line numbers and source code. Start fixing the code errors and revalidate.
2) You need native IE7+ - not Browsershots - to fully test IE. Find a Windows PC to test with and use F12 dev tools in IE to emulate other versions.
3) Forget IE6; it's dead.
I just used DHTML module to achieve accordion behavior with my menus. Anyway it works ok with chrome., safari and opera but in firefox it doesn't. It reloads the page.
Has anyone encountered this problem?
this site is the demo site of DHTML module developer. Test it in firefox to see if it reloads the page instead of expanding the menus in the block
Thank you
I just checked with both firefox and IE its work fine and not loading page over click.. did you verify the DHTML Menu setting under site configuration, uncheck the checkboxes under Menus without DHTML: to make accordions works.
another thing why you using DHTML module for accordion while drupal 7 already have a jquery accordion library by default.
I always have problems with menus when I am logged in as a main admin.
Try logout as I am also not able to replicate your problem.
Cheers,
Vishal
If you have used the ASP.Net menu control on your website and recently updated your browser to IE8, you will probably have noticed your menu no longer renders properly. You may also have noticed this in Firefox as well. The menu will probably look just fine in IE6 & IE7.
So why is the ASP.Net menu being padded with space and why don't the drop downs render in IE8?
First of all let me explain I am not claiming this as my solution but I thought I would post the question and solution here because it took me a while to find it.
After a bit of searching it turns out there are two problems. One is a problem with .Net2.0 on your server and the second to do with the menu control adding some rubbish into your menu.
(1) Down load and update your server with MS hotfix KB969612
HotFix Link
(2) Read up on how Sakyad found the solution of adding this property to your menu control
SkipLinkText=""
Sakyad solution
(3) Happy Rendering!