Title: Adding a Second Call to Action Button
Last modified: October 31, 2017

---

# Adding a Second Call to Action Button

 *  [dreadgreaves](https://wordpress.org/support/users/dreadgreaves/)
 * (@dreadgreaves)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/adding-a-second-call-to-action-button/)
 * Hello,
 * I have added another button using the “Maxbuttons” plugin, however, the button
   appears at the bottom left of the page. I need to have it appear next to the 
   one call to action button that comes with the Sydney Theme, in the middle of 
   the page. I am a beginner at best when it comes to HTML; so any help is really
   appreciated.
 * I have searched for threads on this topic such as “[https://athemes.com/forums/topic/more-on-extra-buttons/&#8221](https://athemes.com/forums/topic/more-on-extra-buttons/&#8221);
   however, they were not helpful.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/adding-a-second-call-to-action-button/#post-9638801)
 * Hello there,
 * Please try this solution instead:
 * [http://docs.athemes.com/article/49-add-a-second-slider-button](http://docs.athemes.com/article/49-add-a-second-slider-button)
 * Regards,
    Kharis
 *  [min123](https://wordpress.org/support/users/min123/)
 * (@min123)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/adding-a-second-call-to-action-button/#post-9957689)
 * How can I add two call to action buttons on 1 slider. In that way I want to add
   two slider with two CTA buttons and all four buttons has different link to b 
   redircted to.
 * Thanks in advance for any assistance
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/adding-a-second-call-to-action-button/#post-9961142)
 * Hello [@min123](https://wordpress.org/support/users/min123/),
 * Please try this code:
 *     ```
       (function($){
   
         var myButton1 = '<a href="http://example.org" class="roll-button button-slider">My Button 1</a>';
         var myButton2 = '<a href="http://example.org" class="roll-button button-slider">My Button 2</a>';
         var myButton3 = '<a href="http://example.org" class="roll-button button-slider">My Button 3</a>';
   
         $( '.header-slider .slide-item:nth-of-type(1) .slide-inner' ).append(myButton1);
         $( '.header-slider .slide-item:nth-of-type(2) .slide-inner' ).append(myButton2);
         $( '.header-slider .slide-item:nth-of-type(3) .slide-inner' ).append(myButton3);
   
       })(jQuery);
       ```
   
 * Regards,
    Kharis
 *  [min123](https://wordpress.org/support/users/min123/)
 * (@min123)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/adding-a-second-call-to-action-button/#post-9978151)
 * This actually did not work for me.
 * can you tell me in sydeny theme we do not have option to add vimeo video to the
   header only the mp4 and the youtube url is supported.
 * if u could help me out me the vimeo video withe CTA on it.
 *  [min123](https://wordpress.org/support/users/min123/)
 * (@min123)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/adding-a-second-call-to-action-button/#post-9994405)
 * can you tell me in sydeny theme we do not have option to add vimeo video to the
   header only the mp4 and the youtube url is supported.
 * if u could help me out me the vimeo video withe CTA on it.
 * If you could tell me.It Would be the create help.
 * Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Adding a Second Call to Action Button’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.68/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

## Tags

 * [call to action button](https://wordpress.org/support/topic-tag/call-to-action-button/)

 * 5 replies
 * 3 participants
 * Last reply from: [min123](https://wordpress.org/support/users/min123/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/adding-a-second-call-to-action-button/#post-9994405)
 * Status: not resolved