• Hi,

    So I moved from WordPress.com on Friday 10/19 and really had no issues installing wordpress on my new, externally hosted site. I imported everything just fine, and there’s no problem there. After troubleshooting a bit, I decided to do most of the web construction locally, so I installed WAMP and WP on my computer, as to better make changes without affecting the site live. Now, here’s my problem:

    I have been looking for a decent slider that works for the better part of the weekend. I finally found ‘Nivo Slider For WordPress,’ and when I installed the plugin on my local site, it worked right away. Then, I installed the plugin on my real, live site, and couldn’t see it at all. I implemented the same code and everything…Perhaps more strange is the fact that it shows up on my iPhone 3gs, but not on my laptop.

    It’s also worth noting that there’s some Nivo code native to my Fresh and Clean theme, but it never worked. I also deactivated/re-activated plugins to see if that were the problem. I’m at a loss here, any suggestions? Here’s my code on the index.php:

    <?php get_header(); ?>
    <strong><?php if (function_exists('nivoslider4wp_show')) { nivoslider4wp_show(); } ?></strong>
    <div id="main">
    
    <?php if (have_posts()) : ?>
    <?php get_template_part( 'post' , 'entry') ?>
    <?php endif; ?>
    
    <?php if (function_exists("pagination")) { pagination($additional_loop->max_num_pages); } ?>
    </div><!-- END Main -->
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    And my site is 8bitfoundation.com.

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

  • The topic ‘Nivo Slider For WP working locally and mobily, but not on served site’ is closed to new replies.