• Resolved theshihan

    (@theshihan)


    I found various bugs in version two. Well at least I think they are bugs, but I didn’t want to open up issues on Github yet because maybe I’m just to dumb to configure something right…

    This is what I think is currently a bug:

    • Various texts not directly translateable with po/mo file (various settings but also texts for the end user.. let me know if you need details)
    • Some texts seem to be inconsistent. “All products” – shouldn’t this be “All items” (maybe not, because there are also packages..).
    • magnifier and expander extensions are not working – I tested this in various modern browser and it didn’t work anywhere, also not on the official demo site.
    • lightbox feature – on some pages there are links to a lightbox (add/remove to lightbox) but there is nothing in the documentation about a lightbox (anymore?), was this feature removed? If so, all lightbox references in the code should also be removed.
    • MailChimp extension – in the settings page the settings for the MailChimp extension seem to show up twice (mixed with the “free downloads” area)

    Hope there will be fixes for the bugs soon because otherwise it is a great plugin/product.

    https://wordpress.org/plugins/sell-media/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Thad Allender

    (@endortrails)

    Thanks for the note. We’re about to release version 2.0.1.

    1. We’ve updated all locations in the admin where text wasn’t translatable. If you find any others, please post it as an issue on GitHub.
    2. We renamed “items” to “products” a few versions ago simply because we thought it made more sense for users.
    3. We were missing a class on images and version 2.0.1 fixes this for magnifier and expander.
    4. Use the lightbox shortcode [sell_media_lightbox] for showing the lightbox. We made some UX improvements to this in version 2.0.1
    5. They should show twice actually. Both Free Downloads and MailChimp rely on those settings. We might merge those in the future, but it would break for some legacy users.

    Feel free to post anything on GitHub. And thanks for the info!

    Thread Starter theshihan

    (@theshihan)

    Thanks for your reply. I now installed 2.0.1 and version 2 of the extensions. So far I still cannot get the magnifier to work and the expander (maybe) also not.

    I noticed that now there are some smaller icons under “related items” (new ordering) and when I hover them a popup appears (unfortunately in the same size). But no other “expander” popup appears anywhere and also the magnifier seems no to be there. Or how should the magnifier work? Should I see a control next to the image or when I hover it (when I hover it nothing happens, regardless of which page I’m on).

    On the demo site it also isn’t working (would be great if you could post a link to a demo page where this can be viewed so I know what it should look like in case I’m doing something wrong).

    Btw, the “Free downloads” extensions has some update issues. I update it but wordpress still says that I need to update it afterwards.

    Plugin Author Thad Allender

    (@endortrails)

    Here is a demo of the magnifying glass in action:

    http://demo.graphpaperpress.com/sell-media/photos/surf-surfing-surfer-california-beach-ocean/

    It’s working just fine for me. Is that working for you? Maybe try to download it again? You can do his using the auto-updater if you manually changing the version number to 1.0 in /wp-content/plugins/sell-media-expander/sell-media-expander.php, line 6.

    Same goes with the Free Downloads extension. The update works just fine for me when I auto-update. Maybe try again?

    We found a bug in our expander extension. Unfortunately, that extension is problematic for a variety of reasons and we plan on no longer supporting it. There are simply too many factor that make achieving consistent results difficult across various themes.

    Thread Starter theshihan

    (@theshihan)

    The demo is now working fine for me also but I still cannot get the magnifier to work (btw, this plugin now also has this update bug, where it still wants to get upgated after an update). I even switched the theme back to the default wordpress theme (twenty 15). Here an example item page:
    http://www.schielke.ch/stock-artikel/test/

    What I notice is, that in my source code the image is wrapped in a div with the sell-media-content class:
    <div class=”sell-media-content”><img …

    whereas in your demo site the image is wrapped in a div with the sell_media_image-wrap:
    <div class=”sell_media_image-wrap”><img …

    But I don’t know what I’m doing different.

    btw, thanks for fixing the “showing total cart amount” information in the documentation. I got that one know working.

    Plugin Author Thad Allender

    (@endortrails)

    Can you make sure that you’re using the most recent version of Sell Media and extensions?

    Thread Starter theshihan

    (@theshihan)

    OK, installed new version and magnifier is now working.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Various bugs in version 2.0’ is closed to new replies.