Home Forums Basel support forum CHANGE ELEMENTS MAINTENCE PAGE

CHANGE ELEMENTS MAINTENCE PAGE

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #10535

    viniciusgrando
    Participant

    Hello, how are you? I would like to know where I can make changes to the maintence page elements.

    The background found it in revolution slider, the rest as logo, coming soon image, text elements I did not find anywhere. can you help me?

    #10536

    Artem Temos
    Keymaster

    Hello,

    Thank you for choosing our theme and contacting us.

    If you are talking about the Maintenance mode page created with Revolution slider so it can be fully managed in the Revolution slider. Just check the slide and global layers to find all the elements on the page.

    Kind Regards
    XTemos Studio

    #10537

    viniciusgrando
    Participant

    That’s what I thought. But there are no layers

    Print down

    Attachments:
    You must be logged in to view attached files.
    #10539

    Artem Temos
    Keymaster

    You need to check Global / Static layers

    Regards

    #10549

    viniciusgrando
    Participant

    Our goddamn had not seen it. I got it thank you!

    Taking just one more doubt. Where is the js for the contdown?

    #10550

    Artem Temos
    Keymaster

    Switch to Slider settings tab and find Custom JavaScript area.

    #10554

    viniciusgrando
    Participant

    Right, It would be in this code here right?

    var targetdate = new Date().getTime() + 864000000 // i.e. ‘2017/05/10 24:00’,
    slidechanges = [
    { days:0, hours:0, minutes:0, seconds:12, slide:1},
    { days:0, hours:0, minutes:0, seconds:0, slide:3}
    ],
    quickjump = 15000,
    api = revapi2;

    I tried inserting the date and adding the days but it does not seem to work is it?

    #10557

    Artem Temos
    Keymaster

    You need to change this line var targetdate = new Date().getTime() + 864000000 // i.e. ‘2017/05/10 24:00’,
    For example

    var targetdate = ‘2017/05/10 24:00’ ,

    #10570

    viniciusgrando
    Participant

    Right, I tried but I did not succeed

    var targetdate = ‘10/05/2017 24:00’,
    slidechanges = [
    { days:0, hours:0, minutes:0, seconds:12, slide:1},
    { days:0, hours:0, minutes:0, seconds:0, slide:3}
    ],
    quickjump = 15000,
    api = revapi2;

    Page Blank

    #10576

    Artem Temos
    Keymaster

    We have changed it for you. Please, check now.

    #10607

    viniciusgrando
    Participant

    It worked out right now it did work! thank you so much

    #10612

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘CHANGE ELEMENTS MAINTENCE PAGE’ is closed to new replies.