Is it possible to add "img carousel" under the header menu at Yoko like iTheme2

  • Unknown's avatar

    I would like to add a fixed image carousel that would appear in all pages (like in iTheme2) http://theme.wordpress.com/themes/itheme2/
    I am using Yoko Theme.
    Is it possible with CSS Customization?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    CSS cannot be used to add functionality.

    You can add a slideshow or image carousel to all of your pages manually by editing them and adding the shortcode with the page or post ID# for the gallery that was inserted into another post or page. In other words, you can display a single carousel or slideshow in may pages by referencing the ID# of where you first set up that slideshow. An example would be:

    [gallery id="402"]

    This would display the gallery that you inserted into post or page ID# 402.

    To find the ID of a page or post, go to posts > all posts or pages > all pages and hover your mouse over the title of the post. Look down in the status bar of your browser (bottom) and you will see in the URL shown there post=XXXX where XXXX will be the post ID#.

    Using the shortcode above, change the 402 to that number and then paste that into the top of your page in the editor (make a blank line above any content) so it is on a separate line. It is best to add this in in the text tab rather than in the visual tab in the editor.

  • The topic ‘Is it possible to add "img carousel" under the header menu at Yoko like iTheme2’ is closed to new replies.