Home › Forums › JOOP WordPress theme › secret shortcode
- This topic has 1 reply, 2 voices, and was last updated 10 years, 8 months ago by Anonymous.
-
AuthorPosts
-
-
at #63622GlivetMember
Some very nice effects present in the demo are not in the theme: e.g., the “rotating text”
I mean the text that rotates as the phrase “185 + shortcodes” in the “shortcodes” pageDoes anyone know the secret shortcode to achieve this effect?
-
at #63626AnonymousInactive
Hi Glivet,
After activating the theme, you have been prompted to install some plugins (including TD-Shortcodes). If you’ve installed that, then this shortcodes and many more will be available for you.
Before I explain how to get to them all, here’s how that particular effect looks on our website’s back-end:
[tds-column full animation=rotateIn] <p style="text-align: center; font-size: 5em;">185+ SHORTCODES</p> [/tds-column]
Alright, so to get to the shortcodes, all you really need to do is click on the button that says “Add Shortcodes” (also see added screenshot) that’s located right above your text editor. This paricular one is under shortcodes -> columns -> animated column 1
Kind regards,
Kevin -
at #63632GlivetMember
Thank you for your reply.
When I click the “Add ShortCode” button: shortcodes -> columns -> animated column 1, I get the following code:
[tds-columns]
[tds-column full animation=fadeIn]Content here
[/ tds-column]
[/ tds-columns]As you can see: “animation=fadeIn”
Where can I find other types of animations? (eg “rotateIn”)
-
at #63777GlivetMember
Thank you very much!
-
at #63637AnonymousInactive
Hi Glivet,
There’s no clear list of this available in direct documentation just yet (as far as I am aware). I have suggested this as an enhancement to the TD-shortcodes plugin last weekend so in following updates things like these may be a little bit easier.
I’ve gone ahead and searched through the code a bit to see what I could find and in the shortcodes.php file, I found this list of possibilities:
I have not tested them all and therefor will not ensure you that all have readily been implemented just yet but these are the ones you’ll want to try out.//Attention seekers: 'flash', 'bounce', 'shake', 'tada', 'swing', 'wobble', 'wiggle', 'pulse', //Flippers (currently Webkit, Firefox, & IE10 only): 'flip', 'flipInX', 'flipOutX', 'flipInY', 'flipOutY', //Fading entrances: 'fadeIn', 'fadeInUp', 'fadeInDown', 'fadeInLeft', 'fadeInRight', 'fadeInUpBig', 'fadeInDownBig', 'fadeInLeftBig', 'fadeInRightBig', //Fading exits: 'fadeOut', 'fadeOutUp', 'fadeOutDown', 'fadeOutLeft', 'fadeOutRight', 'fadeOutUpBig', 'fadeOutDownBig', 'fadeOutLeftBig', 'fadeOutRightBig', //Bouncing entrances: 'bounceIn', 'bounceInDown', 'bounceInUp', 'bounceInLeft', 'bounceInRight', //Bouncing exits: 'bounceOut', 'bounceOutDown', 'bounceOutUp', 'vbounceOutLeft', 'bounceOutRight', //Rotating entrances: 'rotateIn', 'rotateInDownLeft', 'rotateInDownRight', 'rotateInUpLeft', 'rotateInUpRight', //Rotating exits: 'rotateOut', 'rotateOutDownLeft', 'rotateOutDownRight', 'rotateOutUpLeft', 'rotateOutUpRight', //Lightspeed: 'lightSpeedIn', 'lightSpeedOut', //Specials: 'hinge', 'rollIn', 'rollOut'
Kind regards,
Kevin
-
-
AuthorPosts
- You must be logged in to reply to this topic.