
04-05-2015, 01:21 AM
|
 |
Paid Member
|
|
Join Date: Dec 2011
Location: CA / FL
Posts: 345
|
|
Quote:
Originally Posted by DHA
Code:
<script type="text/javascript">
Ecwid.OnPageLoaded.add(function(page) {
if (page.type == "PRODUCT") { jQuery("div.ecwid-productBrowser-details-GalleryPanel").insertAfter(".ecwid-productBrowser-details-thumbnail");
}
})
</script>
to move the product browsers image gallery panel to underneath the product browser’s product thumbnail. It functions properly in my desktop and mobile site as can be viewed here…
https://www.discountfurnitureshowroo...nce_Deals.html
https://www.discountfurnitureshowroo...nce_Deals.html
but, on my tablet site I get this error using the same script. WTFruit! Is it something else? Or, are my eyes tired of looking at code that it’s something super silly simple?
Click on any product and you’ll see what I’m talking about.
|
It looks like jQuery isn't being loaded on the page. I don't see any reference to it like this:
Code:
<script src="jquery-1.11.1.min.js"></script>
Quote:
2. Until my client narrows down the few hundred products that I will upload on this site, I will be linking to unsecured catalog sites. I have scripts to link from https to http…
Ex.
Code:
<a href="https://www.discountfurnitureshowroom.com/out.php?http://www.discountfurnitureshowroom.com">http://www.poundex.com/CatalogSite/Default.aspx</a>
or
Code:
https://www.discountfurnitureshowroom.com/origin.html?goto=http://www.poundex.com/CatalogSite/Default.aspx/destination.html
My questions are, which would be a better choice to use, or is there a better way? Where should my insertion points be (between which lines)?
Thank you in advance for your much needed assistance!
“D”
|
I'm not sure about this. I don't know if it's needed or not and what the effects of either would be.
|