• Resolved RafaelDeJongh

    (@rafaeldejongh)


    So I just updated to 3.2.3 from 3.2.2 and everything just started going downhill after that.

    First the popup message that I required to have The Redux Framework that I didn’t required before was needed, so I downloaded that sure no problem. But once installed I got the following message: Sorry, you are not allowed to access this page.

    Now I can’t access any setting page anymore as that message appears on all setting pages.
    My thumbnails are also not showing properly as I rolled back to 3.2.2 but it’s not as it was before, the first image is showing twice and I can’t properly change anything as I can’t access the settings page.

    The popup is also showing on each page that I require the framework whilst I didn’t required that to begin with when before I updated from 3.2.2 to 3.2.3.

    So how I can I solve that error message and make everything work again as it was before?

    Thanks in advance!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter RafaelDeJongh

    (@rafaeldejongh)

    So it seems this was caused by a bug in Redux where it was redirecting to a Demo or something like that but that wasn’t properly set with permission causing all sorts of problems.

    I had to remove the table content from ReduxFrameworkPlugin which had some array data regarding demo which now have been removed and seems that that pretty much fixed the problems.

    However I still have a problem after updating that the first entree let’s say the color Beige of a bag will show the 4 set thumbnails + 1 the first thumbnail again.

    Like this:

    View post on imgur.com

    As you can see the 5th image on the second row is the same as the first, both of them got the class “first” so I’m not sure why this is happening only on the first one as it is not the case for the other variations:

    View post on imgur.com

    This is the current problem I am experiencing with this update, and I also tried to revert back to 3.2.2 but that didn’t work either as that didn’t “fix” the problem.

    These are my current settings:

    {"last_tab":"","default":"1","lightbox":"1","lens":"","columns":"4","hide_thumbs":"0","redux-backup":"1"}

    Is there anything wrong and how should I fix this problem?
    This now appeared on all my products so it’s really something I want to get rid of ASAP!

    • This reply was modified 9 years, 3 months ago by RafaelDeJongh.
    Thread Starter RafaelDeJongh

    (@rafaeldejongh)

    Also seems that the first last class have been removed when a product variable only has one image.

    I used these two classes to remove the unneeded thumbnail: li.first.last{display:none}

    Why was this removed in the latest version exactly?

    Plugin Author RosendoLabs

    (@drosendo)

    In this version because there where several complaints that the default image was never included in the set of thumbnails I had to add it, and made a condition to try to avoid image repetitions.
    The first image show because it’s default image no? and either is not present on the thumbnails or has different name. You don’t have to repeat the default image in the product thumbnails since the plugin will get it.

    Regarding the reduxFramework was included with the plugin since 3.0 versions, but this caused some theme issues with themes also using redux, so I had to separate them and require the user too install it. Unless you had even a earlier version then there was no redux at all.

    Thanks for your feedback, I try to do my best here. Im try to have good response times, but its weekend and my kids do need a father πŸ™‚

    Has stated in a previous ticket I will try to have a look tonight since there are a little more fixes to be done. I just ask for little patience, I try my best with the time I got.

    Thanks,
    David

    Thread Starter RafaelDeJongh

    (@rafaeldejongh)

    That’s the thing I’ve updated from 3.2.2 and never had any message saying that I should install Redux. So I didn’t had it before and it worked without any problem.

    The first image in the row is the one I put in the gallery but the 5th (the first on the second row) is the image of the default product image. And if I remove the one in the gallery then the main image will be added last which is also not something I’d like.

    That said my current setup looks like this:

    View post on imgur.com

    Which results into this:

    View post on imgur.com

    As you can see here the product image and the gallery image are parsed twice (in first and second place of the rows).

    If I then switch to the first variant then both the product image and gallery image are shown BUT they’re sorted as in first (gallery image) and last (product image)

    View post on imgur.com

    With the second variation it just takes the gallery images like they should:

    View post on imgur.com

    With a variable product with only one image I previously removed the thumbnail by using .first.last class selector but this is not possible anymore as it seems the last class is not present anymore on single item thumbnails:

    View post on imgur.com

    As well with a single variation if the first variation is selected two thumbnails are shown, one being from the gallery and the last from the product image?

    View post on imgur.com

    So yea for me it’s very strange and a bit annoying that I didn’t had any backups (even though I set an automatic backup which seems was disabled by someone else) of the configuration I had before updating as everything seemed to work fine with the 3.2.2 version.

    And the strangest thing is just that rolling back to the 3.2.2 version using this link: https://downloads.wp.xz.cn/plugin/smart-variations-images.3.2.2.zip doesn’t actually fix it either 😐

    A bit of a shame but I do like the new improvements and do really support your progress so don’t worry too much about the time!

    Yesterday I just had a hell of a day where just everything I did was going horrible wrong, this thing being one of it. It’s important to give your kids some quality time so for all means have a great weekend with them!

    Thanks in advance for looking into it and for helping me getting this sorted David!

    Best regards,
    RafaΓ«l De Jongh

    Thread Starter RafaelDeJongh

    (@rafaeldejongh)

    Dear David

    Thanks for pushing out these two latest fixes, they sure solved pretty much all the problems described here! Kudos to you!

    Regarding the last “issue” where the first/last class isn’t appearing on a single thumbnail, I got around that by using:

    #woosvi_strap ul.svithumbnails li:only-child{
        display:none;
    }

    Which seems to work just fine for my needs!

    Thanks a bunch for these great updates, and keep up the fantastic work!

    Plugin Author RosendoLabs

    (@drosendo)

    No prob! In hope to read a review on my plugin from you… πŸ™‚

    Thread Starter RafaelDeJongh

    (@rafaeldejongh)

    With pleasure πŸ˜‰

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Update Screwed Everything Up!’ is closed to new replies.