Forum Activity for @dazed

Dazed
@dazed
01/16/17 10:46:29AM
1,022 posts

Custom Modal Help


Design and Skin Customization

Thanks Brian. Was there in change in JR6? This was working in JR5.

ok that leaves me trying to figure out the other step mentioned by Michael. Any suggestions would be appreciated lol
Dazed
@dazed
01/16/17 07:06:00AM
1,022 posts

Audio Pro - Couple of Questions


Using Jamroom

Index build just completed. Just tried search button on the index page in chrome and no go.
Dazed
@dazed
01/16/17 07:05:02AM
1,022 posts

Audio Pro - Couple of Questions


Using Jamroom

Yeah I kicked off the index rebuild and it is in progress.

I was thinking google analytics was it but let me look. I know jr has a secondary verification process but last I looked I was not using it.
Dazed
@dazed
01/16/17 06:53:47AM
1,022 posts

Audio Pro - Couple of Questions


Using Jamroom

1. Updated the search module and I am still having trouble. I can click the search button and nothing displays. The screen just shades darker. Could be related to #2.

2. Anyone know what this is from? These are appearing in dev tools. I thought possibly from Google Analytics but I removed that and this is still displayed.

Uncaught TypeError: Cannot read property '1' of null
    at g (verifyc.js:42)
    at verifyc.js:42
visit.js:48 Uncaught TypeError: Cannot read property '1' of null
    at g (https://tps30.doubleverify.com/visit.js?ctx=2809196&cmp=744087&ipos=&sid=45…rver=55&bridua=3&tstype=128&jsCallback=dvCallback_1484578422084873:48:4034)
    at https://tps30.doubleverify.com/visit.js?ctx=2809196&cmp=744087&ipos=&sid=45…rver=55&bridua=3&tstype=128&jsCallback=dvCallback_1484578422084873:48:3928


updated by @dazed: 04/22/17 03:41:19PM
Dazed
@dazed
01/16/17 04:16:12AM
1,022 posts

Custom Modal Help


Design and Skin Customization

It does not have to be the editor here. How about the basic comment box? How could I call that instead?
Dazed
@dazed
01/15/17 07:20:47PM
1,022 posts

How to change size of cover photo used on profiles ?


Design and Skin Customization

Not sure what you are trying to accomplish 100% but look at profile.css. Look at profile_header.
Dazed
@dazed
01/15/17 02:33:09PM
1,022 posts

Custom Modal Help


Design and Skin Customization

Having an issue on some code and could use some help.

I am working on redoing some code I had on my old site that allowed reviews from music and chart rows.
https://www.mixposure.com/music/by_newest - click the pen and it pops a modal that shows reviews and a comment box. The comment box is not always working (cursor does not appear in box) and at times the comment box shrinks so no text can be added. I am beginning to think it works on the first one clicked and subsequent clicks fail.

In firefox I see in dev tools: Error: Permission denied to access property "toString" and TypeError: y is undefined coming from tinymce.

I am also seeing dual scroll bars at times (prev comments) but I can figure that out in the css eventually.

Is tinymce automatically initialized or do I need a call on the modal for that?

Ideas?

					 <a onclick="MixAP_modal('#{$item._item_id}')" title="Reviews For {$item.audio_title}">{jrCore_icon icon="pen"}</a>
					  
					    <div class="modal" id="{$item._item_id}" style="display: none">
                        <div style="padding: 1em 1em 0">
                             <h2>Reviews For {$item.audio_title}</h2>
                            <div style="float: right;">
                                {jrCore_icon icon="close" size="22" class='simplemodal-close'}
                            </div>
                        </div>
                        <div class="wrap">
                            <div style="max-height: 400px; overflow: auto">
                                {jrComment_form module="jrAudio" profile_id=$item._profile_id item_id=$item._item_id}
                            </div>
                        </div>
                    </div>

updated by @dazed: 04/18/17 04:49:30PM
Dazed
@dazed
01/15/17 09:50:28AM
1,022 posts

Do Jamroom sites use cookies?


Using Jamroom

All that extra work we did going to waste. That almost never happens in the IT world :)
Dazed
@dazed
01/14/17 12:33:53PM
1,022 posts

Audio Pro Footer


Using Jamroom

works for me
Dazed
@dazed
01/14/17 12:13:25PM
1,022 posts

Audio Pro Footer


Using Jamroom

ok thanks for clarifying Nate.
  23