Forum Activity for @douglas

douglas
@douglas
01/25/17 06:48:41AM
2,814 posts

Css not saving the value


Using Jamroom

The "Site News" text is the leader class found here:
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=text.css/section=advanced

The Welcome message is hard coded in the index.tpl.

Quote:
In an up date please create a page with those link , change " Share This Text Color , change BGC , change Profile BGC , change Profile Text Color " and so on ....
so when they click the links , it takes them exactly to the CSS page and area to change using bullets like the link below
list.css
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=list.css/section=advanced

Only the site admin can get to the skin style pages, regular users can NOT.

Hope this helps!
douglas
@douglas
01/25/17 06:41:39AM
2,814 posts

Site Radio And TV


Using Jamroom

That isn't how it works anymore and would likely require a custom module to do what you want.

You can use a text editor ( NOT Microsoft Word! ) and copy an paste the code I posted, then save the file as dubmusic_player.tpl, or whatever you like, then the template can be reached via the URL I posted.

Here is a doc on creating new pages.
https://www.jamroom.net/the-jamroom-network/documentation/skin-customization/1043/creating-a-new-page-for-a-skin

Hope this helps!
douglas
@douglas
01/24/17 01:09:43PM
2,814 posts

Css not saving the value


Using Jamroom

I've got this fixed for you, there are two new H2 and H3 tag colors in the style section for your skin, one here:

base.css
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=base.css/section=advanced

and one here:

list.css
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=list.css/section=advanced

That should allow you to control the color for that text better.

Let me know if you see any issues.

Thanks!
douglas
@douglas
01/24/17 12:33:43PM
2,814 posts

Problem with search conditions


Design and Skin Customization

Give this a try:

{jrCore_list
module="jrYouTube"
order_by="_created desc"
search="profile_id not_like 1"
pagebreak="25"
page=$_post.page
} 

Hope this helps!

EDIT:
BTW You can find the search conditions here: https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/89/jrcore-list#search-conditions
updated by @douglas: 01/24/17 12:37:13PM
douglas
@douglas
01/24/17 12:26:59PM
2,814 posts



At this time, you'll have to use the FoxyCart modules to do subscriptions, which requires a FoxyCart account.

FoxyCart Modules:
https://www.jamroom.net/the-jamroom-network/networkmarket/70/foxycart-ecommerce
https://www.jamroom.net/the-jamroom-network/networkmarket/71/foxycart-bundles

FoxyCart Website:
http://www.foxycart.com/

Jamroom is setup for SEO and there is a meta module that allows you to add meta keywords and descriptions to your pages.
https://www.jamroom.net/the-jamroom-network/networkmarket/129/meta-tag-manager

These modules can all be purchased/installed via your sites ACP > Core > Marketplace.

Hope this helps!
updated by @douglas: 05/05/17 10:43:27AM
douglas
@douglas
01/24/17 11:37:34AM
2,814 posts

{jrCore_skin="..."}


Using Jamroom

Your Welcome! :)
douglas
@douglas
01/24/17 11:35:59AM
2,814 posts

Css not saving the value


Using Jamroom

I changed the "footer a" rule here:
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=footer.css/section=advanced

The "Share This" text, and other text on that page, will require a CSS file tweak, it can't be fixed via the skins style tab.

If you send your FTP credentials I'll get it fixed so you can change that text color in the skins style tab.

Thanks!
douglas
@douglas
01/24/17 11:18:53AM
2,814 posts

{jrCore_skin="..."}


Using Jamroom

Try:

{if $_conf.jrCore_active_skin == "jrAudioPro"}
something1
{else}
something2
{/if}

Hope this helps!
douglas
@douglas
01/24/17 06:20:28AM
2,814 posts



Trapfly Fiya:
Will this skin allow multiple music artist to be on this skin? I know that Solo Pro is for a single artist.

Yes, Audio Pro will allow for multiple artists.

Hope this helps!
douglas
@douglas
01/24/17 05:58:45AM
2,814 posts

Css not saving the value


Using Jamroom

Whenever you use the Style section in the skin, it adds an !important to that CSS rule, and since you changed the HTML color to black, that now is the color of every link on the site, you'll want to go through the rest of the CSS rules for the tag and change the color to something else if it is already the color you want, save and then change it back.

This way the CSS rule will get an !important attached to it and it will be that color.

I've already done this for your footer links.

I'm not sure I understand what your asking about the Share This, where exactly are you seeing this?

Thanks!
  71