Search found 62 matches

Go to advanced search

by Milton Davis
Wed Jun 18, 2014 4:28 pm
Forum: Issues
Topic: The JS files I uploaded are not showing up in my HTML header
Replies: 8
Views: 1318
 
Jump to post

The JS files I uploaded are not showing up in my HTML header

I fixed it. There was a problem in my CSS. Thanks for the help.

by Milton Davis
Tue Jun 17, 2014 8:44 pm
Forum: Issues
Topic: Custom CSS being overridden
Replies: 2
Views: 515
 
Jump to post

Custom CSS being overridden

Worked! Thanks.

by Milton Davis
Tue Jun 17, 2014 6:34 pm
Forum: Issues
Topic: The JS files I uploaded are not showing up in my HTML header
Replies: 8
Views: 1318
 
Jump to post

The JS files I uploaded are not showing up in my HTML header

Yes, didn't work. IE 11.0.8. Firefox 24.6.0

by Milton Davis
Tue Jun 17, 2014 6:30 pm
Forum: Issues
Topic: Custom CSS being overridden
Replies: 2
Views: 515
 
Jump to post

Custom CSS being overridden

I created an image and attached a custom CSS class to it called imageCenter. My CSS looks like this: .imageCenter { margin-left: auto; margin-right: auto; width: 70%; vertical-align: middle; } If this is a custom CSS, why is it lower priority than the default class for an image. How do I fix this? h...
by Milton Davis
Tue Jun 17, 2014 5:21 pm
Forum: Issues
Topic: The JS files I uploaded are not showing up in my HTML header
Replies: 8
Views: 1318
 
Jump to post

The JS files I uploaded are not showing up in my HTML header

I added the plugin's that way and saved the images in the Media Manager. It shows up an works perfectly in Chrome, but I can't see it in IE or Firefox. How do I fix this?

by Milton Davis
Tue Jun 17, 2014 5:28 am
Forum: Issues
Topic: The JS files I uploaded are not showing up in my HTML header
Replies: 8
Views: 1318
 
Jump to post

The JS files I uploaded are not showing up in my HTML header

I am trying to use one called rateit from: http://rateit.codeplex.com/ I added the files to a new folder under WEB_RESOURCES. I added the JS file manually to my header, and the element using HTML. (see attached. Also, when I try to open the JS file, I get an error (see attached). https://d2r1vs3d90...
by Milton Davis
Tue Jun 17, 2014 4:08 am
Forum: Issues
Topic: The JS files I uploaded are not showing up in my HTML header
Replies: 8
Views: 1318
 
Jump to post

The JS files I uploaded are not showing up in my HTML header

I have uploaded a few plugins, but they JavaScript file references are not showing up in the header of my HTML files. Where am I supposed to upload the source files, which folder? Is there something else I need to do to be able to use them in my pages?

by Milton Davis
Thu Apr 24, 2014 4:01 pm
Forum: Issues
Topic: Populate Select with Contact Service on Screen Load
Replies: 22
Views: 3919
 
Jump to post

Populate Select with Contact Service on Screen Load

Illya, Adding the second default made it show up on screen load now. The only problem I am having now is that it still is automatically selected when I click the select menu. How do I make it not be checked? https://d2r1vs3d9006ap.cloudfront.net/s3_images/1049407/Capture_inline.PNG?1398355286 https:...
by Milton Davis
Wed Apr 23, 2014 7:16 pm
Forum: Issues
Topic: Populate Select with Contact Service on Screen Load
Replies: 22
Views: 3919
 
Jump to post

Populate Select with Contact Service on Screen Load

Katya, I can not get this to work. I am populating my Select component with a service, so I tried it on page Load as well as the service Success event but neither adds the default option. Here is my public link: http://appery.io/app/view/5c789ef0-c7... And the code I added: Appery("Select_Frien...
by Milton Davis
Tue Apr 22, 2014 6:57 pm
Forum: Issues
Topic: Populate Select with Contact Service on Screen Load
Replies: 22
Views: 3919
 
Jump to post

Populate Select with Contact Service on Screen Load

Illya, I was able to get the Select menu to filter the results correctly with this code on the success event: //Filter values returned from Contact Service ---------------------- Appery("Select_Friends").find("option").each(function(){ var $this = $(this); //Remove values that co...

Go to advanced search