Forum Activity for @boplive

boplive
@boplive
07/03/17 04:24:04PM
345 posts

Any updates for the timeline of Follow me skin


Design and Skin Customization

Hi guys,

Before i go making a few changes here or there for the followme skin timeline etc..any chance there will be an update any time soon before or after the latest 6.1 core come out of beta
updated by @boplive: 10/08/17 07:20:50PM
boplive
@boplive
05/31/17 10:32:52AM
345 posts

Playlist popup/lightbox window


Design and Skin Customization

I have it working on the videopro,audiopro,iskin


You can also see if info from below link maY work

https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/13248/simple-modal-css
updated by @boplive: 05/31/17 10:43:13AM
boplive
@boplive
05/30/17 11:13:21AM
345 posts

Playlist popup/lightbox window


Design and Skin Customization

i have my modal like this below and it opens in the center for me.
There could be another better way... but below works for me
i wrap it in a

div class = "container"

div class = "col2"
div class =" block" /div
/div

div class = "col8"
*** your info****
/div

div class = "col2"
div class = "block" /div
/div


/div





updated by @boplive: 05/30/17 11:32:37AM
boplive
@boplive
05/24/17 05:04:59AM
345 posts

Change color of menu icon


Design and Skin Customization

Thanks everyone :)

I was able to make the changes i needed.

Your input on where to go and do helped alot.

Sometimes its just the small things that makes things right :)
boplive
@boplive
05/18/17 05:19:21PM
345 posts

Change color of menu icon


Design and Skin Customization

Hola @strumelia ill give that a shot and see what happens..and will let you know

Thank you :)
boplive
@boplive
05/17/17 06:09:42PM
345 posts

Change color of menu icon


Design and Skin Customization

i'll get the whole code and I'll list it here...brb :)

now this code below is what I think is bringing the white color of the meu button

and when you go to my test site.. www.spied.me

i change my header from a #333333 background color to a #ffffff background color

you can see that I put a blue background around the white menu button to show cause with a white background the menu button dissappears

li#menu_buttons > a {
background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center;
height: 22px;
width: 22px;
display: block;
}
updated by @boplive: 05/17/17 06:59:38PM
boplive
@boplive
05/17/17 05:51:07PM
345 posts

Change color of menu icon


Design and Skin Customization

ooops ...sorry michael,,it's not the icon... its the button..
i should had mentioned the menu button in the header.

class="mobile" id="menu_button"
and i believe i found the code in the menu .css

li#menu_button > a {
background: transparent url("data...blah..blah...blah ..jibberish

so from this code above... how do i change the color?????
updated by @boplive: 05/17/17 05:56:05PM
boplive
@boplive
05/17/17 04:39:50PM
345 posts

Change color of menu icon


Design and Skin Customization

How can i go about changing the menu button in the skins header from its standard white to a different color in any skin..i found the icode in the menu.css but its jibberish to me...;)...not your standard css code
updated by @boplive: 08/22/17 04:21:04PM
boplive
@boplive
03/09/17 12:57:08PM
345 posts

Adding another folder in skin directory


Design and Skin Customization

Hi there Michael,

Yup..i do have it cloned..
I'm going to give the include a try.. :)

Will keep you updated
Thanks

Ed
boplive
@boplive
03/09/17 10:23:06AM
345 posts

Adding another folder in skin directory


Design and Skin Customization


Hi guys,

I hope the week has been going well:)

I been creating my own custom tpl files in the skins directory...(example AudioPro)

What if I now want to make a folder (like the css, js folder, etc) in that skin directory ..call it "Custom" and move all the custom tpls files from the skin's directory into that folder...

I'm thinking if I ever want to try any of my custom layout in a different skin..it will be much easier to upload the folders with files..and add a few lines here and there..than upload many files and adjust it all to make it work..hope I made sense :)

Is this something I have to now add some info to the include.cfg file

I tried this code below and nothing happened..or is there a different place to make that folder with the files work in the directory
    // Register our Custom files with the core
    jrCore_register_module_feature('jrCore', 'custom', 'jrAudioPro', 'otherevent.tpl');

updated by @boplive: 06/16/17 07:39:37AM
  8