wpec dynamic image gallery manual insert code
-
ok after a few years of not being able to get this plugin to work.
i finally dug in and got it going again.
5 years later…so im using the new dynamic gallery 2.0.0
wpec 3.13.1
im also using the old goldcart plugin 2.9.8if dynamic image gallery doesnt change your image gallery to the new dynamic one, chances are you probably modded your single product page php.
thats what happened to me.
you can test to see if DIG will work by temporarily replacing your single product page with a fresh copy of the single product page code.
that code is way simple and sucks, but if the gallery shows up, it means you are compatible.
i finally figured out what the bare minimum code is that DIG is looking for to replace with the new Dynamic one
that code is:
<div id=”single_product_page_container”>
<div class=”single_product_display group”>
<div class=”imagecol”>
</div><!–close imagecol–>
</div><!–close single_product_display–>
</div>i found that this code worked at the very top of my page, but not lower down where i wanted it, thats because there may/should be 2 of each of the div id/classes
so i went and changed the names of the original div’s
<div id=”single_product_page_containerzzz”>
<div class=”single_product_display groupzzz”>
<div class=”imagecolzzz”>so that the block of code i found, that gets replaced, doesnt have other tags in the code, duplicates.
anyhow, as of mid december 2018 this is still a great, possibly the best gallery plugin for wpec, and the newest version is not supported, but it is also the “paid” version they used to charge for.
all the options are availble to customize.i cant help much beyond this but i though id drop some nuggets so maybe you can learn too
- The topic ‘wpec dynamic image gallery manual insert code’ is closed to new replies.