benjackson
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Invalid value posted for SizeGRR this has affected me too. I have a MASSIVE store, it would take me weeks to re-do all the attributes.
I am livid!
Same problem here – updated code from Mike fixed it but ONLY after I changed the code, moved WooCommerce out of the plugins folder, refreshed Permalinks (by turning off ‘post-name’ and then back on again) and then putting WooCommerce back in plugins folder. If all I did was change the code but didn’t do anything else, it didn’t change. Even removing WooCommerce out of the plugsin folder would just make my downloads link redirect to homepage (as opposed to being REPLACED by the homepage but still showing /downloads/ in the address bar, as per the original issue). Only way was to follow the whole thing, in the sequence I outlined above.
Weird problem here. Hope you don’t leave this bug in the next update as I’ll be annoyed if I have to fix this again. I also angered a bunch of my customers because they couldn’t get to my downloads page after updating to this version of WooCommerce. Not cool.
I’m not asking for support Jeremy, it’s called contributing to a discussion, because these are discussion boards. It’s cleaner that way, keeping all similar topics in the one thread rather than me making some random comment in a new thread without any context. Doesn’t make any sense.
My suspicions were correct, it was something on the server side. This morning it worked, it was properly asking for a username and password again and logged in fine.
What I was contributing was that this error doesn’t seem to have a knowable cause (on our end) nor is it clear what it means, and it didn’t seem to matter what I did on the client side, it didn’t help.
Funny thing about this error, that I just got today, was that jetpack was working fine. I deactivated it in a troubleshooting exercise just to check if it was doing something naughty, (it wasn’t) but when I went to re-activate it’s giving this error! I’m wondering if it’s something on the other end?? I’ve deleted it and re-installed – same result. I’ve searched everywhere, nobody seems to know what this error is about.
I am also needing this functionality
Same here. Pretty stupid.
Same here. How do you stop facebook from trying to be clever with the link and just post the content and the link on its own???
seems pretty silly.
Forum: Plugins
In reply to: [Plugin: Events Manager] Send booking button & maps not workingThe dev of the theme helped me fix the problem. He had in his functions.php file a bunch of code that was de-registering scripts. Not sure what the purpose of that is. When he told me to take it all out, it magically worked again. These were the
wp_deregister_script(‘jquery-ui-core’);
wp_deregister_script(‘jquery-ui-tabs’);
wp_deregister_script(‘jquery-ui-sortable’);
wp_deregister_script(‘jquery-ui-draggable’);
wp_deregister_script(‘jquery-ui-droppable’);
wp_deregister_script(‘jquery-ui-selectable’);
wp_deregister_script(‘jquery-ui-resizable’);
wp_deregister_script(‘jquery-ui-dialog’);
wp_deregister_script(‘jquery-ui’);
wp_deregister_script(‘jquery-ui-core’);just thought i’d add in case it helps anyone
Forum: Plugins
In reply to: [Plugin: Events Manager] Send booking button & maps not workingit’s EM.ajaxurl
have no idea how to define it tho
Forum: Plugins
In reply to: [Plugin: Events Manager] Send booking button & maps not workingbrilliant idea
This is the only error when i click the button:
Error: EM is not defined
Source File: https://www.alphashows.com.au/auditions/auditioncalendar/event/queensland-auditions
Line: 750Forum: Plugins
In reply to: [Plugin: Events Manager] Send booking button & maps not workingThanks mate – yeah I’ve posted on the theme dev’s forum. I’m just confused as to why it would STOP certain jquery things from loading, when event manager would load them.
i normally can nut out things like this but i’m finding this hard because i can’t narrow it down. What files would I need to be checking? .js files?
Forum: Plugins
In reply to: [Plugin: Events Manager] Send booking button & maps not workingIt’s something to do with my theme, it works in the default theme. Theme is DynamiX, a well respected theme. It had another conflict with the accordion tabs in that theme. Have no idea how to fix it tho.
Marcus – you got it! It was the user capabilities. to be fair, they were all unchecked, but the labels next to them were all gibberish, like missing 80% of the letters, so i didn’t even click what it was. i’d post you a photo, it looks fricken weird and as a result i just ignored it, but i can’t see how to attach a photo.
THANK YOU for responding. I can’t tell you how much i appreciate it.
Forum: Plugins
In reply to: [ForumConverter] error with forumconverteri’ve tried using 1.0 and 1.02, (even though both display in wp as 1.0) – no change
Forum: Installing WordPress
In reply to: H-sphere, internal server error on installso i followed the advice of some other webpages, mainly putting something in my .htaccess file to turn compatibility mode off:
php_value memory_limit 32M php_flag zend.ze1_compatibility_mode Off
Make sure there are no OTHER .htaccess files with other things in them in other directories. That stopped it working for me.