Forum Activity for @nate

nate
@nate
01/24/17 01:35:38PM
917 posts



It should be free to you tho, since you are hosted.
nate
@nate
01/24/17 11:00:11AM
917 posts

Elastic 2 Skin and Media Cards


Design and Skin Customization

No. Elastic is an open source, free skin. It comes with the basics.
nate
@nate
01/22/17 02:31:44PM
917 posts

tabbed widget has a strange line through it?


Design and Skin Customization

The CSS has been added to Audio Pro for the next release.
nate
@nate
01/21/17 06:42:25AM
917 posts

Audio Pro - New Chart Bug


Using Jamroom

This is fixed.
nate
@nate
01/20/17 12:23:02PM
917 posts

Audio Pro Playlist


Using Jamroom

This is fixed for the next release.
nate
@nate
01/20/17 10:03:54AM
917 posts

tabbed widget has a strange line through it?


Design and Skin Customization

Actually this is a better fix.


.connectedSortable .widget-item .item:first-child {
    border-top: medium none;
    margin-top: 12px;
}

updated by @nate: 01/20/17 10:05:25AM
nate
@nate
01/20/17 10:00:16AM
917 posts

tabbed widget has a strange line through it?


Design and Skin Customization

No that would eliminate the page. It's built with sitebuilder.
nate
@nate
01/20/17 09:08:31AM
917 posts

tabbed widget has a strange line through it?


Design and Skin Customization

That line is the top border to the "item" class for each row in the list.

.sb-container-tabs {
    margin-bottom: -12px;
    padding: 32px 12px 0;
}

The margin is the problem. The thing is, that's in sitebuilder CSS and that margin could be needed in other places.

.col12 #sb-widget-col-0 .sb-container-tabs {
    margin-bottom: 0;
}

That will fix it but be on the lookout for tab problems in other SB widgets.
updated by @nate: 01/20/17 09:09:16AM
nate
@nate
01/19/17 01:43:35PM
917 posts

where to find control for tablet menu interface?


Using Jamroom

Check your header.tpl. Look for
{if jrCore_is_mobile_device() || jrCore_is_tablet_device()}.
  30