IAMTHAT
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Link] Add link or shortcode in Call to Action ButtonSorry 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>
Forum: Themes and Templates
In reply to: [Link] Add link or shortcode in Call to Action ButtonCan 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.]
Forum: Themes and Templates
In reply to: [Link] Add link or shortcode in Call to Action ButtonI have this example but how i’ll add it to the existing php code?
<?php
echo do_shortcode(‘[paiddownloads id=”1″]’);
?>Forum: Themes and Templates
In reply to: [Link] Remove body right menu….full width.
Forum: Themes and Templates
In reply to: [Link] Customise bottom of pageSorry some problem with the link here: http://fontawesome.io/icons/
Forum: Themes and Templates
In reply to: [Link] Customise bottom of pageForum: Themes and Templates
In reply to: [Link] Remove body right menu….full widthOK…I have find it here…http://xtremelysocial.com/wordpress/userguide/
Forum: Themes and Templates
In reply to: [Link] Remove body right menu….full widthI mean how i’ll remove the search box, and the menu (site content and categories) on the right side under the header (link theme)? I want to make it full width like xtremelysocial.com. I use inspect element but how i’ll find the right files?