Forum Activity for @paul

paul
@paul
06/23/18 06:22:53PM
4,335 posts

Which Template would I change & code


Design and Skin Customization

In the reviews.tpl template you need to change lines 4 and 5 from 'jrVideo' to 'jrYouTube', and 'video' to 'youtube'.

Then in the reviews_row.tpl lines 7-10 make similar changes to occurances of 'jrVideo' and 'video'.

Save and enable the modified templates, clear caches and you should be good to go.
hth
paul
@paul
06/22/18 08:04:33PM
4,335 posts

New Issue With Video


Installation and Configuration

WhoIs thinks your server is LiteSpeed as well - http://whois.domaintools.com/justcountry.co.uk

There are 580 other domains hosted on your server - http://viewdns.info/reverseip/?host=justcountry.co.uk&t=1. That could seriously affect you site's performance, particularly wrt video conversions which are very server intensive.
paul
@paul
06/22/18 05:01:21PM
4,335 posts

When is Jamroom Radio coming back ?


Using Jamroom

Use the playlist module to create a radio station.
paul
@paul
06/20/18 03:49:26AM
4,335 posts

New Issue With Video


Installation and Configuration

But that doesn't eliminate it as a faulty file.
Do you have another video file of about that size?
paul
@paul
06/20/18 03:02:08AM
4,335 posts

New Issue With Video


Installation and Configuration

Can you try uploading an alternative video file of similar size and see if that converts? If might be something to do with that specific file.
paul
@paul
06/19/18 03:51:06AM
4,335 posts

Ordering audio album list by most plays


Design and Skin Customization

Don’t think this can be done ‘out of the box’.
You’ll need a custom module to periodically summate all the album item streams and store it against the album items as key ‘audio_total_album_streams_count’ (say) then order by that field.
Hth
paul
@paul
06/18/18 05:12:58AM
4,335 posts

[AudioPro] On Sale Now thumbnail too big


Design and Skin Customization

The easiest way would be to locate the template where that image is displayed then add the following condition to the call -

{if jrCore_is_mobile_device()}
    // Show the image call with a smaller width specified
{else}
    // Show the default image size
{/if}

Let me know the URL of where you are seeing this and I'll let you know which template to edit.
hth
paul
@paul
06/18/18 02:29:48AM
4,335 posts

Profile Menu on Elastic2 Error


Design and Skin Customization

Does 'John's Electric' have any uploaded items? If not, menu buttons will not show to non logged in users.
paul
@paul
06/18/18 02:25:50AM
4,335 posts

FollowMe Calendar Year Selection


Using Jamroom

This is working OK for me using Elastic2 and the default templates - http://pseudositecom.jamroomhosting.com/admin/event/calendar/month=1/year=2019
What skin are you using?
paul
@paul
06/15/18 08:25:00AM
4,335 posts

Skin Templates


Design and Skin Customization

No, being in developer mode will not rebase automatically.
  94