• Resolved fmayer01

    (@fmayer01)


    Hi ??

    I have a website https://mayer.hostei.com/fm/

    The theme is Lriton Lite it already has a slider which I disabled, I inserted a plugin Promotion Slider.

    Everything works fine in chrome, firefox but in Internet Explorer I get a 2px colored outline in the left and top part, this outline changes color from slide to slide, sometimes is blue others is purple.

    This is really annoying me as it works fine in all other browsers.

    Pelase help ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter fmayer01

    (@fmayer01)

    I also get this error

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; .NET CLR 3.0.30729; .NET CLR 3.5.30729; BRI/2)
    Timestamp: Tue, 24 Apr 2012 12:35:50 UTC

    Message: Syntax error
    Line: 2
    Char: 1
    Code: 0
    URI: https://mayer.hostei.com/fm/wp-content/themes/triton-lite/js/featureList.js?ver=3.3.1

    Thread Starter fmayer01

    (@fmayer01)

    ok
    I deleted this :

    wp_enqueue_script(‘triton_newslider’,get_template_directory_uri().’/js/featureList.js’);

    I think it was calling for that, the page doesn′t present any more error but i still have the outline.

    What version of IE are you using when this happens?

    Thread Starter fmayer01

    (@fmayer01)

    Hi ??

    I′m using version 8.0.6001.19190

    [ Please do not bump, it’s not permitted here. ]

    Thread Starter fmayer01

    (@fmayer01)

    Can anyone help me please…

    Thread Starter fmayer01

    (@fmayer01)

    Solved it ??

    Internet explorer was reading the links of the slider with a border with color, so I added a code to the css of the plguin.
    I had to add “border:0px;” to the css file of the plugin:

    .promo_slider_wrapper { margin:10px 0; position:relative; }
    .promo_slider { height:265px; overflow:hidden; position:relative; text-align:center; margin-right:10px;}
    .promo_slider img { margin:0; padding:0; border:0px;}
    .promo_slider .panel { background:url(‘images/slide.png’); display:none; float:left; overflow:hidden; width:100%; height:265px; }
    .promo_slider .panel-1 { display:block; }
    .pointer {cursor:pointer; cursor:hand;}
    .ps_hover { display:none; }
    .promo_slider:hover .ps_hover { display:block; }
    .promo_slider_sep { font-weight:normal; }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Promotion Slider error’ is closed to new replies.