Forum Activity for @douglas

douglas
@douglas
10/28/15 10:22:00AM
2,812 posts

Nova skin showing different sized images problem


Installation and Configuration

That is due to the way the jrCore_module_function is setup in your skins/jrNova/index_artists_row.tpl. You can make the images a max-width and max-height by changing this:

{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$row._profile_id size="medium" crop="auto" alt=$row.profile_name title=$row.profile_name class="iloutline img_shadow"}

to this:

{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$row._profile_id size="medium" crop="auto" alt=$row.profile_name title=$row.profile_name class="iloutline img_shadow" style="max-width:196px;max-height:196px;"}
douglas
@douglas
10/27/15 11:58:31AM
2,812 posts

How To Modify jrEvent


Design and Skin Customization

If your the profile owner you'll see the past events even with the past events check box unchecked.
douglas
@douglas
10/27/15 09:39:42AM
2,812 posts

How To Modify jrEvent


Design and Skin Customization

I'm not aware of a way to set the date to "TBA" since the date is a required field in order to create an event.

You can stop showing past events by unchecking the "Show Past Events" check box in your ACP > Profiles > Profile Events > Global Config section.
douglas
@douglas
10/25/15 09:11:11AM
2,812 posts

Reports of Search not working and failure to navigate site


Using Jamroom

The search link on the main menu is setup to search all modules, so you should be getting results.

Can you let us know what search term is being used so we can test it?

Thanks!
douglas
@douglas
10/24/15 05:58:25AM
2,812 posts

Post a new Activity Update: issue


Design and Skin Customization

I'll have this fixed for the next skin release.

You can fix this yourself by modifying your skins/jrNova/css/action.css and change this:

#action_networks {
    position:relative;
    float:right;
    font-size:12px;
    right:0;
    bottom:24px;
    font-style:italic;
}

to this:

#action_networks {
    position:relative;
    float:right;
    font-size:12px;
    right:0;
    bottom:0;
    font-style:italic;
}
douglas
@douglas
10/23/15 06:48:04AM
2,812 posts

Question On PhotoPro Skin


Design and Skin Customization

Try upping the index number in your skins/jrPhotoPro/css/meganizr.css file.

.meganizr > li.mzr-drop:hover > a,
.meganizr > li.mzr-drop > a.mzr-click { z-index: 650; }
douglas
@douglas
10/22/15 02:44:23AM
2,812 posts

Flashback Ads Problem


Design and Skin Customization

Can you email us your site URL and admin login so we can check your template code?

support[at]jamroom[dot]net

I'm not seeing an issue on my test site... I just turned on the Google Ads, added my ID and it immediately started showing ads.

Thanks!
douglas
@douglas
10/21/15 08:23:52AM
2,812 posts

Flashback Ads Problem


Design and Skin Customization

It sometimes takes a while for Google Ads to start showing right after activating them. Give it some time and see if they start showing.
  131