• dreadgreaves

    (@dreadgreaves)


    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/” however, they were not helpful.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    Please try this solution instead:

    https://docs.athemes.com/article/49-add-a-second-slider-button

    Regards,
    Kharis

    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

    Hello @min123,

    Please try this code:

    
    (function($){
    
      var myButton1 = '<a href="https://example.org" class="roll-button button-slider">My Button 1</a>';
      var myButton2 = '<a href="https://example.org" class="roll-button button-slider">My Button 2</a>';
      var myButton3 = '<a href="https://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

    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.

    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.