Forum Activity for @michael

michael
@michael
03/29/18 04:27:53PM
7,823 posts

Setting cross origin on images using jrImage_display


Using Jamroom

Pretty sure thats what you want. Its in jrImage 2.0.9 which is in the marketplace now. Update and you can use like this:
{jrCore_module_function function="jrImage_display" module="jrSeminar" type='seminar_image' item_id=201 size="medium" class="img_scale" alt="seminar poster" crop="16:10" crossorigin="allowed"}
michael
@michael
03/29/18 04:21:15PM
7,823 posts

Setting cross origin on images using jrImage_display


Using Jamroom

could you confirm this looks correct please. If yes, it will be in the next version of jrImage.
origin.jpg origin.jpg - 70KB

updated by @michael: 03/29/18 04:21:28PM
michael
@michael
03/29/18 04:16:08PM
7,823 posts

Setting cross origin on images using jrImage_display


Using Jamroom

Its possible right now to add in the crossorigin="anonymous" via a listener on the 'img_src' event.

Looks like as a param is not supported at the moment. May be easy to add though, still looking.
event.jpg event.jpg - 226KB
michael
@michael
03/29/18 04:08:32PM
7,823 posts

Setting cross origin on images using jrImage_display


Using Jamroom

weird. The only thing that occurs to me right now is the jrCore_module_function function infront of it. That one just checks to see if that function exists before calling it. But the jrImage_display function should always be available.

So the guess is that jrCore_module_function is running before the jrImage_display has been included so its not firing first time.

I'll have a play around and report back.
michael
@michael
03/29/18 03:29:35PM
7,823 posts

Setting cross origin on images using jrImage_display


Using Jamroom

all jrCore_image does is construct the url into a
<img src=........>
structure.

If you're making the src url
 {jrCore_module_url module="jrEvent" assign="murl"}
{$jamroom_url}/{$murl}/image/event_image/{$params['item']['_item_id']}/original/poster.jpg
then its the same URL as would be output by the jrImage_display function.

Tweak as necessary.

If it NEEDS to be addable in via a param im sure it could become an option.
michael
@michael
03/27/18 01:51:48PM
7,823 posts

Live Sites with GoogleMaps module?


Using Jamroom

great looking site Paul.

Here's another one:
https://aikidotravel.com/seminar/56/aikido-masters-around-the-world

The maps Form Field is used to add the location of the event, then events are plotted on the time map from the Genosis package.

Also the events can be shown as distance from the user. eg "show me events within 2000km of where I am"
https://aikidotravel.com/seminar/near/2000
michael
@michael
03/26/18 06:28:33PM
7,823 posts

Celebrity Skin Biography


Design and Skin Customization

You have total control over your site. If its not wide enough, the issue is probably CSS. Adjusting something in your skins CSS files found at:

/skins/YOUR SKIN/css/(any of the files in here).css

will effect how your site looks.
michael
@michael
03/25/18 06:53:29PM
7,823 posts

Site Builder Menu Not Showing


Jamroom Developers

nothing comes to mind. I just checked it here and do see the site builder button and am able to override the /group page with a site builder page.

First thing to try is always run the integrity check and clear the caches.
michael
@michael
03/25/18 06:50:29PM
7,823 posts

Jamroom Sites Slow on Dedicated Server


Proxima

"internal server error" means "there is something wrong with your server"

What is wrong will be in the servers error logs.
michael
@michael
03/25/18 01:31:41PM
7,823 posts

Problems Installing



is the name of your site jambox135 or jambox.135 ?? Wondering if that has any relation to the issue. I always used to use .dev until google grrrrrrrr....... forced it to https so now I can't use it even locally grrrrrr....... so now I use .test for my testing domains.
  138