Tagged: 

Viewing 30 posts - 1 through 30 (of 44 total)
  • Author
    Posts
  • #753961

    Hello…

    I have code to create a booking link however I just want a URL not code…

    The link will open in the window as an overlay rather than sending the user to another page…

    Please assist here or show me the css that will work…

    I will copy and past the links along with screen grabs to see the code…

    • This topic was modified 7 years, 8 months ago by Epic.
    #754038

    Hey Epic,

    Please try using a plugin like https://wordpress.org/plugins/header-and-footer-scripts/ to add your script to head section and your buttons should work fine.

    Let us know if you have any issue.

    Best regards,
    Vinay

    #754043

    Tried that and it won’t work for what I am trying to achieve….

    Please login and attempt this…

    It needs CSS

    #754364

    Hi would like to have this part of the puzzle finished today if possible?

    I know how to create my own button the question is HOW CAN I ADD ONLY A LINK TO A THEME BUTTON IN THE SLIDER OR NOW THE CONSTRUCTION PAGE… the codes I have are NOT URL and I want the link to overlay not open in a new window ….

    Thanks

    • This reply was modified 7 years, 8 months ago by Epic. Reason: Still not working
    #754414

    Hi Guys…

    Really need to move forward with this I tried as suggested again and I can’t get it to work…

    • This reply was modified 7 years, 8 months ago by Epic. Reason: links to better assist
    #754714

    anyone awake?????

    #754721

    This is not working…

    #755113

    Still the one issue I can’t move on from…

    However since waiting this long 15 hrs I have managed to do the construction page

    #755283

    Hey!

    Please add following code to Functions.php file

    function my_custom_code(){
    ?>
    <script id="timelyScript" src="//book.gettimely.com/widget/book-button-v1.3.js"></script>
    <script> var bookingButton = new timelyButton('treatmentonlinerequest', {"dontCreateButton":true});</script>
    <?php
    }
    add_action('wp_head', 'my_custom_code');

    Then add your HTML in text tab of Text Block element or in Code Block element. If that would not be possible, you can create a shortcode with your button – https://codex.wordpress.org/Shortcode_API and place it wherever you would like to display it.

    Regards,
    Yigit

    #755290

    So the short code can then be as a url for the Theme button…

    I will give this a try now…

    Any success with the footer ticket …

    Also how can I create another portfolio

    #755292

    Hi!

    Editing slider buttons would not be an easy task however you can display shortcodes in slider captions.

    I am on that thread at the moment.

    Cheers!
    Yigit

    #755294

    Okay… I added the Functions PHP right at the bottom — correct?

    Doing the other steps now.

    Basically I want…

    #755301

    Hi!

    It seems like you did not add your HTML code in text tab. I edited your page and added the code in text tab and now it is working. Please update your page and check once again :)

    Regards,
    Yigit

    #755302

    I dont think this is easy …

    I did as u said above however look

    #755304

    Hey!

    Would you like to use this button on your home page slider button?

    Cheers!
    Yigit

    #755305

    I checked.

    But not sure what I missed…

    Also dunno why there is a table in the other code I was testing…

    Either way this one we can move on from now as I found the answer…

    Its only the request buttons I need that are in the sider and footer basically call to action customised like the theme

    #755306

    Yes I would like the overlay button to be on all buttons

    So was I correct with where I put the function PHP?

    #755308

    Hey!

    I edited functions.php file in Appearance > Editor and added a custom code at the bottom. Please flush cache and check your slider buttons

    Best regards,
    Yigit

    #755310

    WHOOOOOOOPPPPPPPPPPPP

    #755312

    Now tell me how to add these to my other places YOU ARE FREAKIN AWESOME !!!!

    U guys killing me with these delays but make up for it when you fix it YIGIT always the best!

    • This reply was modified 7 years, 8 months ago by Epic.
    #755317

    Hi,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add “custom-button” class to your button elements where you would like to activate this overlay.

    Forums have been really busy, hence the delays. However we will take care of it soon. Working hard :)

    Best regards,
    Yigit

    #755318

    Okay will try now…

    Okay I have to get to work now so will try this later… I think thats it for NOW…. I managed to get a portfolio…

    I think the only thing in another thread was the footer

    #755326

    Hey!

    Great!
    We will keep the thread open and wait to hear from you. Thread will be on hold and you can simply reopen it by replying :)
    Enjoy your weekend!

    Regards,
    Yigit

    #755395

    Trying to follow this…

    whats the step by step?

    #755397

    Where is the custom field

    #755673

    Hi!

    After enabling custom CSS fields in Functions.php file, please add button element to your page and add “custom-button” into custom CSS field – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/blur.jpg
    Regards,
    Yigit

    #755693

    I must be blind!

    Because I could not see that… I will try again…

    So will this work on all the buttons that say …

    #755699

    Right I STILL CAN NOT FIND WHAT YOU ARE TELLING ME HERE??

    ALSO IF YOU ALREADY ADDED THE CODE TO FUNCTIONS WHY DO I NEED TO DO AGAIN EACH TIME.. NOT CLEAR PLEASE EXPLAIN OR SENT ME A SCREEN RECORDING OF MY BACK END….

    :)

    • This reply was modified 7 years, 8 months ago by Epic.
    #755701

    /*
    * PLEASE DO NOT EDIT THIS FILE!
    *
    * This file is only in your themefolder for WordPress to recognize basic theme data like name and version
    * CSS Rules in this file will not be used by the theme.
    * Instead use the custom.css file that is located in your themes /css/ folder to add your styles.
    * You can copy a style rule from any of your css files and paste it in custom.css and
    WHERE?????
    * it will override the original style. If you just want to add small css snippets you might also
    * want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->General Styling
    */

    #755713

    Right then… After re reading with a cup off something strong I have followed your instructions and have made it work!!!

    However please tell me how you did the slider … Thats what I want to change too…

    But hope not all buttons and link activate the overlay…

    Finally the footers I needed help with if u go through on other thread the widget area is moving. – nice but want consistent with other pages .

    Thanks again

Viewing 30 posts - 1 through 30 (of 44 total)
  • The topic ‘Custom Link for Enfold Slider Button’ is closed to new replies.