CuckooLove theme contains over ~80 shortcodes that allow you to add custom styles and elements to your site, create custom layouts for your posts, pages or any other theme units.
Shortcodes can be added using WordPress page/post editor toolbar. Click on the CuckooThemes icon and select the shortcode from the dropdown. Make sure not to delete or alter any inserted tags.
Using Button shortcode you can add buttons anywhere in the site. In addition, one of three custom styles and ID can be assigned to a button. After clicking on a button with ID, the page scrolls smoothly to the target position. Buttons added in a usual way do not have such functionality.
[code width=“100%“ background=“#f4f5f6″][btn title=“Button Title“ url=“http://www.cuckoothemes.com“ buttonstyle=“1″][/code]Parameters: title, url, color, titlecolor;
Other Parameters: width, target, left, right, bottom, withid, alt, align;
Default: title=“Button Title“, url=“http://www.cuckoothemes.com“, target=none, color=“#4F4F4F“, titlecolor=“#ffffff“, width=none, target=none, left=none, right=none, bottom=none, withid=“false“, alt=none.
Optional Parameters:
left – margin to left in pixels;
right – margin to right in pixels;
top – margin to top in pixels;
bottom – margin to bottom in pixels.
Link With ID shortcode allows adding unusual links to your content. After clicking on such a link, the page scrolls smoothly to the target position. Links added in a usual way do not have such functionality.
[code width=“100%“ background=“#f4f5f6″][urlwithid url=“#enter-id-here“]Your Text[/urlwithid][/code]Parameters: url;
Other Parameters: color, align;
Default: url=“#enter-id-here“ color=none, align=none.