• Resolved IAMTHAT

    (@iamthat)


    Hi, Tim your themes are fantastic. The only problem is that you must make the changes to the default design only with the editor….can you help me how to add a “shortcode(as payment link)” or a “link/url” on the Call to Action Button?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter IAMTHAT

    (@iamthat)

    I have this example but how i’ll add it to the existing php code?
    <?php
    echo do_shortcode(‘[paiddownloads id=”1″]’);
    ?>

    Thread Starter IAMTHAT

    (@iamthat)

    Can somebody help me? i want to add it here:

    <p><button type="button" class="btn btn-primary btn-lg">' . _x( 'Take Action $49', null, 'flat-bootstrap' ) . '</button></p>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Thread Starter IAMTHAT

    (@iamthat)

    Sorry forgot to click on code button. I want to put this
    `[paiddownloads id=”1″]

    here:

    <p><button type=”button” class=”btn btn-primary btn-lg”>’ . _x( ‘Take Action $49’, null, ‘flat-bootstrap’ ) . ‘</button></p>

    Theme Author Tim Nicholson

    (@timnicholson)

    Hi, IAMTHAT. THanks for the kind words about my themes. The code you are looking at is really just a sample to show what the theme can do when you are previewing it in the theme directory. As soon as you add your own widget to the Page Bottom widget area, the sample won’t be displayed.

    So its probably a lot easier for you to just add a text widget with the text you want, button code, and whatever shortcodes you want to use in it. You can color the text box if you use the “Simple CSS for Widgets” plugin. Just put bg-almostblack or bg-blue or whatever color you want on the text widget.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add link or shortcode in Call to Action Button’ is closed to new replies.