• Resolved Amber Naqvi

    (@amber-naqvi)


    Hi want to know if the Nivo Slider which is an option on the theme homepage option for posts can be available for pages as well? I am developing a static site with pages and want an image slider on pages. I have tried a few image sliders through plugins which work well in chrome and Firefox etc. but none of them work with IE8. Your Nivo slider for posts work on all browsers.
    Also can I remove the page titles on some pages without losing them from the menu?

    http://wordpress.org/extend/themes/gamepress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author alex27

    (@alex27)

    Nivo Slider built in the theme can be displayed only on the home page. If you want to embed it on regular posts or pages, you should look for some plugin, unfortunately I can’t reccomend anything specific.
    To answer your second question – if you use WP menu system (found at Apperence->Menus), than you can include a page without a title and you’ll still be able to input a text for display in the menu.

    Loving the theme! I was looking at the second part of that question. I tried what you said about editing the menu in the WP menu system. It didn’t work for me. The only option I had was to remove the Navigation Label, which took the link out of the navigation bar, but not off the page.

    What I did was make a copy of the full-width-page php file.
    I changed the template name.
    I removed the class=”full-width” attribute from the content div.
    I then removed this code:

    <header><h2><?php the_title(); ?></h2></header>

    Lastly, I added the get_sidebar before the get_footer.

    That worked, but I’m wondering if maybe there’s an easier way to do it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gamepress Slider on Static Home page and page title’ is closed to new replies.