Forum Activity for @john-bizley

John Bizley
@john-bizley
12/03/14 04:32:35AM
251 posts

My Beta Slate Skin Site So Far


Design and Skin Customization

Ken_Rich:
Cool... I like the shadow effect on the blocks - gives them a nice hint of 3D.

Your buttons are not "dead" either, like most Jamroom tabs. Not fussy on the color choices but at least they "feel" like buttons.

How do those buttons fit in responsive views?

Thanks Ken, yes the colours are not fixed as just playing around with them so they will be changing ;-)
With regards to the responsive view when viewed on a phone for instance Jamrooms code kicks in which switches them to drop down menus so they are not an issue regarding that. I added the code into the profile css so when the screen is smaller Jamrooms mobile css is then used.

By the way here is an image of my Timeline entry box which looks much better than the flat one as standard.


founder-timeline.jpg founder-timeline.jpg - 179KB

updated by @john-bizley: 12/03/14 04:33:04AM
John Bizley
@john-bizley
12/02/14 05:31:04PM
251 posts

Arranging Tabs In Profiles: How Do You ?


Design and Skin Customization

In profiles the tabs for the options like Audio,Blog,Forum etc are arranged in aplhabetical order. Is there a way to arrange them how I would want them rather than this. It is so I can put like all the audio buttons next to one another, video buttons etc.

It would be a nice option to have a re-arrange type of form to easily do this like you have in the YouTube videos where there is a sort option.
updated by @john-bizley: 01/02/15 01:47:34PM
John Bizley
@john-bizley
11/29/14 06:13:46AM
251 posts

Can categories for audio and youtube videos be made ?


Design and Skin Customization

Thankyou Michael for the great information, really appreciate the time taken to add all the details which helps a lot. :-)
John Bizley
@john-bizley
11/28/14 05:21:52PM
251 posts

My Beta Slate Skin Site So Far


Design and Skin Customization

Well bit by bit, day by day a little more gets done and so far it's coming along nicely. Not got into adding the smarty code bits yet as mainly been playing around with all the css. Done lots of little tweaks here and there with my next project going to be the audio player over the weekend to get it looking like a 1940s radio, that's going to be a challenge so will see how it comes out.
Well here is the url to go to if you want to take a look, ignore the main homepage for now as thats going to be having a different background etc and so will some of the other pages to reflect the content on them.

http://1940snetwork.com/founder

John :-)
updated by @john-bizley: 01/06/15 03:52:43PM
John Bizley
@john-bizley
11/28/14 04:46:30PM
251 posts

Can categories for audio and youtube videos be made ?


Design and Skin Customization

Is it possible to be able to create categories for your Audio files and YouTube videos ? The user must select a category for the files to go in when adding them. This will make it easier to view the items on a page, a bit like the forums where we have Newest and My Posts etc.

updated by @john-bizley: 01/03/15 06:13:02AM
John Bizley
@john-bizley
11/28/14 02:19:25PM
251 posts

My YouTube Video Sizing ( Updated 28/11/14 )


Design and Skin Customization

** This was updated because some other elements like the comments entry was also iframed so added the #ytplayer after iframe so it will only target the YouTube player and leave the other iframed items alone ***
John Bizley
@john-bizley
11/27/14 02:40:52PM
251 posts

PHP Upload file size question


Installation and Configuration

Thanks Brian.
I changed the sizes in the php.ini file in the public html but not seeing the changes in the upload choice.
John Bizley
@john-bizley
11/27/14 11:59:00AM
251 posts

PHP Upload file size question


Installation and Configuration

I have read the docs about the max upload size that can be selected is controlled via the host, I am on your recommended host. In the slate skin the max I can select is 128mb but in my php it says max is 512mb but that value is not showing in my max file size selection ?
updated by @john-bizley: 12/29/14 07:58:11AM
John Bizley
@john-bizley
11/27/14 11:32:00AM
251 posts

white board? How do we remove Jamroom logos from our site?


Using Jamroom

@JeffH, Hi Jeff, if your wanting to remove the Jamroon info but leave your network name I removed mine like this which just left my copyright and network name. I added this to the bottom of the code in the footer.css file within the skins css section.

/* Hide the Jamroom details */
#footer_text > span:nth-child(3){display:none}
John Bizley
@john-bizley
11/25/14 03:06:56PM
251 posts

My Resizing of the Profile Image


Design and Skin Customization

For me I found the profile Images quite large so decided to shrink them down a little. You can see them resized in the two profiles by following the links below, one is of my logo and the other is a picture of me on another profile. If you resize your browser you should see the change as we go into smaller screens.

Here are the two profiles links
http://1940snetwork.com/founder

http://1940snetwork.com/john-bizley

I edited one line in the Profiles CSS and added another bit underneath that.

Here is the css I used

/* Edited this line to make the profile image a bit smaller */
.profile_image {
position: relative;width:60%;margin:0px auto;
}

/* And then added this also */
.profile_image .img_scale{ width:100%;box-shadow:4px 6px 8px rgba(0,0,0,0.6);border-radius:6px }

@media only screen and ( min-width:481px ) and (max-width:767px){ .profile_image{ width:45%!important; margin:0px auto;text-align:center }}
Profile-Image-normal-screen.jpg Profile-Image-normal-screen.jpg - 34KB

updated by @john-bizley: 01/08/15 12:00:16AM
  22