Jump to content

loading errors


Chris Gurney

Recommended Posts

Hi

 

I am testing a widget at one of our unused domains  http://www.wineriesofsouthaustralia.com.au/

 

I have in my widget_custom_styles.css

 

.jrWidgetLayout {
border: 1px solid #ddd;
background: #f5f5f5;
padding: 10px;
}

#eab {
margin:0px 0px 5px 75px;
}

 

1. It does not recognise #eab

2. On refresh of the browser screen ONLY Adelaide Hills 4-Star Vineyard Stay w/Brekkie & Wine Longview Winery Apartments in Macclesfield, South Australia shows. That is I lose all the scripting.

 

 

My widget manager shows

<div class="jrWidgetLayout"><div id="eab"><img src="http://www.discoverthesouth.com.au/images/deals/enjoy-a-south-australian-holiday-break-w.png" alt="Genuine Value South Australian Holiday Break" /></div>{widget}</div>

 

My code pasted into wineries site is

 

<div data-id="1951" data-wid="Tsywx" data-task="listings/one">Adelaide Hills 4-Star Vineyard Stay w/Brekkie & Wine Longview Winery Apartments in Macclesfield, South Australia</div>

<script type="text/javascript">
// <![CDATA[
(function(d, o, j, w, m) {
	w = d.createElement(o), m = d.getElementsByTagName(o)[0];
	w.async = 1;
	w.src = j;
	m.parentNode.insertBefore(w, m)
})(document, 'script', '//www.discoverthesouth.com.au/widget.loader.min.js');
// ]]>

</script>

 

I have tested on 5 different browsers on two different ISP's and two different Joomla Templates and I get the same results.

 

Thanks for any thoughts on this.

Cheers

Chris

Link to comment
×
×
  • Create New...