Tagged Questions
0
votes
0answers
10 views
Trying to fix magento color swatches extension
I'm not the best dev, just been learning about a year now and I've really hit a brick wall with this one.
So here's my demo
...
7
votes
2answers
4k views
NivoSlider not working smoothly on magento
I'm trying to implement nivoslider on my magento installation. I just copy paste what's in the downloaded demo package (which I've tested out on my firefox and run very smooth) to the magento. I did ...
0
votes
1answer
190 views
Displaying associated product's image on configurable product in magento
I have used this tutorial to achieve this. but when I change the option I'm having this error:
Uncaught TypeError: Cannot set property 'src' of null configurable.js:159
...
0
votes
1answer
25 views
Prevent Magento from editing content code?
I'm still fairly new to the magento CMS. I'm in the process of building some product pages for the company I'm working for, and when I add several lines of html code for a jquery plugin I installed ...
1
vote
0answers
34 views
this.toPaddedString is not a function prototype
I get this error when using jQuery and prototype together. I wrote custom javascript for a shipping calculation module in magento and am unable to solve this error in firebug console. Anyone who knows ...
-1
votes
2answers
57 views
magento prototype issue [closed]
I am not a Magento developer but I was asked to fix an issue with a Magento site. I don't know what I'm doing with Magento, so I was hoping someone here could point me in the right direction.
The ...
-1
votes
2answers
46 views
Jquery ajax call ID value something not right [closed]
The following function makes an ajax call but I am having several issues with it. First off, do I even need to do an ajax call? The only PHP value is the $product_id. The application makes a prior ...
1
vote
2answers
65 views
jquery resize div height relative to document height
I am trying to dynamically resize a div using jquery so that it adjusts to the height of the visitor's viewport within Magento.
var $j = jQuery.noConflict();
$j(window).load(function() {
...
2
votes
3answers
5k views
jquery/prototype conflicts in Magento
This is a Magento store based on the Acumen theme from Themeforest.
Seemingly out of the blue, jquery stuff is now not working. Acumen has jquery loading through a magento static block and none of ...
3
votes
1answer
54 views
what to do when more than one Magento extensions include Jquery library
I read the guide of how to properly include jquery to magento by
include the library
include no conflict script
go to $ of jquery call and change it to Jquery
That's very easy with one extension. ...
1
vote
1answer
54 views
Twitter-Bootstrap popover triggers only once (Magento)
A bit of a mystery. I have a static page (CMS Page in Magento-parlor) that includes bootstrap-tooltip and bootstrap-popover. They seem to load/work fine since I can see a popover trigger once... But ...
1
vote
0answers
820 views
Chosen Validation in Magento
I'm using the Chosen jQuery/Prototype plugin to replace select fields within Magento. Magento already has a validation system, written in prototype, in place. Unfortunately, the two do not play nice. ...
0
votes
0answers
59 views
Adding to the cart with a jquery ajax call in magento
I am Price calculater in product description page. This page contains multi options for each product.
My site URL Link
This is my java script function for validation before form submission.
...
1
vote
1answer
98 views
Magento/jQuery - Get input value AFTER user clicks
I'm using Magento 1.7.0.2 and jQuery 1.9.1 with jGrowl. What im trying to achieve is to get the quantity value of the user, and then displaying it as a jGrowl notification on the top right. jGrowl is ...
0
votes
2answers
62 views
jQuery/Magento - Getting selected div ID and display custom value
What im trying to do is use jQuery to get the ID/CLASS of a selected image that each have their own unique class (i.e image-1, image-2, etc etc) and having jQuery display a custom value that I tell it ...