Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1387331

    0r6h3us
    Participant

    Hi There,

    Is it possible to put this javascript into a general button?
    Instead of with a link named OPEN FULL SCREEN

    a href=”https://tockify.com/wesley.de.herdt” onclick=”_tkf.openFullScreen(‘wesley.de.herdt’);return false;”>OPEN FULL SCREEN</a

    Greetings,
    Wesley

    #1387374

    Joao
    Moderator

    Hi There,

    Please try in a raw code element:

    <a class="x-btn"> href=”https://tockify.com/wesley.de.herdt” onclick=”_tkf.openFullScreen(‘wesley.de.herdt’);return false;”>OPEN FULL SCREEN</a>

    Let us know how it goes

    Joao

    #1387518

    0r6h3us
    Participant

    Hi There,

    Thx!

    But it didnt work. Look at attachments.

    Greetings,
    Wesley

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

    Joao
    Moderator

    Hi There,

    I Cannot promess it will work, but we can try 🙂

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    #1387563

    0r6h3us
    Participant
    This reply has been marked as private.
    #1387571

    Joao
    Moderator

    Hi There,

    There were some syntax mistakes on the code.

    It seems to work now, please take a look.

    Thanks

    #1387596

    0r6h3us
    Participant

    Hi There,

    Thank you.

    On which page is it?

    Greetings

    #1387614

    Joao
    Moderator

    Hi There,

    On Appereance Customizer Custom CSS

    Let us know if you need further assistance.

    Joao

    #1387756

    0r6h3us
    Participant

    Hi there,

    I have past the code on the homepage.
    And still it does not work.

    So what am I doing wrong?

    This is the code I have used:
    a> href=”https://tockify.com/wesley.de.herdt” onclick=”_tkf.openFullScreen(‘wesley.de.herdt’);return false;”>OPEN FULL SCREEN

    Greetings

    #1387793

    Joao
    Moderator

    Hi,

    Sorry, I applied to page I am Vie

    
    <a href="https://tockify.com/wesley.de.herdt" onclick="_tkf.openFullScreen('wesley.de.herdt');return false;">ONLINE SHOW AGENDA</a> 

    Hope that helps

    Joao

    #1387850

    0r6h3us
    Participant

    Hi Joao,

    Thx!

    Sorry, but you can put that in a global button?

    Greetings!

    #1388361

    Christopher
    Moderator

    Hi there,

    please update your code to :

    <a class="x-btn" href="https://tockify.com/wesley.de.herdt" onclick="_tkf.openFullScreen('wesley.de.herdt');return false;">ONLINE SHOW AGENDA</a> 
    

    Hope it helps.

    #1388487

    0r6h3us
    Participant

    Yes! Thx it works!

    Thank you so much.

    Greetings

    #1388688

    Christian
    Moderator

    You’re welcome.

    #1427977

    0r6h3us
    Participant

    Is it possible to put that code into a menu button?