magento dropdown on frontend can't be selected - magento

I suddenly realised that my Magento select boxes on the frontend can't be selected. When I click on the specific option it freezes like there's something preventing the default action of selecting the option and the options remain expanded. I have no ideas what to do. Tried to inspect it with Firebug and see if there are any errors but it shows none. very very nasty issue and can't find any answer googling about it - magento 1.9.1 is my version.

THe problem was only in Firefox and not in other browsers so hopefully it will be resolved in next version.

Related

How to make Firebug group computed styles?

Firebug used to to display styles in the Computed panel like this, with computed styles grouped:
But for some reason it now displays computed styles like this:
The only grouping available is "Other" which appears to contain every CSS style. How do I make CSS styles group together?
I am using Firefox 46 with Firebug 2.0.16. The change began seemingly out of nowhere, I did not adjust any settings.
I have tried toggling every option in the dropdown menu. The value of the computedStylesDisplay setting is grouped (default value). I tried switching to alphabetical and then back to grouped but it changed nothing.
This is obviously a bug in Firebug in combination with Firefox 46.0. In Firefox 45.0.x it was still working fine.
I've filed a bug for that in Firebug's issue tracker and already fixed it. I have also created a build with that fix. Now it's up to the Firebug team to make a proper new release.
Note that the Firebug team is already working on Firebug 3, which integrates into the Firefox DevTools. Those tools don't have the grouping yet, but it's already requested in bug 977128.
Update:
Firebug 2.0.17 got released, which includes the aforementioned fix.
Update:
Firebug is officially discontinued, i.e. its maintenance has stopped in favor of pushing the development of the Firefox DevTools.
I've run into the same issue. It doesn't exactly solve the problem but what I've found helps at least a little is to click Options -> Show Quick Info Box. Gives a list of current applied styles to the element you're hovered over in the HTML console but unfortunately doesn't provide the original CSS reference line.

Joomla! 3.4 Menus not appearing

New Joomla! user here, for some reason when I set the menu assignment for a menu module to be seen on all pages, I can see it on every page of my site, but when I try change the assignment to where the menu only shows up on certain pages it disappears completely. This is rather confusing as no matter which pages I check on the assignment page the menu isn't displayed unless all of the boxes are checked.
EDIT:
This seems to be the case after a login redirect, How would I tell joomla to display a menu after a user logs in? to give more context the menu is displayed on: http://localhost/sitename/index.php/welcome but not on the redirect page: http://localhost/sitename/index.php?id=3
I think the discrepancy in the urls is what is throwing joomla off
I resolved my issue by updating (issue with SEF enabled in 3.4.x):
libraries/cms/application/site.php
if ($router->getMode() == JROUTER_MODE_SEF){
//$document->setBase(htmlspecialchars(JUri::current()));
}
This is clearing out the query string, after upgrade you'll need if not fixed to do this again.
I've found this issue in 3.4 upto 3.4.4 today.
This problem was solved by using the redirect manager, I just redirected the strange urls to my desired pages that display my desired menus.

Magento showing different product quantities on different pages

We have a Magento site running on version 1.7.0 on the Argento theme that seems to be having intermittent issues with products not appearing. This appears to happen on certain pages and not others.
For example, if you add a product from the homepage or single category pages, it will show immediately as being part of the cart (note, Argento uses AjaxPro for the cart). However, once you navigate to another page, say "My Cart" or "Checkout" the total will show as zero. Doing a hard-refresh on the browser will update the total.
Additionally, if you open the Chrome Dev tools, navigate to "Network" and then check "disable cache" everything runs perfectly.
Things we have tried to resolve this:
Flushing/Clearing/Disabling the Magento cache. Seems to make things slightly better but doesn't clear up the issue.
x-cache-control meta tag. Same as above, issue seems to be less frequent but still definitely appearing.
Turn off AjaxPro. Our initial belief was that this plugin was causing issues, but turning it off has no effect.
Re-Index. Has no effect.
Added $.ajaxSetup({"cache" : false}) at the top of our scripts. This also has no effect.
Any advice or tips on where to look next would be appreciated.
It turns out that our hosting provider had set up the installation with the sessions stored in memcache. We switched this over to file storage in our local.xml and it fixed the issue.

Joomla 3.3.1 - Can't edit and create new menus in Menu Manager

I would like to add two new menus to my website, but when I create, or even edit a menu and click Save, Save & Close and Save & New nothing happens.
With Firebug I get
ReferenceError: Hash is not defined
What should I do?
There's a thread here where people have the same problem, and it suggests just clearing your browser's cache fixes it.
http://forum.joomla.org/viewtopic.php?f=706&t=844728&p=3171823#p3171823
That would make sense if you have recently upgraded it and Joomla have updated a javascript file from the previous version.
If not, might be worth seeing if it works in other browsers, to see if it is a Joomla or a similar browser issue.
Failing that, re-install the latest version to make sure you haven't overridden any core files.

Magento product not saving

I have come across very different kind of problem. Suddenly in Magento products uploaded not updating anymore.
In detail, when we open products to update and click save button, nothing happens. It started happening suddenly, everything was working fine before.
Please help, its a big problem. I dont know what to do and which files to check.
May be you missed some mandatory field to fill. Check every tab if you have any error asking to fill the fields.
Or, there will be some javascript errors. Check if any JS errors are there, and post it here.
I found where it was gone wrong.
in js/prototype/validation.js
This file used by admin product option validation, which I have changed and didn't realize to check for admin validations.
Small change like this solved the problem.
if(!admin){
// put your code for front-end validation
}
Thanks to all.
I came here after having the same problem. "Save" suddenly stopped working on the product page. The only thing I had done was update prototype.js from 1.7 to 1.7.1 to support fade() in IE10 b/c I have a custom fade on thumbnails.
Well prototype.js 1.7.1 responds with TypeError: value.gsub is not a function when you click save.
Had to revert back because I dont know how to fix it.
if magento is configured to work with elasticsearch and elasticsearch is unreachable it also results in this error

Resources