Viewing 6 replies - 1 through 6 (of 6 total)
  • It looks like you pasted the function instead of the shortcode.

    Try pasting this into your header instead:
    [soliloquy id=”1306″]

    You can add a slider to a template by placing the following code into your loop

    <?php if ( function_exists( ‘soliloquy_slider’ ) ) soliloquy_slider( ‘1306’ ); ?>

    Thread Starter nathansiemens

    (@nathansiemens)

    It still doesn’t seem to be working.

    I feel like I must be doing something wrong.

    What does your code look like?

    Thread Starter nathansiemens

    (@nathansiemens)

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”all” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_head(); ?>

    </head>
    <body>
    <div id=”main”>
    <div id=”header”>
    <div id=”logo”>
    <h1>/”></h1>
    <div class=”description”></div>
    </div>
    <ul id=”menu”>
    <li class=”page_item”>/” title=”Home”>::HOME
    <?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’);?>

    <img src=”wp-content/themes/girl/images/Header_1000x114.jpg”>

    [soliloquy id=”1306″]

    </div>
    <!–/header –>

    try this:

    <img src=”wp-content/themes/girl/images/Header_1000x114.jpg”>

    <?php if ( function_exists( ‘soliloquy_slider’ ) ) soliloquy_slider( ‘1306’ ); ?>

    </div>
    <!–/header –>

    Thread Starter nathansiemens

    (@nathansiemens)

    Perfect, thanks for your help. I really appreciate it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Soliloquy Lite Responsive Image Slider] Slider not appearing.’ is closed to new replies.