Forum Activity for @nate

nate
@nate
08/14/16 12:30:39PM
917 posts

ISkin4 Lightbox - video support


Design and Skin Customization

A better way to do is like this

function myModal(id) {
      $(id).modal();
}

then in the template
onclick="myModal('#youtube_{$item._item_id}')"

updated by @nate: 08/14/16 12:31:16PM
nate
@nate
08/14/16 12:26:01PM
917 posts

ISkin4 Lightbox - video support


Design and Skin Customization

function atYoutube_modal() {ldelim}
    
	$('#youtube_{$item._item_id}').modal({ldelim}

        onOpen: function (dialog) {ldelim}
            dialog.overlay.fadeIn('fast', function () {ldelim}
                dialog.container.slideDown('fast', function () {ldelim}
                    dialog.data.fadeIn('fast', function () {ldelim}
					    
					{rdelim});	
                {rdelim});
            {rdelim});
        {rdelim},
        onClose: function (dialog) {ldelim}
            dialog.data.fadeOut('fast', function () {ldelim}
                dialog.container.hide('fast', function () {ldelim}
                    dialog.overlay.fadeOut('fast', function () {ldelim}
                        
						$.modal.close();
                   {rdelim });
                {rdelim});
            {rdelim});
        {rdelim},
        overlayClose:true
    {rdelim});
{rdelim}
nate
@nate
08/14/16 11:08:07AM
917 posts

ISkin4 Lightbox - video support


Design and Skin Customization

Post the whole code snippet that's inside the template. I mean the js code.

Never post half. It makes it harder to help u.
nate
@nate
08/14/16 10:09:33AM
917 posts

ISkin4 Lightbox - video support


Design and Skin Customization

You probably need to use {ldelim} and {rdelim}
nate
@nate
08/14/16 09:57:08AM
917 posts

ISkin4 Lightbox - video support


Design and Skin Customization

use an underscore instead of a dash.
nate
@nate
08/14/16 09:21:45AM
917 posts

ISkin4 Lightbox - video support


Design and Skin Customization

$('#myModal-{$item._item_id}')
nate
@nate
08/13/16 09:56:16AM
917 posts

ISkin4 Lightbox - video support


Design and Skin Customization

Modal is much easier, too.
nate
@nate
08/12/16 04:17:48PM
917 posts

Different Skin for mobile site version


Design and Skin Customization

Interesting question. I don't think it's possible, currently. I'll look into it tho.
nate
@nate
08/12/16 10:47:46AM
917 posts

ISkin4 Lightbox - video support


Design and Skin Customization

You can try creating a template and then do this

<a href="{$jamroom_url}/new_template/video_id={$item._item_id}" data-lightbox="video_{$item.video_title_url}" title="video_{$item.video_title}">

Your template will need to use $_post variables.
updated by @nate: 08/12/16 10:48:38AM
nate
@nate
08/12/16 05:19:00AM
917 posts

Profile Header Image celebrity skin?


Design and Skin Customization

For now, it requires a form_designer field. That will change in the future. Call it profile_header_image, make it a type image and set quotas.
updated by @nate: 08/12/16 05:19:33AM
  43