Forum Activity for @dazed

Dazed
@dazed
12/28/16 02:20:38PM
1,022 posts

Members List Not Invoking on Page Refresh


Design and Skin Customization

Douglas Appreciate the help. I have that js function in. Where is that script from? I do not see it in the templates?
Dazed
@dazed
12/27/16 04:06:55PM
1,022 posts

Cosmetic Bug on Audio Pro


Installation and Configuration

Go to the artist page
Next to the follow button mouse over the cog icon
result - Log In is displayed
login.jpg login.jpg - 6KB

updated by @dazed: 03/30/17 06:51:37AM
Dazed
@dazed
12/27/16 09:05:10AM
1,022 posts

Members List Not Invoking on Page Refresh


Design and Skin Customization

Hey Michael. Sorry since it works when clicking reset I figured it was something that would jump out to you guys since it is just not initializing. I would think some missing js but I could be wrong.

The move was relatively uneventful with mostly language string changes. I pulled out the below, as I have done on other templates, that were throwing errors in the browser. The reset works with it in or out but there are console errors with it in.

I have my site running the new skin now so you can see it here - https://www.mixposure.com/members

<script type="text/javascript">
    $(document).ready(function(){ldelim}
        jrSkinInit();
    {rdelim});
</script>

updated by @dazed: 12/27/16 02:14:36PM
Dazed
@dazed
12/26/16 09:05:35PM
1,022 posts

Members List Not Invoking on Page Refresh


Design and Skin Customization

I moved the members tpl's over from PJ to Audio Pro and I have a slight issue where I only see entries when I hit Reset. The initial page load just comes up empty.

Any ideas?

updated by @dazed: 03/29/17 01:49:18AM
Dazed
@dazed
12/26/16 08:28:46AM
1,022 posts

Text Over Image


Design and Skin Customization

Thanks Michael & Derrick.

Michael that is actually the one I have been playing with unsuccessfully. The text is falling outside the image.

Derrick that is what I am trying to achieve.

Seems to be working now.

updated by @dazed: 12/26/16 08:38:03AM
Dazed
@dazed
12/25/16 10:17:14PM
1,022 posts

Text Over Image


Design and Skin Customization

Does Audio Pro have anything already set in css for text over an image? I thought I would check and see if there was anything out there already before I start researching. If so, how to call it?

Thanks
updated by @dazed: 05/01/17 01:35:35PM
Dazed
@dazed
12/24/16 08:42:50AM
1,022 posts

Little Help With An Image


Design and Skin Customization

Thanks Douglas. I pulled my old template apart and got it working.
Dazed
@dazed
12/23/16 10:48:13PM
1,022 posts

Audio Pro - Bug on Index Page


Using Jamroom

The Register button on the index_featured.tpl needs to be corrected. It is a dead link now. The below is working for me but the skin name/id will need to be adjusted.

        <button class="form_button" style="display: block; margin: 2em auto;" onclick="jrCore_window_location('{$jamroom_url}/user/signup')">{jrCore_lang skin="Skin" id="1" default="Register"}</button>	

updated by @dazed: 03/29/17 06:07:33AM
Dazed
@dazed
12/23/16 09:12:16PM
1,022 posts

Little Help With An Image


Design and Skin Customization

I want to add an image next to the social media icons on the index_top.tpl in audio pro. In the blog I have a custom field for blog_on_air as a bool but for some reason, I can't get the image to display using the below. Obviously I am missing something! Any ideas?

Thanks!

               <div class="slide_info">
                    <div class="wrap">
                        <ul class="social clearfix">
						{if $item.blog_on_air == "on"}
<li><a href="{$jamroom_url}/radio"><img src="{$jamroom_url}/skins/MixAP/img/onAir.png" width="50" height="50"></a></li>
                            {/if}
							
                            {if strlen($_conf.MixAP_facebook_url) > 0 && $_conf.MixAP_facebook_url != "0"}
                                <li><a href="{$_conf.MixAP_facebook_url}" class="social-facebook" target="_blank"></a></li>
                            {/if}

updated by @dazed: 03/24/17 01:34:16PM
  31