• Resolved pjremy

    (@pjremy)


    Hello all.
    When I use Promotion Slider locally everything works well. When I upload the files to my hosting site the featured images do not load.
    This is what outputs locally for a promotion:

    <div class="panel panel-1" style="display: none;">
    <span class="panel-title" style="display:none;">Fusion</span>
    <div class="promo_slider_background_image">
    <a target="_self" href="http://localhost/mdf/?ps_promotion=fusion">
    <img class="attachment-full wp-post-image" height="205" width="287" alt="fusion_small" src="http://localhost/mdf/wp-content/uploads/2011/05/fusion_small.jpg">
    </a>
    </div>
    </div>

    This is the same promotion on the hosting server:

    <div class="panel panel-1 current" style="display: none;">
    <span class="panel-title" style="display:none;">Fusion</span>
    </div>

    As you can see <div class="promo_slider_background_image"></div> is not loading.

    Any ideas?

    Thanks,

    Phil

    http://wordpress.org/extend/plugins/promotion-slider/

Viewing 1 replies (of 1 total)
  • Plugin Author Micah Wood

    (@woodent)

    Phil,

    There are a couple of reasons why the ‘promo_slider_background_image’ div might not load:

    1. The featured image is not set
    2. The function responsible for loading the image has been altered
    3. The hook that calls the function has had the action removed
    4. The div has been removed for some reason via javascript / jQuery

    If it isn’t one of these, I would love to take a look at the site to see if I can find out what is going on.

Viewing 1 replies (of 1 total)

The topic ‘Promotion Slider not loading image server side’ is closed to new replies.