Forum Activity for @derrickhand300

derrickhand300
@derrickhand300
03/11/16 09:35:45AM
1,353 posts

Trying to add CSS to a widget


Using Jamroom

I am trying to embed a POLL using site builder( finished) now I am trying to add css to the widget because I cant get "div id=" to work ( because of the way the poll embeds
so now i am trying to add the css to the widget but its not showing up
here is the css I am using
 #598 {
box-shadow: 0px 0px 10px 4px rgba(247, 15, 15, 0.59);
-moz-box-shadow: 0px 0px 10px 4px rgba(247, 15, 15, 0.59);
-webkit-box-shadow: 0px 0px 10px 4px rgba(247, 15, 15, 0.59); 
}
Can someone show me where I am going wrong?
Thanks!
updated by @derrickhand300: 12/22/16 11:55:59AM
derrickhand300
@derrickhand300
03/11/16 07:46:26AM
1,353 posts

Testing the Wall Widget


Using Jamroom

haha like your new image-is it a caricature? :)
derrickhand300
@derrickhand300
03/11/16 07:44:35AM
1,353 posts

Is It Possible You Use An IF statement like this?


Using Jamroom

Thank you Douglas-You are always a great help man!
derrickhand300
@derrickhand300
03/10/16 02:04:46PM
1,353 posts

Is It Possible You Use An IF statement like this?


Using Jamroom

I have a rss slider on a page-On desktop its set to 450px but thats too much for mobile device...I was thinking maybe I could using the following to resize it for mobile devices
 this._boxId = boxData.boxId;
//       this._boxWidth = boxData.width ? parseInt(boxData.width) : 0;
       this._boxWidth = 450;

          {if jrCore_is_mobile_device()}this._boxWidth = boxData.width ? parseInt(boxData.width) : 0;
       this._boxWidth = 320;{/if}

Does not seem to be working-is there a way to do this?
Thanks
updated by @derrickhand300: 12/22/16 11:55:59AM
derrickhand300
@derrickhand300
03/09/16 10:40:59PM
1,353 posts

were can i find the words Inside these tag keys example {$system_name}


Jamroom Developers

Can you attach your footer code here? Should be easy to spot...

Should look similar to this if you are replacing the jamroom ad

  {* Text *}
            <div class="col6 last"> 
                    <div id="footer_text"> 
                        <a href="/sitemap.xml">Copyright 2016 MY SITE NAME</a> <br>
                        
                    </div>
                </div>

updated by @derrickhand300: 03/09/16 10:54:44PM
derrickhand300
@derrickhand300
03/09/16 09:17:11PM
1,353 posts

Testing the Wall Widget


Using Jamroom

What I am looking for is
USER ADDS NEW CONTENT TO WEBSITE
NEW CONTENT IS DISPLAYED ON WALL ON HOME PAGE IN CHRONOLOGICAL ORDER
options to like and share on facebook under each item..
content refreshes in real time using push notifications
:) Thats what I am talking about for MY needs
derrickhand300
@derrickhand300
03/09/16 09:31:21AM
1,353 posts

Testing the Wall Widget


Using Jamroom

Could it BE USED as an activity timeleine?
derrickhand300
@derrickhand300
03/06/16 06:19:39AM
1,353 posts

how to get an RSS feed from Combined Videos


Using Jamroom

Thanks- are you seeing something different than whats in this screenshot?
My RSS configuration seems to work fine everywhere else
Capture.JPG.jpg Capture.JPG.jpg - 425KB

updated by @derrickhand300: 03/06/16 06:20:28AM
derrickhand300
@derrickhand300
03/05/16 05:42:48AM
1,353 posts

how to get an RSS feed from Combined Videos


Using Jamroom

Thanks Michael- I removed the 'show template In source" and now get the following

This page contains the following errors:

error on line 107 at column 59: Entity 'rdquo' not defined
Below is a rendering of the page up to the first error.

Any ideas?
  48