Forum Activity for @michael

michael
@michael
02/22/14 08:47:21PM
7,832 posts

search results page for Media Pro Light


Design and Skin Customization

you can change the column widths by giving them a different class name:
* col1
* col2
* col3
.....
* col12

Watch this:

"Understanding base CSS structure in Jamroom 5 Skins"
Understanding base CSS structure in Jamroom 5 Skins
michael
@michael
02/22/14 08:40:26PM
7,832 posts

Event Module > Item Detail > Event Image > Lightbox class?


Design and Skin Customization

It should be available to you in the javascript.

Look for something on the gallery page that initiates it.

Something like:
<script type="text/javascript">
$(document).ready(function(){
$('.lightbox').lightBox();
return true;
});
</script>
michael
@michael
02/22/14 08:27:23PM
7,832 posts

Foxy Cart Issue - Please Help


Jamroom Developers

When you go to:
YOUR-SITE.com/foxycart/webhook

You should see:
Quote: INVALID FOXYCART DATA

If you see nothing, then the module is not installed or not activated.
michael
@michael
02/21/14 11:55:29PM
7,832 posts

Jr Actions


Jamroom Developers

A debugger would let you see were its getting changed. you can 'add to watches' then keep pressing F8 as the code runs and you can see exactly where it changes.

Try seeing if it is set to 'on' in the datastore. it might just be defaulting to "off" because it hasnt been saved. (guess.)
michael
@michael
02/21/14 10:24:58PM
7,832 posts

Stream length


Installation and Configuration

if you provide more details its easier to help.
michael
@michael
02/21/14 10:21:33PM
7,832 posts

jrNova skin - Language function


Design and Skin Customization

it should stay stuck. got a url?
michael
@michael
02/21/14 09:58:04PM
7,832 posts

How to strip jrEmbed tags?


Jamroom Developers

Its not built in by default. maybe an event/listener system that listens for the same stuff jrEmbed does.

Copy what jrEmbed is doing when it replaces it with the media, but replace it with nothing.
michael
@michael
02/21/14 09:50:28PM
7,832 posts

Stop Images From Downloading


Design and Skin Customization

its just misguiding and it takes about 1 sec longer to download the image.

Firefox:
* ctrl+i //page info
* media tab
* select the images you want.
* "save as"
  724