Forum Replies Created

Viewing 15 posts - 76 through 90 (of 123 total)
  • Author
    Posts
  • in reply to: Can't activate theme #6502
    Admin
    Keymaster

    The theme must exist only in the theme folder. Activation is not required.

    in reply to: What Features Are You Missing? #6480
    Admin
    Keymaster

    Ok noted. Thanks for your feedback !

    in reply to: Slides link #6479
    Admin
    Keymaster

    Dear Uriah,

    We are working on that. With one of the next updates, kiosk function will be available. We think in the next 3-4 weeks.

    in reply to: Picture Sizes #6445
    Admin
    Keymaster

    This always depends on the output device. But all images are scaled up to FULL HD. So the better the resolution, the better the quality, but more traffic.

    Our editor is currently running at 720p, output on the device is up to 1080p possible, as it is scaled. When you insert an HD image into Editor, it will be scaled down to make it more comfortable to work, when output is scaled back to 1080p.

    However, you can add a FULL HD image in each area, then it will be scaled down for output to fit the screen.

    in reply to: About enterprise version working #6441
    Admin
    Keymaster

    1. This depends on your OS system and browser.
    2. Currently, Amazon S3 is not yet available.
    3. Following MIME types are supported: JPG, JPEG, PNG, BMP, GI, MP4, MPEG, MPG, OGG, WEBM.
    4. The media library should go. When you transfer the video from Youtube, we can not do anything, the video must be loaded, please contact your provider and Youtube support.

    in reply to: Scrolling Text #6440
    Admin
    Keymaster

    Yes:

    <!-- Styles -->    
    <style style="text/css">
    .example1 {
     height: 50px;    
     overflow: hidden;
     position: relative;
    }
    .example1 h3 {
    color: crimson;
    font-size: 200%;
     font-family: courier;
     position: absolute;
     width: 160%;
     height: 100%;
     margin: 0;
     line-height: 50px;
     text-align: center;
     /* Starting position */
     -moz-transform:translateX(100%);
     -webkit-transform:translateX(100%);    
     transform:translateX(100%);
     /* Apply animation to this element */    
     -moz-animation: example1 15s linear infinite;
     -webkit-animation: example1 15s linear infinite;
     animation: example1 50s linear infinite;
    }
    /* Move it (define the animation) */
    @-moz-keyframes example1 {
     0%   { -moz-transform: translateX(100%); }
     100% { -moz-transform: translateX(-100%); }
    }
    @-webkit-keyframes example1 {
     0%   { -webkit-transform: translateX(100%); }
     100% { -webkit-transform: translateX(-100%); }
    }
    @keyframes example1 {
     0%   { 
     -moz-transform: translateX(100%); /* Firefox bug fix */
     -webkit-transform: translateX(100%); /* Firefox bug fix */
     transform: translateX(100%);         
     }
     100% { 
     -moz-transform: translateX(-100%); /* Firefox bug fix */
     -webkit-transform: translateX(-100%); /* Firefox bug fix */
     transform: translateX(-100%); 
     }
    }
    </style>
    
    <!-- HTML -->    
    <div class="example1">
    <h3> Hello world!</h3>
    </div>
    in reply to: Set Time duration for Vedio #6404
    Admin
    Keymaster

    Currently not, but is planned.

    in reply to: Set Time duration for Vedio #6402
    Admin
    Keymaster

    You can set the slide time or if it is a youtube video, add additional parameters directly to the video, how long it should take.

    We have no transition effects.

    in reply to: Picture Sizes #6396
    Admin
    Keymaster

    There are no recommendations, the pictures can be scaled up to Full HD. Of course, you should pay attention to the file size that such 1920×1080 images are not equal to 10MB. Have you seen our demo so you can imagine it?

    in reply to: Slides link #6393
    Admin
    Keymaster

    You will show us your bill, we will provide you with a coupon code. Use it normally in our checkout.

    What should be changed in the header and footer?

    in reply to: Content Update? #6392
    Admin
    Keymaster

    For replays of playlists, we have scheduling calendars, so you can set the times when you want to play the playlist.
    When content is updated, it is immediately played.

    in reply to: Query about showing Playlist on screen #6377
    Admin
    Keymaster

    1. update your wordpress to Version 4.7.3
    2. deactivate all cache plugins in wordpress
    3. reactivate the digitalsignagepress plugin
    4. check the url on browser
    5. clear browser cache (CTRL + F5, try it several times)

    Must help, we have the Lite just tested with 4.7.3, it works.

    in reply to: Query about showing Playlist on screen #6375
    Admin
    Keymaster

    We need more information from you. Which version do you use? Lite? Or Pro / Enterprise on our demo server ?! If Lite, which WordPress version, the digitalsignagepress theme was installed and activated?

    in reply to: Query about showing Playlist on screen #6366
    Admin
    Keymaster

    Solutions:
    – Clear browser cache (CTRL + F5)
    – Reactivate the plugin

    Admin
    Keymaster

    Great, thanks.

Viewing 15 posts - 76 through 90 (of 123 total)