• Hello everyone. I have a new WordPress theme and have a number of questions that I’m
    hoping some you here may be able to assist with. This is the website the questions are pertaining to http://www.wantmidnaback.com/wordpress, the theme is Easel, and here they are the questions:

    1. I installed the Features Content Gallery and I’m trying to have it featured at the top of the page as a slideshow. The code has to be placed somewhere in the template but I’ve no idea where. Anyone know?

    2. There’s a gradient that was used for the top navigation bar initially. This one: http://wantmidnaback.com/wordpress/wp-content/uploads/2012/07/nav-gradient5.png
    How do we apply it to the navigation bar as a whole, so that it can look like the one found in this image: http://i49.tinypic.com/30282zb.png

    3. I already have a page titled “Chat” set up on WMB’s WordPress site. However, I don’t know how to implement the actual chat widget onto the page — to make it look like this: http://wantmidnaback.com/chat.html

    4. Is there any way to recreate the current WMB’s gallery (http://wantmidnaback.com/gallery.html) through WordPress?

    5. The overlapping background: how do we remove it? Basically the foreground that covers the background…

    Thank you all in advance. Hope you can help 🙂

Viewing 1 replies (of 1 total)
  • 1. To add in every single page

    add in page.php

    <?php if(function_exists(‘wp_content_slider’)) { wp_content_slider(); } ?>

    before <div id=”content” ……>

    Thanks,

    Hanafi.
    KL.

Viewing 1 replies (of 1 total)
  • The topic ‘Need some help with a few things…’ is closed to new replies.