Forum Replies Created

Viewing 15 replies - 1 through 15 (of 813 total)
  • Thread Starter Kahil

    (@kahil)

    Ok. Well I won’t be using the plug-in unfortunately. Between WordPress and my theme, several image sizes are generated. It wouldn’t take many imaged to blow through a free or paid set of credits.

    BTW…your image replace plugin causes an update number badge to show 1 or 1 more than there are actually updates for. If I delete the plug-in, the issue is gone.

    Thread Starter Kahil

    (@kahil)

    That would defeat the purpose of using the code WordPress provides to do so…

    It’s a known bug. They didn’t account for images of the same size when it came to the file names.

    Thread Starter Kahil

    (@kahil)

    @clorith

    I’ve narrowed it down. If you are in the media section and drag n drop an image, that’s where you don’t get a progress bar anywhere. I get the progress bar whenever I upload media any other way. I’ve tested it on several different sites with the same results…sites using different plugins and themes, even one that is brand new.

    They also removed the upload progress bar for media for some reason. Don’t know why. Some of these changes aren’t making logical sense.

    Thread Starter Kahil

    (@kahil)

    @angelleyesupport

    One way to do this that comes to mind and would fit in great with current WP and WooCommerce code would be how saved attributes are handled. See below.

    In regards to this plugin, if a user ticks the checkbox it displays a field like that which already has all of the product add-ons for that specific product listed. They would be all the add-ons which are hidden. The user can then remove the ones which they would like to keep visible. Again, all the add-ons in the field would be the ones which get hidden.

    That said… I have noticed that sometimes the script isn’t acting very quickly. Sometimes it takes a few seconds to show hide things.

    Also, another feature request would be that if a variation is selected and if any of the add-ons which are hidden were ticked/selected, then they get unticked/unselected when hidden. The reason for this is if a user is playing around with options and had a variation selected and some add-ons, then they select a different variation where add-ons are hidden, the value of those add-ons are still added to the total price. That means the user has to go back to the variation setup they had before, untick/unselect, then go back and change variations to get an accurate total. As you probably know, customers can be finicky when it comes to how easy or difficult the ordering process is…which in turn can affect sales.

    Thread Starter Kahil

    (@kahil)

    I have figured out a way to make it happen with this edit:

    function style_add_ons(bool)
        {
            if ( bool == 'no' )
            {
                $('.product-addon').css('display', 'block')
            }
            else
            {
                $('.product-addon-source-file, .product-addon-unlimited-revisions').css('display', 'none');
            }
        }

    In this case, I edit the js file to target just the specific addons I want. For me, this works as I don’t really have any products where I want to clear out all of the addons. Maybe this will give you an idea of how to implement it so that we can hide all of them, or just the ones we want.

    did you ever find a good solution to this?

    Thread Starter Kahil

    (@kahil)

    There’s nothing seriously wrong with my site. Disabling non-media related plugins won’t tell you anything. It’s likely a theme related issue. I’m using Enfold, which is a good theme. I’m guessing that their theme builder elements aren’t accounting for a secured site setup. I’ve left a report on their support forum to help check it out since it seems to only apply to their generated media elements. If by chance it isn’t related to the theme, I’ll update this thread with any news or fixes.

    Thread Starter Kahil

    (@kahil)

    I already use that plugin. It doesn’t force SSL everywhere. It just allows you to manually do a search and replace. The moment you upload new media, you have to again do a search and replace, etc.

    Thread Starter Kahil

    (@kahil)

    It may be my theme now that I’m looking at it closer. I’ll delve into the code a little further to make sure.

    Are you using this code for variable products? I’ve been looking for a solution to at least have this option. I’ve modded the variations template so that the label and select box are in their own row. The goal is to mimic the display of the product add-ons plugin and to optionally display a description under the label for each variation attribute.

    Ditto…just came here to recommend that. Don’t know why this is happening. It never used to before with larger images for me. Definitely something that needs to be fixed.

    I too am having this issue on all my sites with the newest version of WordPress. I have tried every fix I can find or think of. Disabled all plugins…modding the htaccess file…modding the functions.php file…ensuring I am running php 5.6….everything. No matter what, the upload starts, then says connection reset. In the past, I would only have this issue extremely rarely. Now, it is happening every time. My host cannot find any issues and have maxed out the resources. The only factor left is the newest version of WordPress itself.

    Ideas?

    Thread Starter Kahil

    (@kahil)

    I have made many child pages of it… They all work, except this specific one.

    Thread Starter Kahil

    (@kahil)

    Oh, and I can view it just fine when the page is not published and is being previewed.

Viewing 15 replies - 1 through 15 (of 813 total)